(Swa) Rename Kiswahili to Swahili

This commit is contained in:
Inari Listenmaa
2020-06-05 21:22:24 +02:00
parent 0f67332f31
commit abf0ec17fb
30 changed files with 81 additions and 91 deletions
+16
View File
@@ -0,0 +1,16 @@
concrete AdjectiveSwa of Adjective = CatSwa **AdjectiveBantu-[ComparA,UseComparA,ComplA2]
with (ResBantu = ResSwa)** open DiffSwa in
{
flags coding=utf8;
lin
ComparA a np = {
s = \\g,n => a.s !AAdj g n ++ conjThan ++ np.s ! npNom ;
isPre = False} ;
UseComparA a = {s = \\g,n=> a.s !AAdj g n;isPre = True};
ComplA2 a np = {
s = \\g,n => a.s !AAdj g n ++ a.c2 ++ np.s ! NPAcc;
isPre = False
} ;
}