diff options
| author | aarne <aarne@chalmers.se> | 2013-02-20 19:34:20 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2013-02-20 19:34:20 +0000 |
| commit | 88d7adfa85ffc65215617a4066c6e7b156af3170 (patch) | |
| tree | efb88a2a51d884ae68f0474b3040680d57793874 /examples/phrasebook/SentencesI.gf | |
| parent | 9cb0b580d3b108fcccc6c8d8bc180af3b852af87 (diff) | |
fixed details of Romance clitics for reflexives, imperatives, infinitives. A change in the type of VP.clit3 was needed.
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> ; |
