Click or drag to resize

tokenGraphNodeAdd Method (String, tokenGraphNodeType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Add - generic method

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void Add(
	string __token,
	tokenGraphNodeType __type
)

Parameters

__token
Type: SystemString
The token.
__type
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNodeType
The type.
See Also