Load libraries
Read corpus from part 1
Create document term matrix and get frequency
Download JAVA and fix issue with tokeniizng
Calculating frequency of sentiment and combining it to the dataframe
Categorising words into negative, neutral, and positive
Plot top positive words
set.seed(100)
wordcloud(sent_pos_bible$text,sent_pos_bible$freq, min.freq=400,colors=brewer.pal(6,"Dark2"), random.order = F, random.color = F)