mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 11:06:28 -06:00
simplify the code and allow for non-standard pronouns
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendPol of Extend =
|
||||
CatPol ** ExtendFunctor - [
|
||||
iFem_Pron, youFem_Pron, theyFem_Pron, ProDrop
|
||||
]
|
||||
with
|
||||
(Grammar = GrammarPol) **
|
||||
open PronounMorphoPol in {
|
||||
|
||||
lin iFem_Pron = pronJa FemSg ;
|
||||
lin youFem_Pron = pronTy FemSg ;
|
||||
lin theyFem_Pron = pronOneFem ;
|
||||
|
||||
lin ProDrop p = {
|
||||
nom = [] ;
|
||||
voc = p.voc ;
|
||||
dep = p.dep ;
|
||||
sp = p.sp ;
|
||||
p = p.p ;
|
||||
gn = p.gn ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user