 | textResourceResolverBaseGetLemmaFor Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Returns single lemma for specified input word
Namespace:
imbNLP.PartOfSpeech.resourceProviders.core
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxpublic 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:
StringLemma form or empty string on failure
See Also