Uses of Interface
net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Packages that use RandomAccessDictionaryFile
Package
Description
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 RandomAccessDictionaryFile in net.didion.jwnl.dictionary.file_manager
Methods in net.didion.jwnl.dictionary.file_manager with parameters of type RandomAccessDictionaryFileModifier and TypeMethodDescriptionprivate String
FileManagerImpl.readLineWord
(RandomAccessDictionaryFile file) Reads the first word from a file (ie offset, index word)private void
FileManagerImpl.skipLine
(RandomAccessDictionaryFile file) Skips the next line in the file. -
Uses of RandomAccessDictionaryFile in net.didion.jwnl.princeton.file
Classes in net.didion.jwnl.princeton.file that implement RandomAccessDictionaryFileModifier and TypeClassDescriptionclass
class
ARandomAccessDictionaryFile
that accesses files named with Princeton's dictionary file naming convention.class
ARandomAccessDictionaryFile
that accesses files named with Princeton's dictionary file naming convention.