Click or drag to resize

termQualification  Conversion (termQualification to String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Performs an implicit conversion from termQualification to String.

Namespace:  imbNLP.PartOfSpeech.evaluation.termTruthTable
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static implicit operator string (
	termQualification input
)

Parameters

input
Type: imbNLP.PartOfSpeech.evaluation.termTruthTabletermQualification
The input.

Return Value

Type: String
The result of the conversion.
See Also