MVN

com.kotlinnlp : neuralparser

Maven & Gradle

Jun 16, 2020
4 usages
20 stars

NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>neuralparser</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : neuralparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of com.kotlinnlp : neuralparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
neuralparser-0.6.5
neuralparser-0.6.4
neuralparser-0.6.3
neuralparser-0.6.2
neuralparser-0.6.1
neuralparser-0.6.0
0.5.x
neuralparser-0.5.0
0.4.x
neuralparser-0.4.2
neuralparser-0.4.1
neuralparser-0.4.0
0.3.x
neuralparser-0.3.1
neuralparser-0.3.0
0.2.x
neuralparser-0.2.8
neuralparser-0.2.7
neuralparser-0.2.6
neuralparser-0.2.5
neuralparser-0.2.4
neuralparser-0.2.3
neuralparser-0.2.2
neuralparser-0.2.1
neuralparser-0.2.0
0.1.x
neuralparser-0.1.1
neuralparser-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>neuralparser</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : neuralparser gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:neuralparser:0.6.5'

Gradle Kotlin DSL: Add the following com.kotlinnlp : neuralparser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlinnlp:neuralparser:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : neuralparser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "neuralparser" % "0.6.5"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
3 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
97 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies

Jun 16, 2020
4 usages
1 stars
Jan 10, 2018
195 stars
Jan 10, 2018
195 stars
Jan 10, 2018
11 usages
195 stars
Feb 25, 2018
1 stars