diff options
| author | aarne <aarne@chalmers.se> | 2010-05-26 21:30:04 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-26 21:30:04 +0000 |
| commit | 48070392e8e9fc375de6cf6f408a8b41377b8d10 (patch) | |
| tree | 80568203558b9817f94ce5226d7d87beb008070a /examples/phrasebook/SentencesI.gf | |
| parent | 26fad2dfe283ffb8a2bf6f526900f90fbbfd30d8 (diff) | |
fixes in partitives in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index bcd6f01b8..be7170a93 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -78,6 +78,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** ObjItem i = i ; ObjNumber n k = mkNP n k ; ObjIndef k = mkNP a_Quant k ; + ObjPlural k = mkNP aPl_Det k ; ObjMass k = mkNP k ; ObjAndObj = mkNP and_Conj ; OneObj o = o ; @@ -120,8 +121,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** NNumeral n = mkCard <lin Numeral n : Numeral> ; - AHave p kind = mkCl p.name have_V2 (mkNP aPl_Det kind) ; - AHaveMass p kind = mkCl p.name have_V2 (mkNP kind) ; + AHave p obj = mkCl p.name have_V2 obj ; AHaveCurr p curr = mkCl p.name have_V2 (mkNP aPl_Det curr) ; ACitizen p n = mkCl p.name n ; ABePlace p place = mkCl p.name place.at ; |
