deanpeters / nlgserv

A lightweight JSON wrapper for simplenlg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nlgserv

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

Install: pip install git+https://github.com/AlJohri/nlgserv.git

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.7.0 is also bundled, under the terms of the PSF v.2.

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

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

Build status

Build Status Latest Version

About

A lightweight JSON wrapper for simplenlg

License:MIT License


Languages

Language:Python 100.0%