mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
Extra: PrepCN for prep + cn without article
This commit is contained in:
@@ -45,4 +45,6 @@ abstract Extra = Cat ** {
|
|||||||
|
|
||||||
CompIQuant : IQuant -> IComp ; -- which (is it) [agreement to NP]
|
CompIQuant : IQuant -> IComp ; -- which (is it) [agreement to NP]
|
||||||
|
|
||||||
|
PrepCN : Prep -> CN -> Adv ; -- by accident [Prep + CN without article]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,4 +33,6 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
|
|||||||
|
|
||||||
CompIQuant iq = {s = \\aa => iq.s ! aa.n ! aa.g ! Nom} ;
|
CompIQuant iq = {s = \\aa => iq.s ! aa.n ! aa.g ! Nom} ;
|
||||||
|
|
||||||
|
PrepCN prep cn = {s = prep.s ++ prepCase prep.c ++ cn.s ! Sg} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,CompIQuant,IQuant,IComp] ** {
|
VV,VP,Conj,Pron,ProDrop,CompIQuant,IQuant,IComp,PrepCN,CN,Prep,Adv] ** {
|
||||||
|
|
||||||
fun
|
fun
|
||||||
TPasseSimple : Tense ; --# notpresent
|
TPasseSimple : Tense ; --# notpresent
|
||||||
|
|||||||
Reference in New Issue
Block a user