1
0
forked from GitHub/gf-rgl

version of dualN which takes a string directly

This commit is contained in:
Krasimir Angelov
2018-06-26 12:23:41 +02:00
parent cdc2f36bdf
commit 393f228127

View File

@@ -231,7 +231,15 @@ oper
n.s ! NF Sg Def ; n.s ! NF Sg Def ;
relPost = True; relPost = True;
g = n.g g = n.g
} } ;
dualN : N -> Str -> N
= \n,adv -> lin N { s = n.s;
rel = \\_ => adv ;
relPost = True;
g = n.g
}
} ; } ;
relativeN : N -> A -> N = dualN ; -- deprecated relativeN : N -> A -> N = dualN ; -- deprecated