com.kotlinnlp:neuralparser

NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.


Keywords
dependency-parser, kotlinnlp, machine-learning, natural-language-processing
License
Apache-2.0

Documentation

NeuralParser Maven Central Build Status

NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.

NeuralParser is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>neuralparser</artifactId>
    <version>0.6.5</version>
</dependency>

Examples

Try some examples of training and evaluation of NeuralParser running the files in the examples folder.

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.