mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
added swahili (fragments) by Wanjiku Ng'ang'a and Juliet Mutahi
This commit is contained in:
9
lib/src/swahili/SentenceSwa.gf
Normal file
9
lib/src/swahili/SentenceSwa.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
concrete SentenceSwa of Sentence = CatSwa ** open Prelude, ResSwa in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lin
|
||||
PredVP np vp = mkClause (np.s ! Nom) np.a vp ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user