NSM-DALIA

NSM-DALIA is a natural language parser and generator, with modular grammars based on dependency grammar. It is written mainly to target that subset of a natural language known as the Natural Semantic Metalanguage, but is extensible.

NSM-DALIA is written in PROLOG, and has been developed with the SWI-PROLOG system.

NSM-DALIA, as SWI-PROLOG itself, is released under the GNU General Public License (see the GNU web site for details).

NSM-DALIA version 0.9

Version 0.9 improvements over the previous version:

This new release is not yet version 1.0. The main problem remains with grammars:

A radically improved format is under experiment for version 1.0. New gramamrs are still dependency-based, but an injection of generative grammar (mainly Cinque's studies on the cartography of sentence structure and a merge-like operations effected by dependency rules.

Things which should come with next releases:

Download and install NSM-DALIA

To run NSM-DALIA, you will first need to install the NSM-PROLOG interpreter, which has been ported to many platforms. At the SWI-PROLOG homepage, you will out find how to download and install SWI-PROLOG for your operating system.

Then, after you have downloaded NSM-DALIA (version 0.9) and unzipped the file, you will run NSM-DALIA by entering the directory NSM-DALIA-0.9 and double-clicking the file dalia_cline.pl (LINUX users shall launch "pl dalia_cline.pl" from a console).

By double clicking on the file dalia_cline_doc.pl, a documentation server will be started.

Previous versions

Version 0.8: NSM-DALIA-0.8