forked from GitHub/gf-core
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
abstract ExtraRomanceAbs = Cat, Extra[
|
|
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
|
VPS,ListVPS,BaseVPS,ConsVPS,ConjVPS,MkVPS,PredVPS,
|
|
PassVPSlash, PassAgentVPSlash, ---- how to get type of by8agent_Prep; lin moved to indiv. languages
|
|
ExistsNP,
|
|
Temp,Pol,S,NP,VPSlash,Cl,
|
|
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
|
|
|
|
|
|
}
|