diff options
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index d2df39ca9..f41b069ab 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -268,6 +268,8 @@ oper VSleep = mkVP sleep_V ; VSwim = mkVP swim_V ; VWalk = mkVP walk_V ; + VSit = mkVP sit_V ; + VStop = mkVP stop_V ; VDrink = mkVP <lin V drink_V2 : V> ; VEat = mkVP <lin V eat_V2 : V> ; VRead = mkVP <lin V read_V2 : V> ; |
