(Ara) WIP fixing possessive dual forms. Doesn't work yet properly.

This commit is contained in:
Inari Listenmaa
2018-12-30 19:25:00 +02:00
parent 9b119e2bb7
commit 0e8cba1d51
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -1181,11 +1181,17 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf ->
--dual suffixes
dl : State => Case => Str =
table {
(Const|Poss) =>
Const =>
table {
Nom => "َا";
_ => "َيْ"
};
Poss =>
table {
Nom => "َا" ; -- wrong for 1st person poss. suff
Bare => "َيَّ" ; -- this covers 1st person for genitive and accusative
_ => "َيْ"
};
_ =>
table {
Nom => "َانِ";