|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Exc | |
|---|---|
| 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 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 | |
|---|---|
Exc |
FileDictionaryElementFactory.createExc(POS pos,
java.lang.String line)
Create an Exc from a line in an exception file. |
Exc |
DatabaseDictionaryElementFactory.createExc(POS pos,
java.lang.String derivation,
java.sql.ResultSet rs)
Create an Exc from a row in the database. |
| Uses of Exc in net.didion.jwnl.dictionary |
|---|
| Methods in net.didion.jwnl.dictionary that return Exc | |
|---|---|
Exc |
MapBackedDictionary.getException(POS pos,
java.lang.String derivation)
|
Exc |
FileBackedDictionary.getException(POS pos,
java.lang.String derivation)
|
abstract Exc |
Dictionary.getException(POS pos,
java.lang.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,
java.lang.String derivation)
|
| Uses of Exc in net.didion.jwnl.princeton.data |
|---|
| Methods in net.didion.jwnl.princeton.data that return Exc | |
|---|---|
Exc |
AbstractPrincetonFileDictionaryElementFactory.createExc(POS pos,
java.lang.String line)
|
Exc |
AbstractPrincetonDatabaseDictionaryElementFactory.createExc(POS pos,
java.lang.String derivation,
java.sql.ResultSet rs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||