Uses of Class
net.didion.jwnl.dictionary.file.DictionaryFileType
Packages that use DictionaryFileType
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 DictionaryFileType in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as DictionaryFileTypeModifier and TypeFieldDescriptionprotected DictionaryFileType
FileBackedDictionary.FileLookaheadIterator._fileType
private DictionaryFileType
MapBackedDictionary.MapTableKey._fileType
Methods in net.didion.jwnl.dictionary with parameters of type DictionaryFileTypeModifier and TypeMethodDescriptionprivate Map
MapBackedDictionary.getTable
(POS pos, DictionaryFileType fileType) private void
MapBackedDictionary.putTable
(POS pos, DictionaryFileType fileType, Map table) Use table for lookups to the file represented by pos and fileType.Constructors in net.didion.jwnl.dictionary with parameters of type DictionaryFileTypeModifierConstructorDescriptionFileLookaheadIterator
(POS pos, DictionaryFileType fileType) private
MapTableKey
(POS pos, DictionaryFileType fileType) -
Uses of DictionaryFileType in net.didion.jwnl.dictionary.file
Fields in net.didion.jwnl.dictionary.file declared as DictionaryFileTypeModifier and TypeFieldDescriptionprivate DictionaryFileType
AbstractDictionaryFile._fileType
The type of the file.private DictionaryFileType
DictionaryCatalog._fileType
static final DictionaryFileType
DictionaryFileType.DATA
static final DictionaryFileType
DictionaryFileType.EXCEPTION
static final DictionaryFileType
DictionaryFileType.INDEX
Methods in net.didion.jwnl.dictionary.file that return DictionaryFileTypeModifier and TypeMethodDescriptionAbstractDictionaryFile.getFileType()
The file type associated with this file.DictionaryCatalog.getFileType()
DictionaryFile.getFileType()
The file type associated with this file.Methods in net.didion.jwnl.dictionary.file with parameters of type DictionaryFileTypeModifier and TypeMethodDescriptionDictionaryCatalogSet.get
(DictionaryFileType fileType) DictionaryCatalogSet.getDictionaryFile
(POS pos, DictionaryFileType fileType) DictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) Create a new instance of the dictionary fileConstructors in net.didion.jwnl.dictionary.file with parameters of type DictionaryFileTypeModifierConstructorDescriptionprotected
AbstractDictionaryFile
(String path, POS pos, DictionaryFileType fileType) DictionaryCatalog
(String path, DictionaryFileType fileType, Class dictionaryFileType) -
Uses of DictionaryFileType in net.didion.jwnl.dictionary.file_manager
Methods in net.didion.jwnl.dictionary.file_manager with parameters of type DictionaryFileTypeModifier and TypeMethodDescriptionFileManagerImpl.getFile
(POS pos, DictionaryFileType fileType) Gets the file from a part of speech and file type (ie data.noun).long
FileManager.getFirstLinePointer
(POS pos, DictionaryFileType fileType) Return the first valid line pointer in the specified file.long
FileManagerImpl.getFirstLinePointer
(POS pos, DictionaryFileType fileType) Return the first valid line pointer in the specified file.long
FileManager.getIndexedLinePointer
(POS pos, DictionaryFileType fileType, String index) Search for the line whose first word is index (that is, that begins with index followed by a space or tab).long
FileManagerImpl.getIndexedLinePointer
(POS pos, DictionaryFileType fileType, String target) Get indexed line pointer is typically used to find a word within an index file matching a given part of speech.long
FileManager.getMatchingLinePointer
(POS pos, DictionaryFileType fileType, long offset, String substring) Search for a line whose index word contains substring, starting at offset.long
FileManagerImpl.getMatchingLinePointer
(POS pos, DictionaryFileType fileType, long offset, String substring) Search for a line whose index word contains substring, starting at offset.long
FileManager.getNextLinePointer
(POS pos, DictionaryFileType fileType, long offset) Search for the line following the line that begins at offset.long
FileManagerImpl.getNextLinePointer
(POS pos, DictionaryFileType fileType, long offset) Search for the line following the line that begins at offset.long
FileManager.getRandomLinePointer
(POS pos, DictionaryFileType index) Return a randomly-chosen line pointer (offset of the beginning of a line).long
FileManagerImpl.getRandomLinePointer
(POS pos, DictionaryFileType fileType) Return a randomly-chosen line pointer (offset of the beginning of a line).FileManager.readLineAt
(POS pos, DictionaryFileType fileType, long offset) Read the line that begins at file offset offset.FileManagerImpl.readLineAt
(POS pos, DictionaryFileType fileType, long offset) Read the line that begins at file offset offset. -
Uses of DictionaryFileType in net.didion.jwnl.princeton.file
Methods in net.didion.jwnl.princeton.file with parameters of type DictionaryFileTypeModifier and TypeMethodDescriptionAbstractPrincetonDictionaryFile.getFileNames
(DictionaryFileType type) PrincetonChannelDictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) PrincetonObjectDictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile.newInstance
(String path, POS pos, DictionaryFileType fileType) Constructors in net.didion.jwnl.princeton.file with parameters of type DictionaryFileTypeModifierConstructorDescriptionAbstractPrincetonDictionaryFile
(String path, POS pos, DictionaryFileType fileType) protected
AbstractPrincetonRandomAccessDictionaryFile
(String path, POS pos, DictionaryFileType fileType) PrincetonChannelDictionaryFile
(String path, POS pos, DictionaryFileType fileType) PrincetonObjectDictionaryFile
(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile
(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile
(String path, POS pos, DictionaryFileType fileType, String permissions) -
Uses of DictionaryFileType in net.didion.jwnl.utilities
Methods in net.didion.jwnl.utilities with parameters of type DictionaryFileTypeModifier and TypeMethodDescriptionprivate Iterator
DictionaryToMap.getIterator
(POS pos, DictionaryFileType fileType) private void
DictionaryToMap.serialize
(POS pos, DictionaryFileType fileType)