diff options
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 ; |
