(Ara) VV and related functions

This commit is contained in:
Inari Listenmaa
2018-09-21 15:46:39 +02:00
parent e6107dcbfb
commit 1d159f155c
6 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ concrete PhraseAra of Phrase = CatAra ** open
UttCN cn = {s = \\_ => cn.s ! Sg ! Def ! Nom} ; --IL
UttNP np = {s = \\_ => np.s ! Nom} ;
UttVP vp = {s = \\_ => linVP vp} ; --IL
UttVP vp = {s = \\g => (compVP vp).s ! {g=g ; n=Sg} ! Nom} ; --IL
UttS,
UttAdv,
UttIAdv = \s -> {s = \\_ => s.s} ; ---- OK? AR