com.kotlinnlp:lssencoder

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

lssencoder
Last Version

Last Version

0.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:lssencoder
LSSEncoder is the encoder of the Latent Syntactic Structure (LSS).
Project URL

Project URL

http://github.com/kotlinnlp/lssencoder
Source Code Management

Source Code Management

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

Download lssencoder

How to add to project

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0