Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3705f5753 | |||
| cc9f0d7bea | |||
| 7a2515a134 |
@@ -6,6 +6,7 @@ ik-analyzer for solr 7.x-8.x
|
||||
[](https://github.com/magese/ik-analyzer-solr/releases)
|
||||
[](./LICENSE)
|
||||
[](https://travis-ci.org/magese/ik-analyzer-solr)
|
||||
[](http://hits.dwyl.io/magese/ik-analyzer-solr)
|
||||
|
||||
[](https://github.com/magese/ik-analyzer-solr/network/members)
|
||||
[](https://github.com/magese/ik-analyzer-solr/stargazers)
|
||||
@@ -29,7 +30,7 @@ ik-analyzer for solr 7.x-8.x
|
||||
|
||||
|
||||
## 使用说明
|
||||
* jar包下载地址:[](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.1.0/ik-analyzer-8.1.0.jar)
|
||||
* jar包下载地址:[](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.1.1/ik-analyzer-8.1.1.jar)
|
||||
* 历史版本:[](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
|
||||
|
||||
```console
|
||||
@@ -37,7 +38,7 @@ ik-analyzer for solr 7.x-8.x
|
||||
<dependency>
|
||||
<groupId>com.github.magese</groupId>
|
||||
<artifactId>ik-analyzer</artifactId>
|
||||
<version>8.1.0</version>
|
||||
<version>8.1.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -91,6 +92,7 @@ ik-analyzer for solr 7.x-8.x
|
||||
|
||||
|
||||
## 更新说明
|
||||
- `2019-07-11:` 升级lucene版本为`8.1.1`
|
||||
- `2019-05-27:`
|
||||
- 升级lucene版本为`8.1.0`
|
||||
- 优化原词典部分重复词语
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.github.magese</groupId>
|
||||
<artifactId>ik-analyzer</artifactId>
|
||||
<version>8.1.0</version>
|
||||
<version>8.1.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ik-analyzer-solr</name>
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<lucene.version>8.1.0</lucene.version>
|
||||
<lucene.version>8.1.1</lucene.version>
|
||||
<javac.src.version>1.8</javac.src.version>
|
||||
<javac.target.version>1.8</javac.target.version>
|
||||
<maven.compiler.plugin.version>3.3</maven.compiler.plugin.version>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.cfg;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.cfg;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.dic;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.dic;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.dic;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.query;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.query;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.sample;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 8.1.0
|
||||
* IK Analyzer release 8.1.0
|
||||
* IK 中文分词 版本 8.1.1
|
||||
* IK Analyzer release 8.1.1
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
@@ -21,8 +21,8 @@
|
||||
* 版权声明 2012,乌龙茶工作室
|
||||
* provided by Linliangyi and copyright 2012 by Oolong studio
|
||||
*
|
||||
* 8.1.0版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.0 update by Magese(magese@live.cn)
|
||||
* 8.1.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 8.1.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.sample;
|
||||
|
||||
Reference in New Issue
Block a user