mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 02:20:15 -06:00
added PiedPiping to Extend and corrected the comment on RelSlash in RelativeEng
This commit is contained in:
@@ -22,9 +22,11 @@ lin
|
||||
GenModNP num np cn = DetCN (DetQuant DefArt num) (AdvCN cn (PrepNP possess_Prep np)) ; -- this man's car(s) ; DEFAULT the car of this man
|
||||
GenModIP = variants {} ; -- Num -> IP -> CN -> IP ; -- whose car(s)
|
||||
CompBareCN cn = CompCN cn ; -- (is) teacher ; DEFAULT is a teacher
|
||||
StrandQuestSlash = QuestSlash ; -- whom does John live with ; DEFAULT with whom does John live
|
||||
StrandRelSlash = RelSlash ; -- that he lives in ; DEFAULT in which he lives
|
||||
EmptyRelSlash = RelSlash IdRP ; -- he lives in ; DEFAULT in which he lives
|
||||
StrandQuestSlash = QuestSlash ; -- whom does John live with (default in Eng)
|
||||
StrandRelSlash = RelSlash ; -- that he lives in (standard in Eng)
|
||||
PiedPipingQuestSlash = QuestSlash ; -- with whom does John live (default in most languages)
|
||||
PiedPipingRelSlash = RelSlash ; -- in which he lives (default in most languages)
|
||||
EmptyRelSlash = RelSlash IdRP ; -- he lives in ; that he lives in
|
||||
MkVPS vp = variants {} ; -- Temp -> Pol -> VP -> VPS ; -- hasn't slept
|
||||
ConjVPS = variants {} ; -- Conj -> [VPS] -> VPS ; -- has walked and won't sleep
|
||||
PredVPS = variants {} ; -- NP -> VPS -> S ; -- has walked and won't sleep
|
||||
|
||||
Reference in New Issue
Block a user