Click or drag to resize

resourceConverterForGramaticTagsConvertToString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Converts the specified grammatic tag collection into string format according to loaded specification

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

Parameters

tag
Type: imbNLP.PartOfSpeech.resourceProviders.coregrammaticTagCollection
The tag.

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.resourceConverterForGramaticTags.ConvertToString(imbNLP.PartOfSpeech.resourceProviders.core.grammaticTagCollection)"]

See Also