Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 424 Bytes

text-analysis-SW

This project contains some basic text and sentiment analysis on episodes IV-VI of the Star Wars movies scripts.

The scripts are mainly written in R and should be executed in the following order:

  1. data_preparation -loads up all the necessary libraries & data
  2. summary -creates a set of custom functions used further in the analysis
  3. cross_episodes
  4. indicators
  5. n_grams
  6. sentiment_analysis