Click or drag to resize

SpaceModelConstructorAddLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the label if not already declared within the context

Namespace:  imbNLP.Toolkit.Space
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public void AddLabel(
	string text,
	SpaceModel context
)

Parameters

text
Type: SystemString
The text.
context
Type: imbNLP.Toolkit.SpaceSpaceModel
The context.
See Also