Click or drag to resize

ITextResourceResolverGetLexicUnit Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Main method for token resolution. Returns null on fail

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
lexicInflection GetLexicUnit(
	string key,
	ILogBuilder logger = null
)

Parameters

key
Type: SystemString
The key.
logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: lexicInflection

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

See Also