(Por) small fixes due to revising UD treebank

This commit is contained in:
odanoburu
2018-12-16 11:01:51 -02:00
parent 6fe29ecc84
commit 8e0afa202b
3 changed files with 29 additions and 19 deletions
+11 -1
View File
@@ -57,7 +57,17 @@ concrete IdiomPor of Idiom = CatPor **
} ;
SelfAdvVP vp = vp ;
SelfAdVVP vp = vp ;
SelfAdVVP = insertComplement (
\\agr => case agr of {
{g = g ; n = n ; p = p} => table {
P1 => numForms "eu próprio" "nós próprios" ! n ;
P2 => genNumForms "você mesmo" "você mesma" "vocês mesmos" "vocês mesmas" ! g ! n ;
P3 => genNumForms "ele próprio" "ela própria" "eles mesmos" "elas mesmas" ! g ! n
} ! p
}
) ;
SelfNP np = np ;
} ;