mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
in lib/src/, make dict compiles the unilingual dictionaries to alltenses/.
This commit is contained in:
@@ -81,7 +81,7 @@ langsIncomplete = ["Amh","Ara","Lat","Tur"]
|
||||
langsAPI = langsLang `except` langsIncomplete
|
||||
|
||||
-- languages for which to compile Symbolic
|
||||
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Afr","Ina","Jpn","Nep","Pnb","Rus", "Snd"])
|
||||
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Afr","Hin","Ina","Jpn","Nep","Pnb","Rus", "Snd"])
|
||||
|
||||
-- languages for which to compile minimal Syntax
|
||||
langsMinimal = langs `only` ["Ara","Eng","Bul","Rus"]
|
||||
|
||||
@@ -27,12 +27,41 @@ lang:
|
||||
api:
|
||||
$(RUNMAKE) alltenses api
|
||||
|
||||
dict: DictBul DictEng DictFin DictFre DictRus DictGer DictSwe
|
||||
|
||||
DictBul:
|
||||
gf -batch bulgarian/DictBul.gf +RTS -K100M
|
||||
cp -p bulgarian/DictBul*.gfo ../alltenses
|
||||
|
||||
DictEng:
|
||||
gf -batch english/DictEng.gf +RTS -K100M
|
||||
cp -p english/DictEng*.gfo ../alltenses
|
||||
|
||||
DictFin:
|
||||
gf -batch finnish/DictFin.gf +RTS -K100M
|
||||
cp -p finnish/DictFin*.gfo ../alltenses
|
||||
|
||||
DictFre:
|
||||
gf -batch french/DictFre.gf +RTS -K100M
|
||||
cp -p french/DictFre*.gfo ../alltenses
|
||||
|
||||
DictGer:
|
||||
gf -batch german/DictGer.gf +RTS -K100M
|
||||
cp -p german/DictGer*.gfo ../alltenses
|
||||
|
||||
DictRus:
|
||||
gf -batch russian/DictRus.gf +RTS -K100M
|
||||
cp -p russian/DictRus*.gfo ../alltenses
|
||||
|
||||
DictSwe:
|
||||
gf -batch swedish/DictSwe.gf +RTS -K100M
|
||||
cp -p swedish/DictSwe*.gfo ../alltenses
|
||||
|
||||
|
||||
# thai with pronunciation
|
||||
thp:
|
||||
cd thai ; runghc ThaiScript.hs ; cd ..
|
||||
|
||||
compatibility:
|
||||
$(RUNMAKE) present compat
|
||||
|
||||
prelude:
|
||||
gf -batch -path=prelude prelude/*.gf
|
||||
@@ -47,6 +76,11 @@ MakeStructural:
|
||||
cp -p */MakeStructural*.gfo ../present
|
||||
cp -p */MakeStructural*.gfo ../alltenses
|
||||
|
||||
# the rest is mostly obsolete 24/8/2012
|
||||
|
||||
compatibility:
|
||||
$(RUNMAKE) present compat
|
||||
|
||||
test:
|
||||
$(RUNMAKE) test
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DictFre of DictFreAbs = CatFre **
|
||||
open ParadigmsFre, (Irreg=IrregFre) in
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:/Users/erzsebet/GF/lib/src/abstract:/Users/erzsebet/GF/lib/src/german:/Users/erzsebet/GF/lib/src/common:/Users/erzsebet/GF/lib/src/prelude:/Users/erzsebet/GF/lib/src/api:/Users/erzsebet/GF/:/usr/local/share/gf-3.3.3/lib/alltenses/:/usr/local/share/gf-3.3.3/lib/present/
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DictGer of DictGerAbs = CatGer **
|
||||
open ParadigmsGer, IrregGer in {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../prelude:../abstract:../common
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DictRus of DictRusAbs = CatRus **
|
||||
open ParadigmsRus, Prelude, StructuralRus, MorphoRus in {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:swedish:scandinavian:abstract:common:alltenses
|
||||
--# -path=.:alltenses
|
||||
|
||||
-- This dictionary is derived from SALDO, see:
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user