Click or drag to resize

lexiconConstructorloadTermModels Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads any term model for the lemma form

Namespace:  imbNLP.Data.semanticLexicon.procedures
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public termExploreModelSet loadTermModels(
	string lemma,
	bool dontLoadFromFile = false
)

Parameters

lemma
Type: SystemString
The lemma.
dontLoadFromFile (Optional)
Type: SystemBoolean

[Missing <param name="dontLoadFromFile"/> documentation for "M:imbNLP.Data.semanticLexicon.procedures.lexiconConstructor.loadTermModels(System.String,System.Boolean)"]

Return Value

Type: termExploreModelSet

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

See Also