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

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

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