Click or drag to resize

lexicInflectionAddGrammarCase Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the grammar case under this inflection

Namespace:  imbNLP.PartOfSpeech.lexicUnit
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public lexicGrammarCase AddGrammarCase(
	grammaticTagCollection tags
)

Parameters

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

Return Value

Type: lexicGrammarCase

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicInflection.AddGrammarCase(imbNLP.PartOfSpeech.resourceProviders.core.grammaticTagCollection)"]

See Also