1
0
forked from GitHub/gf-rgl

move TPasseSimple to Extend

This commit is contained in:
Krasimir Angelov
2023-10-10 08:54:23 +02:00
parent 88fe3e5a25
commit ca7d7d8fde
5 changed files with 9 additions and 0 deletions

View File

@@ -302,4 +302,7 @@ fun
fun fun
AnaphPron : NP -> Pron ; AnaphPron : NP -> Pron ;
fun
TPasseSimple : Tense ;
} }

View File

@@ -127,6 +127,8 @@ lin
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP
TPasseSimple = Grammar.TPast ; --# notpresent
SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked

View File

@@ -27,6 +27,7 @@ concrete ExtendCze of Extend = CatCze **
,CompBareCN ,CompBareCN
,PiedPipingQuestSlash ,PiedPipingQuestSlash
,PiedPipingRelSlash ,PiedPipingRelSlash
,TPasseSimple
] ]
with (Grammar = GrammarCze) with (Grammar = GrammarCze)
** **

View File

@@ -278,6 +278,8 @@ incomplete concrete ExtendRomanceFunctor of Extend =
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
UttVPShort = UttVP ; UttVPShort = UttVP ;
TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent
oper oper
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude? quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?

View File

@@ -27,6 +27,7 @@ concrete ExtendSlo of Extend = CatSlo **
,CompBareCN ,CompBareCN
,PiedPipingQuestSlash ,PiedPipingQuestSlash
,PiedPipingRelSlash ,PiedPipingRelSlash
,TPasseSimple
] ]
with (Grammar = GrammarSlo) with (Grammar = GrammarSlo)
** **