mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
added swahili (fragments) by Wanjiku Ng'ang'a and Juliet Mutahi
This commit is contained in:
15
lib/src/swahili/StructuralSwa.gf
Normal file
15
lib/src/swahili/StructuralSwa.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
concrete StructuralSwa of Structural = CatSwa **
|
||||
open MorphoSwa, ResSwa, ParadigmsSwa,
|
||||
(C = ConstructX), Prelude in {
|
||||
|
||||
flags optimize=all ;
|
||||
lin
|
||||
|
||||
this_Quant = {s = \\n,g,anim,c => mkQuant SpHrObj n g anim Nom P3} ;
|
||||
this_Quant1 = {s = \\n,g,anim,c => mkQuant HrObj n g anim Nom P3} ;
|
||||
that_Quant = {s = \\n,g,anim,c => mkQuant SpHr n g anim Nom P3} ;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user