Property MaxNgramSize
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
MaxNgramSize
Gets or sets the maximum allowed n-gram size for extracted keywords. This value serves as guidance for the extraction process but does not guarantee that each extracted keyword or phrase will exactly match the specified size. The output depends on the model's capacities and the characteristics of the input data.
Default: 3
public int MaxNgramSize { get; set; }