simplified Det structure in exper

This commit is contained in:
aarne
2008-04-20 10:39:07 +00:00
parent c4ae27bb53
commit 65f8120498
4 changed files with 32 additions and 25 deletions

View File

@@ -23,6 +23,11 @@ fun
NumInt : Int -> Num ; -- 51
OrdInt : Int -> Ord ; -- 51st (DEPRECATED)
-- 20/4
DetSg : Art -> Ord -> Det ; -- the best man
DetPl : Art -> Num -> Ord -> Det ; -- the five best men
NoNum : Num ;
-- from Structural 19/4/2008
that_NP : NP ;