Class FSTUtil.Path<T>
Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
Inheritance
System.Object
FSTUtil.Path<T>
Assembly: Lucene.Net.Suggest.dll
Syntax
public sealed class Path<T> : object
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
Path(State, FST.Arc<T>, T, Int32sRef) | Sole constructor. |
Properties
Name | Description |
---|---|
FstNode | Node in the |
Input | Input of the path so far: |
Output | Output of the path so far: |
State | Node in the automaton where path ends: |