Click or drag to resize

textResourceIndexBaseGetLemmaSetForInflection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

It will get all inflections of the same lemma, if allInflections is supplied, it will remove all matched inflectional form from the list.

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

Parameters

inflection
Type: SystemString
The inflection.
allInflections (Optional)
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.textResourceIndexBase.GetLemmaSetForInflection(System.String,System.Collections.Generic.List{System.String},imbSCI.Core.reporting.ILogBuilder)"]

Implements

ITextResourceResolverGetLemmaSetForInflection(String, ListString, ILogBuilder)
See Also