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 TypeMethodDescriptionint
RelationshipFinder.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 IndexWord
AbstractCachingDictionary.getCachedIndexWord
(POSKey key) DatabaseBackedDictionary.getIndexWord
(POS pos, String lemma) abstract IndexWord
Dictionary.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 IndexWord
Dictionary.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 IndexWord
FileBackedDictionary.parseAndCacheIndexWordLine
(POS pos, long offset, String line) Methods in net.didion.jwnl.dictionary with parameters of type IndexWordModifier and TypeMethodDescriptionprotected void
AbstractCachingDictionary.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 IndexWord
DefaultMorphologicalProcessor.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 IndexWord
Examples.ACCOMPLISH
private IndexWord
Examples.CAT
private IndexWord
Examples.DOG
private IndexWord
Examples.DROLL
private IndexWord
Examples.FUNNY
Methods in net.didion.jwnl.utilities with parameters of type IndexWordModifier and TypeMethodDescriptionprivate void
Examples.demonstrateAsymmetricRelationshipOperation
(IndexWord start, IndexWord end) private void
Examples.demonstrateListOperation
(IndexWord word) private void
Examples.demonstrateSymmetricRelationshipOperation
(IndexWord start, IndexWord end) private void
Examples.demonstrateTreeOperation
(IndexWord word)