diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-02-26 18:43:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-02-26 18:43:13 +0000 |
| commit | f24ab0fe79366acaf848885936f01f08d931f563 (patch) | |
| tree | d9489b6424efaa5489e0ec3a2954c5fd74e4364b /examples | |
| parent | 70ac18e908c5c00390239b2361115f8ab292d49d (diff) | |
adjustments and clean-up in resource
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" ; |
