Click or drag to resize

termQualificationComponentEvaluate Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the specified word

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

Parameters

word
Type: SystemString
The word.
list
Type: imbNLP.PartOfSpeech.evaluation.termTruthTabletermQualificationList
Qualification list

Return Value

Type: termQualificationAnswer

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

See Also