Click or drag to resize

ConstructorTFIDFBaserecompute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Recomputes the specified table.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public virtual webLemmaTermTable recompute(
	webLemmaTermTable table,
	ILogBuilder logger,
	bool forSingleWebSite,
	List<webLemmaTerm> lemmas
)

Parameters

table
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable
The table.
logger
Type: ILogBuilder
The logger.
forSingleWebSite
Type: SystemBoolean
if set to true [for single web site].
lemmas
Type: System.Collections.GenericListwebLemmaTerm
The lemmas.

Return Value

Type: webLemmaTermTable

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.ConstructorTFIDFBase.recompute(imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,imbSCI.Core.reporting.ILogBuilder,System.Boolean,System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm})"]

Exceptions
ExceptionCondition
aceGeneralExceptionPermanent Add() lemma problem at [" + table.name + "] - Permanent Lemma TF-IDF Add(Lemma) failure
See Also