StKirill commited on
Commit
a83606e
·
verified ·
1 Parent(s): 7785d65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -65,3 +65,6 @@ From the plot above, we can draw tentative conclusions about the specifics of th
65
 
66
  After this initial analysis of speech, I investigated the vocabulary in more detail and analysed it in terms of the complexity of the words used by the characters. We conventionally took long words consisting of more than 4 syllables as "difficult" words. The proportion of difficult words for each character can be seen in the graph below:
67
 
 
 
 
 
65
 
66
  After this initial analysis of speech, I investigated the vocabulary in more detail and analysed it in terms of the complexity of the words used by the characters. We conventionally took long words consisting of more than 4 syllables as "difficult" words. The proportion of difficult words for each character can be seen in the graph below:
67
 
68
+ ## Most frequent Rachel words
69
+ I've done an analysis of Rachel's most frequent words, excluding stopwords from nltk.stopwords("english"). Result of this analysis is shown below.
70
+ !["Most frequent Rachel's words"](./images/RachelMostFrequentWords.png)