mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
WIP more preposition contractions + phonological mutation rules
This commit is contained in:
@@ -15,7 +15,9 @@ lin
|
||||
PrepNP prep np = {
|
||||
s = prepAndArt ++ noun
|
||||
} where {
|
||||
complCase : Case = CC (prep.c2 ! getDefi np.a) ;
|
||||
complCase : NPCase = case np.a of {
|
||||
NotPron (DPoss _ (Sg1|Sg2|Sg3 Masc)) => NPLenited ;
|
||||
_ => NPC (prep.c2 ! getDefi np.a) } ;
|
||||
prepStr : Str = prep.s ! agr2pagr np.a ; -- can be Prep or Prep+Pron merged
|
||||
artStr : Str = np.art ! complCase ;
|
||||
prepAndArt : Str = case np.a of {
|
||||
|
||||
Reference in New Issue
Block a user