mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
abstract ExtraRomanceAbs = Cat, Extra[
|
|
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
|
VPS,ListVPS,BaseVPS,ConsVPS,ConjVPS,MkVPS,PredVPS,
|
|
Temp,Pol,S,NP,
|
|
VV,VP,Conj,Pron,ProDrop,CompIQuant,IQuant,IComp,PrepCN,CN,Prep,Adv] ** {
|
|
|
|
fun
|
|
TPasseSimple : Tense ; --# notpresent
|
|
ComplCN : V2 -> CN -> VP ; -- j'ai soif
|
|
|
|
DetNPFem : Det -> NP ; -- DetNP with feminine determiner
|
|
|
|
|
|
}
|