Jar examples for s:syntaxdecoder
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.
Apache License, Version 2.0
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'
Click the following link to download the jar file.
syntaxdecoder-0.2.0-javadoc.jar