Click or drag to resize

chunkMatchRuleflagTypesToMatchNames Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Names of enumeration types whose values have to match in order to confirm prior regex match

Namespace:  imbNLP.PartOfSpeech.decomposing.chunk
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public List<string> flagTypesToMatchNames { get; set; }

Property Value

Type: ListString
The flag types to match names.
See Also