Click or drag to resize

termQualification Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Entry for term qualification
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.evaluation.termTruthTabletermQualification

Namespace:  imbNLP.PartOfSpeech.evaluation.termTruthTable
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class termQualification

The termQualification type exposes the following members.

Constructors
  NameDescription
Public methodtermQualification
Initializes a new instance of the termQualification class.
Public methodtermQualification(String, Int32)
Initializes a new instance of the termQualification class.
Top
Properties
  NameDescription
Public propertylemmaForm
Gets or sets the lemma form.
Public propertyscore
Gets or sets the score.
Public propertytranslatedForm
Gets or sets the lemma form.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromString
From the string.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberFORMAT
The format
Top
See Also