Click or drag to resize

ILemmaCollectionResolveSingleTerm Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns weight of the term, use this where possible instead of ResolveLemmaForTerm(String, ILogBuilder)

Namespace:  imbNLP.PartOfSpeech.TFModels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
double ResolveSingleTerm(
	string term,
	ILogBuilder logger = null
)

Parameters

term
Type: SystemString
The term.
logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.ILemmaCollection.ResolveSingleTerm(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also