Download org.apache.stanbol.commons.opennlp-0.11.0.jar file - Jar o

Jar examples for o:org.apache.stanbol.commons.opennlp

Description

Provides a Bundle and support for the management of Models. The Data File Provider infrastructure is used to load requested models. Some Modles for English are included. Other models MUST be provided via the DataFileProvider infrastrucutre. (e.g. by including them in there classpath and providing an own DataFileProvider or by users adding the requred files to the "/datafiles" folder in the Stanbol installation)

You can download jar file org.apache.stanbol.commons.opennlp 0.11.0 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.stanbol.commons.opennlp-0.11.0.jar to your project.

<dependency>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
   <version>0.11.0</version>
</dependency>
compile group: 'org.apache.stanbol', name: 'org.apache.stanbol.commons.opennlp', version: '0.11.0'
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.commons.opennlp" % "0.11.0"
<dependency org="org.apache.stanbol" name="org.apache.stanbol.commons.opennlp" rev="0.11.0"/>
@Grapes(@Grab(group='org.apache.stanbol', module='org.apache.stanbol.commons.opennlp', version='0.11.0'))
'org.apache.stanbol:org.apache.stanbol.commons.opennlp:jar:0.11.0'

Download

Click the following link to download the jar file.

org.apache.stanbol.commons.opennlp-0.11.0-javadoc.jar
org.apache.stanbol.commons.opennlp-0.11.0-sources.jar
org.apache.stanbol.commons.opennlp-0.11.0.jar
org.apache.stanbol.commons.opennlp-0.11.0.pom



Related Tutorials