Last Version

com.kotlinnlp:neuralparser 0.6.5

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

neuralparser
Version

Version

0.6.5
Type

Type

jar
Description

Description

com.kotlinnlp:neuralparser
NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.
Project URL

Project URL

http://github.com/kotlinnlp/neuralparser
Source Code Management

Source Code Management

http://github.com/kotlinnlp/neuralparser/tree/master

Download neuralparser 0.6.5


<!-- https://jarcasting.com/artifacts/com.kotlinnlp/neuralparser/ -->
<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>neuralparser</artifactId>
    <version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/neuralparser/
implementation 'com.kotlinnlp:neuralparser:0.6.5'
// https://jarcasting.com/artifacts/com.kotlinnlp/neuralparser/
implementation ("com.kotlinnlp:neuralparser:0.6.5")
'com.kotlinnlp:neuralparser:jar:0.6.5'
<dependency org="com.kotlinnlp" name="neuralparser" rev="0.6.5">
  <artifact name="neuralparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='neuralparser', version='0.6.5')
)
libraryDependencies += "com.kotlinnlp" % "neuralparser" % "0.6.5"
[com.kotlinnlp/neuralparser "0.6.5"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.beust : klaxon jar 5.2
com.kotlinnlp : lssencoder jar 0.2.3
com.kotlinnlp : dependencytree jar 0.5.2

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.