1
0
forked from GitHub/gf-core

changed variants {} to existing forms in some Cat and Spa verb forms, in order to prevent losing the whole table in PMCFG generation

This commit is contained in:
aarne
2012-12-28 14:59:24 +00:00
parent 2e4c3b4593
commit 9bce0eaff0
2 changed files with 16 additions and 12 deletions

View File

@@ -3107,12 +3107,16 @@ oper haver_59 : Str -> Bool -> Verbum = \haver,flag ->
VP (Cond Pl P1) => h_ + "auríem" ; --# notpresent
VP (Cond Pl P2) => h_ + "auríeu" ; --# notpresent
VP (Cond Pl P3) => h_ + "aurien" ; --# notpresent
VP (Imp _ _) => h_ + "aver" ; ---- variants {} ;
{-
VP (Imp Sg P1) => variants {} ;
VP (Imp Sg P2) => variants {} ;
VP (Imp Sg P3) => variants {} ;
VP (Imp Pl P1) => variants {} ;
VP (Imp Pl P2) => variants {} ;
VP (Imp Pl P3) => variants {} ;
-}
VP (Pass Sg Masc) => h_ + "agut" ;
VP (Pass Sg Fem) => h_ + "aguda" ;
VP (Pass Pl Masc) => h_ + "aguts" ;