CompIQuant in Extra for interrogative agreement to NP

This commit is contained in:
aarne
2010-05-03 09:30:53 +00:00
parent bb83bb3dca
commit f45fcccfc9
3 changed files with 5 additions and 1 deletions

View File

@@ -43,4 +43,6 @@ abstract Extra = Cat ** {
ICompAP : AP -> IComp ; -- "how old" ICompAP : AP -> IComp ; -- "how old"
IAdvAdv : Adv -> IAdv ; -- "how often" IAdvAdv : Adv -> IAdv ; -- "how often"
CompIQuant : IQuant -> IComp ; -- which (is it) [agreement to NP]
} }

View File

@@ -31,4 +31,6 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
isPol = p.isPol isPol = p.isPol
} ; } ;
CompIQuant iq = {s = \\aa => iq.s ! aa.n ! aa.g ! Nom} ;
} }

View File

@@ -1,6 +1,6 @@
abstract ExtraRomanceAbs = Cat, Extra[ abstract ExtraRomanceAbs = Cat, Extra[
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
VV,VP,Conj,Pron,ProDrop] ** { VV,VP,Conj,Pron,ProDrop,CompIQuant,IQuant,IComp] ** {
fun fun
TPasseSimple : Tense ; --# notpresent TPasseSimple : Tense ; --# notpresent