StKirill commited on
Commit
4f30c41
·
verified ·
1 Parent(s): 10ccee5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -52,6 +52,9 @@ Number of replicas for all episodes are shown below:
52
  !["Number of replicas for episode"](./images/NumberOfReplicasInEpisode.png)
53
  As could be seen mean value of replicas in episode are 265. Standard deviation is about 65 replicas.
54
 
 
 
 
55
  # Analysing the styles of the characters
56
  Before training the language patterns, I investigated the style features of Rachel. Specifically, to identify the speech features, I did the following:
57
 
@@ -68,3 +71,5 @@ After this initial analysis of speech, I investigated the vocabulary in more det
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)
 
 
 
52
  !["Number of replicas for episode"](./images/NumberOfReplicasInEpisode.png)
53
  As could be seen mean value of replicas in episode are 265. Standard deviation is about 65 replicas.
54
 
55
+ Most frequent words in dataset:
56
+ !["Most frequent words"](./images/MostFrequentWords.png)
57
+
58
  # Analysing the styles of the characters
59
  Before training the language patterns, I investigated the style features of Rachel. Specifically, to identify the speech features, I did the following:
60
 
 
71
  ## Most frequent Rachel words
72
  I've done an analysis of Rachel's most frequent words, excluding stopwords from nltk.stopwords("english"). Result of this analysis is shown below.
73
  !["Most frequent Rachel's words"](./images/RachelMostFrequentWords.png)
74
+
75
+