summaryrefslogtreecommitdiff
path: root/examples/translator/AppChi.gf
blob: 66c55fce5136ca3efea8fb974be777a54a0bf581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--# -path=.:../translator:../../../examples/phrasebook

concrete AppChi of App =
    SmallPredChi
  , ExtensionsChi [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
  , DocumentationChi - [Pol,Tense,Ant]
  , DictionaryChi - [Pol,Tense,Ant]
  , PhrasebookChi - [Ant,Pol,Tense,at_Prep]

              ** {

flags
  literal = Symb ;

lin
  PhrasePhr p = {s = "+" ++ p.s} | p ;

}