Uses of Class
net.didion.jwnl.data.Exc
-
Packages that use Exc 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 ofDictionaryElementFactory
for Princeton's release of WordNet. -
-
Uses of Exc in net.didion.jwnl.data
Methods in net.didion.jwnl.data that return Exc Modifier and Type Method Description Exc
DatabaseDictionaryElementFactory. createExc(POS pos, String derivation, ResultSet rs)
Create an Exc from a row in the database.Exc
FileDictionaryElementFactory. createExc(POS pos, String line)
Create an Exc from a line in an exception file. -
Uses of Exc in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return Exc Modifier and Type Method Description protected Exc
AbstractCachingDictionary. getCachedException(POSKey key)
Exc
DatabaseBackedDictionary. getException(POS pos, String derivation)
abstract Exc
Dictionary. getException(POS pos, String derivation)
Lookupderivation
in the exceptions file of part-of-speechpos
and return an Exc object containing the results.Exc
FileBackedDictionary. getException(POS pos, String derivation)
Exc
MapBackedDictionary. getException(POS pos, String derivation)
Methods in net.didion.jwnl.dictionary with parameters of type Exc Modifier and Type Method Description protected void
AbstractCachingDictionary. cacheException(POSKey key, Exc exception)
-
Uses of Exc in net.didion.jwnl.princeton.data
Methods in net.didion.jwnl.princeton.data that return Exc Modifier and Type Method Description Exc
AbstractPrincetonDatabaseDictionaryElementFactory. createExc(POS pos, String derivation, ResultSet rs)
Exc
AbstractPrincetonFileDictionaryElementFactory. createExc(POS pos, String line)
-