wrong cased name fixed

This commit is contained in:
medcl 2011-12-21 11:31:31 +08:00
parent 942e9957fb
commit a115eb75c1

View File

@ -27,7 +27,7 @@ import static org.wltea.analyzer.dic.Dictionary.*;
public class Configuration {
private static String FILE_NAME = "ik/IkAnalyzer.cfg.xml";
private static String FILE_NAME = "ik/IKAnalyzer.cfg.xml";
private static final String EXT_DICT = "ext_dict";
private static final String EXT_STOP = "ext_stopwords";
private static ESLogger logger = null;