mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
fix definite articles
This commit is contained in:
@@ -165,6 +165,7 @@ oper
|
|||||||
NF Sg Indef => sg ;
|
NF Sg Indef => sg ;
|
||||||
NF Sg Def => case sg of {
|
NF Sg Def => case sg of {
|
||||||
_+"а"=>sg+"та" ;
|
_+"а"=>sg+"та" ;
|
||||||
|
_+"ю"=>sg+"та" ;
|
||||||
_+"я"=>sg+"та" ;
|
_+"я"=>sg+"та" ;
|
||||||
_+"о"=>sg+"то" ;
|
_+"о"=>sg+"то" ;
|
||||||
_+"у"=>sg+"то" ;
|
_+"у"=>sg+"то" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user