Skip to content

chuangxian/IKAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

IKAnalyzer

An open source word breaker with lucene supported. See http://code.google.com/p/ik-analyzer/

Change

update to support Lucene 6.5.1 API.

参考来源 http://blog.csdn.net/fanpei_moukoy/article/details/67637851

Gradle

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        compile 'com.github.chuangxian:IKAnalyzer:6ab2884ce6T'
	}

Maven

Step 1. Add the JitPack repository to your build file

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Step 2. Add the dependency

	<dependency>
	    <groupId>com.github.chuangxian</groupId>
	    <artifactId>IKAnalyzer</artifactId>
	    <version>6ab2884ce6</version>
	</dependency>

About

An open source word breaker with lucene supported.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%