Click or drag to resize

webLemmaTermExtensionsRecomputeTermFrequencies Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Recomputes the term frequencies.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static void RecomputeTermFrequencies(
	this IEnumerable<webLemmaTerm> lemmas,
	ILogBuilder logger
)

Parameters

lemmas
Type: System.Collections.GenericIEnumerablewebLemmaTerm
The lemmas.
logger
Type: ILogBuilder
The logger.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerablewebLemmaTerm. 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