Click or drag to resize

termQualificationComponentEvaluateToTerm Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets or makes neutral termQualification

Namespace:  imbNLP.PartOfSpeech.evaluation.termTruthTable
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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