ik-analyzer maven project
clone from https://code.google.com/archive/p/ik-analyzer/
add support for lucene 7.4
- IKAnalyzer
- IKTokenizer
move dict and IKAnalyzer.cfg.xml to resources, so changed DefaultConfig
$ git clone https://github.com/jamee/ik-analyzer.git
$ mvn install
<dependency>
<groupId>org.wltea.analyzer</groupId>
<artifactId>ik-analyzer</artifactId>
<version>2012_FF_l74</version>
</dependency>
yilianglin, the Author