Nicer mkDet usage in Toy0I

This commit is contained in:
bringert
2007-07-06 12:03:47 +00:00
parent f8b00b2ac7
commit 8517d2ead6

View File

@@ -8,8 +8,8 @@ lincat
lin lin
SpecNoun spec noun = mkUtt (mkNP spec noun) ; SpecNoun spec noun = mkUtt (mkNP spec noun) ;
One = mkDet one_Quant ; One = mkDet n1_Numeral ;
Two = mkDet (mkNum n2_Numeral) ; Two = mkDet n2_Numeral ;
Felis = cat_N ; Felis = cat_N ;
Canis = dog_N ; Canis = dog_N ;