forked from GitHub/gf-rgl
(Ara) Added support for preposition contraction: added a "Dat" case
This commit is contained in:
@@ -108,8 +108,8 @@ concrete StructuralAra of Structural = CatAra **
|
||||
<Nom,_> => "أيُّ" ;
|
||||
<Acc,Indef> => "أيّاً" ;
|
||||
<Acc,_> => "أيَّ" ;
|
||||
<Gen,Indef> => "أيٍّ" ;
|
||||
<Gen,_> => "أيِّ"
|
||||
<_Gen,Indef> => "أيٍّ" ;
|
||||
<_Gen,_> => "أيِّ"
|
||||
}
|
||||
} ;
|
||||
whoSg_IP = mkIP "مَنْ" "مَنْ" Sg ;
|
||||
|
||||
Reference in New Issue
Block a user