summaryrefslogtreecommitdiff
path: root/examples/index.html
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.html
parentb96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff)
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'examples/index.html')
-rw-r--r--examples/index.html80
1 files changed, 0 insertions, 80 deletions
diff --git a/examples/index.html b/examples/index.html
deleted file mode 100644
index 693727bcb..000000000
--- a/examples/index.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-<META NAME="generator" CONTENT="http://txt2tags.sf.net">
-<TITLE>GF Grammar Examples</TITLE>
-</HEAD><BODY BGCOLOR="white" TEXT="black">
-<P ALIGN="center"><CENTER><H1>GF Grammar Examples</H1>
-<FONT SIZE="4">
-<I>Author: Aarne Ranta &lt;aarne (at) cs.chalmers.se&gt;</I><BR>
-Last update: Fri Dec 22 15:07:56 2006
-</FONT></CENTER>
-
-<P>
-Here are some examples of GF grammars.
-</P>
-<H2>This directory</H2>
-<P>
-<A HREF="animal/">animal</A>
-is a small grammar for queries about animals
-(<CODE>"who chases lions"</CODE>). Its aim is demonstrate
-example-based grammar writing using the
-<A HREF="../lib/resource-1.0/doc">resource grammar library</A>.
-</P>
-<P>
-<A HREF="big/">big</A>
-grammars built from the resource by extending the
-lexicon with several thousands of words. Still very buggy.
-</P>
-<P>
-<A HREF="bronzeage/">bronzeage</A>
-defines a set of grammars using the
-<A HREF="http://en.wiktionary.org/wiki/Swadesh_List">Swadesh list</A>
-to perform basic communication in eight languages.
-It is also another illustration of the use of the
-<A HREF="../lib/resource-1.0/doc">resource grammar library</A>.
-</P>
-<P>
-<A HREF="gfcc/">gfcc</A>
-shows a small C compiler written in GF.
-It is explained in the paper
-<A HREF="../doc/gfcc.pdf">Declarative Language Definitions and Code Generation as Linearization</A>
-</P>
-<P>
-<A HREF="letter/">letter</A>
-is a package for love and business letters in six languages.
-Its aimed is to illustrate
-multilingual authoring, as shown in this
-<A HREF="http://www.cs.chalmers.se/~markus/gramlets/letter-applet.html">demo applet</A>.
-</P>
-<P>
-<A HREF="numerals/">numerals</A>
-is a set of grammars for number words from 1 to 999,999 in 88
-languages. It can also be tested in this
-<A HREF="http://www.cs.chalmers.se/~bringert/gf/translate/">demo applet</A>.
-</P>
-<P>
-<A HREF="stoneage/">stoneage</A>
-is an earlier version of <A HREF="bronzeage/">bronzeage</A>.
-</P>
-<P>
-<A HREF="tram/">tram</A>
-is an illustration of the
-<A HREF="../lib/resource-1.0/doc">resource grammar library</A>,
-in particular of multimodal grammars that combine
-speech with mouse clicks.
-</P>
-<H2>More examples</H2>
-<P>
-<A HREF="../doc/gf-quickstart.html">GF Quick start</A>
-</P>
-<P>
-<A HREF="../doc/tutorial/gf-tutorial2.html">GF Grammarian's Tutorial</A>
-</P>
-<P>
-<A HREF="../lib/resource-1.0/doc">GF resource grammar library</A>.
-</P>
-
-<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
-<!-- cmdline: txt2tags index.txt -->
-</BODY></HTML>