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 ExcAbstractCachingDictionary.getCachedException(POSKey key) DatabaseBackedDictionary.getException(POS pos, String derivation) abstract ExcDictionary.getException(POS pos, String derivation) Lookupderivationin the exceptions file of part-of-speechposand return an Exc object containing the results.FileBackedDictionary.getException(POS pos, String derivation) MapBackedDictionary.getException(POS pos, String derivation) private ExcFileBackedDictionary.parseAndCacheExceptionLine(POS pos, long offset, String line) Methods in net.didion.jwnl.dictionary with parameters of type ExcModifier and TypeMethodDescriptionprotected voidAbstractCachingDictionary.cacheException(POSKey key, Exc exception) -
Uses of Exc in net.didion.jwnl.princeton.data
Methods in net.didion.jwnl.princeton.data that return Exc