mirror of https://github.com/fxsjy/jieba.git
Browse Source
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.pull/667/head

committed by
GitHub

1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue