summaryrefslogtreecommitdiff
path: root/examples/stoneage/StoneageFin.gf
diff options
context:
space:
mode:
authoraarne <unknown>2005-06-30 22:09:36 +0000
committeraarne <unknown>2005-06-30 22:09:36 +0000
commit4d94cdfd66c63eb01ad90c292f3dc75878a0e8a7 (patch)
tree59eb283aeb626419b5f5b0beae48827e2eb0ba48 /examples/stoneage/StoneageFin.gf
parent7bb9e88cb875372bd3e288b8831b1b60c3b9bc17 (diff)
gfcm in Java ; Finnish close to finished
Diffstat (limited to 'examples/stoneage/StoneageFin.gf')
-rw-r--r--examples/stoneage/StoneageFin.gf24
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/stoneage/StoneageFin.gf b/examples/stoneage/StoneageFin.gf
index 22a5c3180..2afe3a188 100644
--- a/examples/stoneage/StoneageFin.gf
+++ b/examples/stoneage/StoneageFin.gf
@@ -25,24 +25,24 @@ lin
Drink = PresV2 (dirV2 drink_V) ;
Eat = PresV2 (dirV2 eat_V) ;
- Bite = PresV2 (dirV2 bite_V) ;
+ Bite = PresV2 (partV2 bite_V) ;
Suck = PresV2 (dirV2 suck_V) ;
See = PresV2 (dirV2 see_V) ;
Hear = PresV2 (dirV2 hear_V) ;
Know = PresV2 (dirV2 know_V) ;
Smell = PresV2 (dirV2 smell_V) ;
- Fear = PresV2 (dirV2 fear_V) ;
+ Fear = PresV2 (partV2 fear_V) ;
Kill = PresV2 (dirV2 kill_V) ;
- Fight = PresV2 (dirV2 fight_V) ;
- Hunt = PresV2 (dirV2 hunt_V) ;
- Hit = PresV2 (dirV2 hit_V) ;
+ Fight = PresV2 (mkV2 fight_V (postpP partitive "vastaan")) ;
+ Hunt = PresV2 (partV2 hunt_V) ;
+ Hit = PresV2 (partV2 hit_V) ;
Cut = PresV2 (dirV2 cut_V) ;
Split = PresV2 (dirV2 split_V) ;
- Stab = PresV2 (dirV2 stab_V) ;
- Scratch = PresV2 (dirV2 scratch_V) ;
- Hold = PresV2 (dirV2 hold_V) ;
+ Stab = PresV2 (partV2 stab_V) ;
+ Scratch = PresV2 (partV2 scratch_V) ;
+ Hold = PresV2 (partV2 hold_V) ;
Squeeze = PresV2 (dirV2 squeeze_V) ;
- Rub = PresV2 (dirV2 rub_V) ;
+ Rub = PresV2 (partV2 rub_V) ;
Wash = PresV2 (dirV2 wash_V) ;
Wipe = PresV2 (dirV2 wipe_V) ;
Pull = PresV2 (dirV2 pull_V) ;
@@ -79,7 +79,7 @@ lin
Swell = PresV swell_V ;
Burn = PresV burn_V ;
----- Give = PresV3 (dirV3 give_V "to") ;
+ Give = PresV3 (dirV3 give_V allative) ;
-- Say = ;
@@ -198,8 +198,8 @@ lin
Name = UseN name_N ;
-- NameOf = AppN2 name_N2 ;
------ MotherOf = AppN2 (mkN2 mother_N "of") ;
------ FatherOf = AppN2 (mkN2 father_N "of") ;
+ MotherOf = AppN2 (genN2 mother_N) ;
+ FatherOf = AppN2 (genN2 father_N) ;
Big = ModPosA big_ADeg ;
Long = ModPosA long_ADeg ;