com.mayabot.nlp.perceptron.EvaluateFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mynlp Show documentation
Show all versions of mynlp Show documentation
Maya Nlp subproject :mynlp
package com.mayabot.nlp.perceptron;
import java.util.List;
public interface EvaluateFunction {
public EvaluateResult evaluate(List sample );
}