Click or drag to resize

lemmaSemanticCloudExpandTerms Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Expands the terms.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public List<webLemmaTerm> ExpandTerms(
	IEnumerable<webLemmaTerm> lemmas,
	int expansionSteps,
	lemmaExpansionOptions options = lemmaExpansionOptions.weightAsSemanticDistanceFromParent|lemmaExpansionOptions.initialWeightFromParent
)

Parameters

lemmas
Type: System.Collections.GenericIEnumerablewebLemmaTerm
The lemmas.
expansionSteps
Type: SystemInt32
The expansion steps.
options (Optional)
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaExpansionOptions
The options.

Return Value

Type: ListwebLemmaTerm

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.ExpandTerms(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm},System.Int32,imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaExpansionOptions)"]

See Also