Click or drag to resize

semanticLexiconManagergetLexiconItems Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the lexicon items.

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

Parameters

termForm
Type: SystemString
The term form.
loger (Optional)
Type: ILogBuilder
The loger.
callWithAutoDiscovery (Optional)
Type: SystemBoolean
if set to true [call with automatic discovery].

Return Value

Type: lexiconResponse

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

See Also