The Languages of Frida Kahlo

Frida_Language.png

This project compares the English and Spanish subtitles from the movie Frida (2002) 🎥. Subtitle files were imported into R and examined using several natural language processing (NLP) tools and techniques, such as:

  • Tokenization
  • Bigrams
  • Sentiment analysis

Results were also plotted for a better interpretation 📊📈. Some of the packages used include:

  • tidyverse
  • tidytext
  • stringi
  • igraph
  • ggraph
  • syuzhet

You can find the code here.