From db23eec58eb948e56da9b332eb682f100bc22edb Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 20 Jul 2015 14:32:50 +0000 Subject: removed the obsolete examples/translator directory, which caused confusion --- examples/translator/AppChi.gf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 examples/translator/AppChi.gf (limited to 'examples/translator/AppChi.gf') diff --git a/examples/translator/AppChi.gf b/examples/translator/AppChi.gf deleted file mode 100644 index 66c55fce5..000000000 --- a/examples/translator/AppChi.gf +++ /dev/null @@ -1,20 +0,0 @@ ---# -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 ; - -} - - -- cgit v1.2.3