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 ofDictionaryElementFactoryfor 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 ExcDatabaseDictionaryElementFactory. createExc(POS pos, java.lang.String derivation, java.sql.ResultSet rs)Create an Exc from a row in the database.ExcFileDictionaryElementFactory. createExc(POS pos, java.lang.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 ExcAbstractCachingDictionary. getCachedException(POSKey key)ExcDatabaseBackedDictionary. getException(POS pos, java.lang.String derivation)abstract ExcDictionary. getException(POS pos, java.lang.String derivation)Lookupderivationin the exceptions file of part-of-speechposand return an Exc object containing the results.ExcFileBackedDictionary. getException(POS pos, java.lang.String derivation)ExcMapBackedDictionary. getException(POS pos, java.lang.String derivation)private ExcFileBackedDictionary. parseAndCacheExceptionLine(POS pos, long offset, java.lang.String line)Methods in net.didion.jwnl.dictionary with parameters of type Exc Modifier and Type Method Description protected 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 Modifier and Type Method Description ExcAbstractPrincetonDatabaseDictionaryElementFactory. createExc(POS pos, java.lang.String derivation, java.sql.ResultSet rs)ExcAbstractPrincetonFileDictionaryElementFactory. createExc(POS pos, java.lang.String line)
-