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 = "->";
}




