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 of
DictionaryElementFactory for Princeton's release of WordNet. |
Modifier and Type | Method and Description |
---|---|
IndexWord |
FileDictionaryElementFactory.createIndexWord(POS pos,
String line)
Creates an IndexWord from a line in an index file.
|
IndexWord |
DatabaseDictionaryElementFactory.createIndexWord(POS pos,
String lemma,
ResultSet rs)
Create an IndexWord from a row in the database.
|
IndexWord |
IndexWordSet.getIndexWord(POS p)
Get the IndexWord associated with
p . |
IndexWord[] |
IndexWordSet.getIndexWordArray()
Get an array of the IndexWords in this set.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexWordSet.add(IndexWord word)
Add an IndexWord to this set
|
Modifier and Type | Method and Description |
---|---|
int |
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.
|
Modifier and Type | Method and Description |
---|---|
protected IndexWord |
AbstractCachingDictionary.getCachedIndexWord(POSKey key) |
abstract IndexWord |
Dictionary.getIndexWord(POS pos,
String lemma)
Look up a word in the database.
|
IndexWord |
FileBackedDictionary.getIndexWord(POS pos,
String lemma) |
IndexWord |
DatabaseBackedDictionary.getIndexWord(POS pos,
String lemma) |
IndexWord |
MapBackedDictionary.getIndexWord(POS pos,
String lemma) |
abstract IndexWord |
Dictionary.getRandomIndexWord(POS pos) |
IndexWord |
FileBackedDictionary.getRandomIndexWord(POS pos) |
IndexWord |
DatabaseBackedDictionary.getRandomIndexWord(POS pos) |
IndexWord |
MapBackedDictionary.getRandomIndexWord(POS pos) |
IndexWord |
MorphologicalProcessor.lookupBaseForm(POS pos,
String derivation)
Try to turn derivation into a word that is found in the index file for pos.
|
IndexWord |
Dictionary.lookupIndexWord(POS pos,
String lemma)
Main word lookup procedure.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCachingDictionary.cacheIndexWord(POSKey key,
IndexWord word) |
Modifier and Type | Method and Description |
---|---|
IndexWord |
DefaultMorphologicalProcessor.lookupBaseForm(POS pos,
String derivation)
Lookup the base form of a word.
|
Modifier and Type | Method and Description |
---|---|
IndexWord |
AbstractPrincetonFileDictionaryElementFactory.createIndexWord(POS pos,
String line) |
IndexWord |
AbstractPrincetonDatabaseDictionaryElementFactory.createIndexWord(POS pos,
String lemma,
ResultSet rs) |
Copyright © 2023. All rights reserved.