Download syntaxdecoder-0.1.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.1.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

syntaxdecoder-0.1.0-javadoc.jar
syntaxdecoder-0.1.0-sources.jar
syntaxdecoder-0.1.0.jar
syntaxdecoder-0.1.0.pom



Related Tutorials