mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 08:30:12 -06:00
24 lines
419 B
Plaintext
24 lines
419 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarGer of Grammar =
|
|
NounGer,
|
|
VerbGer,
|
|
AdjectiveGer,
|
|
AdverbGer,
|
|
NumeralGer,
|
|
SentenceGer,
|
|
QuestionGer,
|
|
RelativeGer,
|
|
ConjunctionGer,
|
|
PhraseGer,
|
|
TextX - [Tense,Temp],
|
|
IdiomGer,
|
|
StructuralGer - [part_Prep,possess_Prep], -- use PartNP, PossNP instead
|
|
TenseGer,
|
|
NamesGer
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|