public class HashDictionary extends MorphDictionary
| Constructor and Description |
|---|
HashDictionary() |
HashDictionary(SymbolTable<java.lang.String> table) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getIndexes(java.lang.String form) |
void |
init(MorphDictionaryOptions options) |
int |
size() |
addWordsFromFile, create, create, getName, getOptions, getTable, numTagspublic HashDictionary()
public HashDictionary(SymbolTable<java.lang.String> table)
public void init(MorphDictionaryOptions options)
init in class MorphDictionarypublic int[] getIndexes(java.lang.String form)
getIndexes in class MorphDictionarypublic int size()