mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 18:46:28 -06:00
(May) Add SlashV2S + mkV2S + lexicon + test case
This commit is contained in:
@@ -81,12 +81,10 @@ lin
|
||||
|
||||
|
||||
-- : V2S -> S -> VPSlash ; -- answer (to him) that it is good
|
||||
-- SlashV2S v2 s = useV {
|
||||
-- s = \\vf => v2.s ! vf;
|
||||
-- } ** {
|
||||
-- c2 = v2.c2;
|
||||
-- sCompl = s.s
|
||||
-- } ;
|
||||
SlashV2S v2 s = useV v2 ** {
|
||||
c2 = v2.c2;
|
||||
adjCompl = "yang" ++ s.s ; -- TODO check /Inari
|
||||
} ;
|
||||
|
||||
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user