summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalCat.gf
blob: 36d6985f1b19fff779b8be72a8828a2622b9349d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 ;

} ;