Download SnowballAnnotator-2.3.1.jar file - Jar s

Jar examples for s:SnowballAnnotator

Description

Annotator that annotates tokens using Snowball

You can download jar file SnowballAnnotator 2.3.1 in this page.

License

Apache License

Build File

You can use the following script to add SnowballAnnotator-2.3.1.jar to your project.

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

Download

Click the following link to download the jar file.

SnowballAnnotator-2.3.1-javadoc.jar
SnowballAnnotator-2.3.1-sources.jar
SnowballAnnotator-2.3.1.jar
SnowballAnnotator-2.3.1.pom



Related Tutorials