Skip to content

codeandtheory/comment-scraping-and-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

comment-scraping-and-analysis

An approach to grabbing comments (with beautiful soup) and running text analysis on them (with NLTK and Gensim).

This is for comments that do not have ratings (or comments with uniform or unreliable ratings). It will produce a chart of the n most frequent terms and a LDA topic model (you'll have to apply topic categories yourself, as per the LDA norm).

About

A pythonic approach to grabbing comments and running text analysis on them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.4%
  • Python 2.6%