diff options
| author | ra.monique <ra.monique@gmail.com> | 2010-11-28 19:38:56 +0000 |
|---|---|---|
| committer | ra.monique <ra.monique@gmail.com> | 2010-11-28 19:38:56 +0000 |
| commit | 667e7e67d3b9f4808fab3d46a83e110e61b1edec (patch) | |
| tree | a0236c9290756b72a1b2dfdd116587dd4835e725 /examples/SUMO/RGLExt/Extension.gf | |
| parent | 8e6421a03e564d4c5cee6ef68867ea6ec7f76268 (diff) | |
fixed SUMOEng with open instead of import for the Extension module
Diffstat (limited to 'examples/SUMO/RGLExt/Extension.gf')
| -rw-r--r-- | examples/SUMO/RGLExt/Extension.gf | 5 |
1 files changed, 3 insertions, 2 deletions
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 ;
|
