Click or drag to resize

SpaceModelConstructorAddLabel Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the label if not already declared within the context

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

Parameters

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