diff --git a/resource-1.0/abstract/Cat.gf b/resource-1.0/abstract/Cat.gf index 7e9ff280..7a74183b 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 a62c4796..e6adcdb9 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"