Click or drag to resize

termQualification Constructor (String, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the termQualification class.

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

Parameters

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