com.kotlinnlp:lssencoder

LSSEncoder is the encoder of the Latent Syntactic Structure (LSS).

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

lssencoder
Последняя версия

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

0.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:lssencoder
LSSEncoder is the encoder of the Latent Syntactic Structure (LSS).
Ссылка на сайт

Ссылка на сайт

http://github.com/kotlinnlp/lssencoder
Система контроля версий

Система контроля версий

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

Скачать lssencoder

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.xenomachina : xenocom jar 0.0.5
com.xenomachina : kotlin-argparser jar 2.0.7
com.beust : klaxon jar 5.2
com.kotlinnlp : tokensencoder jar 0.5.4

test (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Модули Проекта

Данный проект не имеет модулей.

LSSEncoder Maven Central Build Status

LSSEncoder is the encoder of the Latent Syntactic Structure (LSS) defined in Grella, Cangialosi - Non-Projective Dependency Parsing via Latent Heads Representation (LHR).

It is based on the SimpleDNN library and it is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>lssencoder</artifactId>
    <version>0.2.3</version>
</dependency>

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

Версии библиотеки

Версия
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0