mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
Fixes add_sya
This commit is contained in:
@@ -1290,7 +1290,7 @@ oper verbDeclMoch: Aspect -> Conjugation -> Str -> Str -> Str -> Str ->Str -> St
|
|||||||
oper add_sya : Voice -> Str -> Str = \v,x ->
|
oper add_sya : Voice -> Str -> Str = \v,x ->
|
||||||
case v of {
|
case v of {
|
||||||
Act => x ;
|
Act => x ;
|
||||||
Pas => case Predef.dp 2 x of {
|
Pas => case Predef.dp 1 x of {
|
||||||
"а" | "е" | "ё" | "и" | "о" | "у" | "ы" | "э" | "ю" | "я" => x + "сь" ;
|
"а" | "е" | "ё" | "и" | "о" | "у" | "ы" | "э" | "ю" | "я" => x + "сь" ;
|
||||||
_ => x + "ся"
|
_ => x + "ся"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user