package gate.qa; /** * ENUM for different measure types. User can select one of these as a * parameter for the PRs such as QualityAssurance PR and QA for Teamware PR. * * @author niraj * */ public enum Measure { F1_STRICT, F1_AVERAGE, F1_LENIENT, F05_STRICT, F05_AVERAGE, F05_LENIENT }