1
0
forked from GitHub/gf-core

fixed SUMOEng with open instead of import for the Extension module

This commit is contained in:
ra.monique
2010-11-28 19:38:56 +00:00
parent 8e6421a03e
commit 667e7e67d3
7 changed files with 46 additions and 33 deletions

View File

@@ -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 ;