Remove dictionaries from AllXx

This commit is contained in:
gregoire.detrez
2013-10-31 12:36:19 +00:00
parent 8f565302cc
commit ae50c0c605
6 changed files with 6 additions and 14 deletions

View File

@@ -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
** {} ;

View File

@@ -1,5 +1,4 @@
abstract AllFinAbs =
Lang,
ExtraFinAbs,
DictFinAbs
ExtraFinAbs
** {} ;

View File

@@ -2,7 +2,5 @@
concrete AllFre of AllFreAbs =
LangFre,
IrregFre,
ExtraFre,
DictFre
IrregFre
** {} ;

View File

@@ -1,6 +1,4 @@
abstract AllFreAbs =
Lang,
IrregFreAbs,
ExtraFreAbs,
DictFreAbs
IrregFreAbs
** {} ;

View File

@@ -3,6 +3,5 @@
concrete AllSwe of AllSweAbs =
LangSwe - [PassV2],
IrregSwe,
ExtraSwe,
DictSwe
ExtraSwe
** {} ;

View File

@@ -1,6 +1,5 @@
abstract AllSweAbs =
Lang - [PassV2] ,
IrregSweAbs,
ExtraSweAbs,
DictSweAbs
ExtraSweAbs
** {} ;