You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This is a Python Script to generate <a href="https://en.wikipedia.org/wiki/Pie_c
2
2
3
3
An example chart, generated using the 100,000 most common words in the Google Books English Corpus is shown below:
4
4
5
-
<imgsrc="http://codebox.org.uk/graphics/wordvis/wordvis_100000_small.png"height="320px"width="320px"alt="Sunburst Chart of Common English Words, small" />
5
+
<imgsrc="https://codebox.net/assets/images/common-english-words-visualisation/wordvis_100000_small.png"height="320px"width="320px"alt="Sunburst Chart of Common English Words, small" />
6
6
7
7
The charts consist of a series on concentric rings, with each ring divided into segments.
8
8
@@ -14,7 +14,7 @@ the letter adjacent to it on the previous ring. The size of each segment represe
14
14
in that position within the corpus. For example, by looking at the innermost ring we can see that the most common
15
15
letter to find at the start of a word is <strong>'T'</strong>:
16
16
17
-
<imgsrc="http://codebox.org.uk/graphics/wordvis/wordvis_100000_zoom.png"height="600px"width="600px"class="fancyimage"style="border: 1pxsolidgrey"alt="Sunburst Chart of Common English Words, small" />
17
+
<imgsrc="https://codebox.net/assets/images/common-english-words-visualisation/wordvis_100000_zoom.png"height="600px"width="600px"class="fancyimage"style="border: 1pxsolidgrey"alt="Sunburst Chart of Common English Words, small" />
18
18
19
19
Many of the common words found in the corpus can be seen on the chart by starting at the inner ring and reading
20
20
radially outwards. For example, the word <strong>'THE'</strong> can be seen in the diagram above, at the 10 o'clock position.
The charts are generated in SVG format, and the resulting files are large.
33
-
The <ahref="http://codebox.org.uk/graphics/wordvis/wordvis_100000.svg">SVG file generated using the Google Books data</a>
33
+
The <ahref="https://codebox.net/assets/images/common-english-words-visualisation/wordvis_100000.png">SVG file generated using the Google Books data</a>
0 commit comments