nGramsModeEnum Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.analysis
public enum nGramsModeEnum
| Member name | Value | Description | |
|---|---|---|---|
| overlap | 0 | The overlap mode: e.g. for "category", N=2 it will produce: ca, at, te, eg, go, or, ry | |
| ordinal | 1 | The ordinal mode: e.g. for "category", N=2 it will produce: ca, te, go, ry |