termQualification Class |
Namespace: imbNLP.PartOfSpeech.evaluation.termTruthTable
public class termQualification
The termQualification type exposes the following members.
| Name | Description | |
|---|---|---|
| termQualification |
Initializes a new instance of the termQualification class.
| |
| termQualification(String, Int32) |
Initializes a new instance of the termQualification class.
|
| Name | Description | |
|---|---|---|
| lemmaForm |
Gets or sets the lemma form.
| |
| score |
Gets or sets the score.
| |
| translatedForm |
Gets or sets the lemma form.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromString |
From the string.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| (String to termQualification) |
Performs an implicit conversion from String to termQualification.
| |
| (termQualification to String) |
Performs an implicit conversion from termQualification to String.
|