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

eu.crydee.uima.opennlp.resources.PtPosPerceptronModel Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package eu.crydee.uima.opennlp.resources;

/**
 * Class containing the path of the model.
 *
 * @author Hugo “m09” Mougard
 */
public class PtPosPerceptronModel {

    /**
     * Path of the model.
     */
    static final public String path = "eu/crydee/uima/opennlp/resources/pt-pos-perceptron.bin";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy