From 040d92a601176e4ae1b1c0c39a55c32b10ed2f30 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 25 Apr 2008 15:04:34 +0000 Subject: [PATCH] yes and no from Phr to Utt in exper --- lib/resource/exper/abstract/Structural.gf | 6 ++++-- lib/resource/exper/english/StructuralEng.gf | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/resource/exper/abstract/Structural.gf b/lib/resource/exper/abstract/Structural.gf index ec80bcb52..5784c02dc 100644 --- a/lib/resource/exper/abstract/Structural.gf +++ b/lib/resource/exper/abstract/Structural.gf @@ -59,7 +59,8 @@ abstract Structural = Cat ** { most_Predet : Predet ; much_Det : Det ; must_VV : VV ; - no_Phr : Phr ; +---b no_Phr : Phr ; + no_Utt : Utt ; on_Prep : Prep ; --- one_Quant : QuantSg ; DEPRECATED only_Predet : Predet ; @@ -101,7 +102,8 @@ abstract Structural = Cat ** { why_IAdv : IAdv ; with_Prep : Prep ; without_Prep : Prep ; - yes_Phr : Phr ; +---b yes_Phr : Phr ; + yes_Utt : Utt ; youSg_Pron : Pron ; youPl_Pron : Pron ; youPol_Pron : Pron ; diff --git a/lib/resource/exper/english/StructuralEng.gf b/lib/resource/exper/english/StructuralEng.gf index f7e1b363b..0432a527a 100644 --- a/lib/resource/exper/english/StructuralEng.gf +++ b/lib/resource/exper/english/StructuralEng.gf @@ -70,7 +70,8 @@ concrete StructuralEng of Structural = CatEng ** } ; isAux = True } ; - no_Phr = ss "no" ; +---b no_Phr = ss "no" ; + no_Utt = ss "no" ; on_Prep = ss "on" ; ---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED only_Predet = ss "only" ; @@ -114,7 +115,8 @@ concrete StructuralEng of Structural = CatEng ** why_IAdv = ss "why" ; without_Prep = ss "without" ; with_Prep = ss "with" ; - yes_Phr = ss "yes" ; +---b yes_Phr = ss "yes" ; + yes_Utt = ss "yes" ; youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ;