summaryrefslogtreecommitdiff
path: root/examples/index.txt
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-25 16:54:35 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-25 16:54:35 +0000
commite9e80fc389365e24d4300d7d5390c7d833a96c50 (patch)
treef0b58473adaa670bd8fc52ada419d8cad470ee03 /examples/index.txt
parentb96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff)
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'examples/index.txt')
-rw-r--r--examples/index.txt65
1 files changed, 0 insertions, 65 deletions
diff --git a/examples/index.txt b/examples/index.txt
deleted file mode 100644
index 74632502d..000000000
--- a/examples/index.txt
+++ /dev/null
@@ -1,65 +0,0 @@
-GF Grammar Examples
-Author: Aarne Ranta <aarne (at) cs.chalmers.se>
-Last update: %%date(%c)
-
-% NOTE: this is a txt2tags file.
-% Create an html file from this file using:
-% txt2tags --toc -thtml index.txt
-
-%!target:html
-
-Here are some examples of GF grammars.
-
-
-==This directory==
-
-[animal 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 ../lib/resource-1.0/doc].
-
-[big big/]
-grammars built from the resource by extending the
-lexicon with several thousands of words. Still very buggy.
-
-[bronzeage bronzeage/]
-defines a set of grammars using the
-[Swadesh list http://en.wiktionary.org/wiki/Swadesh_List]
-to perform basic communication in eight languages.
-It is also another illustration of the use of the
-[resource grammar library ../lib/resource-1.0/doc].
-
-[gfcc gfcc/]
-shows a small C compiler written in GF.
-It is explained in the paper
-[Declarative Language Definitions and Code Generation as Linearization ../doc/gfcc.pdf]
-
-[letter 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 http://www.cs.chalmers.se/~markus/gramlets/letter-applet.html].
-
-[numerals 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 http://www.cs.chalmers.se/~bringert/gf/translate/].
-
-[stoneage stoneage/]
-is an earlier version of [bronzeage bronzeage/].
-
-[tram tram/]
-is an illustration of the
-[resource grammar library ../lib/resource-1.0/doc],
-in particular of multimodal grammars that combine
-speech with mouse clicks.
-
-
-==More examples==
-
-[GF Quick start ../doc/gf-quickstart.html]
-
-[GF Grammarian's Tutorial ../doc/tutorial/gf-tutorial2.html]
-
-[GF resource grammar library ../lib/resource-1.0/doc].