forked from GitHub/gf-rgl
started hungarian project
This commit is contained in:
31
src/hungarian/GrammarHun.gf
Normal file
31
src/hungarian/GrammarHun.gf
Normal file
@@ -0,0 +1,31 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarHun of Grammar =
|
||||
NounHun,
|
||||
VerbHun,
|
||||
AdjectiveHun,
|
||||
AdverbHun,
|
||||
NumeralHun,
|
||||
SentenceHun,
|
||||
QuestionHun,
|
||||
RelativeHun,
|
||||
ConjunctionHun,
|
||||
PhraseHun,
|
||||
TextX - [Pol,PPos,PNeg],
|
||||
StructuralHun,
|
||||
IdiomHun,
|
||||
TenseX - [Pol,PPos,PNeg]
|
||||
** open ResHun, Prelude in
|
||||
{
|
||||
--{
|
||||
--
|
||||
--flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
--
|
||||
--lin
|
||||
-- PPos = {s = [] ; p = CPos} ;
|
||||
-- PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't
|
||||
--
|
||||
--
|
||||
--} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user