Uses of Class
net.didion.jwnl.data.Word
-
Packages that use Word Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations.net.didion.jwnl.princeton.data Implementations ofDictionaryElementFactoryfor Princeton's release of WordNet. -
-
Uses of Word in net.didion.jwnl.data
Subclasses of Word in net.didion.jwnl.data Modifier and Type Class Description classAdjectiveAnAdjectiveis aWordthat can have an adjective position.classVerbAVerbis a subclass ofWordthat can have 1 or moreVerbFrames (use cases of the verb).Fields in net.didion.jwnl.data declared as Word Modifier and Type Field Description protected Word[]Synset. _wordsThe words in this synset.Methods in net.didion.jwnl.data that return Word Modifier and Type Method Description WordSynset. getWord(int index)WordSynsetProxy. getWord(int index)Word[]Synset. getWords()Word[]SynsetProxy. getWords()Constructors in net.didion.jwnl.data with parameters of type Word Constructor Description Synset(POS pos, long offset, Word[] words, Pointer[] pointers, java.lang.String gloss, java.util.BitSet verbFrames)Synset(POS pos, long offset, Word[] words, Pointer[] pointers, java.lang.String gloss, java.util.BitSet verbFrames, boolean isAdjectiveCluster) -
Uses of Word in net.didion.jwnl.data.list
Methods in net.didion.jwnl.data.list that return Word Modifier and Type Method Description WordPointerTargetNode. getWord()If the target is a word, return it, otherwise return null. -
Uses of Word in net.didion.jwnl.princeton.data
Subclasses of Word in net.didion.jwnl.princeton.data Modifier and Type Class Description (package private) classMutableVerbWrapper for a verb that allows the VerbFrame flags to be set after the Verb is created.Methods in net.didion.jwnl.princeton.data that return Word Modifier and Type Method Description protected WordAbstractPrincetonDatabaseDictionaryElementFactory. createWord(Synset synset, int index, java.lang.String lemma)protected WordAbstractPrincetonFileDictionaryElementFactory. createWord(Synset synset, int index, java.lang.String lemma)Creates a word, also access the sense.idx file.protected WordPrincetonWN16DatabaseDictionaryElementFactory. createWord(Synset synset, int index, java.lang.String lemma)protected WordPrincetonWN16FileDictionaryElementFactory. createWord(Synset synset, int index, java.lang.String lemma)protected WordPrincetonWN30DatabaseDictionaryElementFactory. createWord(Synset synset, int index, java.lang.String lemma, java.lang.String senseKey, int usageCnt)Creates a word object from.
-