mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
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