Files
gf-core/lib/src/hebrew/SentenceHeb.gf
2012-05-27 21:37:58 +00:00

17 lines
306 B
Plaintext

concrete SentenceHeb of Sentence = CatHeb ** open ResHeb, Prelude in {
flags optimize=all_subs ; coding=utf8 ;
lin
PredVP np vp = mkClause (np.s ! Nom).obj (agr2png np.a) vp ;
UseCl t p cl = {
s = \\_ => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p
} ;
--UseSlash
-- SlashVP
}