Click or drag to resize

semanticLexiconCacheAddTemp Method (String, ILogBuilder, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the temporary.

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public lexiconResponse AddTemp(
	string term,
	ILogBuilder loger = null,
	bool insert = true
)

Parameters

term
Type: SystemString
The term.
loger (Optional)
Type: ILogBuilder
The loger.
insert (Optional)
Type: SystemBoolean

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

Return Value

Type: lexiconResponse

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

See Also