 | textResourceResolverBaseGetLexicInflection Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Quering the lexic inflections in parallel mode.
Namespace:
imbNLP.PartOfSpeech.resourceProviders.core
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic 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