Package morfologik.fsa.core

Interface Summary
FSA.Arc An arc (a labelled transition between two nodes) of the FSA.
FSA.Node A node of the FSA.
 

Class Summary
FSA FSA (Finite State Automaton) traversal implementation, abstract base class for all versions of FSA.
FSAFinalStatesIterator An iterator that traverses all final states reachable from a given FSA.Node and returns String objects corresponding to final states.
FSAHelpers This class has several static utility methods for use with the FSA package.
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.
FSAVer5Impl FSA (Finite State Automaton) dictionary traversal implementation for version 5 of the FSA automaton.