mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
(Por) correct paradigm and use overloaded paradigms in Lexicon (#24)
This commit is contained in:
committed by
Krasimir Angelov
parent
a895f63644
commit
0fa80d0f85
@@ -835,7 +835,7 @@ oper recear_Besch : Str -> Verbum = \recear ->
|
||||
{s = table {
|
||||
VI Infn => rec_ + "ear" ;
|
||||
VI Ger => rec_ + "eando" ;
|
||||
VI Part => rec_ + "ado" ;
|
||||
VI Part => rec_ + "eado" ;
|
||||
VPB (Pres Ind Sg P1) => rec_ + "eio" ;
|
||||
VPB (Pres Ind Sg P2) => rec_ + "eias" ;
|
||||
VPB (Pres Ind Sg P3) => rec_ + "eia" ;
|
||||
|
||||
Reference in New Issue
Block a user