summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalDan.gf
blob: 7d8785b12f899de84ab924efb39f68625b240d28 (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
27
--# -path=.:present:prelude

concrete MathematicalDan of Mathematical = 
  NounDan - [ComplN2], --- to avoid ambiguity 
--  VerbDan, 
  AdjectiveDan,
  AdverbDan,
  NumeralDan,
--  SentenceDan,
  QuestionDan,
  RelativeDan,
  ConjunctionDan,
  PhraseDan,
  TextX,
  IdiomDan,

  StructuralDan,

  SymbolDan,
  PredicationDan,

  LexiconDan
  ** {

flags startcat = Phr ;

} ;