Method IntersectPrefixPaths
IntersectPrefixPaths<T>(Automaton, FST<T>)
Enumerates all minimal prefix paths in the automaton that also intersect the
Declaration
public static IList<FSTUtil.Path<T>> IntersectPrefixPaths<T>(Automaton a, FST<T> fst)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a | |
FST<T> | fst |
Returns
Type | Description |
---|---|
IList<FSTUtil.Path<T>> |
Type Parameters
Name | Description |
---|---|
T |