Click or drag to resize

HtmlTagCounterGetScore Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.GetScore(System.Boolean,System.Boolean)"]

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public double GetScore(
	bool collectChildScore = true,
	bool applyWeight = true
)

Parameters

collectChildScore (Optional)
Type: SystemBoolean

[Missing <param name="collectChildScore"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.GetScore(System.Boolean,System.Boolean)"]

applyWeight (Optional)
Type: SystemBoolean

[Missing <param name="applyWeight"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.GetScore(System.Boolean,System.Boolean)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.GetScore(System.Boolean,System.Boolean)"]

See Also