Click or drag to resize

textResourceIndexBaseGetLexicUnit Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the lexic unit.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public 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.textResourceIndexBase.GetLexicUnit(System.String,imbSCI.Core.reporting.ILogBuilder)"]

Implements

ITextResourceResolverGetLexicUnit(String, ILogBuilder)
See Also