|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FSA | |
|---|---|
| morfologik.fsa | |
| morfologik.stemming | |
| Uses of FSA in morfologik.fsa |
|---|
| Subclasses of FSA in morfologik.fsa | |
|---|---|
class |
FSAVer5Impl
FSA (Finite State Automaton) dictionary traversal implementation for version 5 of the FSA automaton. |
| Methods in morfologik.fsa that return FSA | |
|---|---|
static FSA |
FSA.getInstance(File fsaFile,
String dictionaryEncoding)
This static method will attempt to instantiate an appropriate implementation of the FSA for the version found in file given in the input argument. |
static FSA |
FSA.getInstance(InputStream fsaStream,
String dictionaryEncoding)
This static method will attempt to instantiate an appropriate implementation of the FSA for the version found in file given in the input argument. |
| Uses of FSA in morfologik.stemming |
|---|
| Fields in morfologik.stemming declared as FSA | |
|---|---|
FSA |
Dictionary.fsa
FSA automaton with the compiled dictionary data. |
| Constructors in morfologik.stemming with parameters of type FSA | |
|---|---|
Dictionary(FSA fsa,
DictionaryMetadata metadata)
It is strongly recommended to use static methods in this class for reading dictionaries. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||