mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
27 lines
442 B
Plaintext
27 lines
442 B
Plaintext
--# -path=.:present:prelude
|
|
|
|
concrete MathematicalCat of Mathematical =
|
|
NounCat - [ComplN2], --- to avoid ambiguity
|
|
-- VerbCat,
|
|
AdjectiveCat,
|
|
AdverbCat,
|
|
NumeralCat,
|
|
-- SentenceCat,
|
|
QuestionCat,
|
|
RelativeCat,
|
|
ConjunctionCat,
|
|
PhraseCat,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomCat,
|
|
StructuralCat,
|
|
|
|
SymbolCat,
|
|
PredicationCat, -- - [predV3,predV2], --- gf bug
|
|
|
|
LexiconCat
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|