Uses of Class
net.didion.jwnl.dictionary.file.DictionaryFileType
-
Packages that use DictionaryFileType Package Description net.didion.jwnl.dictionary.file Classes for accessing files that contain dictionary information.net.didion.jwnl.dictionary.file_manager Classes used byFileBackedDictionaryto interface with the filesystem.net.didion.jwnl.princeton.file Implementations ofDictionaryFileused by the various classes ofDictionaryto access dictionary files using the naming convention used in Princeton's release of WordNet. -
-
Uses of DictionaryFileType in net.didion.jwnl.dictionary.file
Fields in net.didion.jwnl.dictionary.file declared as DictionaryFileType Modifier and Type Field Description static DictionaryFileTypeDictionaryFileType. DATAstatic DictionaryFileTypeDictionaryFileType. EXCEPTIONstatic DictionaryFileTypeDictionaryFileType. INDEXMethods in net.didion.jwnl.dictionary.file that return DictionaryFileType Modifier and Type Method Description DictionaryFileTypeAbstractDictionaryFile. getFileType()The file type associated with this file.DictionaryFileTypeDictionaryCatalog. getFileType()DictionaryFileTypeDictionaryFile. getFileType()The file type associated with this file.Methods in net.didion.jwnl.dictionary.file with parameters of type DictionaryFileType Modifier and Type Method Description DictionaryCatalogDictionaryCatalogSet. get(DictionaryFileType fileType)DictionaryFileDictionaryCatalogSet. getDictionaryFile(POS pos, DictionaryFileType fileType)DictionaryFileDictionaryFile. 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 DictionaryFileType Constructor Description 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 DictionaryFileType Modifier and Type Method Description DictionaryFileFileManagerImpl. getFile(POS pos, DictionaryFileType fileType)Gets the file from a part of speech and file type (ie data.noun).longFileManager. getFirstLinePointer(POS pos, DictionaryFileType fileType)Return the first valid line pointer in the specified file.longFileManagerImpl. getFirstLinePointer(POS pos, DictionaryFileType fileType)Return the first valid line pointer in the specified file.longFileManager. 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).longFileManagerImpl. 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.longFileManager. getMatchingLinePointer(POS pos, DictionaryFileType fileType, long offset, String substring)Search for a line whose index word contains substring, starting at offset.longFileManagerImpl. getMatchingLinePointer(POS pos, DictionaryFileType fileType, long offset, String substring)Search for a line whose index word contains substring, starting at offset.longFileManager. getNextLinePointer(POS pos, DictionaryFileType fileType, long offset)Search for the line following the line that begins at offset.longFileManagerImpl. getNextLinePointer(POS pos, DictionaryFileType fileType, long offset)Search for the line following the line that begins at offset.longFileManager. getRandomLinePointer(POS pos, DictionaryFileType index)Return a randomly-chosen line pointer (offset of the beginning of a line).longFileManagerImpl. getRandomLinePointer(POS pos, DictionaryFileType fileType)Return a randomly-chosen line pointer (offset of the beginning of a line).StringFileManager. readLineAt(POS pos, DictionaryFileType fileType, long offset)Read the line that begins at file offset offset.StringFileManagerImpl. 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 DictionaryFileType Modifier and Type Method Description DictionaryFilePrincetonChannelDictionaryFile. newInstance(String path, POS pos, DictionaryFileType fileType)DictionaryFilePrincetonObjectDictionaryFile. newInstance(String path, POS pos, DictionaryFileType fileType)DictionaryFilePrincetonRandomAccessDictionaryFile. newInstance(String path, POS pos, DictionaryFileType fileType)Constructors in net.didion.jwnl.princeton.file with parameters of type DictionaryFileType Constructor Description AbstractPrincetonDictionaryFile(String path, POS pos, DictionaryFileType fileType)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)
-