mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
25 lines
383 B
Plaintext
25 lines
383 B
Plaintext
--# -path=.:../finnish:../abstract:../common:prelude
|
|
|
|
concrete MathematicalFin of Mathematical =
|
|
NounFin - [ComplN2], --- to avoid ambiguity
|
|
-- VerbFin,
|
|
-- AdjectiveFin,
|
|
-- AdverbFin,
|
|
NumeralFin,
|
|
-- SentenceFin,
|
|
QuestionFin,
|
|
RelativeFin,
|
|
ConjunctionFin,
|
|
PhraseFin,
|
|
StructuralFin,
|
|
|
|
SymbolFin,
|
|
PredicationFin,
|
|
|
|
LexiconFin
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|