summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalIta.gf
blob: 0591ef6c64c21f74fdeb619af0dd316a5f1e24c0 (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 MathematicalIta of Mathematical = 
  NounIta - [ComplN2], --- to avoid ambiguity 
--  VerbIta, 
  AdjectiveIta,
  AdverbIta,
  NumeralIta,
--  SentenceIta,
  QuestionIta,
  RelativeIta,
  ConjunctionIta,
  PhraseIta,
  TextX - [Tense,TPres,TPast,TFut,TCond],
  IdiomIta,
  StructuralIta,

  SymbolIta,
  PredicationIta, --  - [predV3,predV2], --- gf bug

  LexiconIta
  ** {

flags startcat = Phr ;

} ;