forked from GitHub/gf-rgl
moved phrases like 'I am hungry' from Greetings to Words to make them more general
This commit is contained in:
@@ -6,6 +6,8 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
|
|||||||
|
|
||||||
lin TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent
|
lin TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent
|
||||||
|
|
||||||
|
lin ComplCN v cn = insertComplement (\\_ => prepCase v.c2.c ++ cn.s ! Sg) (predV v) ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
VPI = {s : Str} ;
|
VPI = {s : Str} ;
|
||||||
[VPI] = {s1,s2 : Str} ;
|
[VPI] = {s1,s2 : Str} ;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ abstract ExtraRomanceAbs = Cat, Extra[
|
|||||||
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
|
||||||
VV,VP,Conj] ** {
|
VV,VP,Conj] ** {
|
||||||
|
|
||||||
fun TPasseSimple : Tense ; --# notpresent
|
fun
|
||||||
|
TPasseSimple : Tense ; --# notpresent
|
||||||
|
ComplCN : V2 -> CN -> VP ; -- j'ai soif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user