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

concrete AppSwe of App =
    SmallPredSwe
  , ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
  , DocumentationSwe - [Pol,Tense]
  , DictionarySwe - [Pol,Tense]
  , PhrasebookSwe - [open_A]

              ** {

flags
  literal = Symb ;

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

}