Click or drag to resize

lexiconConstructorsaveTermModel Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
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