Click or drag to resize

termDocument Constructor (IWeightTableSet, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the termDocument class

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public termDocument(
	IWeightTableSet __parent,
	string __name
)

Parameters

__parent
Type: IWeightTableSet

[Missing <param name="__parent"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termDocument.#ctor(imbSCI.DataComplex.IWeightTableSet,System.String)"]

__name
Type: SystemString

[Missing <param name="__name"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termDocument.#ctor(imbSCI.DataComplex.IWeightTableSet,System.String)"]

See Also