All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.isi.nlp.EvalHack Maven / Gradle / Ivy

The newest version!
package edu.isi.nlp;

/**
 * Indicates something is a hack for an evaluation and should get cleaned up when we have the
 * chance.
 */
public @interface EvalHack {

  /** Which eval was this hack for? */
  String eval() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy