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 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 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.MapMapBackedDictionary. 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 interfaceObjectDictionaryFileDictioanryFilethat reads and writes serailazed objects.interfaceRandomAccessDictionaryFileDictionaryFilethat reads lines from a random-access text file.Classes in net.didion.jwnl.dictionary.file that implement DictionaryFile Modifier and Type Class Description classAbstractDictionaryFileAbstract implementation ofDictionaryFile.Methods in net.didion.jwnl.dictionary.file that return DictionaryFile Modifier and Type Method Description DictionaryFileDictionaryCatalog. get(POS pos)DictionaryFileDictionaryCatalogSet. getDictionaryFile(POS pos, DictionaryFileType fileType)DictionaryFileDictionaryFile. 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 DictionaryFileFileManagerImpl. 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 classAbstractPrincetonDictionaryFileAbstractDictionaryFilethat uses file names compatible with Princeton's distribution of WordNet.classAbstractPrincetonRandomAccessDictionaryFileclassPrincetonChannelDictionaryFileARandomAccessDictionaryFilethat accesses files named with Princeton's dictionary file naming convention.classPrincetonObjectDictionaryFileObjectDictionaryFilethat accesses files names with the Princeton dictionary file naming convention.classPrincetonRandomAccessDictionaryFileARandomAccessDictionaryFilethat 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 DictionaryFilePrincetonChannelDictionaryFile. newInstance(java.lang.String path, POS pos, DictionaryFileType fileType)DictionaryFilePrincetonObjectDictionaryFile. newInstance(java.lang.String path, POS pos, DictionaryFileType fileType)DictionaryFilePrincetonRandomAccessDictionaryFile. newInstance(java.lang.String path, POS pos, DictionaryFileType fileType)
-