WIP more preposition contractions + phonological mutation rules

This commit is contained in:
Inari Listenmaa
2025-08-27 17:22:33 +02:00
parent ed745708b2
commit d652c81fa7
4 changed files with 57 additions and 25 deletions
+3 -1
View File
@@ -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 {