Click or drag to resize

termQualification Constructor (String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the termQualification class.

Namespace:  imbNLP.PartOfSpeech.evaluation.termTruthTable
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public termQualification(
	string _lemmaForm,
	int _score
)

Parameters

_lemmaForm
Type: SystemString
The lemma form.
_score
Type: SystemInt32
The score.
See Also