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.
http://mallet.cs.umass.edu/
Common Public License Version 1.0
David Mimno Gregory Druck
Files download
File Operation
mallet-2.0.10.jar download
mallet-2.0.10.pom download
mallet-2.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.steveash.mallet</groupId>
  <artifactId>mallet</artifactId>
  <version>2.0.10</version>
</dependency>
Gradle Groovy
implementation 'com.github.steveash.mallet:mallet:2.0.10'
Gradle Kotlin
implementation("com.github.steveash.mallet:mallet:2.0.10")
Scala SBT
libraryDependencies += "com.github.steveash.mallet" % "mallet" % "2.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.steveash.mallet', module='mallet', version='2.0.10')
)
Apache Ivy
<dependency org="com.github.steveash.mallet" name="mallet" rev="2.0.10" />
Leiningen
[com.github.steveash.mallet/mallet "2.0.10"]
Apache Buildr
'com.github.steveash.mallet:mallet:jar:2.0.10'