diff --git a/lib/resource-1.0/doc/index.html b/lib/resource-1.0/doc/index.html index 4f4997113..ac257ae7c 100644 --- a/lib/resource-1.0/doc/index.html +++ b/lib/resource-1.0/doc/index.html @@ -7,9 +7,41 @@
The GF Resource Grammar Library defines the basic grammar of ten languages: @@ -21,6 +53,7 @@ Italian, Norwegian, Russian, Spanish, Swedish. yet been "officially" released. The release is planned in the end of June 2006.
+Inger Andersson and Therese Soderberg (Spanish morphology), @@ -55,12 +88,14 @@ Saara Myllyntausta, Wanjiku Ng'ang'a, Jordi Saludes.
+The GF Resource Grammar Library is open-source software licensed under GNU General Public License. See the file LICENSE for more details.
+Coverage, for each language: @@ -68,7 +103,8 @@ Coverage, for each language:
Go to the main directory, compile the grammars, and run a test. @@ -122,6 +159,7 @@ Do for instance
For more examples, see the Overview slides.
+
This API is accessible by both present and alltenses.
@@ -129,7 +167,7 @@ The API is divided into a bunch of abstract modules.
The following figure gives the dependencies of these modules.
-
+
The documentation of the individual modules: @@ -151,9 +189,11 @@ The documentation of the individual modules:
Lexicon
+Grammar and Lexicon
+
+This is the structure of each language-dependent top module. +
+
+
+
@@ -200,6 +252,12 @@ The result is a smaller and more efficient grammar, which is still sufficient for many applications.
+The API is the same as for the full ground API, but with modified
+linearization types of NP and Adv, and all other categories
+depending on them: an extra field is added to a demonstrative pointing
+gesture. Some functions for constructing demonstratives are provided.
+
The simplest way to get the library is to install the precompiled version @@ -233,12 +293,24 @@ library. Use one (or several) of the following packages instead: multimodal dialogue applications +
-Notice, however, that both special-purpose APIs share modules with
-present. It is therefore not a good idea to use them in combination with
-alltenses.
+Typically, open one of
GrammarX for just syntax
+LangX for both syntax and a small lexicon
+X (e.g. English) for syntax, lexicon, and language-dependent extensions
++Usually you also need your own lexicon, and hence have to open +
+ParadigmsX for lexicon-building functions
+
It is advisable to use the bare package names in paths pointing to the
libraries. Here is an example, from examples/dialogue/LightsEng.gf:
@@ -255,6 +327,12 @@ I have the following line in my .bashrc file:
export GF_LIB_PATH=/home/aarne/GF/lib
+The mathematical API shares modules with
+present. It is therefore not a good idea to use it in combination with
+alltenses.
+
If you have done make in lib/resource-1.0, you will have
@@ -277,22 +355,27 @@ to succeed.
An exception is LangEng. It is actually feasible to parse with
both alltenses/LangEng and present/LangEng - the latter being
-much faster than the former. The -mcfg flag (multiple context-free grammar)
+much faster than the former. The -fcfg flag (fast multiple context-free grammar)
must be used:
- p -lang=LangEng -mcfg -parser=topdown "this man is old" + p -lang=LangEng -fcfg "this man is old"
-Parsing with the -mcfg flag takes a few extra seconds the first time during
+Parsing with the -fcfg flag takes a few extra seconds the first time during
each session, but gets faster at later runs.
+It is also feasible to parse in Scandinavian languages (Danish, Norwegian, Swedish). +
+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 @@ -300,6 +383,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/dialogue @@ -308,6 +392,7 @@ multimodal dialogue system. Its purpose is to serve as a prototype for applications in the TALK project.
+The examples/animal @@ -315,6 +400,7 @@ grammar set implements some queries about animals. Its purpose is to serve as a prototype for example-based grammar writing.
+This bugs should be fixed before the final release of v. 1.0. @@ -344,14 +430,14 @@ Finnish French
German
@@ -381,13 +467,12 @@ Russian Spanish
-Swedish -- -
+
Grammars as Software Libraries. Slides
@@ -417,5 +502,5 @@ examples are from multimodal/old, which is a reduced-size API.