mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 13:32:51 -06:00
moving a few things to deprecated
This commit is contained in:
26
deprecated/old-lib/resource/mathematical/MathematicalCat.gf
Normal file
26
deprecated/old-lib/resource/mathematical/MathematicalCat.gf
Normal file
@@ -0,0 +1,26 @@
|
||||
--# -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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user