adapted Hindi to next-resource

This commit is contained in:
aarne
2008-09-20 14:40:18 +00:00
parent 9b08ad1f07
commit 292df86e25
24 changed files with 2534 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarHin of Grammar =
NounHin,
VerbHin,
AdjectiveHin,
AdverbHin,
NumeralHin,
SentenceHin,
QuestionHin,
RelativeHin,
ConjunctionHin,
PhraseHin,
TextX,
StructuralHin,
IdiomHin
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}