mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
make sure that ExtendEst is compiled as well
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
|
|
||||||
concrete AllEst of AllEstAbs =
|
concrete AllEst of AllEstAbs =
|
||||||
LangEst, -- - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
|
LangEst, -- - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
|
||||||
ExtraEst -- - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV] -- to exclude spurious parses
|
ExtendEst -- - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV] -- to exclude spurious parses
|
||||||
** {} ;
|
**
|
||||||
|
open ExtraEst --- to force compilation since this module is used in many places
|
||||||
|
in
|
||||||
|
{} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user