summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-07-06 12:03:47 +0000
committerbringert <bringert@cs.chalmers.se>2007-07-06 12:03:47 +0000
commitbece5b29740dbf0bb5a60f2cb3f10129e102d238 (patch)
tree0a0e09a7495c9c032f045a0b84197b54dc015d7f /examples
parent51cba7081586492b31da717b433d199fb7fac3f7 (diff)
Nicer mkDet usage in Toy0I
Diffstat (limited to 'examples')
-rw-r--r--examples/regulus/toy0/Toy0I.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/regulus/toy0/Toy0I.gf b/examples/regulus/toy0/Toy0I.gf
index 7610816d7..efb6e730a 100644
--- a/examples/regulus/toy0/Toy0I.gf
+++ b/examples/regulus/toy0/Toy0I.gf
@@ -8,8 +8,8 @@ lincat
lin
SpecNoun spec noun = mkUtt (mkNP spec noun) ;
- One = mkDet one_Quant ;
- Two = mkDet (mkNum n2_Numeral) ;
+ One = mkDet n1_Numeral ;
+ Two = mkDet n2_Numeral ;
Felis = cat_N ;
Canis = dog_N ;