mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
Fixed past passive participles full forms by adding its own stem to the verb
This commit is contained in:
@@ -306,8 +306,8 @@ oper
|
||||
= \v,voice,t ->
|
||||
let refl = case v.refl of {Reflexive => "ся" ; _ => ""} in
|
||||
case <voice,t> of {
|
||||
<Pass,Past|Cond> => lin A ( --# notpresent TODO: very rough. Cover more cases
|
||||
guessAdjectiveForms (v.pppss + "ный") ** { --# notpresent
|
||||
<Pass,Past|Cond> => lin A ( --# notpresent TODO: check
|
||||
guessAdjectiveForms (v.ppps + "ый") ** { --# notpresent
|
||||
sm=v.pppss ; --# notpresent
|
||||
sf=v.pppss + "а"; --# notpresent
|
||||
sn=v.pppss + "о"; --# notpresent
|
||||
|
||||
Reference in New Issue
Block a user