mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
Symbolic and Nound fixes for Russian
This commit is contained in:
2
Setup.hs
2
Setup.hs
@@ -231,7 +231,7 @@ langsLang = langs `except` ["Amh","Ara","Lat","Hin","Tha","Tur"]
|
||||
langsAPI = langsLang `except` ["Hin","Ina","Tha"]
|
||||
|
||||
-- languages for which to compile Symbolic
|
||||
langsSymbolic = langsAPI `except` ["Rus"]
|
||||
langsSymbolic = langsAPI -- `except` ["Rus"]
|
||||
|
||||
-- languages for which to run demo test
|
||||
langsDemo = langsLang `except` ["Ara","Hin","Ina","Tha"]
|
||||
|
||||
Reference in New Issue
Block a user