Click or drag to resize

termQualificationComponentEvaluateToTerm Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or makes neutral termQualification

Namespace:  imbNLP.PartOfSpeech.evaluation.termTruthTable
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public termQualification EvaluateToTerm(
	string word,
	termQualificationList list
)

Parameters

word
Type: SystemString
The word to be evaluated.
list
Type: imbNLP.PartOfSpeech.evaluation.termTruthTabletermQualificationList
The list with qualification definitions

Return Value

Type: termQualification

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.evaluation.termTruthTable.termQualificationComponent.EvaluateToTerm(System.String,imbNLP.PartOfSpeech.evaluation.termTruthTable.termQualificationList)"]

See Also