Click or drag to resize

tokenGraphSetAdd Method (String, tokenGraph)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.Add(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph)"]

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void Add(
	string key,
	tokenGraph value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.Add(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph)"]

value
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraph

[Missing <param name="value"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.Add(System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph)"]

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also