forked from GitHub/gf-core
Changed PresV to PresV2 for transitive verbs in StoneageResEng.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user