MVN

uk.ac.gate.plugins : learningframework

Maven & Gradle

Jun 14, 2019
26 stars

Learning Framework · A GATE plugin that provides many different machine learning algorithms for a wide range of NLP-related machine learning tasks like text classification, tagging, or chunking.

<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>learningframework</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.gate.plugins : learningframework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2
  • Latest Alpha: 4.0-alpha1

All Versions

Choose a version of uk.ac.gate.plugins : learningframework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
learningframework-4.2
4.1.x
learningframework-4.1.1
4.0
learningframework-4.0-alpha1

How to add a dependency to Maven

Add the following uk.ac.gate.plugins : learningframework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>learningframework</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.gate.plugins : learningframework gradle dependency to your build.gradle file:

implementation 'uk.ac.gate.plugins:learningframework:4.2'

Gradle Kotlin DSL: Add the following uk.ac.gate.plugins : learningframework gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.gate.plugins:learningframework:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.gate.plugins : learningframework sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.gate.plugins" % "learningframework" % "4.2"

Advertisement

Dependencies from Group

May 26, 2021
18 usages
1 stars
May 26, 2021
4 usages
0 stars
May 29, 2019
1 usages
0 stars
Jun 06, 2018
1 usages
5 stars
May 29, 2018
1 usages
0 stars

Discover Dependencies