Uses of Class
morfologik.stemming.Dictionary

Packages that use Dictionary
morfologik.stemming   
 

Uses of Dictionary in morfologik.stemming
 

Fields in morfologik.stemming with type parameters of type Dictionary
static WeakHashMap<String,Dictionary> Dictionary.defaultDictionaries
          Default loaded dictionaries.
 

Methods in morfologik.stemming that return Dictionary
 Dictionary DictionaryLookup.getDictionary()
           
static Dictionary Dictionary.getForLanguage(String languageCode)
          Return a built-in dictionary for a given ISO language code.
static Dictionary Dictionary.read(File fsaFile)
          Attempts to load a dictionary using the path to the FSA file and the expected metadata extension.
static Dictionary Dictionary.read(URL fsaURL)
           Attempts to load a dictionary using the URL to the FSA file and the expected metadata extension.
static Dictionary Dictionary.readAndClose(InputStream fsaData, InputStream featuresData)
          Attempts to load a dictionary from opened streams of FSA dictionary data and associated metadata.
 

Constructors in morfologik.stemming with parameters of type Dictionary
DictionaryIterator(Dictionary dictionary, CharsetDecoder decoder, boolean decodeStems)
           
DictionaryLookup(Dictionary dictionary)
           Creates a new object of this class using the given FSA for word lookups and encoding for converting characters to bytes.
 



Copyright © 2011. All Rights Reserved.