Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa1451042b | |||
| c2e408473a |
@@ -29,7 +29,7 @@ ik-analyzer for solr7.x
|
||||
|
||||
|
||||
## 使用说明
|
||||
* jar包下载地址:[](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/7.7.0/ik-analyzer-7.7.0.jar)
|
||||
* jar包下载地址:[](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/7.7.1/ik-analyzer-7.7.1.jar)
|
||||
* 历史版本:[](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
|
||||
|
||||
```console
|
||||
@@ -37,7 +37,7 @@ ik-analyzer for solr7.x
|
||||
<dependency>
|
||||
<groupId>com.github.magese</groupId>
|
||||
<artifactId>ik-analyzer</artifactId>
|
||||
<version>7.7.0</version>
|
||||
<version>7.7.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -91,6 +91,7 @@ ik-analyzer for solr7.x
|
||||
|
||||
|
||||
## 更新说明
|
||||
- `2019-03-01:` 升级lucene版本为`7.7.1`
|
||||
- `2019-02-15:` 升级lucene版本为`7.7.0`
|
||||
- `2018-12-26:`
|
||||
- 升级lucene版本为`7.6.0`
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
|
||||
<groupId>com.github.magese</groupId>
|
||||
<artifactId>ik-analyzer</artifactId>
|
||||
<version>7.7.0</version>
|
||||
<version>7.7.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ik-analyzer-solr7</name>
|
||||
<url>http://code.google.com/p/ik-analyzer/</url>
|
||||
<description>IK-Analyzer for solr7.7</description>
|
||||
<description>IK-Analyzer for solr7.7.1</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<lucene.version>7.7.0</lucene.version>
|
||||
<lucene.version>7.7.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 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.cfg;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.cfg;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.core;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.dic;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.dic;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.dic;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.lucene;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.query;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.query;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.sample;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* IK 中文分词 版本 7.7
|
||||
* IK Analyzer release 7.7
|
||||
* IK 中文分词 版本 7.7.1
|
||||
* IK Analyzer release 7.7.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
|
||||
*
|
||||
* 7.7版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7 update by Magese(magese@live.cn)
|
||||
* 7.7.1版本 由 Magese (magese@live.cn) 更新
|
||||
* release 7.7.1 update by Magese(magese@live.cn)
|
||||
*
|
||||
*/
|
||||
package org.wltea.analyzer.sample;
|
||||
|
||||
Reference in New Issue
Block a user