Click or drag to resize

semanticLexiconCache Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the semanticLexiconCache class

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public semanticLexiconCache(
	folderNode __folder,
	bool __allowLexiconQuery = true
)

Parameters

__folder
Type: folderNode

[Missing <param name="__folder"/> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconCache.#ctor(imbSCI.Core.files.folders.folderNode,System.Boolean)"]

__allowLexiconQuery (Optional)
Type: SystemBoolean

[Missing <param name="__allowLexiconQuery"/> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconCache.#ctor(imbSCI.Core.files.folders.folderNode,System.Boolean)"]

See Also