mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
23 lines
336 B
Plaintext
23 lines
336 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangFin of Lang =
|
|
NounFin,
|
|
VerbFin,
|
|
AdjectiveFin,
|
|
AdverbFin,
|
|
NumeralFin,
|
|
SentenceFin,
|
|
QuestionFin,
|
|
RelativeFin,
|
|
ConjunctionFin,
|
|
PhraseFin,
|
|
TextX,
|
|
IdiomFin,
|
|
StructuralFin,
|
|
LexiconFin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
|
|
|
} ;
|