Hebrew RGL files added

This commit is contained in:
dana.dannells
2012-05-27 21:37:58 +00:00
parent 04db1cffaf
commit 13ecd007c0
16 changed files with 1347 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarHeb of Grammar =
NounHeb,
VerbHeb,
AdjectiveHeb,
AdverbHeb,
-- NumeralHeb,
SentenceHeb,
-- QuestionHeb,
-- IdiomHeb,
-- RelativeHeb,
-- ConjunctionHeb,
PhraseHeb,
-- TextHeb,
StructuralHeb,
TenseHeb
** {
flags coding=utf8 ;
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;