Click or drag to resize

tokenGraph Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the root tokenGraphNode class -- assigned to the word_query

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public tokenGraph(
	string __queryToken
)

Parameters

__queryToken
Type: SystemString
The query token.
See Also