SpringBoot计算汉字相似度

SpringBoot计算汉字相似度

引入依赖

1
2
3
4
5
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>nlp-hanzi-similar</artifactId>
<version>1.3.0</version>
</dependency>

计算相似度

1
2
3
public static void main(String[] args) {
System.out.println(HanziSimilarHelper.similar('末', '未'));
}

相似汉字

1
2
3
public static void main(String[] args) {
System.out.println(HanziSimilarHelper.similarList('爱'));
}
如果对您有帮助,可以打赏呦!