BTM-Java icon indicating copy to clipboard operation
BTM-Java copied to clipboard

A java implement of Biterm Topic Model

Results 2 BTM-Java issues
Sort by recently updated
recently updated
newest added

line 172: Collections.sort(maplist, (o1, o2) -> o2.getValue().compareTo(o1.getValue())); This line is error on my computer.

if a document in the docs contains only one word,then after running the program ,the result for it in "model-final.theta" will be all zero