eu.crydee.uima.opennlp.resources.PtPosPerceptronModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pt-pos-perceptron Show documentation
Show all versions of pt-pos-perceptron Show documentation
Perceptron model trained on conllx bosque data.
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