Click or drag to resize

textMapTAdd Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified item.

Namespace:  imbNLP.PartOfSpeech.map
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void Add(
	T item,
	string part
)

Parameters

item
Type: T
The item.
part
Type: SystemString
The part.
See Also