Click or drag to resize

chunkMatchRuleflagTypesToMatchNames Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
Syntax
C#
public List<string> flagTypesToMatchNames { get; set; }

Property Value

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