summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalFre.gf
blob: 65eb6a9b5180e5ed4cc9a78e819e946ccf9863f5 (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 MathematicalFre of Mathematical = 
  NounFre - [ComplN2], --- to avoid ambiguity 
--  VerbFre, 
  AdjectiveFre,
  AdverbFre,
  NumeralFre,
--  SentenceFre,
  QuestionFre,
  RelativeFre,
  ConjunctionFre,
  PhraseFre,
  TextX - [Tense,TPres,TPast,TFut,TCond],
  IdiomFre,
  StructuralFre,
  
  SymbolFre,
  PredicationFre - [predV3], ---- gf bug

  LexiconFre
  ** {

flags startcat = Phr ;

} ;