1
0
forked from GitHub/gf-core

Added mkStoneage script, added missing linearizations in swedish stoneage grammar

This commit is contained in:
bringert
2005-03-09 16:24:53 +00:00
parent c607ca77cf
commit 7572cbf0c8
3 changed files with 14 additions and 11 deletions

View File

@@ -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 ;