File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ ik-analyzer for solr 7.x-8.x
1414
1515## 简介
1616** 适配最新版本solr 7&8;**
17+
1718** 扩展IK原有词库:**
19+
1820| 分词工具 | 词库中词的数量 | 最后更新时间 |
1921| :------: | :------: | :------: |
2022| ik | 27.5万 | 2012年 |
@@ -23,8 +25,11 @@ ik-analyzer for solr 7.x-8.x
2325| jieba | 58.4万 | 2012年 |
2426| jcesg | 16.6万 | 2018年 |
2527| sougou词库 | 115.2万 | 2020年 |
28+
2629** 将以上词库进行整理后约187.1万条词汇;**
30+
2731** 添加动态加载词典表功能,在不需要重启solr服务的情况下加载新增的词典。**
32+
2833> <small >关闭默认主词典请在` IKAnalyzer.cfg.xml ` 配置文件中设置` use_main_dict ` 为` false ` 。</small >
2934> * IKAnalyzer的原作者为林良益< linliangyi2007@gmail.com > ,项目网站为< http://code.google.com/p/ik-analyzer >
3035> * 该项目动态加载功能根据博主[ @星火燎原智勇] ( http://www.cnblogs.com/liang1101/articles/6395016.html ) 的博客进行修改,其GITHUB地址为[ @liang68 ] ( https://github.com/liang68 )
You can’t perform that action at this time.
0 commit comments