From 667e7e67d3b9f4808fab3d46a83e110e61b1edec Mon Sep 17 00:00:00 2001 From: "ra.monique" Date: Sun, 28 Nov 2010 19:38:56 +0000 Subject: fixed SUMOEng with open instead of import for the Extension module --- examples/SUMO/RGLExt/Extension.gf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/SUMO/RGLExt/Extension.gf') diff --git a/examples/SUMO/RGLExt/Extension.gf b/examples/SUMO/RGLExt/Extension.gf index 170403983..56367ef72 100644 --- a/examples/SUMO/RGLExt/Extension.gf +++ b/examples/SUMO/RGLExt/Extension.gf @@ -1,7 +1,7 @@ -- other functions needed for parsing -abstract Extension = Cat ** { +abstract Extension = { @@ -9,6 +9,7 @@ cat PolSentence; StmtS ; [CN]{2}; + N; N2; A; V; V2; CN; NP; Cl; Pol; Prep; Conj; -- redefined from Cat fun VerbToNounV2 : V2 -> N2 ; -- discovering @@ -21,7 +22,7 @@ sentToNoun : PolSentence -> NP ; UsePolSentence : Pol -> PolSentence -> StmtS ; at_Prep : Prep ; -per_Prep : Prep ; +per_Prep : Prep ; O1 : NP ; O2 : NP ; O3 : NP ; -- cgit v1.2.3