mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
(ExtendFunctor,Eng,Romance) Add construction "how to walk"
Default implementation: "how does one walk"
This commit is contained in:
@@ -190,6 +190,8 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
||||
|
||||
InOrderToVP = variants {} ; -- VP -> Adv ; -- (in order) to publish the document
|
||||
|
||||
PredIAdvVP iadv vp = {s = \\_,_,_,_ => iadv.s ++ infStr vp} ;
|
||||
|
||||
ApposNP np1 np2 = np1 ** {
|
||||
s = \\c => {
|
||||
c1 = (np1.s ! c).c1 ++ (np2.s ! c).c1 ;
|
||||
|
||||
Reference in New Issue
Block a user