huaban / jieba-analysis

结巴分词(java版)
https://github.com/huaban/jieba-analysis
Apache License 2.0
2.55k stars 835 forks source link

Path包引入 Keyword compare 方法修复 #109

Closed MeetFuture closed 4 years ago

MeetFuture commented 4 years ago

1、JiebaSegmenter.java import java.nio.file.Path; 2、修改compare方法为 return Double.compare(this.tfidfvalue, o.tfidfvalue);