Class LexicalEntry

    • Constructor Detail

      • LexicalEntry

        public LexicalEntry()
      • LexicalEntry

        public LexicalEntry​(String name)
      • LexicalEntry

        public LexicalEntry​(String name,
                            String pos)
      • LexicalEntry

        public LexicalEntry​(String name,
                            String pos,
                            int entryNumber)
    • Method Detail

      • getEntryNumber

        public int getEntryNumber()
      • setEntryNumber

        public void setEntryNumber​(int entryNumber)
      • getWiktionaryPartOfSpeech

        public String getWiktionaryPartOfSpeech()
      • getLexinfoPartOfSpeech

        public org.apache.jena.rdf.model.Resource getLexinfoPartOfSpeech()
      • setWiktionaryPartOfSpeech

        public void setWiktionaryPartOfSpeech​(String wiktionaryPartOfSpeech)
      • setPartOfSpeech

        public void setPartOfSpeech​(org.apache.jena.rdf.model.Resource pos)
      • getLanguage

        public String getLanguage()
      • setLanguage

        public void setLanguage​(String language)
      • addResourceType

        public void addResourceType​(org.apache.jena.rdf.model.Resource type)
      • attachTo

        public org.apache.jena.rdf.model.Resource attachTo​(org.apache.jena.rdf.model.Resource page)