mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
27 lines
375 B
Plaintext
27 lines
375 B
Plaintext
--# -path=.:present:prelude
|
|
|
|
concrete MathematicalEng of Mathematical =
|
|
NounEng - [ComplN2], --- to avoid ambiguity
|
|
-- VerbEng,
|
|
AdjectiveEng,
|
|
AdverbEng,
|
|
NumeralEng,
|
|
-- SentenceEng,
|
|
QuestionEng,
|
|
RelativeEng,
|
|
ConjunctionEng,
|
|
PhraseEng,
|
|
StructuralEng,
|
|
TextX,
|
|
IdiomEng,
|
|
|
|
SymbolEng,
|
|
PredicationEng,
|
|
|
|
LexiconEng
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|