mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-25 13:46:26 -06:00
11 lines
269 B
Plaintext
11 lines
269 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
|
|
|
|
|
|
}
|