diff options
| author | aarne <aarne@chalmers.se> | 2010-04-16 09:57:10 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-16 09:57:10 +0000 |
| commit | 727b3bf626ae41623e496dc8063e4d3818d2b513 (patch) | |
| tree | f36f1cff0c67820a4afb1d79525579bbb608416c /examples/phrasebook/SentencesI.gf | |
| parent | 03c64d9f3d977fec443831d759ebdfca3058bed5 (diff) | |
conjunction of Object in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index af9548bc1..0d56bc3d5 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -19,6 +19,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** Quality = AP ; Property = A ; Object = NP ; + PrimObject = NP ; Place = NPPlace ; -- {name : NP ; at : Adv ; to : Adv} ; PlaceKind = CNPlace ; -- {name : CN ; at : Prep ; to : Prep} ; Currency = CN ; @@ -69,6 +70,8 @@ incomplete concrete SentencesI of Sentences = Numeral ** ObjItem i = i ; ObjNumber n k = mkNP n k ; ObjIndef k = mkNP a_Quant k ; + ObjAndObj = mkNP and_Conj ; + OneObj o = o ; This kind = mkNP this_Quant kind ; That kind = mkNP that_Quant kind ; |
