Click or drag to resize

semanticLexiconCachegetLexiconItems Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the lexicon items from cached terms or failed queris

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public lexiconResponse getLexiconItems(
	string termForm,
	ILogBuilder loger = null
)

Parameters

termForm
Type: SystemString
The term form.
loger (Optional)
Type: ILogBuilder

[Missing <param name="loger"/> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconCache.getLexiconItems(System.String,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: lexiconResponse

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconCache.getLexiconItems(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also