Class FSTUtil.Path<T>

  • Enclosing class:
    FSTUtil

    public static final class FSTUtil.Path<T>
    extends Object
    Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
    • Field Detail

      • state

        public final State state
        Node in the automaton where path ends:
      • fstNode

        public final FST.Arc<T> fstNode
        Node in the FST where path ends:
      • input

        public final IntsRef input
        Input of the path so far:
    • Constructor Detail