MVN

org.maltparser : maltparser

Maven & Gradle

Feb 18, 2018
15 usages

MaltParser · MaltParser is a system for data-driven dependency parsing, which can be used to induce a parsing model from treebank data and to parse new data using an induced model.

<dependency>
    <groupId>org.maltparser</groupId>
    <artifactId>maltparser</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.maltparser : maltparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of org.maltparser : maltparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
maltparser-1.9.2
maltparser-1.9.1
maltparser-1.9.0
1.8.x
maltparser-1.8.1
1.8
maltparser-1.8
1.7.x
maltparser-1.7.2
maltparser-1.7.1
1.7
maltparser-1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.maltparser</groupId>
    <artifactId>maltparser</artifactId>
    <version>1.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.maltparser : maltparser gradle dependency to your build.gradle file:

implementation 'org.maltparser:maltparser:1.9.2'

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

implementation("org.maltparser:maltparser:1.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.maltparser : maltparser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.maltparser" % "maltparser" % "1.9.2"

Advertisement

Dependencies from Group

Feb 18, 2018
15 usages

Discover Dependencies

Oct 27, 2017
4 usages
33 stars
Aug 07, 2023
2 usages
83 stars
Feb 28, 2021
38 stars
Jun 16, 2023
47 usages
6.4k stars
Aug 17, 2023
1 usages
286 stars
Jul 27, 2021
5 usages
Nov 22, 2019
3 usages
47 stars
Aug 24, 2023
63 usages
27.7k stars