Implementation of labeled LDA as proposed in [1]. This repository contains a marginally modified version of https://github.com/myleott/JGibbLabeledLDA - see that repostiroy for further information.
Only the method of data ingestion was changed from file- to datastore-based in order to suit the application purposes. Used in https://github.com/rmitsch/topac.
[1] D. Ramage, D. Hall, R. Nallapati, and C. D. Manning, “Labeled LDA: A Supervised Topic Model for Credit Attribution in Multi-labeled Corpora,” in Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 1 - Volume 1, Stroudsburg, PA, USA, 2009, pp. 248–256.