Log in Help
Print
Homereleasesgate-6.0-build3764-ALLpluginsToolssrcgateqa 〉 Measure.java
 
package gate.qa;

/**
 * ENUM for different measure types. User can select one of these as a
 * parameter for the QualityAssurance PR.
 * 
 * @author niraj
 * 
 */
public enum Measure {
  F1_STRICT, F1_AVERAGE, F1_LENIENT, F05_STRICT, F05_AVERAGE, F05_LENIENT
}