(Por) correct paradigm and use overloaded paradigms in Lexicon (#24)

This commit is contained in:
bruno cuconato
2018-09-21 12:28:18 +00:00
committed by Krasimir Angelov
parent a895f63644
commit 0fa80d0f85
2 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -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" ;