Skip to content

Commit 2ebf31f

Browse files
committed
Update README.md
1 parent fd35153 commit 2ebf31f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ ik-analyzer for solr 7.x-8.x
2121
| word | 64.2万 | 2014年 |
2222
| jieba | 58.4万 | 2012年 |
2323
| jcesg | 16.6万 | 2018年 |
24-
| sougou词库 | 115.2万 | 2018年 |
25-
#### 将以上词库进行整理后约188.5万条词汇
24+
| sougou词库 | 115.2万 | 2019年 |
25+
#### 将以上词库进行整理后约187.1万条词汇
2626
#### 添加动态加载词典表功能,在不需要重启solr服务的情况下加载新增的词典。
2727
* IKAnalyzer的原作者为林良益<linliangyi2007@gmail.com>,项目网站为<http://code.google.com/p/ik-analyzer>
2828
* 该项目动态加载功能根据博主[@星火燎原智勇](http://www.cnblogs.com/liang1101/articles/6395016.html)的博客进行修改,其GITHUB地址为[@liang68](https://github.com/liang68)
2929

3030

3131
## 使用说明
32-
* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-8.0.0-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.0.0/ik-analyzer-8.0.0.jar)
32+
* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-8.1.0-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.1.0/ik-analyzer-8.1.0.jar)
3333
* 历史版本:[![GitHub version](https://img.shields.io/maven-central/v/com.github.magese/ik-analyzer.svg?style=flat-square)](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
3434

3535
```console
3636
<!-- Maven仓库地址 -->
3737
<dependency>
3838
<groupId>com.github.magese</groupId>
3939
<artifactId>ik-analyzer</artifactId>
40-
<version>8.0.0</version>
40+
<version>8.1.0</version>
4141
</dependency>
4242
```
4343

@@ -91,6 +91,10 @@ ik-analyzer for solr 7.x-8.x
9191

9292

9393
## 更新说明
94+
- `2019-05-27:`
95+
- 升级lucene版本为`8.1.0`
96+
- 优化原词典部分重复词语
97+
- 更新搜狗2019最新流行词汇词典,约20k词汇量
9498
- `2019-05-15:` 升级lucene版本为`8.0.0`,并支持Solr8使用
9599
- `2019-03-01:` 升级lucene版本为`7.7.1`
96100
- `2019-02-15:` 升级lucene版本为`7.7.0`

0 commit comments

Comments
 (0)