1
0
forked from GitHub/gf-rgl

Shafqat's Urdu modules added

This commit is contained in:
aarne
2010-01-15 09:09:02 +00:00
parent 0176e0ca49
commit 89d9feeef7
20 changed files with 3617 additions and 0 deletions

24
src/urdu/GrammarUrd.gf Normal file
View File

@@ -0,0 +1,24 @@
--# -path=.:../abstract:../common:../prelude
concrete GrammarUrd of Grammar =
NounUrd,
VerbUrd,
AdjectiveUrd,
AdverbUrd,
NumeralUrd,
SentenceUrd,
QuestionUrd,
RelativeUrd,
ConjunctionUrd,
PhraseUrd,
TextX,
StructuralUrd,
TenseX,
IdiomUrd
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}