Home
Softono

Ik Analyzer

Open source Java
213
Stars
75
Forks
2
Issues
15
Watchers
2 years
Last Commit

 About Ik Analyzer

Tokenizer support Lucene5/6/7/8/9+ version, LTS

Platforms

Web Self-hosted Cloud

Languages

Java

Links

Need Help Installing Ik Analyzer?

We provide expert installation service for this software. Our team will install, configure, and secure Ik Analyzer on your server. plans start at just $30.

Ik Analyzer

View on GitHub

GitHub version License Build Status Open Source Love

GitHub forks GitHub stars

本版本,主要特点:

  • Maven化, 工程化
  • 词典优化,使其适用于中文分词
  • 全面支持的lucene全系列版本为5/6/7/8/9, 持续技术支持

Maven用法:

从9.0.0开始,已经发布到Maven Central,groupId使用cn.shenyanchao.ik-analyzer

    <dependency>
        <groupId>cn.shenyanchao.ik-analyzer</groupId>
        <artifactId>ik-analyzer</artifactId>
        <version>9.0.0</version>
    </dependency>

旧版本: 你需要手动安装,安装到本地的repository,或者Deploy到自己的Maven repository服务器上。 安装到本地Maven repository,使用如下命令,将自动编译,打包并安装:

    mvn clean install -Dmaven.test.skip=true
    <dependency>
        <groupId>org.wltea.ik-analyzer</groupId>
        <artifactId>ik-analyzer</artifactId>
        <version>9.0.0</version>
    </dependency>

Rust版本:

如果你有使用Rust的需求,请使用 https://github.com/blueshen/ik-rs


关于我

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


说明

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