summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Implementation.html
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-05-26 21:30:04 +0000
committeraarne <aarne@chalmers.se>2010-05-26 21:30:04 +0000
commit48070392e8e9fc375de6cf6f408a8b41377b8d10 (patch)
tree80568203558b9817f94ce5226d7d87beb008070a /examples/phrasebook/Implementation.html
parent26fad2dfe283ffb8a2bf6f526900f90fbbfd30d8 (diff)
fixes in partitives in Phrasebook
Diffstat (limited to 'examples/phrasebook/Implementation.html')
-rw-r--r--examples/phrasebook/Implementation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/Implementation.html b/examples/phrasebook/Implementation.html
index 5cb0635fb..a4b2ccd12 100644
--- a/examples/phrasebook/Implementation.html
+++ b/examples/phrasebook/Implementation.html
@@ -85,6 +85,7 @@ gfdoc - a rudimentary GF document generator.
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 ;
@@ -129,8 +130,7 @@ gfdoc - a rudimentary GF document generator.
NNumeral n = mkCard &lt;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 ;