mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 23:39:32 -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
|
||||
concrete PennTreebankCnc of PennTreebank =
|
||||
--# -path=alltenses
|
||||
concrete ParseEng of ParseEngAbs =
|
||||
TenseX - [Pol, PNeg, PPos],
|
||||
CatEng,
|
||||
NounEng,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
abstract PennTreebank =
|
||||
abstract ParseEngAbs =
|
||||
Tense,
|
||||
Cat,
|
||||
Noun,
|
||||
|
||||
Reference in New Issue
Block a user