Click or drag to resize

chunkConstructorTFprocess Method (TFDFCounter, ILogBuilder, webLemmaTermTable, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Constructs the webLemmaTable

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public webLemmaTermTable process(
	TFDFCounter counter,
	ILogBuilder logger,
	webLemmaTermTable table,
	bool forSingleWebSite = false
)

Parameters

counter
Type: TFDFCounter
The counter.
logger
Type: ILogBuilder
The logger.
table
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable
The table.
forSingleWebSite (Optional)
Type: SystemBoolean
if set to true [for single web site].

Return Value

Type: webLemmaTermTable

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.chunkConstructorTF.process(imbSCI.DataComplex.tf_idf.TFDFCounter,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,System.Boolean)"]

See Also