NGramGenerator Class

NReco.NLQuery Class Library Documentation
Generate n-grams by sequense of elements (tokens).
Inheritance Hierarchy

SystemObject
  NReco.NLQueryNGramGenerator

Namespace:  NReco.NLQuery
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public class NGramGenerator

The NGramGenerator type exposes the following members.

Constructors

  NameDescription
Public methodNGramGenerator
Initializes a new instance of the NGramGenerator class
Public methodNGramGenerator(Int32)
Initializes a new instance of the NGramGenerator class
Top
Properties

  NameDescription
Public propertyMaxSequenceLength
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateNGrams
Generates n-grams grouped by starting token from the specified tokens list.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference