mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
(Spa) create pronouns in one place
Use the same oper to get a matching pronoun for an NP. Useful in application grammars, when you want to refer to an NP argument by a matching pronoun.
This commit is contained in:
@@ -33,33 +33,16 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor -
|
||||
-- put your own definitions here
|
||||
|
||||
lin
|
||||
iFem_Pron = mkPronoun
|
||||
"yo" "me" "me" "mí"
|
||||
"mi" "mi" "mis" "mis"
|
||||
Fem Sg P1 ;
|
||||
theyFem_Pron = mkPronoun
|
||||
"ellas" "las" "les" "ellas"
|
||||
"su" "su" "sus" "sus"
|
||||
Fem Pl P3 ;
|
||||
iFem_Pron = agr2pron ! {g=Fem ; n=Sg ; p=P1} ;
|
||||
youFem_Pron = agr2pron ! {g=Fem ; n=Sg ; p=P2} ;
|
||||
weFem_Pron = agr2pron ! {g=Fem ; n=Pl ; p=P1} ;
|
||||
youPlFem_Pron = agr2pron ! {g=Fem ; n=Pl ; p=P2} ;
|
||||
theyFem_Pron = agr2pron ! {g=Fem ; n=Pl ; p=P3} ;
|
||||
|
||||
weFem_Pron = mkPronoun
|
||||
"nosotras" "nos" "nos" "nosotras"
|
||||
"nuestro" "nuestra" "nuestros" "nuestras"
|
||||
Fem Pl P1 ;
|
||||
|
||||
youFem_Pron = mkPronoun
|
||||
"tú" "te" "te" "ti"
|
||||
"tu" "tu" "tus" "tus"
|
||||
Fem Sg P2 ;
|
||||
youPlFem_Pron = mkPronoun
|
||||
"vosotras" "os" "os" "vosotras"
|
||||
"vuestro" "vuestra" "vuestros" "vuestras"
|
||||
Fem Pl P2 ;
|
||||
youPolFem_Pron = mkPronoun
|
||||
"usted" "la" "le" "usted"
|
||||
"su" "su" "sus" "sus"
|
||||
Fem Sg P3 ;
|
||||
|
||||
youPolPl_Pron = mkPronoun
|
||||
"ustedes" "los" "les" "ustedes"
|
||||
"su" "su" "sus" "sus"
|
||||
|
||||
Reference in New Issue
Block a user