nlgserv

JSON HTTP wrapper for SimpleNLG


License
MIT
Install
pip install nlgserv==0.2.3

Documentation

nlgserv is a simple server that accepts JSON representations of sentences and generates English sentences from those.

This was something I cobbled together to act as part of my PhD project. 
Consequently, I don't really have time to maintain it or fix bugs, as 
it suits the purposes I need it for.

Feel free to take the code and try and fix it, but I'm afraid I can't 
really help you. If you are able to use the Java library directly, 
I'd really recommend you do that instead.

Thanks,
Darren..

It uses SimpleNLG (under the MPL 2.0 licence) available on github.com for natural language generation.

In order to use SimpleNLG (which is implemented in Java), Jython 2.7beta3 is also bundled, under the terms of the PSF v.2.

Additionally, it uses Bottle v0.12.7 (under the MIT licence available on github.com for handling HTTP requests.

Build status

Build Status Latest Version