Click or drag to resize

HtmlTagCounter Constructor (String, String, Double)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HtmlTagCounter class

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public HtmlTagCounter(
	string _name,
	string _description,
	double _weight
)

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.#ctor(System.String,System.String,System.Double)"]

_description
Type: SystemString

[Missing <param name="_description"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.#ctor(System.String,System.String,System.Double)"]

_weight
Type: SystemDouble

[Missing <param name="_weight"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.#ctor(System.String,System.String,System.Double)"]

See Also