| Package | Description |
|---|---|
| net.didion.jwnl.dictionary.file_manager |
Classes used by
FileBackedDictionary to interface with the filesystem. |
| net.didion.jwnl.princeton.file |
Implementations of
DictionaryFile used by the various classes of Dictionary to access dictionary files using the naming convention used in Princeton's release of WordNet. |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
FileManagerImpl.readLineWord(RandomAccessDictionaryFile file)
Reads the first word from a file (ie offset, index word)
|
private void |
FileManagerImpl.skipLine(RandomAccessDictionaryFile file)
Skips the next line in the file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrincetonRandomAccessDictionaryFile |
class |
PrincetonChannelDictionaryFile
A
RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention. |
class |
PrincetonRandomAccessDictionaryFile
A
RandomAccessDictionaryFile that accesses files
named with Princeton's dictionary file naming convention. |