summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Sentences.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2013-02-20 19:34:20 +0000
committeraarne <aarne@chalmers.se>2013-02-20 19:34:20 +0000
commit88d7adfa85ffc65215617a4066c6e7b156af3170 (patch)
treeefb88a2a51d884ae68f0474b3040680d57793874 /examples/phrasebook/Sentences.gf
parent9cb0b580d3b108fcccc6c8d8bc180af3b852af87 (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/Sentences.gf')
-rw-r--r--examples/phrasebook/Sentences.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf
index 8dbd8483e..da15031db 100644
--- a/examples/phrasebook/Sentences.gf
+++ b/examples/phrasebook/Sentences.gf
@@ -196,7 +196,7 @@ abstract Sentences = Numeral ** {
-- lexical items given in the resource Lexicon
VPlay, VRun, VSit, VSleep, VSwim, VWalk : VerbPhrase ;
- VDrink, VEat, VRead, VWait, VWrite : VerbPhrase ;
+ VDrink, VEat, VRead, VWait, VWrite, VSit, VStop : VerbPhrase ;
V2Buy, V2Drink, V2Eat : Object -> VerbPhrase ;
V2Wait : Person -> VerbPhrase ;