Uses of Interface
net.didion.jwnl.dictionary.file.DictionaryFile
-
Packages that use DictionaryFile Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.file Classes for accessing files that contain dictionary information.net.didion.jwnl.dictionary.file_manager Classes used byFileBackedDictionary
to interface with the filesystem.net.didion.jwnl.princeton.file Implementations ofDictionaryFile
used by the various classes ofDictionary
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 DictionaryFile Modifier and Type Method Description private java.util.Map
MapBackedDictionary. loadDictFile(DictionaryFile file)
-
Uses of DictionaryFile in net.didion.jwnl.dictionary.file
Subinterfaces of DictionaryFile in net.didion.jwnl.dictionary.file Modifier and Type Interface Description interface
ObjectDictionaryFile
DictioanryFile
that reads and writes serailazed objects.interface
RandomAccessDictionaryFile
DictionaryFile
that reads lines from a random-access text file.Classes in net.didion.jwnl.dictionary.file that implement DictionaryFile Modifier and Type Class Description class
AbstractDictionaryFile
Abstract implementation ofDictionaryFile
.Methods in net.didion.jwnl.dictionary.file that return DictionaryFile Modifier and Type Method Description DictionaryFile
DictionaryCatalog. get(POS pos)
DictionaryFile
DictionaryCatalogSet. getDictionaryFile(POS pos, DictionaryFileType fileType)
DictionaryFile
DictionaryFile. newInstance(java.lang.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 DictionaryFile Modifier and Type Method Description DictionaryFile
FileManagerImpl. 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 DictionaryFile Modifier and Type Class Description class
AbstractPrincetonDictionaryFile
AbstractDictionaryFile
that uses file names compatible with Princeton's distribution of WordNet.class
AbstractPrincetonRandomAccessDictionaryFile
class
PrincetonChannelDictionaryFile
ARandomAccessDictionaryFile
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
ARandomAccessDictionaryFile
that accesses files named with Princeton's dictionary file naming convention.Methods in net.didion.jwnl.princeton.file that return DictionaryFile Modifier and Type Method Description DictionaryFile
PrincetonChannelDictionaryFile. newInstance(java.lang.String path, POS pos, DictionaryFileType fileType)
DictionaryFile
PrincetonObjectDictionaryFile. newInstance(java.lang.String path, POS pos, DictionaryFileType fileType)
DictionaryFile
PrincetonRandomAccessDictionaryFile. newInstance(java.lang.String path, POS pos, DictionaryFileType fileType)
-