summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesCat.gf
diff options
context:
space:
mode:
authorinari.listenmaa <inari.listenmaa@gmail.com>2012-10-19 11:45:45 +0000
committerinari.listenmaa <inari.listenmaa@gmail.com>2012-10-19 11:45:45 +0000
commit2c2c83f11c8ef775a3229e2a78e9061e100eade0 (patch)
tree57872c256b7e23814e823dd3782f9b44afbc37d5 /examples/phrasebook/SentencesCat.gf
parent584b6ba86d15e7ff471f94d2d120375ba3604553 (diff)
spanish_catalan_corrections
Diffstat (limited to 'examples/phrasebook/SentencesCat.gf')
-rw-r--r--examples/phrasebook/SentencesCat.gf9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/phrasebook/SentencesCat.gf b/examples/phrasebook/SentencesCat.gf
index ec5977fdc..3bf19534d 100644
--- a/examples/phrasebook/SentencesCat.gf
+++ b/examples/phrasebook/SentencesCat.gf
@@ -2,7 +2,7 @@ concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [
IsMass,
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,
WeMale, WeFemale, YouPlurFamMale, YouPlurFamFemale, YouPlurPolFemale, YouPlurPolMale, TheyMale, TheyFemale,
- WherePlace, WherePerson, ABePlace,
+ PImperativeFamNeg, PImperativePolNeg, PImperativePlurNeg, --negative imperatives in subjunctive
Superlative
]
with
@@ -52,13 +52,12 @@ lin
TheyFemale =
{name = mkNP (ProDrop they8fem_Pron) ; isPron = True ; poss = mkQuant they_Pron} ;
+ PImperativeFamNeg v = phrasePlease (ImpNeg (mkNP (ProDrop youSg_Pron)) v) ;
+ PImperativePolNeg v = phrasePlease (ImpNeg (mkNP (ProDrop youPol_Pron)) v) ;
+ PImperativePlurNeg v = phrasePlease (ImpNeg (mkNP (ProDrop youPl_Pron)) v) ;
- ABePlace p place = mkCl p.name (mkVP (mkVP ser) place.at) ;
- WherePlace place = mkQS (mkQCl where_IAdv (mkCl place.name ser) ) ;
- WherePerson person = mkQS (mkQCl where_IAdv (mkCl person.name ser) ) ;
oper
- ser = mkV (ser_52 "ser") ;
CNPlace : Type = {name : CN ; at : Prep ; to : Prep } ;