Uses of Class
morfologik.stemming.Dictionary

Uses of Dictionary in morfologik.stemming
 

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

Methods in morfologik.stemming that return Dictionary
 Dictionary DictionaryLookup.getDictionary()
           
static Dictionary Dictionary.getForLanguage(java.lang.String languageCode)
          Return a built-in dictionary for a given ISO language code.
static Dictionary Dictionary.read(java.io.File fsaFile)
          Attempts to load a dictionary using the path to the FSA file and the expected metadata extension.
static Dictionary Dictionary.read(java.net.URL fsaURL)
           Attempts to load a dictionary using the URL to the FSA file and the expected metadata extension.
static Dictionary Dictionary.readAndClose(java.io.InputStream fsaData, java.io.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, java.nio.charset.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.