mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
25 lines
374 B
Plaintext
25 lines
374 B
Plaintext
--# -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 ;
|
|
|
|
} ;
|