From e9e80fc389365e24d4300d7d5390c7d833a96c50 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 25 Jun 2008 16:54:35 +0000 Subject: changed names of resource-1.3; added a note on homepage on release --- old-examples/index.html | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 old-examples/index.html (limited to 'old-examples/index.html') diff --git a/old-examples/index.html b/old-examples/index.html new file mode 100644 index 000000000..693727bcb --- /dev/null +++ b/old-examples/index.html @@ -0,0 +1,80 @@ + + + + +GF Grammar Examples + +

GF Grammar Examples

+ +Author: Aarne Ranta <aarne (at) cs.chalmers.se>
+Last update: Fri Dec 22 15:07:56 2006 +
+ +

+Here are some examples of GF grammars. +

+

This directory

+

+animal +is a small grammar for queries about animals +("who chases lions"). Its aim is demonstrate +example-based grammar writing using the +resource grammar library. +

+

+big +grammars built from the resource by extending the +lexicon with several thousands of words. Still very buggy. +

+

+bronzeage +defines a set of grammars using the +Swadesh list +to perform basic communication in eight languages. +It is also another illustration of the use of the +resource grammar library. +

+

+gfcc +shows a small C compiler written in GF. +It is explained in the paper +Declarative Language Definitions and Code Generation as Linearization +

+

+letter +is a package for love and business letters in six languages. +Its aimed is to illustrate +multilingual authoring, as shown in this +demo applet. +

+

+numerals +is a set of grammars for number words from 1 to 999,999 in 88 +languages. It can also be tested in this +demo applet. +

+

+stoneage +is an earlier version of bronzeage. +

+

+tram +is an illustration of the +resource grammar library, +in particular of multimodal grammars that combine +speech with mouse clicks. +

+

More examples

+

+GF Quick start +

+

+GF Grammarian's Tutorial +

+

+GF resource grammar library. +

+ + + + -- cgit v1.2.3