Show / Hide Table of Contents

    Class FSTUtil

    Exposes a utility method to enumerate all paths intersecting an with an .

    Inheritance
    System.Object
    FSTUtil
    Namespace: Lucene.Net.Search.Suggest.Analyzing
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public static class FSTUtil : object

    Methods

    | Improve this Doc View Source

    IntersectPrefixPaths<T>(Automaton, FST<T>)

    Enumerates all minimal prefix paths in the automaton that also intersect the , accumulating the 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
    IList<FSTUtil.Path<T>>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)