Click or drag to resize

textResourceResolverBaseGetLemmaFor Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns single lemma for specified input word

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public string GetLemmaFor(
	string input,
	ILogBuilder logger = null
)

Parameters

input
Type: SystemString
A word to find lemma for
logger (Optional)
Type: ILogBuilder
The logger - to report on fail.

Return Value

Type: String
Lemma form or empty string on failure
See Also