Click or drag to resize

lexiconConstructoraddTermModelToLexicon Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the term model to the lexicon

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

Parameters

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