Click or drag to resize

lexiconConstructorsaveTermModel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Saves the term model. Prefix is clean filename prefix without spacing character

Namespace:  imbNLP.Data.semanticLexicon.procedures
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public void saveTermModel(
	termExploreModel termModel,
	string prefix = ""
)

Parameters

termModel
Type: imbNLP.Data.semanticLexicon.exploretermExploreModel
The term model.
prefix (Optional)
Type: SystemString
The prefix.
See Also