=I have made changes to my structure for addition of the full Tense Structure for Rukiga

This commit is contained in:
David Bamutura
2020-06-26 17:34:33 +03:00
parent 203ea9c061
commit 7403f44eda
42 changed files with 12563 additions and 520 deletions
+12
View File
@@ -0,0 +1,12 @@
digraph {
rankdir=LR ;
node [shape = record] ;
struct0[label = "<n0> Yohana | <n1> a &+ | <n2> nyw | <n3> &+ | <n4> a | <n5> amáìzi | <n6> aga | <n7> kwosya"] ;
struct0:n0:e -> struct1:n0:w ;
struct0:n2:e -> struct1:n1:w ;
struct0:n4:e -> struct1:n1:w ;
struct0:n5:e -> struct1:n3:w ;
struct0:n7:e -> struct1:n2:w ;
struct1[label = "<n0> John | <n1> drinks | <n2> hot | <n3> water"] ;
}