mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
extended pronouns
This commit is contained in:
@@ -15,4 +15,14 @@ lin
|
|||||||
UseDAPMasc,
|
UseDAPMasc,
|
||||||
UseDAPFem = \dap -> DetNP dap ** {g = Human} ;
|
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} ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ lin under_Prep = nomAdp "alatt" ;
|
|||||||
it_Pron = pronTable ! <P3,Sg> ;
|
it_Pron = pronTable ! <P3,Sg> ;
|
||||||
we_Pron = pronTable ! <P1,Pl> ** {g = Human} ;
|
we_Pron = pronTable ! <P1,Pl> ** {g = Human} ;
|
||||||
youPl_Pron = pronTable ! <P2,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 whatPl_IP = ;
|
||||||
--lin whatSg_IP = :
|
--lin whatSg_IP = :
|
||||||
|
|||||||
Reference in New Issue
Block a user