extended pronouns

This commit is contained in:
Krasimir Angelov
2026-05-07 08:49:43 +02:00
parent 44ea945c8c
commit c5bb0dacb5
2 changed files with 11 additions and 1 deletions

View File

@@ -15,4 +15,14 @@ lin
UseDAPMasc,
UseDAPFem = \dap -> DetNP dap ** {g = Human} ;
iFem_Pron = pronTable ! <P1,Sg> ** {g = Human} ;
theyFem_Pron = pronTable ! <P3,Pl> ** {g = Human} ;
theyNeutr_Pron = pronTable ! <P3,Pl> ;
weFem_Pron = pronTable ! <P1,Pl> ** {g = Human} ;
youFem_Pron = pronTable ! <P2,Sg> ** {g = Human} ;
youPlFem_Pron = pronTable ! <P2,Pl> ** {g = Human} ;
youPolFem_Pron = pronTable ! <P2,Sg> ** {g = Human} ;
youPolPlFem_Pron = pronTable ! <P2,Pl> ** {g = Human} ;
youPolPl_Pron = pronTable ! <P2,Pl> ** {g = Human} ;
} ;

View File

@@ -129,7 +129,7 @@ lin under_Prep = nomAdp "alatt" ;
it_Pron = pronTable ! <P3,Sg> ;
we_Pron = pronTable ! <P1,Pl> ** {g = Human} ;
youPl_Pron = pronTable ! <P2,Pl> ** {g = Human} ;
they_Pron = pronTable ! <P3,Pl> ;
they_Pron = pronTable ! <P3,Pl> ** {g = Human} ;
--lin whatPl_IP = ;
--lin whatSg_IP = :