Generate n-grams by sequense of elements (tokens).
Inheritance Hierarchy
NReco.NLQueryNGramGenerator
Namespace: NReco.NLQuery
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The NGramGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NGramGenerator | Initializes a new instance of the NGramGenerator class | |
NGramGenerator(Int32) | Initializes a new instance of the NGramGenerator class |
Properties
Name | Description | |
---|---|---|
MaxSequenceLength |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateNGrams |
Generates n-grams grouped by starting token from the specified tokens list.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also