-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gaozhicheng
committed
Mar 22, 2021
1 parent
a234d04
commit aba7aef
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,9 @@ ik-analyzer for solr 7.x-8.x | |
|
||
## 简介 | ||
**适配最新版本solr 7&8;** | ||
|
||
**扩展IK原有词库:** | ||
|
||
| 分词工具 | 词库中词的数量 | 最后更新时间 | | ||
| :------: | :------: | :------: | | ||
| ik | 27.5万 | 2012年 | | ||
|
@@ -23,8 +25,11 @@ ik-analyzer for solr 7.x-8.x | |
| jieba | 58.4万 | 2012年 | | ||
| jcesg | 16.6万 | 2018年 | | ||
| sougou词库 | 115.2万 | 2020年 | | ||
|
||
**将以上词库进行整理后约187.1万条词汇;** | ||
|
||
**添加动态加载词典表功能,在不需要重启solr服务的情况下加载新增的词典。** | ||
|
||
> <small>关闭默认主词典请在`IKAnalyzer.cfg.xml`配置文件中设置`use_main_dict`为`false`。</small> | ||
> * IKAnalyzer的原作者为林良益<[email protected]>,项目网站为<http://code.google.com/p/ik-analyzer> | ||
> * 该项目动态加载功能根据博主[@星火燎原智勇](http://www.cnblogs.com/liang1101/articles/6395016.html)的博客进行修改,其GITHUB地址为[@liang68](https://github.com/liang68) | ||
|