Click or drag to resize

tokenGraphSetAdd Method (IEnumerableKeyValuePairString, String, tokenGraphNodeType)

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.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}},imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNodeType)"]

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void Add(
	IEnumerable<KeyValuePair<string, string>> source,
	tokenGraphNodeType typeForValue
)

Parameters

source
Type: System.Collections.GenericIEnumerableKeyValuePairString, String

[Missing <param name="source"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.Add(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}},imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNodeType)"]

typeForValue
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNodeType

[Missing <param name="typeForValue"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.Add(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}},imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNodeType)"]

See Also