|
||||||||||
| 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 |
CFSA
CFSA (Compact Finite State Automaton) binary format implementation. |
class |
FSA5
FSA binary format implementation for version 5. |
| Methods in morfologik.fsa that return FSA | |
|---|---|
static FSA |
FSA.getInstance(InputStream in)
A factory for reading automata in any library-supported version. |
| Methods in morfologik.fsa with parameters of type FSA | |
|---|---|
static String |
FSAUtils.toDot(FSA fsa,
int node)
Returns the right-language reachable from a given FSA node, formatted as an input for the graphviz package (expressed in the dot
language). |
| Constructors in morfologik.fsa with parameters of type FSA | |
|---|---|
FSAInfo(FSA fsa)
|
|
| 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 | |||||||||