Download Tagger-2.3.1.jar file - Jar t

Jar examples for t:Tagger

Description

An implementation of a Hidden Markov Model (HMM) statistical tagger

You can download jar file Tagger 2.3.1 in this page.

License

GNU General Public License (GPL)

Build File

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

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

Download

Click the following link to download the jar file.

Tagger-2.3.1-javadoc.jar
Tagger-2.3.1-sources.jar
Tagger-2.3.1.jar
Tagger-2.3.1.pom



Related Tutorials