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.
<dependency>
<groupId>com.kotlinnlp</groupId>
<artifactId>lssencoder</artifactId>
<version>0.2.3</version>
</dependency>
This software is released under the terms of the Mozilla Public License, v. 2.0
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.