diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-14 12:51:14 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-14 12:51:14 +0000 |
| commit | e1662cd85178cb287581fb93cf796edc8d02a48a (patch) | |
| tree | 918acaf6848f4cc29f96b913563049fa745d81d8 | |
| parent | bc7cb25a09209e00da8c0663814b054629394c70 (diff) | |
Attempto lexicon bug fixes
| -rw-r--r-- | doc/gf-tutorial.txt | 2 | ||||
| -rw-r--r-- | examples/attempto/TestAttemptoEng.gf | 2 | ||||
| -rw-r--r-- | examples/attempto/TestAttemptoGer.gf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/gf-tutorial.txt b/doc/gf-tutorial.txt index 3cb22a3d4..2cb1ac403 100644 --- a/doc/gf-tutorial.txt +++ b/doc/gf-tutorial.txt @@ -4957,7 +4957,7 @@ and Italian grammars: The grammar must have the name ``grammar.js``. The abstract syntax and start category names in ``translator.html`` must match the ones in the grammar. -With these changes, the translator works for any multilingual GF grammar. +With these changes, the translator works for any multilingual grammar. diff --git a/examples/attempto/TestAttemptoEng.gf b/examples/attempto/TestAttemptoEng.gf index 1eefd49b6..2cf864744 100644 --- a/examples/attempto/TestAttemptoEng.gf +++ b/examples/attempto/TestAttemptoEng.gf @@ -22,7 +22,7 @@ lin enter_V2 = mkV2 "enter" ; lin bank_N = mkkN "bank" ; lin satisfied_A = mkA "satisfied" ; lin lucky_A = mkA "lucky" ; -lin well_known_A = mkA "well" ; +lin well_known_A = mkA "well-known" ; lin important_A = mkA "important" ; lin expensive_A = mkA "expensive" ; lin fill_in_V2 = mkV2 (partV (mkV "fill") "in") ; diff --git a/examples/attempto/TestAttemptoGer.gf b/examples/attempto/TestAttemptoGer.gf index ef774ff84..4f1092e3e 100644 --- a/examples/attempto/TestAttemptoGer.gf +++ b/examples/attempto/TestAttemptoGer.gf @@ -9,7 +9,7 @@ lin john_PN = mkPN "John" ; lin apple_N = mkgN "Apfel" "Äpfel" masculine ; lin sleep_V = IrregGer.schlafen_V ; lin young_A = mkA "jung" ; -lin dog_N = mkgN "Hund" "Hünde" masculine ; +lin dog_N = mkgN "Hund" "Hunde" masculine ; lin animal_N = mkgN "Tier" "Tiere" neuter ; lin wait_V = mkV "warten" ; lin man_N = mkgN "Mann" "Männer" masculine ; |
