forked from GitHub/gf-rgl
move TPasseSimple to Extend
This commit is contained in:
@@ -302,4 +302,7 @@ fun
|
||||
fun
|
||||
AnaphPron : NP -> Pron ;
|
||||
|
||||
fun
|
||||
TPasseSimple : Tense ;
|
||||
|
||||
}
|
||||
|
||||
@@ -127,6 +127,8 @@ lin
|
||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||
UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP
|
||||
|
||||
TPasseSimple = Grammar.TPast ; --# notpresent
|
||||
|
||||
SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked
|
||||
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ concrete ExtendCze of Extend = CatCze **
|
||||
,CompBareCN
|
||||
,PiedPipingQuestSlash
|
||||
,PiedPipingRelSlash
|
||||
,TPasseSimple
|
||||
]
|
||||
with (Grammar = GrammarCze)
|
||||
**
|
||||
|
||||
@@ -278,6 +278,8 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||
UttVPShort = UttVP ;
|
||||
|
||||
TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent
|
||||
|
||||
oper
|
||||
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ concrete ExtendSlo of Extend = CatSlo **
|
||||
,CompBareCN
|
||||
,PiedPipingQuestSlash
|
||||
,PiedPipingRelSlash
|
||||
,TPasseSimple
|
||||
]
|
||||
with (Grammar = GrammarSlo)
|
||||
**
|
||||
|
||||
Reference in New Issue
Block a user