mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
fix wrong form in copula
This commit is contained in:
@@ -378,6 +378,7 @@ param
|
|||||||
VPass VFut Pl P3 => -- Future I
|
VPass VFut Pl P3 => -- Future I
|
||||||
( case fut_I_base of {
|
( case fut_I_base of {
|
||||||
_ + "bi" => ( init fut_I_base ) + "u" ;
|
_ + "bi" => ( init fut_I_base ) + "u" ;
|
||||||
|
"eri" => "eru" ; -- handle copula properly
|
||||||
_ => fut_I_base
|
_ => fut_I_base
|
||||||
}
|
}
|
||||||
) + passPresEnding Pl P3 ;
|
) + passPresEnding Pl P3 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user