mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
Shafqat's Urdu modules added
This commit is contained in:
24
lib/src/urdu/GrammarUrd.gf
Normal file
24
lib/src/urdu/GrammarUrd.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user