mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Remove dictionaries from AllXx
This commit is contained in:
@@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
concrete AllFin of AllFinAbs =
|
concrete AllFin of AllFinAbs =
|
||||||
LangFin - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
|
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,5 +1,4 @@
|
|||||||
abstract AllFinAbs =
|
abstract AllFinAbs =
|
||||||
Lang,
|
Lang,
|
||||||
ExtraFinAbs,
|
ExtraFinAbs
|
||||||
DictFinAbs
|
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
concrete AllFre of AllFreAbs =
|
concrete AllFre of AllFreAbs =
|
||||||
LangFre,
|
LangFre,
|
||||||
IrregFre,
|
IrregFre
|
||||||
ExtraFre,
|
|
||||||
DictFre
|
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
abstract AllFreAbs =
|
abstract AllFreAbs =
|
||||||
Lang,
|
Lang,
|
||||||
IrregFreAbs,
|
IrregFreAbs
|
||||||
ExtraFreAbs,
|
|
||||||
DictFreAbs
|
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -3,6 +3,5 @@
|
|||||||
concrete AllSwe of AllSweAbs =
|
concrete AllSwe of AllSweAbs =
|
||||||
LangSwe - [PassV2],
|
LangSwe - [PassV2],
|
||||||
IrregSwe,
|
IrregSwe,
|
||||||
ExtraSwe,
|
ExtraSwe
|
||||||
DictSwe
|
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
abstract AllSweAbs =
|
abstract AllSweAbs =
|
||||||
Lang - [PassV2] ,
|
Lang - [PassV2] ,
|
||||||
IrregSweAbs,
|
IrregSweAbs,
|
||||||
ExtraSweAbs,
|
ExtraSweAbs
|
||||||
DictSweAbs
|
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user