forked from GitHub/gf-core
Added mkStoneage script, added missing linearizations in swedish stoneage grammar
This commit is contained in:
@@ -105,8 +105,8 @@ lin
|
|||||||
Child = UseN child_N ;
|
Child = UseN child_N ;
|
||||||
Wife = UseN wife_N ;
|
Wife = UseN wife_N ;
|
||||||
Husband = UseN husband_N ;
|
Husband = UseN husband_N ;
|
||||||
Mother = UseN2 mother_N2 ;
|
Mother = UseN mother_N ;
|
||||||
Father = UseN2 father_N2 ;
|
Father = UseN father_N ;
|
||||||
Animal = UseN animal_N ;
|
Animal = UseN animal_N ;
|
||||||
Fish = UseN fish_N ;
|
Fish = UseN fish_N ;
|
||||||
Bird = UseN bird_N ;
|
Bird = UseN bird_N ;
|
||||||
@@ -185,8 +185,8 @@ lin
|
|||||||
Name = UseN name_N ;
|
Name = UseN name_N ;
|
||||||
|
|
||||||
-- NameOf = AppN2 name_N2 ;
|
-- NameOf = AppN2 name_N2 ;
|
||||||
MotherOf = AppN2 mother_N2 ;
|
MotherOf = AppN2 (mkN2 mother_N "of") ;
|
||||||
FatherOf = AppN2 father_N2 ;
|
FatherOf = AppN2 (mkN2 father_N "of") ;
|
||||||
|
|
||||||
Big = ModPosA big_ADeg ;
|
Big = ModPosA big_ADeg ;
|
||||||
Long = ModPosA long_ADeg ;
|
Long = ModPosA long_ADeg ;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--# -path=.:../../lib/resource/abstract:../../lib/prelude:../../lib/resource/swedish:../../lib/resource/scandinavian
|
--# -path=.:../../lib/resource/abstract:../../lib/prelude:../../lib/resource/swedish:../../lib/resource/scandinavian
|
||||||
concrete StoneageSwe of Stoneage
|
concrete StoneageSwe of Stoneage
|
||||||
= open SyntaxSwe, ResourceSwe, SwadeshLexSwe, StoneageResSwe in {
|
= open SyntaxSwe, ResourceSwe, ParadigmsSwe, SwadeshLexSwe, StoneageResSwe in {
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
S = Phr ;
|
S = Phr ;
|
||||||
@@ -20,7 +20,7 @@ lin
|
|||||||
Smell = PresVasV2 smell_V ;
|
Smell = PresVasV2 smell_V ;
|
||||||
Fear = PresVasV2 fear_V ;
|
Fear = PresVasV2 fear_V ;
|
||||||
Kill = PresVasV2 kill_V ;
|
Kill = PresVasV2 kill_V ;
|
||||||
-- Fight = PresVasV2 fight_V ;
|
Fight = PresVasV2 fight_V ;
|
||||||
Hunt = PresVasV2 hunt_V ;
|
Hunt = PresVasV2 hunt_V ;
|
||||||
Hit = PresVasV2 hit_V ;
|
Hit = PresVasV2 hit_V ;
|
||||||
Cut = PresVasV2 cut_V ;
|
Cut = PresVasV2 cut_V ;
|
||||||
@@ -41,7 +41,7 @@ lin
|
|||||||
Spit = PresV spit_V ;
|
Spit = PresV spit_V ;
|
||||||
Vomit = PresV vomit_V ;
|
Vomit = PresV vomit_V ;
|
||||||
Blow = PresV blow_V ;
|
Blow = PresV blow_V ;
|
||||||
-- Breathe = PresV breathe_V ;
|
Breathe = PresV breathe_V ;
|
||||||
Laugh = PresV laugh_V ;
|
Laugh = PresV laugh_V ;
|
||||||
Sleep = PresV sleep_V ;
|
Sleep = PresV sleep_V ;
|
||||||
Live = PresV live_V ;
|
Live = PresV live_V ;
|
||||||
@@ -104,8 +104,8 @@ lin
|
|||||||
Child = UseN child_N ;
|
Child = UseN child_N ;
|
||||||
Wife = UseN wife_N ;
|
Wife = UseN wife_N ;
|
||||||
Husband = UseN husband_N ;
|
Husband = UseN husband_N ;
|
||||||
-- Mother = UseN2 mother_N2 ;
|
Mother = UseN mother_N ;
|
||||||
-- Father = UseN2 father_N2 ;
|
Father = UseN father_N ;
|
||||||
Animal = UseN animal_N ;
|
Animal = UseN animal_N ;
|
||||||
Fish = UseN fish_N ;
|
Fish = UseN fish_N ;
|
||||||
Bird = UseN bird_N ;
|
Bird = UseN bird_N ;
|
||||||
@@ -184,8 +184,8 @@ lin
|
|||||||
Name = UseN name_N ;
|
Name = UseN name_N ;
|
||||||
|
|
||||||
-- NameOf = AppN2 name_N2 ;
|
-- NameOf = AppN2 name_N2 ;
|
||||||
-- MotherOf = AppN2 mother_N2 ;
|
MotherOf = AppN2 (mkN2 mother_N "till") ;
|
||||||
-- FatherOf = AppN2 father_N2 ;
|
FatherOf = AppN2 (mkN2 father_N "till") ;
|
||||||
|
|
||||||
Big = ModPosA big_ADeg ;
|
Big = ModPosA big_ADeg ;
|
||||||
Long = ModPosA long_ADeg ;
|
Long = ModPosA long_ADeg ;
|
||||||
|
|||||||
3
examples/stoneage/mkStoneage.gfs
Normal file
3
examples/stoneage/mkStoneage.gfs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
i -src -optimize=share examples/stoneage/StoneageEng.gf
|
||||||
|
i -src -optimize=share examples/stoneage/StoneageSwe.gf
|
||||||
|
pm -printer=gfcm | wf stoneage.gfcm
|
||||||
Reference in New Issue
Block a user