Click or drag to resize

tokenGraphNodeAdd Method (IEnumerableString, tokenGraphNodeType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphNode.Add(System.Collections.Generic.IEnumerable{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<string> __tokens,
	tokenGraphNodeType __type
)

Parameters

__tokens
Type: System.Collections.GenericIEnumerableString

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

__type
Type: imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNodeType

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

See Also