Click or drag to resize

HtmlTagCounterGetOrAddCategory Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Parameters

categoryPath
Type: SystemString

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

_description (Optional)
Type: SystemString

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

_weight (Optional)
Type: SystemDouble

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

Return Value

Type: HtmlTagCounter

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

See Also