Uses of Class
net.didion.jwnl.data.IndexWord
-
Packages that use IndexWord Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.data.relationship Tools for finding pointer relationships between words.net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.morph net.didion.jwnl.princeton.data Implementations ofDictionaryElementFactoryfor Princeton's release of WordNet.net.didion.jwnl.utilities -
-
Uses of IndexWord in net.didion.jwnl.data
Methods in net.didion.jwnl.data that return IndexWord Modifier and Type Method Description IndexWordDatabaseDictionaryElementFactory. createIndexWord(POS pos, java.lang.String lemma, java.sql.ResultSet rs)Create an IndexWord from a row in the database.IndexWordFileDictionaryElementFactory. createIndexWord(POS pos, java.lang.String line)Creates an IndexWord from a line in an index file.IndexWordIndexWordSet. getIndexWord(POS p)Get the IndexWord associated withp.IndexWord[]IndexWordSet. getIndexWordArray()Get an array of the IndexWords in this set.Methods in net.didion.jwnl.data with parameters of type IndexWord Modifier and Type Method Description voidIndexWordSet. add(IndexWord word)Add an IndexWord to this set -
Uses of IndexWord in net.didion.jwnl.data.relationship
Methods in net.didion.jwnl.data.relationship with parameters of type IndexWord Modifier and Type Method Description intRelationshipFinder. 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 IndexWord Modifier and Type Method Description protected IndexWordAbstractCachingDictionary. getCachedIndexWord(POSKey key)IndexWordDatabaseBackedDictionary. getIndexWord(POS pos, java.lang.String lemma)abstract IndexWordDictionary. getIndexWord(POS pos, java.lang.String lemma)Look up a word in the database.IndexWordFileBackedDictionary. getIndexWord(POS pos, java.lang.String lemma)IndexWordMapBackedDictionary. getIndexWord(POS pos, java.lang.String lemma)IndexWordDatabaseBackedDictionary. getRandomIndexWord(POS pos)abstract IndexWordDictionary. getRandomIndexWord(POS pos)IndexWordFileBackedDictionary. getRandomIndexWord(POS pos)IndexWordMapBackedDictionary. getRandomIndexWord(POS pos)IndexWordMorphologicalProcessor. lookupBaseForm(POS pos, java.lang.String derivation)Try to turn derivation into a word that is found in the index file for pos.IndexWordDictionary. lookupIndexWord(POS pos, java.lang.String lemma)Main word lookup procedure.private IndexWordFileBackedDictionary. parseAndCacheIndexWordLine(POS pos, long offset, java.lang.String line)Methods in net.didion.jwnl.dictionary with parameters of type IndexWord Modifier and Type Method Description protected voidAbstractCachingDictionary. cacheIndexWord(POSKey key, IndexWord word) -
Uses of IndexWord in net.didion.jwnl.dictionary.morph
Methods in net.didion.jwnl.dictionary.morph that return IndexWord Modifier and Type Method Description IndexWordDefaultMorphologicalProcessor. lookupBaseForm(POS pos, java.lang.String derivation)Lookup the base form of a word.private IndexWordDefaultMorphologicalProcessor. lookupNextBaseForm(POS pos, java.lang.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 IndexWord Modifier and Type Method Description IndexWordAbstractPrincetonDatabaseDictionaryElementFactory. createIndexWord(POS pos, java.lang.String lemma, java.sql.ResultSet rs)IndexWordAbstractPrincetonFileDictionaryElementFactory. createIndexWord(POS pos, java.lang.String line) -
Uses of IndexWord in net.didion.jwnl.utilities
Fields in net.didion.jwnl.utilities declared as IndexWord Modifier and Type Field Description private IndexWordExamples. ACCOMPLISHprivate IndexWordExamples. CATprivate IndexWordExamples. DOGprivate IndexWordExamples. DROLLprivate IndexWordExamples. FUNNYMethods in net.didion.jwnl.utilities with parameters of type IndexWord Modifier and Type Method Description private voidExamples. demonstrateAsymmetricRelationshipOperation(IndexWord start, IndexWord end)private voidExamples. demonstrateListOperation(IndexWord word)private voidExamples. demonstrateSymmetricRelationshipOperation(IndexWord start, IndexWord end)private voidExamples. demonstrateTreeOperation(IndexWord word)
-