diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-12-22 14:08:01 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-12-22 14:08:01 +0000 |
| commit | a1cccd70762f7158037ab50d2a7d105208b560d0 (patch) | |
| tree | 6e60b02cb37954ea542a680f7e597c283363360b /examples/index.html | |
| parent | 3a84f614a983135bfac75b2704d496b99e4421d3 (diff) | |
fixing examples and their doc
Diffstat (limited to 'examples/index.html')
| -rw-r--r-- | examples/index.html | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/examples/index.html b/examples/index.html index 13a0b8af2..693727bcb 100644 --- a/examples/index.html +++ b/examples/index.html @@ -7,24 +7,12 @@ <P ALIGN="center"><CENTER><H1>GF Grammar Examples</H1> <FONT SIZE="4"> <I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR> -Last update: Fri Mar 10 11:05:35 2006 +Last update: Fri Dec 22 15:07:56 2006 </FONT></CENTER> -<P></P> -<HR NOSHADE SIZE=1> -<P></P> - <UL> - <LI><A HREF="#toc1">This directory</A> - <LI><A HREF="#toc2">More examples</A> - </UL> - -<P></P> -<HR NOSHADE SIZE=1> -<P></P> <P> Here are some examples of GF grammars. </P> -<A NAME="toc1"></A> <H2>This directory</H2> <P> <A HREF="animal/">animal</A> @@ -34,6 +22,11 @@ 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> @@ -71,7 +64,6 @@ is an illustration of the in particular of multimodal grammars that combine speech with mouse clicks. </P> -<A NAME="toc2"></A> <H2>More examples</H2> <P> <A HREF="../doc/gf-quickstart.html">GF Quick start</A> @@ -83,6 +75,6 @@ speech with mouse clicks. <A HREF="../lib/resource-1.0/doc">GF resource grammar library</A>. </P> -<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) --> -<!-- cmdline: txt2tags -\-toc -thtml index.txt --> +<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) --> +<!-- cmdline: txt2tags index.txt --> </BODY></HTML> |
