DictionaryFile used by the various classes of Dictionary to access
dictionary files using the naming convention used in Princeton's release of WordNet.See: Description
| Class | Description |
|---|---|
| AbstractPrincetonDictionaryFile |
AbstractDictionaryFile that uses file names compatible with Princeton's distribution of WordNet. |
| AbstractPrincetonObjectDictionaryFile |
Parent for
ObjectDictionaryFiles that access files with the Princeton dictionary file naming convention. |
| AbstractPrincetonRandomAccessDictionaryFile |
Base class for text files.
|
| PrincetonObjectDictionaryFile |
ObjectDictionaryFile that loads dictionary files from file system. |
| PrincetonRandomAccessDictionaryFile |
A
RandomAccessDictionaryFile that accesses files
named with Princeton's dictionary file naming convention. |
| PrincetonResourceDictionaryFile |
Loads dictionary files from classpath.
|
| PrincetonResourceObjectDictionaryFile |
ObjectDictionaryFile that loads dictionary files from classpath. |
DictionaryFile used by the various classes of Dictionary to access
dictionary files using the naming convention used in Princeton's release of WordNet.