Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 440 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 440 Bytes

SATM

Our Java implementation of Self-Aggregation-Based Topic Model (SATM).

SATM is a short text topic modeling algorithm published in AAAI at 2015, the paper's name is : Short and sparse text topic modeling via self-aggregation.

The hyper-parameter settings and the way of loading dataset are included in src/Main.java , you should read it and change some codes(if necessary) before you apply it.

Wish our code can help your research.