R Script Sentiment
This R script analyzes the sentiment and word frequency of the text from Madame Bovary.
Using the syuzhet package, I tokenized the text and applied sentiment analysis,
generating sentiment scores at both the word and sentence levels. These results are
summarized and plotted to show the emotional valence across the narrative. Additionally, a
word cloud is created to visualize the frequency of words within the text, with frequent words
highlighted using the ggplot2 and word cloud libraries.