Package dragon.ir.topicmodel

Various topic models such as LDA, Apsect Model and Simple Mixture Model

See:
          Description

Interface Summary
TopicModel Interface of topic models
TwoDimensionModel Interface of two-dimensional topic models (in the progress)
 

Class Summary
AbstractModel Abstract model implements basic functions for topic model which can be inherited by other classes
AbstractTopicModel Abstract class of topic model
AbstractTwoDimensionModel Abstract class of two dimensional topic model
AspectModel Aspect topic model
CrossMixtureModel Cross mixture topic model
GibbsLDA Latent dirichlet allocation (LDA) with Gibbs sampling
ModelExcelWriter Writing topic model results to excel sheets
SimpleMixtureModel Simple mixture model
TwoDimensionEM The EM based two dimesional topical model
TwoDimensionGibbsLDA LDA Gibbs sampling two dimensional topical model
 

Package dragon.ir.topicmodel Description

Various topic models such as LDA, Apsect Model and Simple Mixture Model

Package Specification

The toolkit implements several classific topic models such as LDA, Apsect Model and Simple Mixture Model. It also provides a program to output the models to an Excel spreadsheet.