Last Version

com.kotlinnlp:syntaxdecoder 0.2.3

SyntaxDecoder is a generalized transition-based parsing framework designed to simplify the development of statistical transition-based dependency parsers.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

syntaxdecoder
Version

Version

0.2.3
Type

Type

jar
Description

Description

com.kotlinnlp:syntaxdecoder
SyntaxDecoder is a generalized transition-based parsing framework designed to simplify the development of statistical transition-based dependency parsers.
Project URL

Project URL

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

Source Code Management

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

Download syntaxdecoder 0.2.3


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

Dependencies

compile (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.41
org.jetbrains.kotlin : kotlin-reflect jar 1.2.41
com.google.guava : guava jar 23.2-jre
com.kotlinnlp : utils jar 2.1.0
com.kotlinnlp : conllio jar 0.2.4
com.kotlinnlp : dependencytree jar 0.3.2

runtime (1)

Group / Artifact Type Version
org.jetbrains.spek : spek-junit-platform-engine jar 1.1.5

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.2.41
org.jetbrains.spek : spek-api jar 1.1.5

Project Modules

There are no modules declared in this project.