Click or drag to resize

lexiconConstructoraddTermModelToLexicon Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the term model to the lexicon

Namespace:  imbNLP.Data.semanticLexicon.procedures
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public void addTermModelToLexicon(
	termExploreModel termModel
)

Parameters

termModel
Type: imbNLP.Data.semanticLexicon.exploretermExploreModel
The term model.
See Also