From e014dfcfb0aa36a54653f9a91fcd30b299f9b36c Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 6 Jul 2007 15:37:32 +0000 Subject: [PATCH] new tutorial almost finished --- resource-1.0/abstract/Cat.gf | 20 ++++++++++---------- resource-1.0/doc/synopsis.html | 10 ++++++++++ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/resource-1.0/abstract/Cat.gf b/resource-1.0/abstract/Cat.gf index 7e9ff2804..7a74183b7 100644 --- a/resource-1.0/abstract/Cat.gf +++ b/resource-1.0/abstract/Cat.gf @@ -72,16 +72,16 @@ abstract Cat = Common ** { -- ``` Predet (QuantSg | QuantPl Num) Ord -- as defined in [Noun Noun.html]. - CN ; -- common noun (without determiner) e.g. "red house" - NP ; -- noun phrase (subject or object) e.g. "the red house" - Pron ; -- personal pronoun e.g. "she" - Det ; -- determiner phrase e.g. "those seven" - Predet; -- predeterminer (prefixed Quant) e.g. "all" - QuantSg;-- quantifier ('nucleus' of sing. Det) e.g. "every" - QuantPl;-- quantifier ('nucleus' of plur. Det) e.g. "many" - Quant ; -- quantifier with both sg and pl e.g. "this/these" - Num ; -- cardinal number (used with QuantPl) e.g. "seven" - Ord ; -- ordinal number (used in Det) e.g. "seventh" + CN ; -- common noun (without determiner) e.g. "red house" + NP ; -- noun phrase (subject or object) e.g. "the red house" + Pron ; -- personal pronoun e.g. "she" + Det ; -- determiner phrase e.g. "those seven" + Predet ; -- predeterminer (prefixed Quant) e.g. "all" + QuantSg ;-- quantifier ('nucleus' of sing. Det) e.g. "every" + QuantPl ;-- quantifier ('nucleus' of plur. Det) e.g. "many" + Quant ; -- quantifier with both sg and pl e.g. "this/these" + Num ; -- cardinal number (used with QuantPl) e.g. "seven" + Ord ; -- ordinal number (used in Det) e.g. "seventh" --2 Numerals diff --git a/resource-1.0/doc/synopsis.html b/resource-1.0/doc/synopsis.html index a62c4796a..e6adcdb97 100644 --- a/resource-1.0/doc/synopsis.html +++ b/resource-1.0/doc/synopsis.html @@ -40,6 +40,11 @@ to the relevant source files, which give more information. Some of the files hav not yet been prepared so that the machine generated documentation has the right format.

+Since the character encoding is UTF-8 for Russian and Latin-1 for other languages, you +may have to change the encoding preference of your browser when reading different +parts of the document. +

+

The second-last chapter gives instructions on how to "browse" the library by loading the grammars into the gf command editor.

@@ -233,6 +238,11 @@ Source 2: http://www.cs.chalmers.se/~aarne/GF "those seven" +Predet +predeterminer (prefixed Quant) +"all" + + Quant quantifier with both sg and pl "this/these"