Click or drag to resize

resourceConverterForGramaticTagspos_enum_types Property

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

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
protected Dictionary<string, Type> pos_enum_types { get; }

Property Value

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