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