Click or drag to resize

chunkComposerBasicSettingspos_enum_types Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Locally used dictionary of pos enums

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

Property Value

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