Jar examples for m:mallet
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.
Common Public License Version 1.0
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'
Click the following link to download the jar file.
mallet-2.0.7-RC2.jar