summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-09 10:00:24 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-09 10:00:24 +0000
commit04b27db949bf933969c6084daba503fe2fce97a3 (patch)
treeaa37b273487f028090c2f69698a23c68e029851b /doc
parentd0737c7114561d676f7154993d1c751d28282d05 (diff)
doc on embedded
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html29
1 files changed, 27 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 542c85636..977bf7c1c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -87,12 +87,24 @@ document in progress (forthcoming API v 1.0).
<p>
+<a href="transfer.html">The GF Transfer language</a> document.
+
+
+<h2>Embedding GF grammars in computer programs</h2>
+
<a href="http://www.cs.chalmers.se/~bringert/gf/gf-java.html">
Embedded GF Interpreter</a> manual for using GF grammars in Java programs.
<p>
-<a href="transfer.html">The GF Transfer language</a> document.
+<a href="http://www.cs.chalmers.se/~aarne/GF/src/GF/Embed/EmbedAPI.hs">
+Embedded GF API</a> for using GF grammars in Haskell programs.
+
+<p>
+
+<a href="http://www.cs.chalmers.se/~peb/software.html">
+MCFG/GF library for Prolog</a>,
+for using GF grammars in Prolog programs.
@@ -131,8 +143,21 @@ at INRIA Rocquencourt in December 2003.
<a
href="http://www.cs.chalmers.se/~aarne/slides/multi-eng-slides.pdf">
Slides on multilingual grammar engineering</a> and some examples of
-using the modules system of GF 2.0.
+using the module system of GF.
+<p>
+
+<a
+href="http://www.cs.chalmers.se/~aarne/slides/webalt-2005.pdf">
+Slides on example-based grammar writing</a> and a short introduction
+to GF grammars.
+
+<p>
+
+<a
+href="http://www.cs.chalmers.se/~aarne/course-langtech/lectures/lectures.html">
+Course notes on Natural Language Technology</a>, includes
+slides on using GF.