Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 638 Bytes

Data_analysis_2014

A simple text analysis script using and testing NLTK.

This code is based on the NLTK book - Natural Language Processing with Python, available here: http://nltk.org/book

Requirements

NLTK - see install guide here: http://www.nltk.org/install.html Positive & Negative word lists from: https://github.com/williamgunn/SciSentiment

Usage

Set the Path in Data_analysis_2014 to your target directory and run the Python script.

In Process / To do

  1. Develop CSV output
  2. Set parsing by sentence rather than word
  3. Investigate graphic options