Package morfologik.fsa.builders
-
Interface Summary Interface Description FSASerializer All FSA serializers (to binary formats) will implement this interface. -
Class Summary Class Description CFSA2Serializer ConstantArcSizeFSA An FSA with constant-size arc representation produced directly byFSABuilder
.FSA5Serializer Serializes in-memoryFSA
graphs to a binary format compatible with Jan Daciuk'sfsa
's packageFSA5
format.FSABuilder Fast, memory-conservative finite state automaton builder, returning an in-memoryFSA
that is a tradeoff between construction speed and memory consumption.FSAInfo Compute additional information about an FSA: number of arcs, nodes, etc.FSAInfo.FinalStateVisitor Computes the exact number of final states.FSAInfo.NodeVisitor Computes the exact number of states and nodes by recursively traversing the FSA.FSAUtils Other FSA-related utilities not directly associated with the class hierarchy.FSAUtils.IntIntHolder -
Enum Summary Enum Description FSABuilder.InfoEntry Debug and information constants.