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
文件下载
文件名 操作
mallet-2.0.8.jar 下载
mallet-2.0.8.pom 下载
mallet-2.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cc.mallet</groupId>
  <artifactId>mallet</artifactId>
  <version>2.0.8</version>
</dependency>
Gradle Groovy
implementation 'cc.mallet:mallet:2.0.8'
Gradle Kotlin
implementation("cc.mallet:mallet:2.0.8")
Scala SBT
libraryDependencies += "cc.mallet" % "mallet" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='cc.mallet', module='mallet', version='2.0.8')
)
Apache Ivy
<dependency org="cc.mallet" name="mallet" rev="2.0.8" />
Leiningen
[cc.mallet/mallet "2.0.8"]
Apache Buildr
'cc.mallet:mallet:jar:2.0.8'