mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
21 lines
280 B
Plaintext
21 lines
280 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangGer of Lang =
|
|
NounGer,
|
|
VerbGer,
|
|
AdjectiveGer,
|
|
AdverbGer,
|
|
NumeralGer,
|
|
SentenceGer,
|
|
QuestionGer,
|
|
RelativeGer,
|
|
ConjunctionGer,
|
|
PhraseGer,
|
|
StructuralGer,
|
|
LexiconGer
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|