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 MapMapBackedDictionary.loadDictFile(DictionaryFile file) -
Uses of DictionaryFile in net.didion.jwnl.dictionary.file
Subinterfaces of DictionaryFile in net.didion.jwnl.dictionary.fileModifier and TypeInterfaceDescriptioninterfaceDictioanryFilethat reads and writes serailazed objects.interfaceDictionaryFilethat reads lines from a random-access text file.Classes in net.didion.jwnl.dictionary.file that implement DictionaryFileModifier and TypeClassDescriptionclassAbstract 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 TypeClassDescriptionclassAbstractDictionaryFilethat uses file names compatible with Princeton's distribution of WordNet.classclassARandomAccessDictionaryFilethat accesses files named with Princeton's dictionary file naming convention.classObjectDictionaryFilethat accesses files names with the Princeton dictionary file naming convention.classARandomAccessDictionaryFilethat 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)