summaryrefslogtreecommitdiff
path: root/examples/SUMO/RGLExt/Extension.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SUMO/RGLExt/Extension.gf')
-rw-r--r--examples/SUMO/RGLExt/Extension.gf5
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 ;