diff options
| author | bringert <unknown> | 2005-03-09 16:24:53 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-03-09 16:24:53 +0000 |
| commit | 24e55ad36d3132584bd0576bbec6b45c565a0a18 (patch) | |
| tree | 4b45822fd52796b12492fcdb0c543af5043d8d97 /examples/stoneage/StoneageEng.gf | |
| parent | 92012958ac98824bf314cbea62ec879d1e1138e9 (diff) | |
Added mkStoneage script, added missing linearizations in swedish stoneage grammar
Diffstat (limited to 'examples/stoneage/StoneageEng.gf')
| -rw-r--r-- | examples/stoneage/StoneageEng.gf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/stoneage/StoneageEng.gf b/examples/stoneage/StoneageEng.gf index 25e9a3d13..ed5c1c3c0 100644 --- a/examples/stoneage/StoneageEng.gf +++ b/examples/stoneage/StoneageEng.gf @@ -105,8 +105,8 @@ lin Child = UseN child_N ; Wife = UseN wife_N ; Husband = UseN husband_N ; - Mother = UseN2 mother_N2 ; - Father = UseN2 father_N2 ; + Mother = UseN mother_N ; + Father = UseN father_N ; Animal = UseN animal_N ; Fish = UseN fish_N ; Bird = UseN bird_N ; @@ -185,8 +185,8 @@ lin Name = UseN name_N ; -- NameOf = AppN2 name_N2 ; - MotherOf = AppN2 mother_N2 ; - FatherOf = AppN2 father_N2 ; + MotherOf = AppN2 (mkN2 mother_N "of") ; + FatherOf = AppN2 (mkN2 father_N "of") ; Big = ModPosA big_ADeg ; Long = ModPosA long_ADeg ; |
