forked from GitHub/gf-rgl
added missing functionality
This commit is contained in:
@@ -40,6 +40,11 @@ concrete SentenceMlt of Sentence = CatMlt ** open
|
||||
} ;
|
||||
} ;
|
||||
|
||||
-- Adv -> Imp -> Imp
|
||||
AdvImp adv imp = {
|
||||
s = \\pol,n => adv.s ++ imp.s ! pol ! n
|
||||
} ;
|
||||
|
||||
-- NP -> VPSlash -> ClSlash
|
||||
-- (whom) he sees
|
||||
SlashVP np vp =
|
||||
|
||||
Reference in New Issue
Block a user