mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
added Ice and Nno to synopsis and ResourceDemo, and updated documentation
This commit is contained in:
6
Setup.hs
6
Setup.hs
@@ -214,6 +214,7 @@ langsCoding = [
|
|||||||
(("hebrew", "Heb"),""),
|
(("hebrew", "Heb"),""),
|
||||||
(("hindi", "Hin"),"to_devanagari"),
|
(("hindi", "Hin"),"to_devanagari"),
|
||||||
(("german", "Ger"),""),
|
(("german", "Ger"),""),
|
||||||
|
(("icelandic","Ice"),""),
|
||||||
(("interlingua","Ina"),""),
|
(("interlingua","Ina"),""),
|
||||||
(("italian", "Ita"),""),
|
(("italian", "Ita"),""),
|
||||||
(("japanese", "Jpn"),""),
|
(("japanese", "Jpn"),""),
|
||||||
@@ -223,6 +224,7 @@ langsCoding = [
|
|||||||
(("mongolian","Mon"),""),
|
(("mongolian","Mon"),""),
|
||||||
(("nepali", "Nep"),""),
|
(("nepali", "Nep"),""),
|
||||||
(("norwegian","Nor"),""),
|
(("norwegian","Nor"),""),
|
||||||
|
(("nynorsk", "Nno"),""),
|
||||||
(("persian", "Pes"),""),
|
(("persian", "Pes"),""),
|
||||||
(("polish", "Pol"),""),
|
(("polish", "Pol"),""),
|
||||||
(("punjabi", "Pnb"),""),
|
(("punjabi", "Pnb"),""),
|
||||||
@@ -246,7 +248,7 @@ langsLang = langs -- `except` ["Amh","Ara","Lat","Tur"]
|
|||||||
--langsLang = langs `only` ["Fin"] --test
|
--langsLang = langs `only` ["Fin"] --test
|
||||||
|
|
||||||
-- languagues that have notpresent marked
|
-- languagues that have notpresent marked
|
||||||
langsPresent = langsLang `except` ["Afr","Chi","Gre","Heb","Jpn","Mlt","Mon","Nep","Pes","Snd","Tha","Thb","Est"]
|
langsPresent = langsLang `except` ["Afr","Chi","Gre","Heb","Ice","Jpn","Mlt","Mon","Nep","Pes","Snd","Tha","Thb","Est"]
|
||||||
|
|
||||||
-- languages for which to compile Try
|
-- languages for which to compile Try
|
||||||
langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"]
|
langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"]
|
||||||
@@ -254,7 +256,7 @@ langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"]
|
|||||||
langsIncomplete = ["Amh","Ara","Grc","Heb","Ina","Lat","Tur"]
|
langsIncomplete = ["Amh","Ara","Grc","Heb","Ina","Lat","Tur"]
|
||||||
|
|
||||||
-- languages for which to compile Symbolic
|
-- languages for which to compile Symbolic
|
||||||
langsSymbolic = langsAPI `except` ["Afr","Jpn","Mon","Nep"]
|
langsSymbolic = langsAPI `except` ["Afr","Ice","Jpn","Mon","Nep"]
|
||||||
|
|
||||||
-- languages for which to run demo test
|
-- languages for which to run demo test
|
||||||
langsDemo = langsLang `except` ["Ara","Hin","Ina","Lav","Tha"]
|
langsDemo = langsLang `except` ["Ara","Hin","Ina","Lav","Tha"]
|
||||||
|
|||||||
Reference in New Issue
Block a user