mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 04:32:50 -06:00
Hebrew RGL files added
This commit is contained in:
16
lib/src/hebrew/SentenceHeb.gf
Normal file
16
lib/src/hebrew/SentenceHeb.gf
Normal 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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user