mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 22:26:33 -06:00
Add Basque to the RGL
This commit is contained in:
20
src/basque/GrammarEus.gf
Normal file
20
src/basque/GrammarEus.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete GrammarEus of Grammar =
|
||||
NounEus,
|
||||
VerbEus,
|
||||
AdjectiveEus,
|
||||
AdverbEus,
|
||||
NumeralEus,
|
||||
SentenceEus,
|
||||
QuestionEus,
|
||||
RelativeEus,
|
||||
ConjunctionEus,
|
||||
PhraseEus,
|
||||
TextX,
|
||||
StructuralEus,
|
||||
IdiomEus,
|
||||
TenseX
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user