An open API service indexing awesome lists of open source software.

https://github.com/kotlinnlp/neuralparser

NeuralParser is a very simple to use dependency parser, based on the Latent Syntactic Structure encoding.
https://github.com/kotlinnlp/neuralparser

dependency-parser kotlinnlp machine-learning natural-language-processing

Last synced: 3 months ago
JSON representation

NeuralParser is a very simple to use dependency parser, based on the Latent Syntactic Structure encoding.

Awesome Lists containing this project

README

          

# NeuralParser [![Maven Central](https://img.shields.io/maven-central/v/com.kotlinnlp/neuralparser.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.kotlinnlp%22%20AND%20a:%22neuralparser%22) [![Build Status](https://travis-ci.org/KotlinNLP/NeuralParser.svg?branch=master)](https://travis-ci.org/KotlinNLP/NeuralParser)

NeuralParser is a very simple to use dependency parser, based on the
[SimpleDNN](https://github.com/kotlinnlp/SimpleDNN "SimpleDNN on GitHub") library and the
[SyntaxDecoder](https://github.com/kotlinnlp/SyntaxDecoder "SyntaxDecoder on GitHub") transition systems framework.

NeuralParser is part of [KotlinNLP](http://kotlinnlp.com/ "KotlinNLP").

## Getting Started

### Import with Maven

```xml

com.kotlinnlp
neuralparser
0.6.5

```

### 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](https://mozilla.org/MPL/2.0/ "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](https://github.com/kotlinnlp/NeuralParser "NeuralParser on GitHub").