gz-dedou / ik-analyzer

Automatically exported from code.google.com/p/ik-analyzer
0 stars 0 forks source link

同一应用内不能同时使用智能分词和最细粒度分词 #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
如下定义两个分词器
Analyzer analyzer = new IKAnalyzer();//最小粒度分词
Analyzer smartAnalyzer = new IKAnalyzer(true);//智能分词

结果两个分词器都变成了智能分词器了

是否能改进一下,把useSmart属性从DefualtConfig里面抽出来

Original issue reported on code.google.com by Nigel.sq...@gmail.com on 23 Oct 2012 at 3:14

GoogleCodeExporter commented 8 years ago
您提出的问题,我们已经注意到,谢谢反馈

Original comment by linliang...@gmail.com on 23 Oct 2012 at 9:18

GoogleCodeExporter commented 8 years ago
问题已经修订,请下载最新的zip包

Original comment by linliang...@gmail.com on 24 Oct 2012 at 7:18