Class FSTUtil
Exposes a utility method to enumerate all paths
intersecting an Lucene.Net.Util.Automaton.Automaton with an Lucene.Net.Util.Fst.FST.
Assembly: Lucene.Net.Suggest.dll
Syntax
public static class FSTUtil
Methods
IntersectPrefixPaths<T>(Automaton, FST<T>)
Enumerates all minimal prefix paths in the automaton that also intersect the Lucene.Net.Util.Fst.FST,
accumulating the Lucene.Net.Util.Fst.FST end node and output for each path.
Declaration
public static IList<FSTUtil.Path<T>> IntersectPrefixPaths<T>(Automaton a, FST<T> fst) where T : class
Parameters
Type |
Name |
Description |
Automaton |
a |
|
FST<T> |
fst |
|
Returns
Type Parameters