diff --git a/lib/resource-1.0/doc/index.html b/lib/resource-1.0/doc/index.html index 8e1ca7fb1..2fade8e19 100644 --- a/lib/resource-1.0/doc/index.html +++ b/lib/resource-1.0/doc/index.html @@ -7,7 +7,7 @@
+Go to the main directory, compile the grammars, and run a test. +
++ cd GF/lib/resource-1.0 + make + make test ++
+This will take quite some time. An alternative is to use the +precompiled grammar package. Just do +
++ cd GF/lib/resource-1.0 + make pretest ++
+For more examples, see the +Overview slides. +
+
This API is accessible by both present and alltenses.
@@ -149,7 +173,7 @@ The documentation of the individual modules:
@@ -192,9 +216,9 @@ sufficient for many applications.
The simplest way to get the library is to install the precompiled version @@ -215,7 +239,7 @@ library. Use one (or several) of the following packages instead:
lib/multimodal special-purpose API for multimodal dialogue applications
-
+
Notice, however, that both special-purpose APIs share modules with
@@ -238,7 +262,7 @@ I have the following line in my .bashrc file:
export GF_LIB_PATH=/home/aarne/GF/lib
If you have done make in lib/resource-1.0, you will have
@@ -271,14 +295,14 @@ must be used:
Parsing with the -mcfg flag takes a few extra seconds the first time during
each session, but gets faster at later runs.
These applications are meand to serve as starting points for new applications, showing how the libraries can be used in typical situations.
- +The examples/bronzeage @@ -286,7 +310,7 @@ grammar set implements a language fragment based on the Swadesh list of 200 words. It is useful for things like language training.
- +The examples/tram @@ -295,7 +319,7 @@ multimodal dialogue system concerning public transport. Its purpose is to serve as a prototype for applications in the TALK project.
- +The examples/animal @@ -303,13 +327,17 @@ grammar set implements some queries about animals. Its purpose is to serve as a prototype for example-based grammar writing.
- +Grammars as Software Libraries. Slides with background and motivation for the resource grammar library.
+GF Resource Grammar Library Version 1.0. Slides +giving an overview of the library and practical hints on its use. +
+How to write resource grammars. Helps you start if you want to add another language to the library.