additions and corrections to Dut,Fre,Ita needed for a dialogue system grammar

This commit is contained in:
aarne
2015-09-17 09:50:52 +00:00
parent 78766d3cd8
commit bbc679c6d6
10 changed files with 56 additions and 10 deletions

View File

@@ -48,5 +48,13 @@ concrete ExtraIta of ExtraItaAbs = ExtraRomanceIta **
ExistsNP np =
mkClause [] True False np.a (insertComplement (\\_ => (np.s ! Nom).ton) (predV (regV "esistere"))) ;
che_cosa_IP = {s = \\c => prepCase c ++ ["che cosa"] ; a = aagr Fem Sg} ;
cosa_IP = {s = \\c => prepCase c ++ ["cosa"] ; a = aagr Fem Sg} ;
voiPol_Pron = mkPronoun
"voi" "vi" "vi" "ve" "voi" "vostro" "vostra" "vostri" "vostre"
Masc Pl P2
** {isPol = True} ;
}

View File

@@ -34,4 +34,10 @@ abstract ExtraItaAbs = ExtraRomanceAbs ** {
AdvDatVP : VP -> VP ; -- ci vado
AdvGenVP : VP -> VP ; -- ne arrivo
-- alternatives of what = che
che_cosa_IP : IP ;
cosa_IP : IP ;
voiPol_Pron : Pron ;
}