Click or drag to resize

textResourceResolverBaseGetLexicInflection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Quering the lexic inflections in parallel mode.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public lexicGraphSet<lexicInflection> GetLexicInflection(
	IEnumerable<string> words,
	int limitPerWord = -1,
	ILogBuilder logger = null,
	RegexOptions regOpt = RegexOptions.IgnoreCase
)

Parameters

words
Type: System.Collections.GenericIEnumerableString
The words to query inflection graphs for. It may contain duplicates, as it will preprocess list to the unique tokens only.
limitPerWord (Optional)
Type: SystemInt32
The limit in results per word.
logger (Optional)
Type: ILogBuilder
The logger.
regOpt (Optional)
Type: System.Text.RegularExpressionsRegexOptions
The reg opt.

Return Value

Type: lexicGraphSetlexicInflection

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceResolverBase.GetLexicInflection(System.Collections.Generic.IEnumerable{System.String},System.Int32,imbSCI.Core.reporting.ILogBuilder,System.Text.RegularExpressions.RegexOptions)"]

See Also