mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
22 lines
328 B
Plaintext
22 lines
328 B
Plaintext
--# -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 ;
|
|
|
|
} ;
|