summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalFin.gf
blob: 26704d6e368355493af115023c94f442993a2723 (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 MathematicalFin of Mathematical = 
  NounFin - [ComplN2], --- to avoid ambiguity 
--  VerbFin, 
  AdjectiveFin,
  AdverbFin,
  NumeralFin,
--  SentenceFin,
  QuestionFin,
  RelativeFin,
  ConjunctionFin,
  PhraseFin,
  TextX,
  IdiomFin,
  StructuralFin,

  SymbolFin,
  PredicationFin,

  LexiconFin
  ** {

flags startcat = Phr ;

} ;