Download mallet-2.0.8.jar file - Jar m

Jar examples for m:mallet

Description

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

You can download jar file mallet 2.0.8 in this page.

License

Common Public License Version 1.0

Build File

You can use the following script to add mallet-2.0.8.jar to your project.

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

Download

Click the following link to download the jar file.

mallet-2.0.8-javadoc.jar
mallet-2.0.8-sources.jar
mallet-2.0.8.jar
mallet-2.0.8.pom



Related Tutorials