Click or drag to resize

resourceConverterForGramaticTagsConvertToString Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
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