Skip to content

Releases: simplenlg/simplenlg

SimpleNLG v4.5.0

07 Jun 15:27
Compare
Choose a tag to compare

For information on SimpleNLG, please see
https://github.com/simplenlg/simplenlg

Version notes for v 4.5.0

Major changes:

  • Change of license version from MPL 1.0 to 2.0
  • Removal of support for JVM 1.6 and 1.7.

Bug Fixes:

  • Support exclamatory sentences: #34
  • Appositives for noun phrase post modifier: #35
  • SimpleNLG tests fail under Java 9: #54
  • XmlRealiser verb morphology incorrect for perfect passive: #58
  • SimpleNLG HTMLFormatter creates <h1> even when there is no document title: #65
  • default-lexicon.xml lists "immune" as a colour: #75
  • default-lexicon.xml uses verbModifier for "about": #76

SimpleNLG v4.4.8

10 Apr 22:56
Compare
Choose a tag to compare

For information on SimpleNLG, please see
https://github.com/simplenlg/simplenlg

Version notes for v 4.4.8

  • SimpleNLG is now hosted on GitHub.
  • Migration to Apache Maven for build process.
  • Support for using SimpleNLG as a maven artifact on OSSRH.
  • JUnit test code clean up.
  • New features:
    • Support for parentheticals: #13
  • Bug fixes:
    • Fix for XMLLexicon entry being changed when the sentence is realised: #16
    • Fix for double commas when two appositives are next to each other: #15
    • Fix for possessive specifier of NP gets pluralized too when NP is pluralized: #9
    • Fix for Method realise(List elements) inside the Realiser.java is not implemented: #8

SimpleNLG v4.4.3

20 Aug 22:52
Compare
Choose a tag to compare

This file contains simplenlg V 4.4.3.

For information on simplenlg, please see: https://github.com/simplenlg

Version notes for v 4.4.3:

  • Main new feature for this release is improved Text and HTML formatters. Both now support lists including multi-level enumerated lists.
  • Various bug fixes and general improvements.

N.B: simplenlg-v4.4.3 jar has been build for JVM's 1.6+ and higher.