From 01a039ba37c93b75a99fdd5362bd30876c25c854 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 20 Sep 2005 08:32:55 +0000 Subject: [PATCH] CSEE now works fine --- resource/finnish/ClauseFin.gf | 2 +- resource/finnish/RulesFin.gf | 2 +- resource/french/ClauseFre.gf | 2 +- resource/romance/ClauseRomance.gf | 2 +- resource/romance/RulesRomance.gf | 2 ++ 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/resource/finnish/ClauseFin.gf b/resource/finnish/ClauseFin.gf index b7ab19cde..b11c99d5f 100644 --- a/resource/finnish/ClauseFin.gf +++ b/resource/finnish/ClauseFin.gf @@ -3,7 +3,7 @@ concrete ClauseFin of Clause = CategoriesFin ** open Prelude, SyntaxFin in { - flags optimize=all ; + flags optimize=all_subs ; lin SPredV np v = diff --git a/resource/finnish/RulesFin.gf b/resource/finnish/RulesFin.gf index c17f035ba..42437c04a 100644 --- a/resource/finnish/RulesFin.gf +++ b/resource/finnish/RulesFin.gf @@ -18,7 +18,7 @@ concrete RulesFin of Rules = CategoriesFin ** open Prelude, SyntaxFin in { flags - optimize=all ; + optimize=all_subs ; lin UseN = noun2CommNounPhrase ; diff --git a/resource/french/ClauseFre.gf b/resource/french/ClauseFre.gf index 2da11ad40..333cfd3c1 100644 --- a/resource/french/ClauseFre.gf +++ b/resource/french/ClauseFre.gf @@ -1,4 +1,4 @@ --# -path=.:../romance:../abstract:../../prelude concrete ClauseFre of Clause = CategoriesFre ** - ClauseRomance with (SyntaxRomance=SyntaxFre) ; + ClauseRomance with (SyntaxRomance=SyntaxFre) ; diff --git a/resource/romance/ClauseRomance.gf b/resource/romance/ClauseRomance.gf index 2683d31cd..e59686506 100644 --- a/resource/romance/ClauseRomance.gf +++ b/resource/romance/ClauseRomance.gf @@ -3,7 +3,7 @@ incomplete concrete ClauseRomance of Clause = CategoriesRomance ** open Prelude, SyntaxRomance in { - flags optimize=all ; --- parametrize much worse, 15/2 + flags optimize=all_subs ; --- parametrize much worse, 15/2 lin SPredV np v = diff --git a/resource/romance/RulesRomance.gf b/resource/romance/RulesRomance.gf index f6381270b..2023dc637 100644 --- a/resource/romance/RulesRomance.gf +++ b/resource/romance/RulesRomance.gf @@ -3,6 +3,8 @@ incomplete concrete RulesRomance of Rules = CategoriesRomance ** open Prelude, SyntaxRomance in { + flags optimize = all_subs ; + lin UseN = noun2CommNounPhrase ; UsePN = nameNounPhrase ;