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 ofDictionaryElementFactory
for 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 class
Adjective
AnAdjective
is aWord
that can have an adjective position.class
Verb
AVerb
is a subclass ofWord
that can have 1 or moreVerbFrame
s (use cases of the verb).Fields in net.didion.jwnl.data declared as Word Modifier and Type Field Description protected Word[]
Synset. _words
The words in this synset.Methods in net.didion.jwnl.data that return Word Modifier and Type Method Description Word
Synset. getWord(int index)
Word
SynsetProxy. 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, String gloss, BitSet verbFrames)
Synset(POS pos, long offset, Word[] words, Pointer[] pointers, String gloss, 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 Word
PointerTargetNode. getWord()
If the target is a word, return it, otherwise return null. -
Uses of Word in net.didion.jwnl.princeton.data
Methods in net.didion.jwnl.princeton.data that return Word Modifier and Type Method Description protected Word
AbstractPrincetonDatabaseDictionaryElementFactory. createWord(Synset synset, int index, String lemma)
protected Word
AbstractPrincetonFileDictionaryElementFactory. createWord(Synset synset, int index, String lemma)
Creates a word, also access the sense.idx file.protected Word
PrincetonWN16DatabaseDictionaryElementFactory. createWord(Synset synset, int index, String lemma)
protected Word
PrincetonWN16FileDictionaryElementFactory. createWord(Synset synset, int index, String lemma)
protected Word
PrincetonWN30DatabaseDictionaryElementFactory. createWord(Synset synset, int index, String lemma, String senseKey, int usageCnt)
Creates a word object from.
-