Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozhicheng committed Mar 22, 2021
1 parent a234d04 commit aba7aef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ ik-analyzer for solr 7.x-8.x

## 简介
**适配最新版本solr 7&8;**

**扩展IK原有词库:**

| 分词工具 | 词库中词的数量 | 最后更新时间 |
| :------: | :------: | :------: |
| ik | 27.5万 | 2012年 |
Expand All @@ -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)
Expand Down

0 comments on commit aba7aef

Please sign in to comment.