delver / simplenlg

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. This (mavenized) git repo is a shadow of the original SVN repo hosted at https://code.google.com/p/simplenlg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleNLG Build Status

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.

This (mavenized) git repo is intended to shadow the latest source version from https://code.google.com/p/simplenlg/, but augment the code with a maven pom.xml file with http://repo.delver.io as the initial repository.

Note: No additional functionality (beyond Mavenization & Travis CI) will ever be added. Caveat: in order to get this project to build on modern JDKs, a Stack Overflow question recommends changing deprecated references of com.sun.xml.internal.bind.marshaller.NamespacePrefixMapper to com.sun.xml.bind.marshaller.NamespacePrefixMapper; see Recording.java for details of the file that changed.

License

See https://github.com/delver/simplenlg/blob/master/docs/LICENSE.txt

About

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. This (mavenized) git repo is a shadow of the original SVN repo hosted at https://code.google.com/p/simplenlg/


Languages

Language:Java 98.8%Language:CSS 1.1%Language:Shell 0.0%