Skip to content

支持Lucene5/6/7/8+版本, 长期维护。

License

Notifications You must be signed in to change notification settings

gaode103/ik-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Long Term Support,welcome pull request

IKAnalyzer的作者为林良益([email protected]),项目网站为http://code.google.com/p/ik-analyzer/

本版本,主要特点:

  • Maven化, 代码格式化
  • 添加了不少停用词,使其适用于中文分词
  • 全面支持的lucene全系列版本为5/6/7/8, 持续技术支持

Maven用法:

将以下依赖加入工程的pom.xml中的依赖部分。

    <dependency>
        <groupId>org.wltea.ik-analyzer</groupId>
        <artifactId>ik-analyzer</artifactId>
        <version>8.4.0</version>
    </dependency>

在IK Analyzer加入Maven Central Repository之前,你需要手动安装,安装到本地的repository,或者上传到自己的Maven repository服务器上。

要安装到本地Maven repository,使用如下命令,将自动编译,打包并安装:

    mvn clean install -Dmaven.test.skip=true

关于我

请访问 https://www.shenyanchao.cn

About

支持Lucene5/6/7/8+版本, 长期维护。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%