ParseEngAbs.gf & ParseEng.gf: change module name to match file name.

Also remove bogus path.
This commit is contained in:
hallgren
2011-10-20 13:17:39 +00:00
parent 179a8dcaa9
commit dbc7308220
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
--# -path=.:alltenses:/home/krasimir/www.grammaticalframework.org/lib/src/english --# -path=alltenses
concrete PennTreebankCnc of PennTreebank = concrete ParseEng of ParseEngAbs =
TenseX - [Pol, PNeg, PPos], TenseX - [Pol, PNeg, PPos],
CatEng, CatEng,
NounEng, NounEng,

View File

@@ -1,4 +1,4 @@
abstract PennTreebank = abstract ParseEngAbs =
Tense, Tense,
Cat, Cat,
Noun, Noun,