forked from GitHub/gf-core
Nepali resource by Dinesh Simk - almost complete
This commit is contained in:
24
lib/src/nepali/GrammarNep.gf
Normal file
24
lib/src/nepali/GrammarNep.gf
Normal file
@@ -0,0 +1,24 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete GrammarNep of Grammar =
|
||||
NounNep,
|
||||
VerbNep,
|
||||
AdjectiveNep,
|
||||
AdverbNep,
|
||||
NumeralNep,
|
||||
SentenceNep,
|
||||
QuestionNep,
|
||||
RelativeNep,
|
||||
ConjunctionNep,
|
||||
PhraseNep,
|
||||
TextX - [Adv],
|
||||
StructuralNep,
|
||||
TenseX - [Adv],
|
||||
IdiomNep
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user