mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
ParseEngAbs.gf & ParseEng.gf: change module name to match file name.
Also remove bogus path.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
abstract PennTreebank =
|
abstract ParseEngAbs =
|
||||||
Tense,
|
Tense,
|
||||||
Cat,
|
Cat,
|
||||||
Noun,
|
Noun,
|
||||||
|
|||||||
Reference in New Issue
Block a user