mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
27 lines
433 B
Plaintext
27 lines
433 B
Plaintext
--# -path=.:present:prelude
|
|
|
|
concrete MathematicalFre of Mathematical =
|
|
NounFre - [ComplN2], --- to avoid ambiguity
|
|
-- VerbFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
NumeralFre,
|
|
-- SentenceFre,
|
|
QuestionFre,
|
|
RelativeFre,
|
|
ConjunctionFre,
|
|
PhraseFre,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomFre,
|
|
StructuralFre,
|
|
|
|
SymbolFre,
|
|
PredicationFre - [predV3], ---- gf bug
|
|
|
|
LexiconFre
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|