Click or drag to resize

cloudConstructorprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the specified chunk table into semantic cloud

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public lemmaSemanticCloud process(
	webLemmaTermTable chunkTable,
	webLemmaTermTable termTable,
	lemmaSemanticCloud output,
	ILogBuilder logger,
	List<pipelineTaskMCSiteSubject> subjects,
	ITextResourceResolver resolver
)

Parameters

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.
subjects
Type: System.Collections.GenericListpipelineTaskMCSiteSubject
The subjects.
resolver
Type: imbNLP.PartOfSpeech.resourceProviders.coreITextResourceResolver
The resolver.

Return Value

Type: lemmaSemanticCloud

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.cloudConstructor.process(imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbSCI.Core.reporting.ILogBuilder,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskMCSiteSubject},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