Click or drag to resize

chunkComposerBasicSettingspos_enum_types Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Locally used dictionary of pos enums

Namespace:  imbNLP.PartOfSpeech.decomposing.chunk
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
[XmlIgnoreAttribute]
public Dictionary<string, Type> pos_enum_types { get; }

Property Value

Type: DictionaryString, Type
The position enum types.
See Also