forked from GitHub/gf-core
Latvian resource started by Normunds Gruzitis
This commit is contained in:
22
lib/src/latvian/GrammarLav.gf
Normal file
22
lib/src/latvian/GrammarLav.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarLav of Grammar =
|
||||
NounLav,
|
||||
VerbLav,
|
||||
AdjectiveLav,
|
||||
AdverbLav,
|
||||
NumeralLav,
|
||||
SentenceLav,
|
||||
QuestionLav,
|
||||
RelativeLav,
|
||||
ConjunctionLav,
|
||||
PhraseLav,
|
||||
TextX,
|
||||
StructuralLav,
|
||||
IdiomLav,
|
||||
TenseX
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user