Files
gf-core/old-lib/resource/mathematical/MathematicalCat.gf
2009-06-22 15:39:08 +00:00

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 ;
} ;