1
0
forked from GitHub/gf-core

Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.

This commit is contained in:
John J. Camilleri
2021-02-20 13:22:29 +01:00
parent 5ad5789b31
commit dca2ebaf72
179 changed files with 20169 additions and 26 deletions

View File

@@ -0,0 +1,29 @@
concrete GreetingsSnd of Greetings = SentencesSnd [mkGreeting,Greeting] ** open (P=Prelude) in {
-- lincat
-- Greeting = {s : Str; lock_Text : {}} ;
flags coding = utf8 ;
lin
GBye = P.ss "خدا حافظ" ;
GCheers = P.ss "چيئرز" ;
GDamn = P.ss "اف" ;
GExcuse, GExcusePol = P.ss "معاف ڪجو" ;
GGoodDay = P.ss "ڏينهن بخير" ; ----
GGoodEvening = P.ss "شام بخير" ;
GGoodMorning = P.ss "صبح بخير" ;
GGoodNight = P.ss "رات بخير" ;
GGoodbye = P.ss "خدا حافظ" ;
GHello = P.ss "السلام عليڪم" ;
GHelp = P.ss "مدد" ;
GHowAreYou = P.ss "توهان ڪيئن آهيو" ;
GLookOut = P.ss "سنڀالي" ;
GNiceToMeetYou, GNiceToMeetYouPol = P.ss "توهان سان ملي ڪري سٺو لڳو" ;
GPleaseGive, GPleaseGivePol = P.ss "مهرباني ڪريو" ;
GSeeYouSoon = P.ss "موڪلاڻي ڪانهي" ;
GSorry, GSorryPol = P.ss "معاف ڪجو" ;
GThanks = P.ss "ٿورا" ;
GTheCheck = P.ss "بل" ;
GCongratulations = P.ss "مبارڪ هجي";
GHappyBirthday = P.ss "جنم ڏينهن مبارڪ" ;
GGoodLuck = P.ss "قسمت ڀلي هجي" ;
}