Package morfologik.fsa


package morfologik.fsa
  • Class
    Description
    An iterator that traverses the right language of a given node (all sequences reachable from a given node).
    CFSA (Compact Finite State Automaton) binary format implementation.
    CFSA (Compact Finite State Automaton) binary format implementation, version 2: CFSA2.BIT_TARGET_NEXT applicable on all arcs, not necessarily the last one. v-coded goto field v-coded perfect hashing numbers, if any 31 most frequent labels integrated with flags byte
    This is a top abstract class for handling finite state automata.
    FSA binary format implementation for version 5.
    FSA automaton flags.
    Standard FSA file header, as described in fsa package documentation.
    This class implements some common matching and scanning operations on a generic FSA.
    A matching result returned from FSATraversal.
    State visitor.