openNLP、hanLP依赖(JAVA做自然语言处理NLP的常用)
JAVA做自然语言处理NLP的常用依赖
<!-- opennlp --> <dependency> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-tools</artifactId> <version>1.8.4</version> </dependency> <!-- hanlp --> <dependency> <groupId>com.hankcs</groupId> <artifactId>hanlp</artifactId> <version>portable-1.7.5</version> </dependency>
https://github.com/godmaybelieve