liuxiaocs7 commented on PR #2206: URL: https://github.com/apache/incubator-hugegraph/pull/2206#issuecomment-1568363946
Same question, hi, @imbajin > Yep, because it's under the [GPL](https://github.com/blueshen/ik-analyzer/blob/master/LICENSE?rgh-link-date=2023-05-08T09%3A20%3A06Z) license which is not compatible with Apache License 2.0, so we have to set the scope to provided and let users to download & config it by themselves 😿 The ik tokenizer we used seems to be this one: https://mvnrepository.com/artifact/com.janeluo/ikanalyzer/2012_u6 rather than https://github.com/blueshen/ik-analyzer ``` <dependency> <groupId>com.janeluo</groupId> <artifactId>ikanalyzer</artifactId> <version>${ikanalyzer.version}</version> </dependency> ``` The license from mvn website, does it meet the requirements?  Also [this one](https://github.com/yyn0210/IKAnalyzer) works fine by install local repository. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
