Package morfologik.fsa.builders


package morfologik.fsa.builders
  • Class
    Description
    Serializes in-memory FSA graphs to CFSA2.
    Serializes in-memory FSA graphs to a binary format compatible with Jan Daciuk's fsa's package FSA5 format.
    Fast, memory-conservative finite state automaton builder, returning an in-memory FSA 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.
    All FSA serializers (to binary formats) will implement this interface.
    Other FSA-related utilities not directly associated with the class hierarchy.