Package | Description |
---|---|
net.didion.jwnl.data |
Classes for extracting and containing data from the dictionary.
|
net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
net.didion.jwnl.princeton.data |
Implementations of
DictionaryElementFactory for Princeton's release of WordNet. |
Modifier and Type | Method and Description |
---|---|
Exc |
FileDictionaryElementFactory.createExc(POS pos,
String line)
Create an Exc from a line in an exception file.
|
Exc |
DatabaseDictionaryElementFactory.createExc(POS pos,
String derivation,
ResultSet rs)
Create an Exc from a row in the database.
|
Modifier and Type | Method and Description |
---|---|
protected Exc |
AbstractCachingDictionary.getCachedException(POSKey key) |
abstract Exc |
Dictionary.getException(POS pos,
String derivation)
Lookup
derivation in the exceptions file of part-of-speech
pos and return an Exc object containing the results. |
Exc |
MapBackedDictionary.getException(POS pos,
String derivation) |
Exc |
DatabaseBackedDictionary.getException(POS pos,
String derivation) |
Exc |
FileBackedDictionary.getException(POS pos,
String derivation) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCachingDictionary.cacheException(POSKey key,
Exc exception) |
Modifier and Type | Method and Description |
---|---|
Exc |
AbstractPrincetonFileDictionaryElementFactory.createExc(POS pos,
String line) |
Exc |
AbstractPrincetonDatabaseDictionaryElementFactory.createExc(POS pos,
String derivation,
ResultSet rs) |
Copyright © 2023. All rights reserved.