Log in Help
Print
Homereleasesgate-5.1-beta2-build3402-ALLpluginsInter_Annotator_Agreementsrcgateiaaplugin 〉 ConstantParameters.java
 
package gate.iaaplugin;

public class ConstantParameters {
  /** the charater separating the different annotation sets and also 
   * different annotation types. */
  public static final String TERMSeparator = ";";
  /** the charater separating ann type and feature names. */
  public static final String TypeFeatSeparator = "->";
}