Hebrew RGL files added

This commit is contained in:
dana.dannells
2012-05-27 21:37:58 +00:00
parent 95f46e9afd
commit 9f1738124e
16 changed files with 1347 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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
}