Uses of Interface
net.didion.jwnl.data.FileDictionaryElementFactory
-
Packages that use FileDictionaryElementFactory Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.princeton.data Implementations ofDictionaryElementFactoryfor Princeton's release of WordNet. -
-
Uses of FileDictionaryElementFactory in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as FileDictionaryElementFactory Modifier and Type Field Description private FileDictionaryElementFactoryFileBackedDictionary. _factoryMethods in net.didion.jwnl.dictionary that return FileDictionaryElementFactory Modifier and Type Method Description FileDictionaryElementFactoryFileBackedDictionary. getDictionaryElementFactory()Methods in net.didion.jwnl.dictionary with parameters of type FileDictionaryElementFactory Modifier and Type Method Description static voidFileBackedDictionary. install(FileManager fileManager, FileDictionaryElementFactory factory)Construct a Dictionary that retrieves file data fromfileManager.static voidFileBackedDictionary. install(FileManager fileManager, FileDictionaryElementFactory factory, boolean enableCaching)static voidFileBackedDictionary. install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory)Construct a Dictionary that retrieves file data fromfileManager.static voidFileBackedDictionary. install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching)Constructors in net.didion.jwnl.dictionary with parameters of type FileDictionaryElementFactory Constructor Description FileBackedDictionary(FileManager manager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) -
Uses of FileDictionaryElementFactory in net.didion.jwnl.princeton.data
Classes in net.didion.jwnl.princeton.data that implement FileDictionaryElementFactory Modifier and Type Class Description classAbstractPrincetonFileDictionaryElementFactoryFileDictionaryElementFactorythat parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.classPrincetonWN16FileDictionaryElementFactoryFileDictionaryElementFactorythat produces elements for Princeton's release of WordNet v 1.6classPrincetonWN17FileDictionaryElementFactoryFileDictionaryElementFactorythat produces elements for the Princeton release of WordNet v 1.7
-