1
0
forked from GitHub/gf-core

fixes before beta3 release

This commit is contained in:
aarne
2009-04-02 09:35:48 +00:00
parent 2ee7d4fe74
commit f095da93ba
10 changed files with 45 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:../foods:present:prelude
--# -path=.:present
incomplete concrete FoodsI of Foods = open Syntax, LexFoods in {
lincat
@@ -8,6 +8,7 @@ incomplete concrete FoodsI of Foods = open Syntax, LexFoods in {
Quality = AP ;
lin
Is item quality = mkUtt (mkCl item quality) ;
Isnt item quality = mkUtt (mkS negativePol (mkCl item quality)) ;
This kind = mkNP this_Quant kind ;
That kind = mkNP that_Quant kind ;
These kind = mkNP this_Quant plNum kind ;