Click or drag to resize

nGramsModeEnum Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Mode of word decomposition

Namespace:  imbNLP.PartOfSpeech.analysis
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public enum nGramsModeEnum
Members
  Member nameValueDescription
overlap0 The overlap mode: e.g. for "category", N=2 it will produce: ca, at, te, eg, go, or, ry
ordinal1 The ordinal mode: e.g. for "category", N=2 it will produce: ca, te, go, ry
See Also