Click or drag to resize

textResourceResolverBaseGetInflectionGraph Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns single lexicInflection graph, with different grammTags

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public lexicInflection GetInflectionGraph(
	string word,
	int limit = -1,
	ILogBuilder logger = null
)

Parameters

word
Type: SystemString
The word.
limit (Optional)
Type: SystemInt32
The limit - limit on number of entries to take
logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: lexicInflection

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceResolverBase.GetInflectionGraph(System.String,System.Int32,imbSCI.Core.reporting.ILogBuilder)"]

See Also