MVN

com.github.steveash.mallet : mallet

Maven & Gradle

Apr 10, 2017
2 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>com.github.steveash.mallet</groupId>
    <artifactId>mallet</artifactId>
    <version>2.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.steveash.mallet : mallet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.12

All Versions

Choose a version of com.github.steveash.mallet : mallet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mallet-2.0.12
mallet-2.0.11
mallet-2.0.10
mallet-2.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.steveash.mallet</groupId>
    <artifactId>mallet</artifactId>
    <version>2.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.steveash.mallet : mallet gradle dependency to your build.gradle file:

implementation 'com.github.steveash.mallet:mallet:2.0.12'

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

implementation("com.github.steveash.mallet:mallet:2.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.steveash.mallet : mallet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.steveash.mallet" % "mallet" % "2.0.12"

Advertisement