added Cze.UttVP

This commit is contained in:
aarneranta
2026-07-10 14:56:08 +02:00
parent e866940d65
commit 8a82c2ca53
+1
View File
@@ -6,6 +6,7 @@ lin
UttCN cn = {s = cn.s ! Sg ! Nom} ;
UttAP ap = {s = ap.s ! Masc Anim ! Sg ! Nom} ;
UttNP np = {s = np.s ! Nom} ;
UttVP vp = let agr = Ag Neutr Sg P3 in {s = vp.clit ! agr ++ vp.verb.inf ++ vp.compl ! agr} ;
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;