Download syntaxdecoder-0.2.0.jar file - Jar s

Jar examples for s:syntaxdecoder

Description

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

You can download jar file syntaxdecoder 0.2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add syntaxdecoder-0.2.0.jar to your project.

<dependency>
   <groupId>com.kotlinnlp</groupId>
   <artifactId>syntaxdecoder</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.kotlinnlp', name: 'syntaxdecoder', version: '0.2.0'
libraryDependencies += "com.kotlinnlp" % "syntaxdecoder" % "0.2.0"
<dependency org="com.kotlinnlp" name="syntaxdecoder" rev="0.2.0"/>
@Grapes(@Grab(group='com.kotlinnlp', module='syntaxdecoder', version='0.2.0'))
'com.kotlinnlp:syntaxdecoder:jar:0.2.0'

Download

Click the following link to download the jar file.

syntaxdecoder-0.2.0-javadoc.jar
syntaxdecoder-0.2.0-sources.jar
syntaxdecoder-0.2.0.jar
syntaxdecoder-0.2.0.pom



Related Tutorials