diff options
| author | aarne <aarne@chalmers.se> | 2015-07-20 14:32:50 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-07-20 14:32:50 +0000 |
| commit | db23eec58eb948e56da9b332eb682f100bc22edb (patch) | |
| tree | 0d803740f0fa7527a258a28492045bdf4e0fd02d /examples/translator/AppFin.gf | |
| parent | 400195b30768c9812051d13646218a598c894df0 (diff) | |
removed the obsolete examples/translator directory, which caused confusion
Diffstat (limited to 'examples/translator/AppFin.gf')
| -rw-r--r-- | examples/translator/AppFin.gf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/translator/AppFin.gf b/examples/translator/AppFin.gf deleted file mode 100644 index 343d0d11d..000000000 --- a/examples/translator/AppFin.gf +++ /dev/null @@ -1,18 +0,0 @@ ---# -path=.:../finnish/stemmed:../finnish:../api:../translator:../../../examples/phrasebook:alltenses - -concrete AppFin of App = - SmallPredFin - , ExtensionsFin [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] - , DocumentationFin - [Pol,Tense] - , DictionaryFin - [Pol,Tense] - , PhrasebookFin - [open_A] - - ** { - -flags - literal = Symb ; - -lin - PhrasePhr p = {s = "+" ++ p.s} | p ; - -}
\ No newline at end of file |
