summaryrefslogtreecommitdiff
path: root/examples-3.0/tutorial
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-20 11:54:37 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-20 11:54:37 +0000
commit298c14046b4b92b6f7b74ab811707d60c73ce439 (patch)
treeb8d84c210e230cd1d68dc158b3b6f381b0cefa8b /examples-3.0/tutorial
parente4119186fa03a12d8820bc3c03797ac33c71e258 (diff)
extended api with some IQuant rules
Diffstat (limited to 'examples-3.0/tutorial')
-rw-r--r--examples-3.0/tutorial/semantics/BaseI.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples-3.0/tutorial/semantics/BaseI.gf b/examples-3.0/tutorial/semantics/BaseI.gf
index d90431e2f..b7ed86666 100644
--- a/examples-3.0/tutorial/semantics/BaseI.gf
+++ b/examples-3.0/tutorial/semantics/BaseI.gf
@@ -50,7 +50,7 @@ lin
(mkCN common_A (mkCN divisor_N2 (mkNP and_Conj nps))) ;
WhatIs np = mkPhr (mkQS (mkQCl whatSg_IP (mkVP np))) ;
--- WhichAre cn ap = mkPhr (mkQS (mkQCl (mkIP (mkIDet which_IQuant plNum) cn) (mkVP ap))) ;
+ WhichAre cn ap = mkPhr (mkQS (mkQCl (mkIP which_IQuant cn) (mkVP ap))) ;
QuestS s = mkPhr (mkQS (mkQCl s)) ;
Yes = mkPhr yes_Utt ;