Uses of Package
morfologik.fsa.core

Packages that use morfologik.fsa.core
morfologik.fsa.core   
morfologik.fsa.dictionary   
 

Classes in morfologik.fsa.core used by morfologik.fsa.core
FSA
          FSA (Finite State Automaton) traversal implementation, abstract base class for all versions of FSA.
FSA.Arc
          An arc (a labelled transition between two nodes) of the FSA.
FSA.Node
          A node of the FSA.
FSAFinalStatesIterator
          An iterator that traverses all final states reachable from a given FSA.Node and returns String objects corresponding to final states.
FSAMatch
          A result returned from FSATraversalHelper.matchSequence(byte[], morfologik.fsa.core.FSA.Node).
FSATraversalHelper
          This class implements some common match/ traverse/ find operations on a generic FSA.
 

Classes in morfologik.fsa.core used by morfologik.fsa.dictionary
FSA
          FSA (Finite State Automaton) traversal implementation, abstract base class for all versions of FSA.