Click or drag to resize

lexicInflectionAddGrammarCase Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the grammar case under this inflection

Namespace:  imbNLP.PartOfSpeech.lexicUnit
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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