mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
abstract ExtraRomanceAbs = Cat, Extra[
|
|
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
|
VV,VP,Conj,Pron,ProDrop,CompIQuant,IQuant,IComp,PrepCN,CN,Prep,Adv] ** {
|
|
|
|
fun
|
|
TPasseSimple : Tense ; --# notpresent
|
|
ComplCN : V2 -> CN -> VP ; -- j'ai soif
|
|
}
|