mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
Merge Reflexivity and Transitivity (untested)
This commit is contained in:
committed by
Roman Suzi
parent
58cfa9e8dc
commit
a793daaf11
@@ -304,7 +304,7 @@ oper
|
||||
= \a1,link,a2 -> lin A (mkCompoundA a1 link a2) ;
|
||||
mkA : V -> Voice -> Tense -> A
|
||||
= \v,voice,t ->
|
||||
let refl = case v.refl of {Reflexive => "ся" ; _ => ""} in
|
||||
let refl = case v.refltran of {Refl => "ся" ; _ => ""} in
|
||||
case <voice,t> of {
|
||||
<Pass,Past|Cond> => lin A ( --# notpresent TODO: check
|
||||
guessAdjectiveForms (v.ppps + "ый") ** { --# notpresent
|
||||
@@ -487,4 +487,4 @@ oper
|
||||
Second | SecondA => (Z.sg1StemFromVerb sg1) + "ит" ;
|
||||
_ => (Z.sg1StemFromVerb sg1) + "ет"
|
||||
} in (guessVerbForms asp Transitive inf sg1 sg3) ** {lock_V=<>} ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user