
edu.stanford.nlp.optimization.HasEvaluators Maven / Gradle / Ivy
Go to download
Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.
package edu.stanford.nlp.optimization;
/**
* Indicates that an minimizer supports evaluation periodically
*
* @author Angel Chang
*/
public interface HasEvaluators {
public void setEvaluators(int iters, Evaluator[] evaluators);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy