Uses of Class
net.didion.jwnl.data.Exc
Packages that use Exc
Package
Description
Classes for extracting and containing data from the dictionary.
Classes for acessing dictionary information.
Implementations of
DictionaryElementFactory
for Princeton's release of WordNet.-
Uses of Exc in net.didion.jwnl.data
Methods in net.didion.jwnl.data that return Exc -
Uses of Exc in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return ExcModifier and TypeMethodDescriptionprotected Exc
AbstractCachingDictionary.getCachedException
(POSKey key) 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.FileBackedDictionary.getException
(POS pos, String derivation) MapBackedDictionary.getException
(POS pos, String derivation) private Exc
FileBackedDictionary.parseAndCacheExceptionLine
(POS pos, long offset, String line) Methods in net.didion.jwnl.dictionary with parameters of type ExcModifier and TypeMethodDescriptionprotected 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