Uses of Interface
net.didion.jwnl.dictionary.file.DictionaryFile
Packages that use DictionaryFile
Package
Description
Classes for acessing dictionary information.
Classes for accessing files that contain dictionary information.
Classes used by
FileBackedDictionary
to interface with the filesystem.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.-
Uses of DictionaryFile in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary with parameters of type DictionaryFileModifier and TypeMethodDescriptionprivate Map
MapBackedDictionary.loadDictFile
(DictionaryFile file) -
Uses of DictionaryFile in net.didion.jwnl.dictionary.file
Subinterfaces of DictionaryFile in net.didion.jwnl.dictionary.fileModifier and TypeInterfaceDescriptioninterface
DictioanryFile
that reads and writes serailazed objects.interface
DictionaryFile
that reads lines from a random-access text file.Classes in net.didion.jwnl.dictionary.file that implement DictionaryFileModifier and TypeClassDescriptionclass
Abstract implementation ofDictionaryFile
.Methods in net.didion.jwnl.dictionary.file that return DictionaryFileModifier and TypeMethodDescriptionDictionaryCatalogSet.getDictionaryFile
(POS pos, DictionaryFileType fileType) DictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) Create a new instance of the dictionary file -
Uses of DictionaryFile in net.didion.jwnl.dictionary.file_manager
Methods in net.didion.jwnl.dictionary.file_manager that return DictionaryFileModifier and TypeMethodDescriptionFileManagerImpl.getFile
(POS pos, DictionaryFileType fileType) Gets the file from a part of speech and file type (ie data.noun). -
Uses of DictionaryFile in net.didion.jwnl.princeton.file
Classes in net.didion.jwnl.princeton.file that implement DictionaryFileModifier and TypeClassDescriptionclass
AbstractDictionaryFile
that uses file names compatible with Princeton's distribution of WordNet.class
class
ARandomAccessDictionaryFile
that accesses files named with Princeton's dictionary file naming convention.class
ObjectDictionaryFile
that accesses files names with the Princeton dictionary file naming convention.class
ARandomAccessDictionaryFile
that accesses files named with Princeton's dictionary file naming convention.Methods in net.didion.jwnl.princeton.file that return DictionaryFileModifier and TypeMethodDescriptionPrincetonChannelDictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) PrincetonObjectDictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType)