=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
+3 -3
View File
@@ -192,7 +192,7 @@ lin
s2 =\\agr => mkSubjCliticTableSg ! agr ++ BIND++ "mwe";
ntype = Complete;
num = Sg;
pos = Pre;
pos = Post;
doesAgree = True;
numeralS=\\_=>[];
numeralExists = False
@@ -200,10 +200,10 @@ lin
somePl_Det =
{
s =[];
s2 =\\agr => mkSubjCliticTablePl ! agr ++ BIND++ "mwe";
s2 =\\agr => "mwe";-- mkSubjCliticTablePl ! agr ++ "mwe";
ntype = Complete;
num = Pl;
pos = Pre;
pos = Post;
doesAgree = True;
numeralS=\\_=>[];
numeralExists = False