forked from GitHub/gf-core
Remove dictionaries from AllXx
This commit is contained in:
@@ -2,6 +2,5 @@
|
||||
|
||||
concrete AllFin of AllFinAbs =
|
||||
LangFin - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
|
||||
ExtraFin - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV], -- to exclude spurious parses
|
||||
DictFin
|
||||
ExtraFin - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV] -- to exclude spurious parses
|
||||
** {} ;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
abstract AllFinAbs =
|
||||
Lang,
|
||||
ExtraFinAbs,
|
||||
DictFinAbs
|
||||
ExtraFinAbs
|
||||
** {} ;
|
||||
|
||||
Reference in New Issue
Block a user