Click or drag to resize

ReportGeneratorsMakeTable Method (TokenDictionary, String, String, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes ranked table with term frequencies

Namespace:  imbNLP.Toolkit.Reporting
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public static DataTable MakeTable(
	this TokenDictionary terms,
	string name,
	string description,
	int limit = 1000
)

Parameters

terms
Type: imbNLP.Toolkit.ProcessingTokenDictionary
The terms.
name
Type: SystemString
The name.
description
Type: SystemString
The description.
limit (Optional)
Type: SystemInt32
The limit.

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Processing.TokenDictionary,System.String,System.String,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TokenDictionary. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also