Uses of Class
net.didion.jwnl.data.IndexWord
Packages that use IndexWord
Package
Description
Classes for extracting and containing data from the dictionary.
Tools for finding pointer relationships between words.
Classes for acessing dictionary information.
Implementations of
DictionaryElementFactory for Princeton's release of WordNet.-
Uses of IndexWord in net.didion.jwnl.data
Methods in net.didion.jwnl.data that return IndexWordModifier and TypeMethodDescriptionDatabaseDictionaryElementFactory.createIndexWord(POS pos, String lemma, ResultSet rs) Create an IndexWord from a row in the database.FileDictionaryElementFactory.createIndexWord(POS pos, String line) Creates an IndexWord from a line in an index file.IndexWordSet.getIndexWord(POS p) Get the IndexWord associated withp.IndexWordSet.getIndexWordArray()Get an array of the IndexWords in this set.Methods in net.didion.jwnl.data with parameters of type IndexWord -
Uses of IndexWord in net.didion.jwnl.data.relationship
Methods in net.didion.jwnl.data.relationship with parameters of type IndexWordModifier and TypeMethodDescriptionintRelationshipFinder.getImmediateRelationship(IndexWord sourceWord, IndexWord targetWord) Looks at whether the target word is one of the words in one of the synsets of the source word. -
Uses of IndexWord in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return IndexWordModifier and TypeMethodDescriptionprotected IndexWordAbstractCachingDictionary.getCachedIndexWord(POSKey key) DatabaseBackedDictionary.getIndexWord(POS pos, String lemma) abstract IndexWordDictionary.getIndexWord(POS pos, String lemma) Look up a word in the database.FileBackedDictionary.getIndexWord(POS pos, String lemma) MapBackedDictionary.getIndexWord(POS pos, String lemma) DatabaseBackedDictionary.getRandomIndexWord(POS pos) abstract IndexWordDictionary.getRandomIndexWord(POS pos) FileBackedDictionary.getRandomIndexWord(POS pos) MapBackedDictionary.getRandomIndexWord(POS pos) MorphologicalProcessor.lookupBaseForm(POS pos, String derivation) Try to turn derivation into a word that is found in the index file for pos.Dictionary.lookupIndexWord(POS pos, String lemma) Main word lookup procedure.private IndexWordFileBackedDictionary.parseAndCacheIndexWordLine(POS pos, long offset, String line) Methods in net.didion.jwnl.dictionary with parameters of type IndexWordModifier and TypeMethodDescriptionprotected voidAbstractCachingDictionary.cacheIndexWord(POSKey key, IndexWord word) -
Uses of IndexWord in net.didion.jwnl.dictionary.morph
Methods in net.didion.jwnl.dictionary.morph that return IndexWordModifier and TypeMethodDescriptionDefaultMorphologicalProcessor.lookupBaseForm(POS pos, String derivation) Lookup the base form of a word.private IndexWordDefaultMorphologicalProcessor.lookupNextBaseForm(POS pos, String derivation, DefaultMorphologicalProcessor.LookupInfo info) Lookup the next base form of a pos/word pair. -
Uses of IndexWord in net.didion.jwnl.princeton.data
Methods in net.didion.jwnl.princeton.data that return IndexWordModifier and TypeMethodDescriptionAbstractPrincetonDatabaseDictionaryElementFactory.createIndexWord(POS pos, String lemma, ResultSet rs) AbstractPrincetonFileDictionaryElementFactory.createIndexWord(POS pos, String line) -
Uses of IndexWord in net.didion.jwnl.utilities
Fields in net.didion.jwnl.utilities declared as IndexWordModifier and TypeFieldDescriptionprivate IndexWordExamples.ACCOMPLISHprivate IndexWordExamples.CATprivate IndexWordExamples.DOGprivate IndexWordExamples.DROLLprivate IndexWordExamples.FUNNYMethods in net.didion.jwnl.utilities with parameters of type IndexWordModifier and TypeMethodDescriptionprivate voidExamples.demonstrateAsymmetricRelationshipOperation(IndexWord start, IndexWord end) private voidExamples.demonstrateListOperation(IndexWord word) private voidExamples.demonstrateSymmetricRelationshipOperation(IndexWord start, IndexWord end) private voidExamples.demonstrateTreeOperation(IndexWord word)