diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-07-06 15:37:32 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-07-06 15:37:32 +0000 |
| commit | bb423658aa79e5cfdb5a89ec6af2f522a5bdb0cc (patch) | |
| tree | 0ae7a8de2a9e3d8db030118650817008de2bcb41 /doc/tutorial/resource-food/FoodFre.gf | |
| parent | bece5b29740dbf0bb5a60f2cb3f10129e102d238 (diff) | |
new tutorial almost finished
Diffstat (limited to 'doc/tutorial/resource-food/FoodFre.gf')
| -rw-r--r-- | doc/tutorial/resource-food/FoodFre.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/resource-food/FoodFre.gf b/doc/tutorial/resource-food/FoodFre.gf index fe9e22a40..60b8f0dc2 100644 --- a/doc/tutorial/resource-food/FoodFre.gf +++ b/doc/tutorial/resource-food/FoodFre.gf @@ -10,9 +10,9 @@ concrete FoodFre of Food = open SyntaxFre,ParadigmsFre in { lin Is item quality = mkUtt (mkCl item quality) ; - This kind = SyntaxFre.mkNP (mkDet this_Quant) kind ; - That kind = SyntaxFre.mkNP (mkDet that_Quant) kind ; - All kind = SyntaxFre.mkNP all_Predet (SyntaxFre.mkNP defPlDet kind) ; + This kind = mkNP (mkDet this_Quant) kind ; + That kind = mkNP (mkDet that_Quant) kind ; + All kind = mkNP all_Predet (mkNP defPlDet kind) ; QKind quality kind = mkCN quality kind ; Wine = mkCN (mkN "vin") ; Beer = mkCN (mkN "bière") ; |
