 | 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
Syntaxpublic void Add(
T item,
string part
)
Parameters
- item
- Type: T
The item. - part
- Type: SystemString
The part.
See Also