make sure that ExtendEst is compiled as well

This commit is contained in:
krangelov
2021-04-06 23:52:25 +02:00
parent 6e95fbbbb9
commit 0adc3845e3

View File

@@ -2,5 +2,8 @@
concrete AllEst of AllEstAbs =
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
{} ;