|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exc | |
---|---|
net.sf.extjwnl.data | Classes for extracting and containing data from the dictionary. |
net.sf.extjwnl.dictionary | Classes for accessing dictionary information. |
net.sf.extjwnl.princeton.data | Implementations of DictionaryElementFactory for Princeton's release of WordNet. |
Uses of Exc in net.sf.extjwnl.data |
---|
Methods in net.sf.extjwnl.data that return Exc | |
---|---|
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. |
Uses of Exc in net.sf.extjwnl.dictionary |
---|
Methods in net.sf.extjwnl.dictionary that return Exc | |
---|---|
Exc |
Dictionary.createException(POS pos,
String lemma,
List<String> exceptions)
Creates an exception in the dictionary. |
protected Exc |
AbstractCachingDictionary.getCachedException(POSKey key)
|
Exc |
MapBackedDictionary.getException(POS pos,
String derivation)
|
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 |
DatabaseBackedDictionary.getException(POS pos,
String derivation)
|
Exc |
FileBackedDictionary.getException(POS pos,
String derivation)
|
Methods in net.sf.extjwnl.dictionary that return types with arguments of type Exc | |
---|---|
Iterator<Exc> |
AbstractCachingDictionary.getExceptionIterator(POS pos)
|
Iterator<Exc> |
MapBackedDictionary.getExceptionIterator(POS pos)
|
abstract Iterator<Exc> |
Dictionary.getExceptionIterator(POS pos)
Return an Iterator over all the Exceptions in the database. |
Iterator<Exc> |
DatabaseBackedDictionary.getExceptionIterator(POS pos)
|
Iterator<Exc> |
FileBackedDictionary.getExceptionIterator(POS pos)
|
Methods in net.sf.extjwnl.dictionary with parameters of type Exc | |
---|---|
void |
AbstractCachingDictionary.addException(Exc exc)
|
void |
MapBackedDictionary.addException(Exc exc)
|
void |
Dictionary.addException(Exc exc)
Adds exception to the dictionary. |
protected void |
AbstractCachingDictionary.cacheException(POSKey key,
Exc exception)
|
void |
AbstractCachingDictionary.removeException(Exc exc)
|
void |
MapBackedDictionary.removeException(Exc exc)
|
void |
Dictionary.removeException(Exc exc)
Removes the exc from the dictionary. |
Uses of Exc in net.sf.extjwnl.princeton.data |
---|
Methods in net.sf.extjwnl.princeton.data that return Exc | |
---|---|
Exc |
AbstractPrincetonFileDictionaryElementFactory.createExc(POS pos,
String line)
|
Exc |
AbstractPrincetonDatabaseDictionaryElementFactory.createExc(POS pos,
String derivation,
ResultSet rs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |