| Package | Description |
|---|---|
| net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
| net.didion.jwnl.dictionary.file_manager |
Classes used by
FileBackedDictionary to interface with the filesystem. |
| net.didion.jwnl.princeton.data |
Implementations of
DictionaryElementFactory for Princeton's release of WordNet. |
| net.didion.jwnl.utilities |
| Modifier and Type | Field and Description |
|---|---|
private static MessageLog |
Dictionary._log |
private static MessageLog |
MapBackedDictionary._log |
private static MessageLog |
FileBackedDictionary._log |
| Modifier and Type | Field and Description |
|---|---|
private static MessageLog |
RemoteFileManager._log |
| Modifier and Type | Field and Description |
|---|---|
private static MessageLog |
AbstractPrincetonFileDictionaryElementFactory._log |
| Modifier and Type | Field and Description |
|---|---|
private static MessageLog |
DictionaryToDatabaseWithUsageCount.LOG
Our message log.
|
private static MessageLog |
DictionaryToDatabase.LOG
Our message log.
|