1
0
forked from GitHub/gf-rgl

fix definite articles

This commit is contained in:
Krasimir Angelov
2023-08-06 21:30:30 +02:00
parent 22a168198b
commit fb48791d6a

View File

@@ -165,6 +165,7 @@ oper
NF Sg Indef => sg ;
NF Sg Def => case sg of {
_+"а"=>sg+"та" ;
_+"ю"=>sg+"та" ;
_+"я"=>sg+"та" ;
_+"о"=>sg+"то" ;
_+"у"=>sg+"то" ;