summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalEng.gf
blob: 9042a3eb9021d196986aa9bf5c6b7cbd767477df (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 MathematicalEng of Mathematical = 
  NounEng - [ComplN2], --- to avoid ambiguity 
--  VerbEng, 
  AdjectiveEng,
  AdverbEng,
  NumeralEng,
--  SentenceEng,
  QuestionEng,
  RelativeEng,
  ConjunctionEng,
  PhraseEng,
  StructuralEng,
  TextX,
  IdiomEng,

  SymbolEng,
  PredicationEng,

  LexiconEng
  ** {

flags startcat = Phr ;

} ;