mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoFre of Demo =
|
|
NounFre,
|
|
ClauseFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
NumeralFre,
|
|
QuestionFre,
|
|
StructuralFre,
|
|
LexiconFre
|
|
** {
|
|
|
|
flags language = fr; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|