From 477abbd5ed996ac4a77399223e30d2eec63eace4 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 31 Jan 2006 17:46:16 +0000 Subject: [PATCH] optimization flag in Predicatio --- lib/resource-1.0/mathematical/PredicationI.gf | 2 ++ lib/resource-1.0/multimodal/DemonstrativeI.gf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/resource-1.0/mathematical/PredicationI.gf b/lib/resource-1.0/mathematical/PredicationI.gf index cb969e7c9..6d9cf78d7 100644 --- a/lib/resource-1.0/mathematical/PredicationI.gf +++ b/lib/resource-1.0/mathematical/PredicationI.gf @@ -1,5 +1,7 @@ incomplete concrete PredicationI of Predication = Cat ** open ParamX, Lang in { +flags optimize = all_subs ; + lincat AS = {s : Polarity => S} ; diff --git a/lib/resource-1.0/multimodal/DemonstrativeI.gf b/lib/resource-1.0/multimodal/DemonstrativeI.gf index e43ecdbbd..722c03d42 100644 --- a/lib/resource-1.0/multimodal/DemonstrativeI.gf +++ b/lib/resource-1.0/multimodal/DemonstrativeI.gf @@ -1,6 +1,8 @@ incomplete concrete DemonstrativeI of Demonstrative = Cat ** open Prelude, Lang, ParamX, DemRes in { + flags optimize = all_subs ; + lincat MS = Dem {s : Polarity => Str} ;