Click or drag to resize

semanticLexiconContext Constructor (IDataObjectStore)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initialize a new entity context using the specified BrightstarDB Data Object Store connection

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public semanticLexiconContext(
	IDataObjectStore dataObjectStore
)

Parameters

dataObjectStore
Type: IDataObjectStore
The connection to the BrightstarDB Data Object Store that will provide the entity objects
See Also