1
0
forked from GitHub/gf-core

Nepali resource by Dinesh Simk - almost complete

This commit is contained in:
aarne
2011-06-14 11:19:59 +00:00
parent 69c5b1d317
commit 67c804d9a8
44 changed files with 6312 additions and 0 deletions

View 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 ;
}