summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/swedish
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-21 13:16:14 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-21 13:16:14 +0000
commit3c1ef84ddd5687660fa00ffc3b6c2e998ffe96bb (patch)
tree4348dae74bd25c0eb913c20b1ca3481a11c6a9d7 /examples/peacekeeping/swedish
parentfc72f8b730f824f79c78aa22cf1c4b5fb8cd8c58 (diff)
Peacekeeping: moved startcat flags to top level concretes to work around problems in figuring out the startcat for CFGMs.
Diffstat (limited to 'examples/peacekeeping/swedish')
-rw-r--r--examples/peacekeeping/swedish/Peace_Swe.gf6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/peacekeeping/swedish/Peace_Swe.gf b/examples/peacekeeping/swedish/Peace_Swe.gf
index 0cb80a127..77090ceb2 100644
--- a/examples/peacekeeping/swedish/Peace_Swe.gf
+++ b/examples/peacekeeping/swedish/Peace_Swe.gf
@@ -3,4 +3,8 @@
concrete Peace_Swe of Peace =
PeaceSyntax_Swe, PeaceLexCommon_Swe,
PeaceLexExt_Swe, PeacePhrases_Swe
- ** {}
+ ** {
+
+ flags startcat = Phr ;
+
+}