Click or drag to resize

cloudConstructorBuildCloud Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Builds the cloud - common part of the algorithm

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
protected lemmaSemanticCloud BuildCloud(
	lemmaSemanticConstruct c,
	webLemmaTermTable chunkTable,
	webLemmaTermTable termTable,
	lemmaSemanticCloud output,
	ILogBuilder logger,
	ITextResourceResolver resolver
)

Parameters

c
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticConstruct
The c.
chunkTable
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable
The chunk table.
termTable
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable
The term table.
output
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticCloud
The output.
logger
Type: ILogBuilder
The logger.
resolver
Type: imbNLP.PartOfSpeech.resourceProviders.coreITextResourceResolver
The resolver.

Return Value

Type: lemmaSemanticCloud

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.cloudConstructor.BuildCloud(imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticConstruct,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.resourceProviders.core.ITextResourceResolver)"]

Exceptions
ExceptionCondition
aceScienceExceptionThis is stupid. Settings for cloudConstructor have assignChunkTableWeightToLink=true but it will not create new link in case the lemmas are already linked" + ", therefore resulting weight is assigned just by chance! Change cloudConstructor settings bro, to make some sense. - null - cloudConstructor has irrational settings
See Also