Log in Help
Print
Homereleasesgate-5.1-beta2-build3402-ALLpluginsLingPipesrcgatelingpipe 〉 POSApplicationMode.java
 
package gate.lingpipe;

/**
 * ENUM that describes various application mode for the POS Tagging
 * application
 * 
 * @author niraj
 * 
 */
public enum POSApplicationMode {
  FIRSTBEST, CONFIDENCE, NBEST
}