Package | Description |
---|---|
net.didion.jwnl.dictionary.file |
Classes for accessing files that contain dictionary information.
|
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 | Interface and Description |
---|---|
interface |
ObjectDictionaryFile
DictioanryFile that reads and writes serailazed objects. |
interface |
RandomAccessDictionaryFile
DictionaryFile that reads lines from a random-access text file. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDictionaryFile
Abstract implementation of
DictionaryFile . |
Modifier and Type | Method and Description |
---|---|
DictionaryFile |
DictionaryCatalog.get(POS pos) |
DictionaryFile |
DictionaryCatalogSet.getDictionaryFile(POS pos,
DictionaryFileType fileType) |
DictionaryFile |
DictionaryFile.newInstance(String path,
POS pos,
DictionaryFileType fileType)
Create a new instance of the dictionary file
|
Modifier and Type | Method and Description |
---|---|
DictionaryFile |
FileManagerImpl.getFile(POS pos,
DictionaryFileType fileType)
Gets the file from a part of speech and file type (ie data.noun).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrincetonDictionaryFile
AbstractDictionaryFile that uses file names compatible with Princeton's distribution of WordNet. |
class |
AbstractPrincetonRandomAccessDictionaryFile |
class |
PrincetonChannelDictionaryFile
A
RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention. |
class |
PrincetonObjectDictionaryFile
ObjectDictionaryFile that accesses files names with the Princeton dictionary file naming convention. |
class |
PrincetonRandomAccessDictionaryFile
A
RandomAccessDictionaryFile that accesses files
named with Princeton's dictionary file naming convention. |
Modifier and Type | Method and Description |
---|---|
DictionaryFile |
PrincetonObjectDictionaryFile.newInstance(String path,
POS pos,
DictionaryFileType fileType) |
DictionaryFile |
PrincetonChannelDictionaryFile.newInstance(String path,
POS pos,
DictionaryFileType fileType) |
DictionaryFile |
PrincetonRandomAccessDictionaryFile.newInstance(String path,
POS pos,
DictionaryFileType fileType) |
Copyright © 2020. All rights reserved.