forked from GitHub/gf-core
Grammar for rest of the languages
This commit is contained in:
21
lib/resource-1.0/finnish/GrammarFin.gf
Normal file
21
lib/resource-1.0/finnish/GrammarFin.gf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarFin of Grammar =
|
||||||
|
NounFin,
|
||||||
|
VerbFin,
|
||||||
|
AdjectiveFin,
|
||||||
|
AdverbFin,
|
||||||
|
NumeralFin,
|
||||||
|
SentenceFin,
|
||||||
|
QuestionFin,
|
||||||
|
RelativeFin,
|
||||||
|
ConjunctionFin,
|
||||||
|
PhraseFin,
|
||||||
|
TextX,
|
||||||
|
IdiomFin,
|
||||||
|
StructuralFin
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = finnish ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
21
lib/resource-1.0/french/GrammarFre.gf
Normal file
21
lib/resource-1.0/french/GrammarFre.gf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarFre of Grammar =
|
||||||
|
NounFre,
|
||||||
|
VerbFre,
|
||||||
|
AdjectiveFre,
|
||||||
|
AdverbFre,
|
||||||
|
NumeralFre,
|
||||||
|
SentenceFre,
|
||||||
|
QuestionFre,
|
||||||
|
RelativeFre,
|
||||||
|
ConjunctionFre,
|
||||||
|
PhraseFre,
|
||||||
|
TextX,
|
||||||
|
IdiomFre,
|
||||||
|
StructuralFre
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
22
lib/resource-1.0/italian/GrammarIta.gf
Normal file
22
lib/resource-1.0/italian/GrammarIta.gf
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarIta of Grammar =
|
||||||
|
NounIta,
|
||||||
|
VerbIta,
|
||||||
|
AdjectiveIta,
|
||||||
|
AdverbIta,
|
||||||
|
NumeralIta,
|
||||||
|
SentenceIta,
|
||||||
|
QuestionIta,
|
||||||
|
RelativeIta,
|
||||||
|
ConjunctionIta,
|
||||||
|
PhraseIta,
|
||||||
|
TextX,
|
||||||
|
IdiomIta,
|
||||||
|
StructuralIta
|
||||||
|
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
17
lib/resource-1.0/russian/GrammarRus.gf
Normal file
17
lib/resource-1.0/russian/GrammarRus.gf
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
--# -path=.:../abstract:../common:../../prelude
|
||||||
|
|
||||||
|
concrete GrammarRus of Grammar =
|
||||||
|
NounRus,
|
||||||
|
VerbRus,
|
||||||
|
AdjectiveRus,
|
||||||
|
AdverbRus,
|
||||||
|
NumeralRus,
|
||||||
|
SentenceRus,
|
||||||
|
QuestionRus,
|
||||||
|
RelativeRus,
|
||||||
|
ConjunctionRus,
|
||||||
|
PhraseRus,
|
||||||
|
TextX,
|
||||||
|
StructuralRus,
|
||||||
|
IdiomRus
|
||||||
|
** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;
|
||||||
22
lib/resource-1.0/spanish/GrammarSpa.gf
Normal file
22
lib/resource-1.0/spanish/GrammarSpa.gf
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarSpa of Grammar =
|
||||||
|
NounSpa,
|
||||||
|
VerbSpa,
|
||||||
|
AdjectiveSpa,
|
||||||
|
AdverbSpa,
|
||||||
|
NumeralSpa,
|
||||||
|
SentenceSpa,
|
||||||
|
QuestionSpa,
|
||||||
|
RelativeSpa,
|
||||||
|
ConjunctionSpa,
|
||||||
|
PhraseSpa,
|
||||||
|
TextSpa, -- special punctuation
|
||||||
|
IdiomSpa,
|
||||||
|
StructuralSpa
|
||||||
|
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
Reference in New Issue
Block a user