mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
27 lines
375 B
Plaintext
27 lines
375 B
Plaintext
--# -path=.:present:prelude
|
|
|
|
concrete MathematicalFin of Mathematical =
|
|
NounFin - [ComplN2], --- to avoid ambiguity
|
|
-- VerbFin,
|
|
AdjectiveFin,
|
|
AdverbFin,
|
|
NumeralFin,
|
|
-- SentenceFin,
|
|
QuestionFin,
|
|
RelativeFin,
|
|
ConjunctionFin,
|
|
PhraseFin,
|
|
TextX,
|
|
IdiomFin,
|
|
StructuralFin,
|
|
|
|
SymbolFin,
|
|
PredicationFin,
|
|
|
|
LexiconFin
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|