Extra: PrepCN for prep + cn without article

This commit is contained in:
aarne
2010-05-03 15:31:28 +00:00
parent 8103c98e4e
commit b2abee2199
3 changed files with 5 additions and 1 deletions

View File

@@ -45,4 +45,6 @@ abstract Extra = Cat ** {
CompIQuant : IQuant -> IComp ; -- which (is it) [agreement to NP]
PrepCN : Prep -> CN -> Adv ; -- by accident [Prep + CN without article]
}

View File

@@ -33,4 +33,6 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
CompIQuant iq = {s = \\aa => iq.s ! aa.n ! aa.g ! Nom} ;
PrepCN prep cn = {s = prep.s ++ prepCase prep.c ++ cn.s ! Sg} ;
}

View File

@@ -1,6 +1,6 @@
abstract ExtraRomanceAbs = Cat, Extra[
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
TPasseSimple : Tense ; --# notpresent