Skip to content

Commit aba7aef

Browse files
author
gaozhicheng
committed
Update README.md
1 parent a234d04 commit aba7aef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff 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的原作者为林良益<[email protected]>,项目网站为<http://code.google.com/p/ik-analyzer>
3035
> * 该项目动态加载功能根据博主[@星火燎原智勇](http://www.cnblogs.com/liang1101/articles/6395016.html)的博客进行修改,其GITHUB地址为[@liang68](https://github.com/liang68)

0 commit comments

Comments
 (0)