Click or drag to resize

lemmaSemanticCloudExpandTermsToCloud Method (IEnumerablewebLemmaTerm, Int32, Boolean, lemmaExpansionOptions)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Creates a semantic cloud subset by expanding received lemmas by specified expansionSteps and lemmaExpansionOptions

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public lemmaSemanticCloud ExpandTermsToCloud(
	IEnumerable<webLemmaTerm> lemmas,
	int expansionSteps,
	bool typeToMin,
	lemmaExpansionOptions options
)

Parameters

lemmas
Type: System.Collections.GenericIEnumerablewebLemmaTerm
The lemmas.
expansionSteps
Type: SystemInt32
The expansion steps.
typeToMin
Type: SystemBoolean
if set to true [type to minimum].
options
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaExpansionOptions
The options.

Return Value

Type: lemmaSemanticCloud

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

See Also