mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
additions and corrections to Dut,Fre,Ita needed for a dialogue system grammar
This commit is contained in:
@@ -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} ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user