hankcs / LDA4j

A Java implemention of LDA(Latent Dirichlet Allocation)

Home Page:http://www.hankcs.com/nlp/lda-java-introduction-and-implementation.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

憨批

hzwyjxy opened this issue · comments

LdaUtil
Map<Double, String> rankMap = new TreeMap<Double, String>(Collections.reverseOrder());
把double和string互换一下谢谢