mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
CompIQuant in Extra for interrogative agreement to NP
This commit is contained in:
@@ -43,4 +43,6 @@ abstract Extra = Cat ** {
|
||||
ICompAP : AP -> IComp ; -- "how old"
|
||||
IAdvAdv : Adv -> IAdv ; -- "how often"
|
||||
|
||||
CompIQuant : IQuant -> IComp ; -- which (is it) [agreement to NP]
|
||||
|
||||
}
|
||||
|
||||
@@ -31,4 +31,6 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
|
||||
isPol = p.isPol
|
||||
} ;
|
||||
|
||||
CompIQuant iq = {s = \\aa => iq.s ! aa.n ! aa.g ! Nom} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
abstract ExtraRomanceAbs = Cat, Extra[
|
||||
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
||||
VV,VP,Conj,Pron,ProDrop] ** {
|
||||
VV,VP,Conj,Pron,ProDrop,CompIQuant,IQuant,IComp] ** {
|
||||
|
||||
fun
|
||||
TPasseSimple : Tense ; --# notpresent
|
||||
|
||||
Reference in New Issue
Block a user