Skip to content

Commit 20f6de8

Browse files
committed
Update the word clouds
1 parent 28cce32 commit 20f6de8

24 files changed

Lines changed: 377 additions & 190 deletions

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ This script will use the words that you have added to your VS Code settings file
3030
bash scripts/markdown-lint.sh _posts > linting-results.txt 2>&1
3131
```
3232

33-
* [`create_wordcloud_all`](/scripts/create_wordcloud_all.sh) - creates JSON files with word-cloud data in to `/data/wc/` by calling [`create_wordcloud_year.sh`](/scripts/create_wordcloud_year.sh).
33+
* [`create_wordcloud_all`](/scripts/create_wordcloud_all.sh) - creates JSON files with word-cloud data in to `/data/wc/` by calling [`create_wordcloud_year.sh`](/scripts/create_wordcloud_year.sh). It will exclude common words defined in `./data/wc/exclude.json`. It will not be run automatically so should be run locally and then committed to git.
34+
35+
```bash
36+
bash scripts/create_wordcloud_all.sh
37+
```

data/wc/exclude.json

Lines changed: 91 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,93 @@
11
[
2-
"the", "and", "you", "this", "that", "with", "not", "for", "are", "but", "have", "from",
3-
"will", "was", "some", "www", "good", "great", "all", "they", "has", "also", "can",
4-
"very", "here", "there", "which", "what", "about", "how", "time", "our", "one", "more",
5-
"https", "now", "just", "them", "your",
6-
"get", "like", "use", "used", "using", "make", "made", "want", "need", "really", "thing", "things", "know", "back", "even", "still",
7-
"code", "example", "function", "value", "values", "object", "data", "file", "line", "type", "types", "input", "output", "return",
8-
"var", "let", "const", "class", "method", "public", "private", "void", "null", "true", "false", "if", "else", "new", "return",
9-
"think", "post", "blog", "wrote", "writing", "read", "reading", "comment", "comments", "said", "people"
2+
"about",
3+
"all",
4+
"also",
5+
"are",
6+
"back",
7+
"blog",
8+
"but",
9+
"can",
10+
"class",
11+
"code",
12+
"comment",
13+
"comments",
14+
"const",
15+
"data",
16+
"else",
17+
"even",
18+
"example",
19+
"false",
20+
"file",
21+
"for",
22+
"from",
23+
"function",
24+
"get",
25+
"good",
26+
"great",
27+
"has",
28+
"have",
29+
"here",
30+
"how",
31+
"https",
32+
"if",
33+
"input",
34+
"just",
35+
"know",
36+
"let",
37+
"like",
38+
"line",
39+
"made",
40+
"make",
41+
"method",
42+
"more",
43+
"new",
44+
"need",
45+
"not",
46+
"null",
47+
"now",
48+
"object",
49+
"one",
50+
"our",
51+
"output",
52+
"people",
53+
"post",
54+
"private",
55+
"public",
56+
"read",
57+
"reading",
58+
"really",
59+
"return",
60+
"said",
61+
"some",
62+
"still",
63+
"that",
64+
"the",
65+
"them",
66+
"there",
67+
"think",
68+
"things",
69+
"thing",
70+
"they",
71+
"this",
72+
"time",
73+
"true",
74+
"type",
75+
"types",
76+
"use",
77+
"used",
78+
"using",
79+
"value",
80+
"values",
81+
"var",
82+
"very",
83+
"void",
84+
"want",
85+
"was",
86+
"what",
87+
"when",
88+
"which",
89+
"will",
90+
"wrote",
91+
"www",
92+
"your"
1093
]

data/wc/wordcloud-2006.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[
2+
["and", 225],
3+
["you", 90],
4+
["with", 83],
25
["band", 64],
36
["http", 53],
47
["com", 31],
5-
["when", 29],
68
["solution", 29],
79
["well", 25],
810
["had", 25],

data/wc/wordcloud-2007.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[
2+
["and", 702],
3+
["you", 363],
4+
["with", 227],
25
["http", 208],
36
["net", 145],
47
["band", 142],
58
["com", 138],
6-
["when", 109],
79
["nice", 80],
810
["project", 74],
911
["been", 72],

data/wc/wordcloud-2008.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[
2+
["and", 601],
23
["http", 417],
4+
["you", 385],
5+
["with", 237],
36
["com", 225],
47
["net", 182],
58
["aspx", 121],
6-
["when", 120],
79
["html", 102],
810
["build", 92],
911
["quite", 82],

data/wc/wordcloud-2009.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[
2+
["and", 710],
23
["http", 601],
34
["com", 318],
5+
["with", 282],
46
["net", 236],
7+
["you", 215],
58
["mvc", 140],
69
["org", 133],
710
["asp", 133],
@@ -16,7 +19,6 @@
1619
["first", 80],
1720
["sprint", 79],
1821
["into", 74],
19-
["when", 70],
2022
["model", 69],
2123
["driven", 68],
2224
["backlog", 68],

data/wc/wordcloud-2010.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[
2+
["and", 567],
23
["http", 299],
4+
["you", 255],
5+
["with", 199],
36
["com", 170],
47
["specflow", 134],
58
["target", 125],
@@ -8,7 +11,6 @@
811
["net", 121],
912
["project", 97],
1013
["org", 88],
11-
["when", 85],
1214
["test", 83],
1315
["html", 68],
1416
["way", 66],
@@ -153,6 +155,7 @@
153155
["board", 17],
154156
["add", 17],
155157
["actually", 17],
158+
["writing", 16],
156159
["tdd", 16],
157160
["support", 16],
158161
["marcus", 16],

data/wc/wordcloud-2011.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[
2+
["and", 927],
3+
["you", 435],
24
["http", 283],
5+
["with", 271],
36
["com", 207],
47
["specflow", 162],
58
["test", 127],
6-
["when", 117],
79
["net", 112],
810
["dynamic", 106],
911
["org", 105],
@@ -187,6 +189,7 @@
187189
["cucumber", 23],
188190
["command", 23],
189191
["asp", 23],
192+
["writing", 22],
190193
["than", 22],
191194
["such", 22],
192195
["string", 22],

data/wc/wordcloud-2012.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[
2+
["and", 970],
3+
["you", 716],
4+
["with", 291],
25
["http", 220],
36
["work", 185],
4-
["when", 141],
57
["change", 125],
68
["com", 117],
79
["net", 116],
@@ -191,6 +193,7 @@
191193
["examples", 22],
192194
["bad", 22],
193195
["asked", 22],
196+
["writing", 21],
194197
["weeks", 21],
195198
["such", 21],
196199
["show", 21],

data/wc/wordcloud-2013.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[
2+
["and", 1173],
3+
["you", 820],
4+
["with", 361],
25
["http", 320],
36
["work", 224],
47
["com", 216],
58
["team", 154],
6-
["when", 147],
79
["nancy", 132],
810
["net", 120],
911
["way", 118],
@@ -192,6 +194,7 @@
192194
["found", 26],
193195
["during", 26],
194196
["both", 26],
197+
["writing", 25],
195198
["twitter", 25],
196199
["source", 25],
197200
["short", 25],

0 commit comments

Comments
 (0)