From 1814761d36dbe51ca6861e60bfcdaaa3873e3e9e Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 10 Mar 2006 12:27:26 +0000 Subject: [PATCH] index.html --- lib/resource-1.0/doc/index.html | 76 ++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 24 deletions(-) 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 @@

GF Resource Grammar Library v. 1.0

Author: Aarne Ranta <aarne (at) cs.chalmers.se>
-Last update: Thu Mar 2 12:03:59 2006 +Last update: Fri Mar 10 13:27:21 2006

@@ -17,24 +17,25 @@ Last update: Thu Mar 2 12:03:59 2006
  • Authors
  • License
  • Scope +
  • Quick start -
  • Using the library +
  • Using the library -
  • Example applications +
  • Example applications -
  • More reading +
  • More reading

    @@ -69,6 +70,7 @@ Aarne Ranta. We are grateful for contributions and comments to several other people who have used this and the previous versions of the resource library, including +Ana Bove, David Burke, Lauri Carlson, Gloria Casanellas, @@ -117,6 +119,28 @@ Presentation: +

    Quick start

    +

    +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. +

    +

    The language independent ground API

    This API is accessible by both present and alltenses. @@ -149,7 +173,7 @@ The documentation of the individual modules:

  • Lang: the main module comprising all the others - +

    The language-dependent APIs

    - +

    Special-purpose APIs

    Present

    @@ -192,9 +216,9 @@ sufficient for many applications.

  • Symbol: symbols and numbers in text - -

    Using the library

    +

    Using the library

    +

    The compiled version

    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 - +

    Linking applications to libraries

    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

    - +

    Using the libraries as top-level grammars

    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.

    - +

    Example applications

    These applications are meand to serve as starting points for new applications, showing how the libraries can be used in typical situations.

    - +

    Brozeage

    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.

    - +

    Tram

    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.

    - +

    Animals

    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.

    - +

    More reading

    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.