mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoFin of Demo =
|
|
NounFin,
|
|
ClauseFin,
|
|
AdjectiveFin,
|
|
AdverbFin,
|
|
NumeralFin,
|
|
QuestionFin,
|
|
StructuralFin,
|
|
LexiconFin
|
|
** {
|
|
|
|
flags language = fi; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|