Click or drag to resize

ITextResourceResolverGetLemmaSetForInflection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the lemma set for inflection.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
lexicGraphSetWithLemma GetLemmaSetForInflection(
	string inflection,
	List<string> allInflections,
	ILogBuilder logger = null
)

Parameters

inflection
Type: SystemString
The inflection.
allInflections
Type: System.Collections.GenericListString
All inflections.
logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: lexicGraphSetWithLemma

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.ITextResourceResolver.GetLemmaSetForInflection(System.String,System.Collections.Generic.List{System.String},imbSCI.Core.reporting.ILogBuilder)"]

See Also