diff options
| author | bringert <unknown> | 2005-03-04 11:20:14 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-03-04 11:20:14 +0000 |
| commit | da663788519a43d6b6a606b6988e72dc9ca75df5 (patch) | |
| tree | 5fe5e5baa324a452efe85944246265f93241611c /examples | |
| parent | 55465542c12babd729556636c3a3ae289e84f393 (diff) | |
Changed PresV to PresV2 for transitive verbs in StoneageResEng.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stoneage/StoneageEng.gf | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/examples/stoneage/StoneageEng.gf b/examples/stoneage/StoneageEng.gf index 0ff848617..d67e9c1c6 100644 --- a/examples/stoneage/StoneageEng.gf +++ b/examples/stoneage/StoneageEng.gf @@ -10,34 +10,34 @@ lincat CN = CN ; lin - Drink = PresV (dirV2 drink_V) ; - Eat = PresV (dirV2 eat_V) ; - Bite = PresV (dirV2 bite_V) ; - Suck = PresV (dirV2 suck_V) ; - See = PresV (dirV2 see_V) ; - Hear = PresV (dirV2 hear_V) ; - Know = PresV (dirV2 know_V) ; - Think = PresV (dirV2 think_V) ; - Smell = PresV (dirV2 smell_V) ; - Fear = PresV (dirV2 fear_V) ; - Kill = PresV (dirV2 kill_V) ; - Fight = PresV (dirV2 fight_V) ; - Hunt = PresV (dirV2 hunt_V) ; - Hit = PresV (dirV2 hit_V) ; - Cut = PresV (dirV2 cut_V) ; - Split = PresV (dirV2 split_V) ; - Stab = PresV (dirV2 stab_V) ; - Scratch = PresV (dirV2 scratch_V) ; - Hold = PresV (dirV2 hold_V) ; - Squeeze = PresV (dirV2 squeeze_V) ; - Rub = PresV (dirV2 rub_V) ; - Wash = PresV (dirV2 wash_V) ; - Wipe = PresV (dirV2 wipe_V) ; - Pull = PresV (dirV2 pull_V) ; - Push = PresV (dirV2 push_V) ; - Throw = PresV (dirV2 throw_V) ; - Tie = PresV (dirV2 tie_V) ; - Count = PresV (dirV2 count_V) ; + Drink = PresV2 (dirV2 drink_V) ; + Eat = PresV2 (dirV2 eat_V) ; + Bite = PresV2 (dirV2 bite_V) ; + Suck = PresV2 (dirV2 suck_V) ; + See = PresV2 (dirV2 see_V) ; + Hear = PresV2 (dirV2 hear_V) ; + Know = PresV2 (dirV2 know_V) ; + Think = PresV2 (dirV2 think_V) ; + Smell = PresV2 (dirV2 smell_V) ; + Fear = PresV2 (dirV2 fear_V) ; + Kill = PresV2 (dirV2 kill_V) ; + Fight = PresV2 (dirV2 fight_V) ; + Hunt = PresV2 (dirV2 hunt_V) ; + Hit = PresV2 (dirV2 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) ; + Squeeze = PresV2 (dirV2 squeeze_V) ; + Rub = PresV2 (dirV2 rub_V) ; + Wash = PresV2 (dirV2 wash_V) ; + Wipe = PresV2 (dirV2 wipe_V) ; + Pull = PresV2 (dirV2 pull_V) ; + Push = PresV2 (dirV2 push_V) ; + Throw = PresV2 (dirV2 throw_V) ; + Tie = PresV2 (dirV2 tie_V) ; + Count = PresV2 (dirV2 count_V) ; Spit = PresV spit_V ; Vomit = PresV vomit_V ; |
