Click or drag to resize

cloudConstructorprocessAlternative Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the complex.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
protected lemmaSemanticCloud processAlternative(
	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.processAlternative(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)"]

See Also