Click or drag to resize

wlfConstructorTFIDFprocess Method (String, ITextResourceResolver, 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#
protected webLemmaTermTable process(
	string tableName,
	ITextResourceResolver parser,
	TFDFCounter counter,
	ILogBuilder logger,
	webLemmaTermTable table = null,
	bool forSingleWebSite = false
)

Parameters

tableName
Type: SystemString
Name of the table.
parser
Type: imbNLP.PartOfSpeech.resourceProviders.coreITextResourceResolver
The parser.
counter
Type: TFDFCounter
The counter.
logger
Type: ILogBuilder
The logger.
table (Optional)
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermTable

[Missing <param name="table"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.wlfConstructorTFIDF.process(System.String,imbNLP.PartOfSpeech.resourceProviders.core.ITextResourceResolver,imbSCI.DataComplex.tf_idf.TFDFCounter,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,System.Boolean)"]

forSingleWebSite (Optional)
Type: SystemBoolean

[Missing <param name="forSingleWebSite"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.wlfConstructorTFIDF.process(System.String,imbNLP.PartOfSpeech.resourceProviders.core.ITextResourceResolver,imbSCI.DataComplex.tf_idf.TFDFCounter,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermTable,System.Boolean)"]

Return Value

Type: webLemmaTermTable

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

See Also