mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Add more dictionary to the compiled RGL
Add Swedish and Finnish to be compiled and installed with the RGL
This commit is contained in:
@@ -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
|
||||
** {} ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
abstract AllFinAbs =
|
||||
Lang,
|
||||
ExtraFinAbs
|
||||
ExtraFinAbs,
|
||||
DictFinAbs
|
||||
** {} ;
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
concrete AllSwe of AllSweAbs =
|
||||
LangSwe - [PassV2],
|
||||
IrregSwe,
|
||||
ExtraSwe
|
||||
ExtraSwe,
|
||||
DictSwe
|
||||
** {} ;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
abstract AllSweAbs =
|
||||
Lang - [PassV2] ,
|
||||
IrregSweAbs,
|
||||
ExtraSweAbs
|
||||
ExtraSweAbs,
|
||||
DictSweAbs
|
||||
** {} ;
|
||||
|
||||
Reference in New Issue
Block a user