1
0
forked from GitHub/gf-rgl

(Ara) Added support for preposition contraction: added a "Dat" case

This commit is contained in:
Inari Listenmaa
2018-11-19 12:07:29 +01:00
parent 7a4f43aea2
commit 7b51bb6638
4 changed files with 30 additions and 26 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ concrete StructuralAra of Structural = CatAra **
<Nom,_> => "أيُّ" ;
<Acc,Indef> => "أيّاً" ;
<Acc,_> => "أيَّ" ;
<Gen,Indef> => "أيٍّ" ;
<Gen,_> => "أيِّ"
<_Gen,Indef> => "أيٍّ" ;
<_Gen,_> => "أيِّ"
}
} ;
whoSg_IP = mkIP "مَنْ" "مَنْ" Sg ;