Skip to content

jalexvig/reddit_comment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing reddit comments

See this post for more details.

Requirements

  • numpy
  • pandas
  • nltk
  • sklearn
  • scipy

To install these with pip run pip install numpy, pandas, nltk, sklearn, scipy in a shell.

You will also need to install some nltk packages. In a python shell type:

import nltk
nltk.download()

Wait for the download window to pop up and install the following packages:

  • averaged_perceptron_tagger
  • punkt
  • wordnet

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages