Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/WHUIR/SATM

Our Java implementation of Self-Aggregation-Based Topic Model (SATM)
https://github.com/WHUIR/SATM

short-text topic-modeling

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.