1
0
forked from GitHub/gf-rgl

started hungarian project

This commit is contained in:
aarne
2012-03-30 09:22:52 +00:00
parent 993b536403
commit 59d78d25fa
29 changed files with 3596 additions and 0 deletions

View 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
--
--
--} ;
}