Click or drag to resize

resourceConverterForGramaticTagsConvertFromString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Builds grammaticTagCollection instance from string form

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public grammaticTagCollection ConvertFromString(
	string tag
)

Parameters

tag
Type: SystemString
The string encoding that is to be interpreted into grammatic tag

Return Value

Type: grammaticTagCollection
Instance of grammaticTagCollection built from the string input
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionTag flag [" + s+ "] not resolved in [" +t.Name + "] - tag
See Also