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
concrete PennTreebankCnc of PennTreebank =
--# -path=alltenses
concrete ParseEng of ParseEngAbs =
TenseX - [Pol, PNeg, PPos],
CatEng,
NounEng,

View File

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