forked from GitHub/gf-core
Hindi and Urdu as refactored to Hindustani by Shafqat
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user