MVN

cc.mallet : mallet

Maven & Gradle

May 05, 2016
39 usages
847 stars

MAchine Learning for LanguagE Toolkit (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.

<dependency>
    <groupId>cc.mallet</groupId>
    <artifactId>mallet</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.mallet : mallet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8
  • Latest Release Candidate: 2.0.7-RC2

All Versions

Choose a version of cc.mallet : mallet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mallet-2.0.8
mallet-2.0.7
mallet-2.0.7-RC2

How to add a dependency to Maven

Add the following cc.mallet : mallet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.mallet</groupId>
    <artifactId>mallet</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.mallet : mallet gradle dependency to your build.gradle file:

implementation 'cc.mallet:mallet:2.0.8'

Gradle Kotlin DSL: Add the following cc.mallet : mallet gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.mallet:mallet:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.mallet : mallet sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.mallet" % "mallet" % "2.0.8"

Advertisement

Dependencies from Group

May 05, 2016
39 usages
847 stars

Discover Dependencies

Mar 02, 2022
2 usages
Aug 03, 2023
4 usages
Aug 23, 2016
1 usages
Nov 22, 2019
1 usages
May 12, 2016
3 usages
20 stars
Apr 23, 2023
10 usages
5.1k stars
May 01, 2017
20.9k stars
Jul 05, 2017
20 usages
1.8k stars