Here are
18 public repositories
matching this topic...
Improving topic models LDA and DMM (one-topic-per-document model for short texts) with word embeddings (TACL 2015)
GSDMM: Short text clustering
Updated
Sep 10, 2017
Python
Short Text Topic Modeling, JAVA
Updated
May 24, 2020
Java
A Java package for the LDA and DMM topic models
Updated
Apr 17, 2019
Java
Convolutional Neural Network based on Hierarchical Category Structure for Multi-label Short Text Categorization
Updated
Oct 21, 2019
Python
Code for Short Text Topic Modeling with Flexible Word Patterns
Updated
Jul 30, 2019
Java
Our Java implementation of Self-Aggregation-Based Topic Model (SATM)
Updated
Nov 11, 2017
Java
Our implementation of Biterm Topic Model (BTM) (published in WWW 2013)
An open-source, top-ranked sentiment analysis system of Spanish tweets.
Updated
Aug 24, 2017
Python
A classification for text and short text.
Our implementation of collapsed Gibbs Sampling algorithm for Dirichlet Multinomial Mixture model(GSDMM) (published in KDD 2014)
Updated
Dec 21, 2018
Java
The implementation of GPU-based Dirichlet Multinomial Mixture model (GPU-DMM) (published in SIGIR 2016)
An open-source spell checker for texts written in Spanish, with a focus on tweets.
Updated
Dec 22, 2017
Python
Final graduation project.
Updated
Jan 14, 2019
Jupyter Notebook
Final graduation project. Working on short text topic identification.
Improve this page
Add a description, image, and links to the
short-text
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
short-text
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The constructor for GSDMM with signature:
consumes the docs and vocab objects. This means that user will need to make copies of the data if they wish to use either of these vectors in subsequent processing.
Should be simple to refactor the interface to borrow these instea