Uses of Class
net.didion.jwnl.data.Word
Packages that use Word
Package
Description
Classes for extracting and containing data from the dictionary.
Lists and associated classes that hold the results of relationship operations.
Implementations of
DictionaryElementFactory for Princeton's release of WordNet.-
Uses of Word in net.didion.jwnl.data
Subclasses of Word in net.didion.jwnl.dataModifier and TypeClassDescriptionclassAnAdjectiveis aWordthat can have an adjective position.classAVerbis a subclass ofWordthat can have 1 or moreVerbFrames (use cases of the verb).Fields in net.didion.jwnl.data declared as WordMethods in net.didion.jwnl.data that return WordModifier and TypeMethodDescriptionSynset.getWord(int index) SynsetProxy.getWord(int index) Word[]Synset.getWords()Word[]SynsetProxy.getWords()Constructors in net.didion.jwnl.data with parameters of type Word -
Uses of Word in net.didion.jwnl.data.list
Methods in net.didion.jwnl.data.list that return Word -
Uses of Word in net.didion.jwnl.princeton.data
Subclasses of Word in net.didion.jwnl.princeton.dataModifier and TypeClassDescription(package private) classWrapper 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 WordModifier and TypeMethodDescriptionprotected WordAbstractPrincetonDatabaseDictionaryElementFactory.createWord(Synset synset, int index, String lemma) protected WordAbstractPrincetonFileDictionaryElementFactory.createWord(Synset synset, int index, String lemma) Creates a word, also access the sense.idx file.protected WordPrincetonWN16DatabaseDictionaryElementFactory.createWord(Synset synset, int index, String lemma) protected WordPrincetonWN16FileDictionaryElementFactory.createWord(Synset synset, int index, String lemma) protected WordPrincetonWN30DatabaseDictionaryElementFactory.createWord(Synset synset, int index, String lemma, String senseKey, int usageCnt) Creates a word object from.