Click or drag to resize

semanticLexiconCacheAddTemp Method (IEnumerableString, ILogBuilder, Boolean, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the temporary term definition and performs save once enough temp terms were aded

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public lexiconResponse AddTemp(
	IEnumerable<string> terms,
	ILogBuilder loger = null,
	bool insert = true,
	bool isFirstLoad = false
)

Parameters

terms
Type: System.Collections.GenericIEnumerableString
The terms.
loger (Optional)
Type: ILogBuilder
The loger.
insert (Optional)
Type: SystemBoolean
if set to true [insert].
isFirstLoad (Optional)
Type: SystemBoolean

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

Return Value

Type: lexiconResponse

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

See Also