Skip to content

FritscheU/Topic-Scaling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Topic Scaling

Learning time-based topics by combining document scaling and supervised topic models.

We applied Wordfish to estimate document scores that later serve as dependent variable for supervised Latent Dirichlet Allocation. The goal is to learn time-based topics without requiring a time frame to be set.

The number of topics could be increased to unfold potential hidden structures in the corpus.

Example of application: State Of The Union (SOTU) addresses (1853-2019).

dtm_sotu.py gives estimates a Dynamic Topic Model DTM on the SOTU corpus. Two topics are learned for each time frame (decade) using Gensim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 62.9%
  • Python 37.1%