mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Nicer mkDet usage in Toy0I
This commit is contained in:
@@ -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 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user