diff options
| author | aarne <aarne@chalmers.se> | 2010-12-23 09:33:11 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-12-23 09:33:11 +0000 |
| commit | 3036881d206332a8ca9ed4d97715bf24142227a4 (patch) | |
| tree | cd729ea6c66bd654efbd4d22ee83fb9b30901d0b /examples/tutorial/resource-foods/ExtFoodsI.gf | |
| parent | 0b4aad88f6924672f45f3f3405ad4854700e85ab (diff) | |
updated tutorial and quickstart for 3.2
Diffstat (limited to 'examples/tutorial/resource-foods/ExtFoodsI.gf')
| -rw-r--r-- | examples/tutorial/resource-foods/ExtFoodsI.gf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/tutorial/resource-foods/ExtFoodsI.gf b/examples/tutorial/resource-foods/ExtFoodsI.gf index 586f3e42b..b59cfc5b5 100644 --- a/examples/tutorial/resource-foods/ExtFoodsI.gf +++ b/examples/tutorial/resource-foods/ExtFoodsI.gf @@ -35,10 +35,10 @@ incomplete concrete ExtFoodsI of ExtFoods = FoodsI ** open Syntax, LexFoods in { You = mkNP youPol_Pron ; We = mkNP we_Pron ; - GThis = mkNP this_QuantSg ; - GThat = mkNP that_QuantSg ; - GThese = mkNP these_QuantPl ; - GThose = mkNP those_QuantPl ; + GThis = mkNP this_Det ; + GThat = mkNP that_Det ; + GThese = mkNP these_Det ; + GThose = mkNP those_Det ; Eat = eat_V2 ; Drink = drink_V2 ; |
