mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 03:38:55 -06:00
Grammar for all germanic
This commit is contained in:
21
lib/resource-1.0/danish/GrammarDan.gf
Normal file
21
lib/resource-1.0/danish/GrammarDan.gf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
--# -path=.:../scandinavian:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarDan of Grammar =
|
||||||
|
NounDan,
|
||||||
|
VerbDan,
|
||||||
|
AdjectiveDan,
|
||||||
|
AdverbDan,
|
||||||
|
NumeralDan,
|
||||||
|
SentenceDan,
|
||||||
|
QuestionDan,
|
||||||
|
RelativeDan,
|
||||||
|
ConjunctionDan,
|
||||||
|
PhraseDan,
|
||||||
|
TextX,
|
||||||
|
IdiomDan,
|
||||||
|
StructuralDan
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
21
lib/resource-1.0/german/GrammarGer.gf
Normal file
21
lib/resource-1.0/german/GrammarGer.gf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarGer of Grammar =
|
||||||
|
NounGer,
|
||||||
|
VerbGer,
|
||||||
|
AdjectiveGer,
|
||||||
|
AdverbGer,
|
||||||
|
NumeralGer,
|
||||||
|
SentenceGer,
|
||||||
|
QuestionGer,
|
||||||
|
RelativeGer,
|
||||||
|
ConjunctionGer,
|
||||||
|
PhraseGer,
|
||||||
|
TextX,
|
||||||
|
IdiomGer,
|
||||||
|
StructuralGer
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
@@ -270,3 +270,8 @@ mkClause.
|
|||||||
Fine-tuned the place of negation by changing in ResGerman.mkClause and
|
Fine-tuned the place of negation by changing in ResGerman.mkClause and
|
||||||
VerbGerman.UseCompl. Want to say "ich bin nicht alt" and "ich liebe sie nicht".
|
VerbGerman.UseCompl. Want to say "ich bin nicht alt" and "ich liebe sie nicht".
|
||||||
|
|
||||||
|
31/5
|
||||||
|
|
||||||
|
Added inherent Case to RS, RCl and Gender to Agr in order to handle it clefts
|
||||||
|
properly. (In the meantime, the module IdiomGer had required some incremental
|
||||||
|
work.)
|
||||||
|
|||||||
21
lib/resource-1.0/norwegian/GrammarNor.gf
Normal file
21
lib/resource-1.0/norwegian/GrammarNor.gf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
--# -path=.:../scandinavian:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete GrammarNor of Grammar =
|
||||||
|
NounNor,
|
||||||
|
VerbNor,
|
||||||
|
AdjectiveNor,
|
||||||
|
AdverbNor,
|
||||||
|
NumeralNor,
|
||||||
|
SentenceNor,
|
||||||
|
QuestionNor,
|
||||||
|
RelativeNor,
|
||||||
|
ConjunctionNor,
|
||||||
|
PhraseNor,
|
||||||
|
TextX,
|
||||||
|
IdiomNor,
|
||||||
|
StructuralNor
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
|
} ;
|
||||||
Reference in New Issue
Block a user