forked from GitHub/gf-rgl
(Hun) Add possibility to prepose Advs
This commit is contained in:
@@ -24,16 +24,16 @@ oper
|
||||
lin
|
||||
-- : CN -> Int -> NP
|
||||
CNIntNP cn i = NH.MassNP (cn ** {
|
||||
s = \\n,c => cn.s ! n ! c ++ i.s}) ;
|
||||
compl = \\n,c => cn.compl ! n ! c ++ i.s}) ;
|
||||
|
||||
-- : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
|
||||
CNSymbNP det cn xs =
|
||||
let cnSymb : CN = cn ** {s = \\n,c => cn.s ! n ! c ++ xs.s}
|
||||
let cnSymb : CN = cn ** {compl = \\n,c => cn.compl ! n ! c ++ xs.s}
|
||||
in NH.DetCN det cnSymb ;
|
||||
|
||||
-- : CN -> Card -> NP ; -- level five ; level 5
|
||||
CNNumNP cn i = NH.MassNP (cn ** {
|
||||
s = \\n,c => cn.s ! n ! c ++ i.s ! Indep}) ;
|
||||
compl = \\n,c => cn.compl ! n ! c ++ i.s ! Indep}) ;
|
||||
|
||||
-- : Symb -> S ;
|
||||
SymbS sy = sy ;
|
||||
|
||||
Reference in New Issue
Block a user