summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalGer.gf
blob: 0d9eb45b55118c09bf6c4df7d40e5f0bdf170ed2 (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 MathematicalGer of Mathematical = 
  NounGer - [ComplN2], --- to avoid ambiguity 
--  VerbGer, 
  AdjectiveGer,
  AdverbGer,
  NumeralGer,
--  SentenceGer,
  QuestionGer,
  RelativeGer,
  ConjunctionGer,
  PhraseGer,
  TextX - [Tense,TPres],
  IdiomGer,
  StructuralGer,

  SymbolGer,
  PredicationGer,

  LexiconGer
  ** {

flags startcat = Phr ;

} ;