Difference between revisions of "Downloadable NLG systems"

From ACL Wiki
Jump to navigation Jump to search
(Removed CLINT, RAGS, SURGE; cleaned up rest)
Line 14: Line 14:
 
http://www.dsv.su.se/~hercules/ASTROGEN/ASTROGEN.html
 
http://www.dsv.su.se/~hercules/ASTROGEN/ASTROGEN.html
  
Aggregated deep and Surface naTuRal language GENerator - Prolog based system.
+
Aggregated deep and Surface naTuRal language GENerator - Prolog based system.  
  
== CLINT ==
+
== CRISP ==
http://www.cs.bgu.ac.il/~elhadad/clint.html
+
http://code.google.com/p/crisp-nlg/
 
 
CLINT is a hybrid template / word-based generation system with an example application of
 
business letter generation. The system is written in C++ and runs under Microsoft Windows.
 
  
== CRISP ==
+
CRISP is Alexander Koller's NLG system that tries to cast both microplanning and sentence realisation as an AI planning problem. The code is a mixture of Java and Scala, a scripting language for the Java virtual machine. CRISP comes with its own implementation of GraphPlan, but it can also output plans in PDDL (“Planning Domain Definition Language”, a successor to STRIPS) for use with other AI planners. License: LGPL.
[http://code.google.com/p/crisp-nlg/ CRISP] is Alexander Koller's NLG system that tries to cast both microplanning and sentence realisation as an AI planning problem. The code is a mixture of Java and Scala, a scripting language for the Java virtual machine. CRISP comes with its own implementation of GraphPlan, but it can also output plans in PDDL (“Planning Domain Definition Language”, a successor to STRIPS) for use with other AI planners. License: LGPL.
 
  
 
== FUF/SURGE ==
 
== FUF/SURGE ==
[http://www.cs.bgu.ac.il/~elhadad/research.html FUF] is available as the [ftp://ftp.cs.bgu.ac.il/pub/fuf/fuf5.3.tar.gz original Common Lisp implementation] and as a C++ port called [http://www.cs.bgu.ac.il/~elhadad/cfuf.zip CFUF] which has an embedded Scheme interpreter.
+
https://www.cs.bgu.ac.il/~elhadad/install-fuf.html
  
For more information, see [[#SURGE]], [[#SURGE_2.3]], [[#SURG-SP]], [[#SURG-IT]].
+
FUF/SURGE is a surface realisation system, based on functional unification grammar.
  
 
== GenI ==
 
== GenI ==
 
http://kowey.github.io/GenI
 
http://kowey.github.io/GenI
  
surface realiser for (Feature-Based Lexicalised) Tree Adjoining Grammar and a flat MRS-like semantics (sans top handle and underspecification).  Toy example grammars provided for English and French.  Largish core grammar for French is under development (contact us for details).  GPL (commercial dual licensing available upon request). Known to work under Linux and Mac OS X (potential for making it work on Windows as well).  Written in Haskell. Source code available via [http://hackage.haskell.org/package/GenI hackage], [https://github.com/kowey/GenI GitHub], or [http://hub.darcs.net/kowey/GenI hub.darcs.net].
+
GenI is a surface realiser for (Feature-Based Lexicalised) Tree Adjoining Grammar and a flat MRS-like semantics (sans top handle and underspecification).  Toy example grammars provided for English and French.  Largish core grammar for French is under development (contact us for details).  GPL (commercial dual licensing available upon request). Known to work under Linux and Mac OS X (potential for making it work on Windows as well).  Written in Haskell. Source code available via [http://hackage.haskell.org/package/GenI hackage], [https://github.com/kowey/GenI GitHub], or [http://hub.darcs.net/kowey/GenI hub.darcs.net].
  
 
== Grammar Explorer ==
 
== Grammar Explorer ==
http://www.fb10.uni-bremen.de/anglistik/langpro/kpml/tutorials/Grexplorer/grexplorer.html ([http://www.stir.ac.uk/crcl/Computational-tools/Grexplorer/grexplorer.html old site] unavailable as April, 2011)
+
http://www.fb10.uni-bremen.de/anglistik/langpro/kpml/tutorials/Grexplorer/grexplorer.html
  
provides a means of exploring large-scale systemic-functional grammars in order to see how they are  
+
The Grammar Explorer provides a means of exploring large-scale systemic-functional grammars in order to see how they are  
 
organized and what kinds of things they cover. It can be used to explore the KPML resources.  
 
organized and what kinds of things they cover. It can be used to explore the KPML resources.  
 
Downloadable standalone executables of the grammar explorer are available for Windows 95/98/NT.
 
Downloadable standalone executables of the grammar explorer are available for Windows 95/98/NT.
Line 47: Line 43:
 
http://rali.iro.umontreal.ca/rali/?q=en/jsrealb-bilingual-text-realiser
 
http://rali.iro.umontreal.ca/rali/?q=en/jsrealb-bilingual-text-realiser
  
 +
jsReakB is a bilingual (French and English) text realiser for web programming
  
 
== KPML ==
 
== KPML ==
Line 59: Line 56:
  
 
== LKB ==
 
== LKB ==
[http://wiki.delph-in.net/moin/LkbTop LKB] ([[Linguistic Knowledge Builder]]) is a grammar engineering environment for unification-based formalisms, typically HPSG.
+
http://wiki.delph-in.net/moin/LkbTop
 +
 
 +
LKB (Linguistic Knowledge Builder) is a grammar engineering environment for unification-based formalisms, typically HPSG.
 
It includes a [http://wiki.delph-in.net/moin/LkbGeneration realiser] that takes as input Minimal Recursion Semantics (MRS). LKB is implemented in Common Lisp, and is freely available under an open source license. It includes also a KNOPPIX-based GNU/Linux live-CD, with all the system installed, ready to use.
 
It includes a [http://wiki.delph-in.net/moin/LkbGeneration realiser] that takes as input Minimal Recursion Semantics (MRS). LKB is implemented in Common Lisp, and is freely available under an open source license. It includes also a KNOPPIX-based GNU/Linux live-CD, with all the system installed, ready to use.
  
Line 81: Line 80:
 
Generates descriptions of entities and classes from OWL ontologies that have been annotated with linguistic and user modeling resources expressed in RDF. Currently supports English and Greek. Extensions for other languages welcome. NaturalOWL can also be used as a [http://protege.stanford.edu/ Protégé] plug-in. See [http://www.aueb.gr/users/ion/publications.html here] for publications describing NaturalOWL. (GPL)
 
Generates descriptions of entities and classes from OWL ontologies that have been annotated with linguistic and user modeling resources expressed in RDF. Currently supports English and Greek. Extensions for other languages welcome. NaturalOWL can also be used as a [http://protege.stanford.edu/ Protégé] plug-in. See [http://www.aueb.gr/users/ion/publications.html here] for publications describing NaturalOWL. (GPL)
  
==NLGen==
+
== NLGen and NLGen2 ==
The [https://launchpad.net/nlgen NLGen] natural language generation system applies the [http://www.opencog.org/wiki/SegSim SegSim strategy] for generating English sentences. Probabilistic inference for sentence construction is based on a statistical analysis of [http://opencog.org/wiki/RelEx RelEx] output. Not to be confused with NLGen2, below, which uses a different sentence generation theory.  Java, Apache license. See demo: [http://novamente.net/example/nlp.html Demo of AI Virtual Pet Answering Simple Questions].
+
https://launchpad.net/nlgen
  
== NLGen2 ==
+
https://launchpad.net/nlgen2
The [https://launchpad.net/nlgen2 NLGen2] natural language generation system uses [http://opencog.org/wiki/RelEx RelEx] dependency parses, together with [http://www.abisource.com/projects/link-grammar/ Link Grammar] linkage analysis to generate English-language output.  Not to be confused with NLGen, above, which uses a different sentence generation theory. Java, Apache license. Reference: Blake Lemoine, "[http://www.louisiana.edu/~bal2277/NLGen2.doc NLGen2: A Linguistically Plausible, General Purpose Natural Language Generation System]".
 
  
== OpenCCG ==
+
The NLGen natural language generation system applies the [http://www.opencog.org/wiki/SegSim SegSim strategy] for generating English sentences. Probabilistic inference for sentence construction is based on a statistical analysis of [http://opencog.org/wiki/RelEx RelEx] output.  Java, Apache license. See demo: [http://novamente.net/example/nlp.html Demo of AI Virtual Pet Answering Simple Questions].
[http://openccg.sourceforge.net/ OpenCCG], the OpenNLP CCG Library (formerly Grok), is both a parser and a realizer for [[Combinatory Categorial Grammar]]. It has been used in several dialog systems. The realizer has been enhanced with n-gram models and a supertagging approach called hypertagging. OpenCCG is implemented in Java, and is freely available under the LGPL.
 
  
== RAGS (Reference Architecture for Generation Systems) software ==
+
NLGen2 uses [http://opencog.org/wiki/RelEx RelEx] dependency parses, together with [http://www.abisource.com/projects/link-grammar/ Link Grammar] linkage analysis to generate English-language output. Java, Apache license. Reference: Blake Lemoine, "[http://www.louisiana.edu/~bal2277/NLGen2.doc NLGen2: A Linguistically Plausible, General Purpose Natural Language Generation System]".
http://www.csd.abdn.ac.uk/~cmellish/rags/deliverables/
 
  
Deliverables from the RAGS project - RAGSOCKS software for interfacing modules using RAGS data representations,
+
== OpenCCG ==
example RAGS module (genetic algorithm based text planner) and RAGS wrapper for FUF/SURGE.
+
http://openccg.sourceforge.net/
  
 +
OpenCCG is both a parser and a realizer for [[Combinatory Categorial Grammar]]. It has been used in several dialog systems. The realizer has been enhanced with n-gram models and a supertagging approach called hypertagging. OpenCCG is implemented in Java, and is freely available under the LGPL.
  
 
== SimpleNLG ==
 
== SimpleNLG ==
  
https://github.com/simplenlg/simplenlg  
+
https://github.com/simplenlg/simplenlg   (English)
  
is an ultra-simple Java-based realiser.  Its
+
http://www-etud.iro.umontreal.ca/~vaudrypl/snlgbil/snlgEnFr_english.html  (French)
grammatical coverage and syntactic knowledge is
 
minuscule compared to KPML or FUF/SURGE.
 
However, because it is so simple, its relatively
 
easy for people to learn how to use it. It has
 
been used by many people in Aberdeen, and also
 
for teaching. It is set up as a Java package,
 
so it can only be used by Java programs.
 
  
SimpleNLG in French: http://www-etud.iro.umontreal.ca/~vaudrypl/snlgbil/snlgEnFr_english.html
+
https://github.com/citiususc/SimpleNLG-GL    (Galician)
  
SimpleNLG in Spanish: https://github.com/citiususc/SimpleNLG-ES  
+
https://github.com/citiususc/SimpleNLG-ES   (Spanish)
  
SimpleNLG in Galician: https://github.com/citiususc/SimpleNLG-GL
+
SipleNLG is a simple Java-based realiser.  Its grammatical coverage and syntactic knowledge is small compared to KPML or FUF/SURGE. However, because it is so simple, its relatively
 +
easy for people to learn how to use it.  It has a Java API, and can be used from other languages via an XML interface.  There are "unofficial" ports to other programming languages such as Python and Ruby. Versions for other human languages are being worked on, including [https://aclweb.org/anthology/W18-6508 Dutch], [https://github.com/alexmazzei/SimpleNLG-IT Italian], [https://aclweb.org/anthology/papers/W/W18/W18-6506/ Mandarin]
  
 
== SPUD ==
 
== SPUD ==
[http://www.cs.rutgers.edu/~mdstone/nlg.html SPUD] (Sentence Planner Using Descriptions) is Matthew Purver's LTAG-based NLG system. There are two versions: SPUD version 0.01 was written in SML. Later versions, known as SPUD lite, are written in Prolog. The small codebase of SPUD lite makes it ideal for teaching, but it is also used in dialog system prototypes.
+
http://www.cs.rutgers.edu/~mdstone/nlg.html
 +
 
 +
SPUD (Sentence Planner Using Descriptions) is Matthew Purver's LTAG-based NLG system. There are two versions: SPUD version 0.01 was written in SML. Later versions, known as SPUD lite, are written in Prolog. The small codebase of SPUD lite makes it ideal for teaching, but it is also used in dialog system prototypes.
  
 
== STANDUP ==
 
== STANDUP ==
The [http://www.csd.abdn.ac.uk/research/standup/ STANDUP project] (System To Augment Non-speakers' Dialogue Using Puns) is a collaborative project on generating simple jokes from a graphical user interface appropriate for non-speaking children. The project began in October 2003 and ran until March 2007. The software was written in Java and is available for Windows and Linux, including source code and database files.
+
https://www.abdn.ac.uk/ncs/departments/computing-science/standup-315.php
 +
 
 +
STANDUP (System To Augment Non-speakers' Dialogue Using Puns) is a collaborative project on generating simple jokes from a graphical user interface appropriate for non-speaking children. The project began in October 2003 and ran until March 2007. The software was written in Java and is available for Windows and Linux, including source code and database files.
  
 
== Suregen-2 ==
 
== Suregen-2 ==
[http://www.suregen.de/00023.html Suregen] is “a hybrid, multilingual (German, English) ontology based and NLG-oriented formalism for generating text for documents in clinical medicine.”
+
http://www.suregen.de/00023.html
 +
 
 +
Suregen is “a hybrid, multilingual (German, English) ontology based and NLG-oriented formalism for generating text for documents in clinical medicine.”
 
The system Suregen-2 is written in (Allegro) Common Lisp. A [http://www.suregen.de/ftp/standalone1.zip demo system] which runs under Windows is available for download. A [http://www.suregen.de/ftp/selfrunningdemo.zip screencast video] shows data being entered into computer forms using mouse and keyboard while a feedback text is continually updated and shown below. (Try playing the AVI file in [http://www.videolan.org/vlc/ VLC] if you run into problems.) Perhaps this system could be considered an instance of the [http://en.wikipedia.org/wiki/WYSIWYM_(Meant) WYSIWYM] approach.
 
The system Suregen-2 is written in (Allegro) Common Lisp. A [http://www.suregen.de/ftp/standalone1.zip demo system] which runs under Windows is available for download. A [http://www.suregen.de/ftp/selfrunningdemo.zip screencast video] shows data being entered into computer forms using mouse and keyboard while a feedback text is continually updated and shown below. (Try playing the AVI file in [http://www.videolan.org/vlc/ VLC] if you run into problems.) Perhaps this system could be considered an instance of the [http://en.wikipedia.org/wiki/WYSIWYM_(Meant) WYSIWYM] approach.
  
== SURGE ==
 
http://www.cs.bgu.ac.il/surge/
 
 
Syntactic realization package. (A CommonLisp package providing an interpreter for a functional
 
unification formalism called FUF and SURGE, a large grammar of English written in FUF.) Offers download of SURGE 2.2.
 
 
SURGE 2.3: The latest version of Surge, including support for written dialogue, and expanded
 
syntactic coverage based on the Penn TreeBank. http://homepages.inf.ed.ac.uk/ccallawa/resources.html
 
 
SURG-SP: Systemic Unification Reusable Grammar for Spanish is a large scale
 
Spanish grammar allowing systems which already use FUF/SURGE for English NLG to be able
 
to generate syntactically (and many times semantically) equivalent text in Spanish when
 
new lexical items are introduced.  SURG-SP makes use of inputs almost identical to the
 
English version Surge 2.3.  http://homepages.inf.ed.ac.uk/ccallawa/resources.html
 
 
SURG-IT: The Italian version of Surge 2.3. http://homepages.inf.ed.ac.uk/ccallawa/resources.html
 
  
 
[[Category:Software]]
 
[[Category:Software]]
 
{{SIGGEN Wiki}}
 
{{SIGGEN Wiki}}

Revision as of 09:09, 11 April 2019

Tools and Software for English - Downloadable NLG systems

For languages other than English, see List of resources by language.

The natural language generation systems listed below are available for download over the web. If you know of a system which is not listed here, please click on Edit in the upper left corner of this page and add the system yourself.

ASTROGEN

http://www.dsv.su.se/~hercules/ASTROGEN/ASTROGEN.html

Aggregated deep and Surface naTuRal language GENerator - Prolog based system.

CRISP

http://code.google.com/p/crisp-nlg/

CRISP is Alexander Koller's NLG system that tries to cast both microplanning and sentence realisation as an AI planning problem. The code is a mixture of Java and Scala, a scripting language for the Java virtual machine. CRISP comes with its own implementation of GraphPlan, but it can also output plans in PDDL (“Planning Domain Definition Language”, a successor to STRIPS) for use with other AI planners. License: LGPL.

FUF/SURGE

https://www.cs.bgu.ac.il/~elhadad/install-fuf.html

FUF/SURGE is a surface realisation system, based on functional unification grammar.

GenI

http://kowey.github.io/GenI

GenI is a surface realiser for (Feature-Based Lexicalised) Tree Adjoining Grammar and a flat MRS-like semantics (sans top handle and underspecification). Toy example grammars provided for English and French. Largish core grammar for French is under development (contact us for details). GPL (commercial dual licensing available upon request). Known to work under Linux and Mac OS X (potential for making it work on Windows as well). Written in Haskell. Source code available via hackage, GitHub, or hub.darcs.net.

Grammar Explorer

http://www.fb10.uni-bremen.de/anglistik/langpro/kpml/tutorials/Grexplorer/grexplorer.html

The Grammar Explorer provides a means of exploring large-scale systemic-functional grammars in order to see how they are organized and what kinds of things they cover. It can be used to explore the KPML resources. Downloadable standalone executables of the grammar explorer are available for Windows 95/98/NT. These already include a version of the Nigel grammar of English and pre-installed examples.

jsRealB

http://rali.iro.umontreal.ca/rali/?q=en/jsrealb-bilingual-text-realiser

jsReakB is a bilingual (French and English) text realiser for web programming

KPML

http://www.purl.org/net/kpml

The KPML system offers a robust, mature platform for large-scale grammar engineering that is particularly oriented to multilingual grammar development and generation. It is particularly targetted at providing resources for realistic but broad-coverage generation applications, where both flexibility of expression and speed of generation are at issue—for example in online webpage generation or spoken dialogue. KPML is also used extensively in multilingual text generation research and for teaching. It is based on systemic functional linguistics.

A growing set of generation grammars are under development for a variety of languages, inlcluding English, Spanish, Dutch, Chinese, German, Czech, and more. See the Generation Bank (http://www.fb10.uni-bremen.de/anglistik/langpro/kpml/genbank/generation-bank.html ) for current examples. The development of further languages and of extensions to existing resources are very welcome!

LKB

http://wiki.delph-in.net/moin/LkbTop

LKB (Linguistic Knowledge Builder) is a grammar engineering environment for unification-based formalisms, typically HPSG. It includes a realiser that takes as input Minimal Recursion Semantics (MRS). LKB is implemented in Common Lisp, and is freely available under an open source license. It includes also a KNOPPIX-based GNU/Linux live-CD, with all the system installed, ready to use.

Multimodal Unification Grammar

http://www.david-reitter.com/compling/mug/

MUG Workbench is a development and debugging tool for Multimodal NLG. The grammar formalism supported is Multimodal Functional Unification Grammar (MUG). The MUG system runs MUG grammars with fixed (test cases) and arbitrary input specifications to produce output in a natural language, graphical user interface and possibly in other modes. It is designed to do three things: - Multimodal Fission (distributing output to interaction/communication modes) - Some sentence planning (chosing information to include in the utterance) - Natural Language and graphical user interface realization (producing some form of output) The MUG system does these three jobs in parallel. MUG Workbench can serve to inspect the data-structures used during generation. It should help you to learn more about the nature of unification grammars used for parsing or natural language generation. Furthermore, the MUG Workbench is helpful in debugging your grammars.

NaturalOWL

http://www.aueb.gr/users/ion/software/NaturalOWL1.1.tar.gz NaturalOWL (version 1.1)

Generates descriptions of entities and classes from OWL ontologies that have been annotated with linguistic and user modeling resources expressed in RDF. Currently supports English and Greek. Extensions for other languages welcome. NaturalOWL can also be used as a Protégé plug-in. See here for publications describing NaturalOWL. (GPL)

NLGen and NLGen2

https://launchpad.net/nlgen

https://launchpad.net/nlgen2

The NLGen natural language generation system applies the SegSim strategy for generating English sentences. Probabilistic inference for sentence construction is based on a statistical analysis of RelEx output. Java, Apache license. See demo: Demo of AI Virtual Pet Answering Simple Questions.

NLGen2 uses RelEx dependency parses, together with Link Grammar linkage analysis to generate English-language output. Java, Apache license. Reference: Blake Lemoine, "NLGen2: A Linguistically Plausible, General Purpose Natural Language Generation System".

OpenCCG

http://openccg.sourceforge.net/

OpenCCG is both a parser and a realizer for Combinatory Categorial Grammar. It has been used in several dialog systems. The realizer has been enhanced with n-gram models and a supertagging approach called hypertagging. OpenCCG is implemented in Java, and is freely available under the LGPL.

SimpleNLG

https://github.com/simplenlg/simplenlg (English)

http://www-etud.iro.umontreal.ca/~vaudrypl/snlgbil/snlgEnFr_english.html (French)

https://github.com/citiususc/SimpleNLG-GL (Galician)

https://github.com/citiususc/SimpleNLG-ES (Spanish)

SipleNLG is a simple Java-based realiser. Its grammatical coverage and syntactic knowledge is small compared to KPML or FUF/SURGE. However, because it is so simple, its relatively easy for people to learn how to use it. It has a Java API, and can be used from other languages via an XML interface. There are "unofficial" ports to other programming languages such as Python and Ruby. Versions for other human languages are being worked on, including Dutch, Italian, Mandarin

SPUD

http://www.cs.rutgers.edu/~mdstone/nlg.html

SPUD (Sentence Planner Using Descriptions) is Matthew Purver's LTAG-based NLG system. There are two versions: SPUD version 0.01 was written in SML. Later versions, known as SPUD lite, are written in Prolog. The small codebase of SPUD lite makes it ideal for teaching, but it is also used in dialog system prototypes.

STANDUP

https://www.abdn.ac.uk/ncs/departments/computing-science/standup-315.php

STANDUP (System To Augment Non-speakers' Dialogue Using Puns) is a collaborative project on generating simple jokes from a graphical user interface appropriate for non-speaking children. The project began in October 2003 and ran until March 2007. The software was written in Java and is available for Windows and Linux, including source code and database files.

Suregen-2

http://www.suregen.de/00023.html

Suregen is “a hybrid, multilingual (German, English) ontology based and NLG-oriented formalism for generating text for documents in clinical medicine.” The system Suregen-2 is written in (Allegro) Common Lisp. A demo system which runs under Windows is available for download. A screencast video shows data being entered into computer forms using mouse and keyboard while a feedback text is continually updated and shown below. (Try playing the AVI file in VLC if you run into problems.) Perhaps this system could be considered an instance of the WYSIWYM approach.

Siggen-logo.gif This page was imported semi-automatically from the NLG Resources Wiki which was run by ACL SIGGEN in the years 2005–2009. Please correct conversion errors and help update its contents.

Now this page is associated with the Natural Language Generation Portal.