made articles and mass syntactic in exper

This commit is contained in:
aarne
2008-04-22 12:34:45 +00:00
parent 30f221cbb4
commit 09a82c8abb
6 changed files with 55 additions and 42 deletions

View File

@@ -24,10 +24,15 @@ fun
OrdInt : Int -> Ord ; -- 51st (DEPRECATED)
-- 20/4
DetSg : Art -> Ord -> Det ; -- the best man
DetPl : Art -> Num -> Ord -> Det ; -- the five best men
DetSg : Quant -> Ord -> Det ; -- the best man
DetPl : Quant -> Num -> Ord -> Det ; -- the five best men
NoNum : Num ;
-- 22/4
DefArt : Quant ; -- the (house), the (houses)
IndefArt : Quant ; -- a (house), (houses)
MassDet : Quant ; -- (beer)
-- from Structural 19/4/2008
that_NP : NP ;