]> mj.ucw.cz Git - libucw.git/commitdiff
Another Big Move -- moved most files specific for centrum.cz to centrum/cz.
authorMartin Mares <mj@ucw.cz>
Tue, 12 Apr 2005 22:13:36 +0000 (22:13 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 12 Apr 2005 22:13:36 +0000 (22:13 +0000)
Finally got rid of CONFIG_MORFEO and introduced CONFIG_CENTRUM_DEBUG instead.

build/sherlock.cfg

index a1ba1ceb5d4b21a81d1233816302d939a9d83a04..484eaf440f3b94fada659478281c7928063c76ac 100644 (file)
@@ -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");