Add more dictionary to the compiled RGL

Add Swedish and Finnish to be compiled and installed with the RGL
This commit is contained in:
gregoire.detrez
2013-10-30 15:08:40 +00:00
parent 36a9806d30
commit fefee01588
4 changed files with 8 additions and 4 deletions

View File

@@ -2,5 +2,6 @@
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
ExtraFin - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV], -- to exclude spurious parses
DictFin
** {} ;

View File

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

View File

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

View File

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