ik analyzer
ik-analyzer-9.0.0
本版本,主要特點:
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/