Class FSTUtil
Inheritance
System.Object
FSTUtil
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Search.Suggest.Analyzing
Assembly: Lucene.Net.Suggest.dll
Syntax
public static class FSTUtil
Methods
| Improve this Doc View SourceIntersectPrefixPaths<T>(Automaton, FST<T>)
Enumerates all minimal prefix paths in the automaton that also intersect the FST, accumulating the FST end node and output for each path.
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 |
---|---|
System.Collections.Generic.IList<FSTUtil.Path<T>> |
Type Parameters
Name | Description |
---|---|
T |