Skip to content
Saad Mahamood edited this page Mar 3, 2015 · 5 revisions

Introduction

SimpleNLG is a simple Java API designed to facilitate the generation of Natural Language. It was originally developed at the University of Aberdeen's Department of Computing Science.

SimpleNLG is intended to function as a "realisation engine" for Natural Language Generation architectures, and has been used successfully in a number of projects, including the BabyTalk and BabyTalk-Family Projects.

For details of its design and examples of its use, please refer to the following publication:

For other papers and presentations about simplenlg, please see the Papers and Presentations page.

Version history and hosting

SimpleNLG is currently hosted on GitHub.

Earlier versions of SimpleNLG can be are no longer being maintained. Please note that earlier versions of simplenlg have different licensing, in particular versions before V4.0 cannot be used commercially.

Summary of features

SimpleNLG handles the following:

  • Lexicon/morphology system: The default lexicon computes inflected forms (morphological realisation). We believe this has fair coverage. Better coverage can be obtained by using the NIH Specialist Lexicon (which is supported by simplenlg).
  • Realiser: Generates texts from a syntactic form. Grammatical coverage is very limited compared to tools such as KPML and FUF/SURGE, but we believe it is adequate for many NLG tasks. Microplanning: Currently just simple aggregation, hopefully will grow over time.