1
0
forked from GitHub/gf-core

Hindi and Urdu as refactored to Hindustani by Shafqat

This commit is contained in:
aarne
2010-11-24 13:20:31 +00:00
parent e37e6df775
commit fb678fcd6c
85 changed files with 4576 additions and 5032 deletions

View File

@@ -1,22 +1,24 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarHin of Grammar =
NounHin,
VerbHin,
AdjectiveHin,
AdverbHin,
NumeralHin,
SentenceHin,
QuestionHin,
RelativeHin,
ConjunctionHin,
PhraseHin,
TextX,
StructuralHin,
IdiomHin,
TenseX
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}
--# -path=.:../abstract:../common:../prelude:c:/gf_unicoded/hindustani
concrete GrammarHin of Grammar =
NounHin,
VerbHin,
AdjectiveHin,
AdverbHin,
NumeralHin,
SentenceHin,
QuestionHin,
RelativeHin,
ConjunctionHin,
PhraseHin,
TextX - [Adv,AdN],
StructuralHin,
TenseX - [Adv,AdN],
IdiomHin
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}