Package morfologik.fsa.builders


package morfologik.fsa.builders
  • Class
    Description
    Serializes in-memory FSA graphs to CFSA2.
    An FSA with constant-size arc representation produced directly by FSABuilder.
    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.
    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.