From: Martin Mares Date: Tue, 12 Apr 2005 22:13:36 +0000 (+0000) Subject: Another Big Move -- moved most files specific for centrum.cz to centrum/cz. X-Git-Tag: holmes-import~792 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5ff4882013d593ba69c7af9c2658d692e93c25a4;p=libucw.git Another Big Move -- moved most files specific for centrum.cz to centrum/cz. Finally got rid of CONFIG_MORFEO and introduced CONFIG_CENTRUM_DEBUG instead. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index a1ba1ceb..484eaf44 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -115,9 +115,12 @@ UnSet("CONFIG_EXCEL"); # Extra stuff for Centrum UnSet("CONFIG_CENTRUM"); +UnSet("CONFIG_CENTRUM_CZ"); +UnSet("CONFIG_CENTRUM_SK"); +UnSet("CONFIG_CENTRUM_PL"); -# Configuration for Morfeo (raises limits, activates filters etc.) -UnSet("CONFIG_MORFEO"); +# Debugging version of Centrum installation (lower limits, trivial filters etc.) +UnSet("CONFIG_CENTRUM_DEBUG"); # Stemmer by UFAL and its dictionaries UnSet("CONFIG_UFAL_STEMMER");