Click or drag to resize

semanticLexiconManagergetConcept Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets of builds the concept

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public Concept getConcept(
	string conceptName,
	bool autoBuild = false,
	string description = "",
	bool autoSave = true
)

Parameters

conceptName
Type: SystemString
Name of the concept.
autoBuild (Optional)
Type: SystemBoolean
if set to true [automatic build].
description (Optional)
Type: SystemString
The description.
autoSave (Optional)
Type: SystemBoolean

[Missing <param name="autoSave"/> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconManager.getConcept(System.String,System.Boolean,System.String,System.Boolean)"]

Return Value

Type: Concept

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.semanticLexiconManager.getConcept(System.String,System.Boolean,System.String,System.Boolean)"]

See Also