Download mallet-2.0.7-RC2.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.7-RC2 in this page.

License

Common Public License Version 1.0

Build File

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

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

Download

Click the following link to download the jar file.

mallet-2.0.7-RC2.jar
mallet-2.0.7-RC2-javadoc.jar
mallet-2.0.7-RC2.pom
mallet-2.0.7-RC2-sources.jar



Related Tutorials