Click or drag to resize

tokenGraphNodeAddKeyValueChildren Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds children and their children -- where Key is child, and Value is grandchild

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void AddKeyValueChildren(
	IEnumerable<KeyValuePair<string, string>> source,
	tokenGraphNodeType typeForChild,
	tokenGraphNodeType typeForGrandChild,
	bool inverse = false
)

Parameters

source
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
The source.
typeForChild
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNodeType
The type for key.
typeForGrandChild
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNodeType
The type for value.
inverse (Optional)
Type: SystemBoolean

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

See Also