diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/bronzeage/README | 4 | ||||
| -rw-r--r-- | examples/bronzeage/SwadeshIta.gf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/bronzeage/README b/examples/bronzeage/README index c93a8c99c..9275d1e09 100644 --- a/examples/bronzeage/README +++ b/examples/bronzeage/README @@ -1,8 +1,8 @@ (AR 24/2/2006) -(c) Björn Bringert and Aarne Ranta 2005-2006 +(c) Björn Bringert and Aarne Ranta 2005-2006 -Based on grammars and lexicon in GF/examples/stoneage by Björn Bringert. +Based on grammars and lexicon in GF/examples/stoneage by Björn Bringert. These grammars use a more varying syntax, with negation, questions, imperatives, adverbs, and adjectival predication added. diff --git a/examples/bronzeage/SwadeshIta.gf b/examples/bronzeage/SwadeshIta.gf index 618e40589..b9aa53aaf 100644 --- a/examples/bronzeage/SwadeshIta.gf +++ b/examples/bronzeage/SwadeshIta.gf @@ -226,7 +226,7 @@ concrete SwadeshIta of Swadesh = CatIta see_V = dirV2 (see_V2) ; sew_V = verboV (cucire_103 "cucire") ; sing_V = regV "cantare" ; - sit_V = verboV (sedere_84 "sedere") ; --- refl? + sit_V = reflV (verboV (sedere_84 "sedere")) ; sleep_V = sleep_V ; smell_V = dirV2 (verboV (sentire_99 "sentire")) ; spit_V = regV "sputare" ; |
