Click or drag to resize

termQualification  Conversion (String to termQualification)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Performs an implicit conversion from String to termQualification.

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

Parameters

input
Type: SystemString
The input.

Return Value

Type: termQualification
The result of the conversion.
See Also