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

com.mayabot.nlp.perceptron.EvaluateFunction Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package com.mayabot.nlp.perceptron;

import java.util.List;

public interface EvaluateFunction {
    public EvaluateResult evaluate(List sample );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy