forked from GitHub/gf-core
checked compilation of all resource languages
This commit is contained in:
@@ -60,13 +60,16 @@ langs = map fst langsCoding
|
|||||||
langsLangAll = langs
|
langsLangAll = langs
|
||||||
|
|
||||||
-- languagues that are almost complete and for which Lang is normally compiled
|
-- languagues that are almost complete and for which Lang is normally compiled
|
||||||
langsLang = langs `except` ["Ara","Hin","Lat","Tha","Tur"]
|
langsLang = langs `except` langsIncomplete ---- []
|
||||||
|
|
||||||
|
-- languages for which Lang can be compiled but which are incomplete
|
||||||
|
langsIncomplete = ["Ara","Hin","Lat","Tha","Tur"]
|
||||||
|
|
||||||
-- languages for which to compile Try
|
-- languages for which to compile Try
|
||||||
langsAPI = langsLang `except` ["Ina"]
|
langsAPI = langsLang `except` (langsIncomplete ++ ["Ina"])
|
||||||
|
|
||||||
-- languages for which to compile Symbolic
|
-- languages for which to compile Symbolic
|
||||||
langsSymbolic = langsLang `except` ["Rus","Ina"]
|
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Rus","Ina"])
|
||||||
|
|
||||||
-- languages for which to compile minimal Syntax
|
-- languages for which to compile minimal Syntax
|
||||||
langsMinimal = langs `only` ["Ara","Eng","Bul","Rus"]
|
langsMinimal = langs `only` ["Ara","Eng","Bul","Rus"]
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
concrete AdjectiveAra of Adjective = CatAra ** open ResAra, Prelude in {
|
concrete AdjectiveAra of Adjective = CatAra ** open ResAra, Prelude in {
|
||||||
|
|
||||||
|
flags coding = utf8 ;
|
||||||
lin
|
lin
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
concrete QuestionAra of Question = CatAra ** open ResAra, ParamX, Prelude in {
|
concrete QuestionAra of Question = CatAra ** open ResAra, ParamX, Prelude in {
|
||||||
|
|
||||||
flags optimize=all_subs ;
|
flags optimize=all_subs ; coding = utf8 ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra in {
|
|||||||
--
|
--
|
||||||
-- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ;
|
-- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ;
|
||||||
--
|
--
|
||||||
-- UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "تْ"
|
-- UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no
|
||||||
--
|
--
|
||||||
CompAP ap = {s = \\agr,c => ap.s ! Hum ! agr.g ! agr.n ! Indef ! c} ; --FIXME
|
CompAP ap = {s = \\agr,c => ap.s ! Hum ! agr.g ! agr.n ! Indef ! c} ; --FIXME
|
||||||
CompNP np = {s = \\_,c => np.s ! c};
|
CompNP np = {s = \\_,c => np.s ! c};
|
||||||
|
|||||||
Reference in New Issue
Block a user