не последняя версия
Последняя версия 0.2.3

com.kotlinnlp:syntaxdecoder 0.2.2

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

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

syntaxdecoder
Версия

Версия

0.2.2
Тип

Тип

jar

Скачать syntaxdecoder 0.2.2


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