1
0
forked from GitHub/gf-rgl

=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
+1 -1
View File
@@ -25,7 +25,7 @@ lin
in
case <temp.t,temp.a, pol.p> of {
<Pres,Simul, Pos> => case cl.isPresBlank of {
True => {s = subj ++ clitic ++ root ++ compl};
True => {s = subj ++ clitic ++ root ++ Predef.BIND ++ "a" ++ compl};
False => {s = subj ++ clitic ++ root ++ Predef.BIND ++ presRestOfVerb ++ compl}
};
{-Note: when I use pol.s instead of ti, the word alignment instead becomes worse-}