Click or drag to resize

semanticLexiconCacheAddTemp Method (String, ILogBuilder, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the temporary.

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
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