
eu.crydee.uima.opennlp.resources.EnPosMaxentModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of en-pos-maxent Show documentation
Show all versions of en-pos-maxent Show documentation
Maxent model with tag dictionary.
The newest version!
package eu.crydee.uima.opennlp.resources;
import java.net.URL;
/**
* Class containing the URL of the model.
*
* @author Hugo “m09” Mougard
*/
public class EnPosMaxentModel {
/**
* URL of the model.
*/
static final public URL url = EnPosMaxentModel.class.getClassLoader()
.getResource(
"eu/crydee/uima/opennlp/resources/en-pos-maxent.bin");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy