LSSEncoder
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.