codeandtheory / comment-scraping-and-analysis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 97.4%Language:Python 2.6%