Click or drag to resize

webLemmaTermTableSufixrecountMinMax Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Recounts the minimum maximum.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void recountMinMax(
	List<webLemmaTerm> lemmas,
	ILogBuilder logger = null
)

Parameters

lemmas
Type: System.Collections.GenericListwebLemmaTerm
The lemmas.
logger (Optional)
Type: ILogBuilder
The logger.
See Also