From 0caebe9092859a7ff19c08520700f7f6eef1d439 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 14 Aug 2008 14:21:42 +0000 Subject: [PATCH] removed optStr from IdiomEng --- lib/resource/english/IdiomEng.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource/english/IdiomEng.gf b/lib/resource/english/IdiomEng.gf index d79201680..87fb03136 100644 --- a/lib/resource/english/IdiomEng.gf +++ b/lib/resource/english/IdiomEng.gf @@ -11,7 +11,7 @@ concrete IdiomEng of Idiom = CatEng ** open Prelude, ResEng in { (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; CleftAdv ad s = mkClause "it" (agrP3 Sg) - (insertObj (\\_ => optStr conjThat ++ s.s) + (insertObj (\\_ => conjThat ++ s.s) (insertObj (\\_ => ad.s) (predAux auxBe))) ; ExistNP np =