(10th-January-2020)
SimpleNLG is a simple Java API designed to facilitate the generation of Natural Language.
2. Openccg (https://github.com/OpenCCG/openccg)
OpenCCG is a system for parsing and generating text using combinatory categorial grammar for syntax and hybrid logic dependency semantics for, well, the semantic representation.
3. Quill
Quill creates applications that use natural language generation or NLG software to ingest data and then completely mimic the steps an analyst would take to write a report. Users of Quill have complete control over the language, analytics and formatting to customize just about anything they want.
Python Library
1. nlglib 0.2.1:
NLGlib is a library for natural language generation (NLG) written in Python. It seeks to fill a gap in the NLG field. There are currently no off-the-shelf libraries that one could take and incorporate into other projects. The aim of this library is to be useful for general projects that would like to add a bit of text generation to their capabilities. The library will cover document structuring tools, lexicalisation, referring expression generation and aggregation. Realisation will be done using other realisation libraries (SimpleNLG or pynlg).
Fig-: Example Code
Comments