Difference between revisions of "Downloadable NLG systems"

From ACL Wiki
Jump to navigation Jump to search
(→‎NLGen2: java open source)
m (Reverted edits by Tonyguards (talk) to last revision by Pdturney)
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
'''[[Tools and Software for English]] - Downloadable NLG systems'''
 +
 +
For languages other than English, see [[List of resources by language]].
 
<!-- MoinMoin name:  DownloadableSystems -->
 
<!-- MoinMoin name:  DownloadableSystems -->
 
<!-- Comment:        changed simplenlg URL -->
 
<!-- Comment:        changed simplenlg URL -->
Line 9: Line 12:
  
 
== ASTROGEN ==
 
== ASTROGEN ==
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 ==
 
== CLINT ==
Line 30: Line 33:
 
== CRISP ==
 
== 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.
 
[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.
 +
 +
== DAYDREAMER ==
 +
 +
[ftp://ftp.cs.cmu.edu/user/ai/new/daydreamer/0new.html DAYDREAMER] is a computer model of the stream of thought developed at UCLA by Erik T. Mueller from 1983 to 1988. The generator is located in the file dd_gen.cl. Common lisp source code available under GPL v2.
  
 
== FUF/SURGE ==
 
== FUF/SURGE ==
Line 37: Line 44:
  
 
== GenI ==
 
== GenI ==
http://trac.loria.fr/~geni
+
http://projects.haskell.org/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, known to work under Linux and Mac OS X (potential for making it work on Windows as well).  Written in Haskell. Source code avalailable via [http://www.darcs.net darcs].
 
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, known to work under Linux and Mac OS X (potential for making it work on Windows as well).  Written in Haskell. Source code avalailable via [http://www.darcs.net darcs].
  
 
== Grammar Explorer ==
 
== Grammar Explorer ==
http://www.stir.ac.uk/crcl/Computational-tools/Grexplorer/grexplorer.html
+
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)
  
 
provides a means of exploring large-scale systemic-functional grammars in order to see how they are  
 
provides a means of exploring large-scale systemic-functional grammars in order to see how they are  
Line 49: Line 56:
 
These already include a version of the Nigel grammar of English and pre-installed examples.
 
These already include a version of the Nigel grammar of English and pre-installed examples.
  
 +
<!-- no longer available as of April, 2011
 
== HALogen ==
 
== HALogen ==
 
http://www.isi.edu/licensed-sw/halogen/
 
http://www.isi.edu/licensed-sw/halogen/
Line 54: Line 62:
 
HALogen is a general-purpose natural language generation system developed by Irene Langkilde-Geary and  Kevin Knight at the USC Information Sciences Institute.  
 
HALogen is a general-purpose natural language generation system developed by Irene Langkilde-Geary and  Kevin Knight at the USC Information Sciences Institute.  
 
The download package consists of the symbolic generator, the forest ranker, and some sample inputs. The symbolic generator includes the  Sensus Ontology dictionary (which is based on WordNet). The forest ranker includes a 250-million word ngram language model (unigram, bigram, and trigram) trained on WSJ newspaper text. The symbolic generator is written in LISP and requires a CommonLisp interpreter.
 
The download package consists of the symbolic generator, the forest ranker, and some sample inputs. The symbolic generator includes the  Sensus Ontology dictionary (which is based on WordNet). The forest ranker includes a 250-million word ngram language model (unigram, bigram, and trigram) trained on WSJ newspaper text. The symbolic generator is written in LISP and requires a CommonLisp interpreter.
 +
-->
  
 
<!-- NOT AN NLG SYSTEM:
 
<!-- NOT AN NLG SYSTEM:
Line 86: Line 95:
 
== 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 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.
  
 
== Multimodal Unification Grammar ==
 
== Multimodal Unification Grammar ==
Line 111: Line 120:
  
 
== NLGen2 ==
 
== 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, open source. Reference: Blake Lemoine, "[http://www.louisiana.edu/~bal2277/NLGen2.doc NLGen2: A Linguistically Plausible, General Purpose Natural Language Generation System]".
+
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 ==
 
== OpenCCG ==
 
[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.
 
[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.
  
 +
<!-- as of April, 2011, a 30-day trial of project reporter is no longer offered
 
== Project Reporter ==
 
== Project Reporter ==
 
http://www.cogentex.com/products/reporter
 
http://www.cogentex.com/products/reporter
Line 123: Line 133:
 
project elements, as well as coordinated multimodal display with an interactive Gantt chart applet.  
 
project elements, as well as coordinated multimodal display with an interactive Gantt chart applet.  
 
Commercial product. Implemented in Java. Free 30-day evaluation; on-line demo on website.
 
Commercial product. Implemented in Java. Free 30-day evaluation; on-line demo on website.
 +
-->
  
 
== RAGS (Reference Architecture for Generation Systems) software ==
 
== RAGS (Reference Architecture for Generation Systems) software ==
Line 130: Line 141:
 
example RAGS module (genetic algorithm based text planner) and RAGS wrapper for FUF/SURGE.
 
example RAGS module (genetic algorithm based text planner) and RAGS wrapper for FUF/SURGE.
  
 +
<!-- no longer available, nor a NLG syste,
 
== RSTTool ==
 
== RSTTool ==
 
http://www.dai.ed.ac.uk/staff/personal_pages/micko/RSTTool/
 
http://www.dai.ed.ac.uk/staff/personal_pages/micko/RSTTool/
Line 137: Line 149:
 
eps versions of the structure diagram for inclusion in Latex, etc. Written in Tcl/Tk.  
 
eps versions of the structure diagram for inclusion in Latex, etc. Written in Tcl/Tk.  
 
Runs on any machine.
 
Runs on any machine.
 +
-->
  
== Simplenlg ==
+
== SimpleNLG ==
  
http://www.csd.abdn.ac.uk/~ereiter/simplenlg
+
http://simplenlg.googlecode.com/
  
 
is an ultra-simple Java-based realiser.  Its
 
is an ultra-simple Java-based realiser.  Its
Line 153: Line 166:
 
== 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 ==
 +
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.
  
 
== Suregen-2 ==
 
== Suregen-2 ==

Revision as of 05:10, 9 January 2013

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.

CLINT

http://www.cs.bgu.ac.il/~elhadad/clint.html

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.

DAYDREAMER

DAYDREAMER is a computer model of the stream of thought developed at UCLA by Erik T. Mueller from 1983 to 1988. The generator is located in the file dd_gen.cl. Common lisp source code available under GPL v2.

FUF/SURGE

FUF is available as the original Common Lisp implementation and as a C++ port called CFUF which has an embedded Scheme interpreter.

For more information, see #SURGE, #SURGE_2.3, #SURG-SP, #SURG-IT.

GenI

http://projects.haskell.org/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, known to work under Linux and Mac OS X (potential for making it work on Windows as well). Written in Haskell. Source code avalailable via darcs.

Grammar Explorer

http://www.fb10.uni-bremen.de/anglistik/langpro/kpml/tutorials/Grexplorer/grexplorer.html (old site unavailable as April, 2011)

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.


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.

The KPML system was a direct descendent of the Penman text generation system, as developed further multilingually in cooperative work between the Komet (http://www.darmstadt.gmd.de/publish/komet/index.html) project in Darmstadt and the Systemic Modelling Group at Macquarie University. Downloadable standalone executables of the system are available for PCs running Windows. The source code is written in ANSI Common Lisp and uses the Common Lisp Interface Manager (CLIM). The system has been compiled and tested[ under Franz Allegro Common Lisp (4.2, 4.3, 4.3.1, 5.0, 6.0, 7.0) for Unix and Franz Allegro Common Lisp 3.0 and Harlequin Lispworks 4.0, 4.1, 4.2 for Windows. It is possible to use the system without the window interface as a generator serving requests for generation across sockets or via files.

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

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

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. Not to be confused with NLGen2, below, which uses a different sentence generation theory. Java, Apache license. See demo: Demo of AI Virtual Pet Answering Simple Questions.

NLGen2

The NLGen2 natural language generation system uses RelEx dependency parses, together with 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, "NLGen2: A Linguistically Plausible, General Purpose Natural Language Generation System".

OpenCCG

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

http://www.csd.abdn.ac.uk/~cmellish/rags/deliverables/

Deliverables from the RAGS project - RAGSOCKS software for interfacing modules using RAGS data representations, example RAGS module (genetic algorithm based text planner) and RAGS wrapper for FUF/SURGE.


SimpleNLG

http://simplenlg.googlecode.com/

is an ultra-simple Java-based realiser. Its 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.

SPUD

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

The 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.

Suregen-2

Suregen is “a hybrid, 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.

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

http://homepages.inf.ed.ac.uk/ccallawa/resources.html

The latest version of Surge, including support for written dialogue, and expanded syntactic coverage based on the Penn TreeBank.

SURG-SP

http://homepages.inf.ed.ac.uk/ccallawa/resources.html

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.

SURG-IT

http://homepages.inf.ed.ac.uk/ccallawa/resources.html

The Italian version of Surge 2.3.

TG/2

http://www.dfki.de/pas/f2w.cgi?lts/tg2-e

is a shallow verbalizer that can be quickly accustomed to new domains and tasks. It combines context-free grammars with templates and canned text in a single formalism. Thus the granularity of the language model may depend on the application needs. The system currently runs under Solaris 2.5. It is available freely under a research license.

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.