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 }