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 in this page.
Common Public License Version 1.0
You can use the following script to add mallet-2.0.7.jar to your project.
<dependency> <groupId>cc.mallet</groupId> <artifactId>mallet</artifactId> <version>2.0.7</version> </dependency>
compile group: 'cc.mallet', name: 'mallet', version: '2.0.7'
libraryDependencies += "cc.mallet" % "mallet" % "2.0.7"
<dependency org="cc.mallet" name="mallet" rev="2.0.7"/>
@Grapes(@Grab(group='cc.mallet', module='mallet', version='2.0.7'))
'cc.mallet:mallet:jar:2.0.7'
Click the following link to download the jar file.
mallet-2.0.7.jar