summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2010-05-25 20:19:59 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2010-05-25 20:19:59 +0000
commitcc49c5e02737ec1ecfd005cf2356215134be76c3 (patch)
tree2d3b19c3f3336f3ccc6ad6e7e341186e71902185 /examples
parent495c4f94fe51652cf207aa420384917cd85cff4a (diff)
Change 'estar' to 'ser' for places
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/SentencesCat.gf17
1 files changed, 4 insertions, 13 deletions
diff --git a/examples/phrasebook/SentencesCat.gf b/examples/phrasebook/SentencesCat.gf
index 5bf033973..08860d21d 100644
--- a/examples/phrasebook/SentencesCat.gf
+++ b/examples/phrasebook/SentencesCat.gf
@@ -18,31 +18,22 @@ lin
IFemale =
{name = mkNP (ProDrop i8fem_Pron) ; isPron = True ; poss = mkQuant i_Pron} ;
-
YouFamFemale =
{name = mkNP (ProDrop youSg8fem_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ;
-
YouPolFemale =
{name = mkNP (ProDrop youPol8fem_Pron) ; isPron = True ; poss = mkQuant youPol_Pron};
-
IMale =
{name = mkNP (ProDrop i_Pron) ; isPron = True ; poss = mkQuant i_Pron} ;
-
YouFamMale =
{name = mkNP (ProDrop youSg_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ;
-
YouPolMale =
{name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = mkQuant youPol_Pron} ;
-
- ABePlace p place = mkCl p.name (mkVP (mkVP estar) place.at) ;
-
- WherePlace place = mkQS (mkQCl where_IAdv (mkCl place.name estar) ) ;
-
- WherePerson person = mkQS (mkQCl where_IAdv (mkCl person.name estar) ) ;
+ 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
-
- estar = mkV (estar_54 "estar") ;
+ ser = mkV (ser_52 "ser") ;
CNPlace : Type = {name : CN ; at : Prep ; to : Prep } ;