(Ara) Fix dual for defective verbs that end in w

This commit is contained in:
Inari Listenmaa
2019-01-21 12:17:55 +01:00
parent c3590f0334
commit 1faa9acd93

View File

@@ -520,18 +520,20 @@ oper
table {
Per3 Masc Pl => "وْنَ" ;
Per2 Masc Pl => "وْنَ" ;
Per3 g Dl => "يَانِ" ;
Per2 g Dl => "يَانِ" ;
(Per3 _ Dl|Per2 _ Dl) => case vw of {
u => "وَانِ" ;
_ => "يَانِ" } ;
Per3 Fem Pl => "يْنَ" ;
Per2 Fem _ => "يْنَ" ;
_ => default Ind
} ;
m =>
m => -- TODO: check whether to remove sukuns
table {
Per3 Masc Pl => "وْا" ;
Per2 Masc Pl => "وْا" ;
Per3 g Dl => "يَا" ;
Per2 g Dl => "يَا" ;
(Per3 _ Dl|Per2 _ Dl) => case vw of {
u => "وَا" ;
_ => "يَا" } ;
Per3 Fem Pl => "يْنَ" ;
Per2 Fem Pl => "يْنَ" ;
Per2 Fem Sg => "ي" ;