1
0
forked from GitHub/gf-rgl

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 f4f46c1b75
commit f7bc27b9b6
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,