imzhengzx ca444fb4da
fix the error about imoprting ChineseAnalyzer
Because of the interface change about ChineseAnlayzer , the code 'from jieba.analyse import Chinese Analyzer' in this test file would report an ImportError like 'cannot import name 'ChineseAnalyzer'. Just change import code to 'from jieba.analyse.analyzer import ChineseAnalyzer' can fix it.
2018-09-15 11:59:01 +08:00
..
2014-09-06 23:28:47 +08:00
2014-09-06 23:28:47 +08:00
2014-09-06 23:28:47 +08:00
2014-09-06 23:28:47 +08:00
2013-04-27 09:45:39 +08:00
2014-10-25 14:23:37 +08:00
2015-02-11 20:46:48 +08:00
2015-02-11 20:46:48 +08:00
2015-02-11 20:46:48 +08:00
2015-02-11 20:45:55 +08:00
2015-05-09 21:29:05 +08:00
2013-07-03 17:21:21 +08:00
2015-02-11 20:46:48 +08:00
2015-02-11 20:46:48 +08:00
2017-08-28 21:10:50 +08:00
2012-11-06 07:17:26 +08:00