Click or drag to resize

WeightDictionaryAddEntry Method (String, Double)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the entry.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public WeightDictionaryEntry AddEntry(
	string term,
	double score
)

Parameters

term
Type: SystemString
The term.
score
Type: SystemDouble
The score.

Return Value

Type: WeightDictionaryEntry

[Missing <returns> documentation for "M:imbNLP.Toolkit.Processing.WeightDictionary.AddEntry(System.String,System.Double)"]

See Also