summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalNor.gf
blob: 383ced6ebe16b64cfbc8664691890b5362a7a83a (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 MathematicalNor of Mathematical = 
  NounNor - [ComplN2], --- to avoid ambiguity 
--  VerbNor, 
  AdjectiveNor,
  AdverbNor,
  NumeralNor,
--  SentenceNor,
  QuestionNor,
  RelativeNor,
  ConjunctionNor,
  PhraseNor,
  TextX,
  IdiomNor,

  StructuralNor,

  SymbolNor,
  PredicationNor,

  LexiconNor
  ** {

flags startcat = Phr ;

} ;