https://github.com/arne-cl/nlgserv
A lightweight JSON wrapper for simplenlg
https://github.com/arne-cl/nlgserv
Last synced: 2 months ago
JSON representation
A lightweight JSON wrapper for simplenlg
- Host: GitHub
- URL: https://github.com/arne-cl/nlgserv
- Owner: arne-cl
- License: mit
- Created: 2015-02-14T14:49:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T14:50:23.000Z (over 10 years ago)
- Last Synced: 2023-03-19T17:55:23.930Z (over 2 years ago)
- Language: Python
- Size: 24.8 MB
- Stars: 0
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
nlgserv is a simple server that accepts JSON representations of sentences and generated English sentences from those.
It uses SimpleNLG (under the [MPL 2.0 licence](https://www.mozilla.org/MPL/)) available [on code.google.com](https://code.google.com/p/simplenlg/) for natural language generation.
In order to use SimpleNLG (which is implemented in Java), [Jython 2.7beta3](http://www.jython.org) is also bundled, under the terms of the [PSF v.2](http://www.jython.org/license.html).
Additionally, it uses Bottle v0.12.7 (under the [MIT licence](https://github.com/defnull/bottle/blob/0.12.7/LICENSE) available [on github.com](https://github.com/defnull/bottle/tree/0.12.7) for handling HTTP requests.
Build status
------------[](https://travis-ci.org/mnestis/nlgserv)
[](https://pypi.python.org/pypi/nlgserv/)