Click or drag to resize

grammaticTagCollectionAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the specified tag to the collection

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void Add(
	Object tag
)

Parameters

tag
Type: SystemObject
The tag to be added into collection
Exceptions
ExceptionCondition
ArgumentNullExceptiontag
See Also