Click or drag to resize

lemmaSemanticCloudExpandTermsToCloud Method (IEnumerableString, Int32, Boolean, lemmaExpansionOptions)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns expanded cloud from given lemma list - only for matched lemmas

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

Parameters

lemmas
Type: System.Collections.GenericIEnumerableString
The lemmas.
expansionSteps
Type: SystemInt32
The expansion steps.
typeToMin (Optional)
Type: SystemBoolean
todo: describe typeToMin parameter on ExpandTermsToCloud
options (Optional)
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{System.String},System.Int32,System.Boolean,imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaExpansionOptions)"]

See Also