mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
(Por) small fixes due to revising UD treebank
This commit is contained in:
@@ -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 ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user