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.
- Host: GitHub
- URL: https://github.com/kotlinnlp/neuralparser
- Owner: KotlinNLP
- License: mpl-2.0
- Created: 2017-12-12T19:24:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T15:34:08.000Z (almost 6 years ago)
- Last Synced: 2025-10-08T15:44:20.517Z (6 months ago)
- Topics: dependency-parser, kotlinnlp, machine-learning, natural-language-processing
- Language: Kotlin
- Homepage: http://www.dependencyparsing.com/
- Size: 1.19 MB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NeuralParser [](https://search.maven.org/search?q=g:%22com.kotlinnlp%22%20AND%20a:%22neuralparser%22) [](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").