M README.md => README.md +1 -1
@@ 4,7 4,7 @@ You can play it here: [One tøp song](https://fkfd.me/toys/one_top_song/)
## Synopsis
-__1003__. That's how many words there are that appear in only one twenty
+__1001__. That's how many words there are that appear in only one twenty
øne piløts song, give or take (see next section for more details). From
obvious ones like "stressed", to words that you swear you heard elsewhere
but aren't such as "went".
M data/tracks_words => data/tracks_words +0 -1
@@ 133,7 133,6 @@ Redecorate inline
Redecorate redecorate
Redecorate decisions
Redecorate mostly
-Redecorate ripped
Redecorate perspective
Redecorate traditional
Redecorate wonderful
M data/words => data/words +0 -1
@@ 708,7 708,6 @@ revel
reverse
rhythm
rim
-ripped
rising
risks
rival
M data/words.json => data/words.json +0 -1
@@ 128,7 128,6 @@
{"track":"Redecorate","word":"inline","lines":["Seein' snapshots chronologically inline"]},
{"track":"Redecorate","word":"decisions","lines":["Make my people make decisions, wondering what to do, oh"]},
{"track":"Redecorate","word":"mostly","lines":["He says he likes an open schedule, but he mostly hates it"]},
-{"track":"Redecorate","word":"ripped","lines":["So she ripped them off the mirror, stepped back and she said"]},
{"track":"Redecorate","word":"perspective","lines":["Tried lookin' at it from a new perspective"]},
{"track":"Redecorate","word":"traditional","lines":["Just not the traditional way, yeah"]},
{"track":"Redecorate","word":"wonderful","lines":["There was a wonderful structure to the city"]},
M index.html => index.html +4 -3
@@ 83,14 83,14 @@
<details>
<summary>How many words are there?</summary>
<p>
- <strong>1002.</strong>
+ <strong>1001.</strong>
You can see a full list <a href="words.html">here</a>.
</p>
<p>Whether or not this is a lot is left as an exercise for the reader.</p>
<p>Trivia:</p>
<ul>
- <li>These 1002 words come from 78 songs.</li>
- <li>1002 / 78 = 12.85.</li>
+ <li>These 1001 words come from 78 songs.</li>
+ <li>1001 / 78 = 12.84.</li>
<li>The song that contributed the most words is Neon Gravestones (51).</li>
<li>
The songs on this list that contributed the fewest are Before You Start
@@ 168,6 168,7 @@
<li>2022-04-30: Add trivia</li>
<li>2022-05-07: Remove "beast" (Migraine)</li>
<li>2022-05-10: Add the final "." in "We Don't Believe What's On T.V."</li>
+ <li>2022-05-13: Remove "ripped" (Redecorate)</li>
</ul>
</details>
<details>
M words.html => words.html +1 -2
@@ 145,7 145,7 @@
<tr><td>repentance</td><td>Repentance is taking commission</td></tr>
<tr><td>toll</td><td>It's taking a toll</td></tr>
<tr><td>destiny</td><td>New destiny to the grave</td></tr>
-<tr><td rowspan=29>Redecorate</td><td>schedule</td><td>He says he likes an open schedule, but he mostly hates it</td></tr>
+<tr><td rowspan=28>Redecorate</td><td>schedule</td><td>He says he likes an open schedule, but he mostly hates it</td></tr>
<tr><td>inventory</td><td>Takin' inventory of his life</td></tr>
<tr><td>inebriated</td><td>And he feels trapped when he's not inebriated</td></tr>
<tr><td>sedated</td><td>Fair to say he's fairly sedated most days of the week</td></tr>
@@ 159,7 159,6 @@
<tr><td>inline</td><td>Seein' snapshots chronologically inline</td></tr>
<tr><td>decisions</td><td>Make my people make decisions, wondering what to do, oh</td></tr>
<tr><td>mostly</td><td>He says he likes an open schedule, but he mostly hates it</td></tr>
-<tr><td>ripped</td><td>So she ripped them off the mirror, stepped back and she said</td></tr>
<tr><td>perspective</td><td>Tried lookin' at it from a new perspective</td></tr>
<tr><td>traditional</td><td>Just not the traditional way, yeah</td></tr>
<tr><td>wonderful</td><td>There was a wonderful structure to the city</td></tr>
M words.js => words.js +0 -1
@@ 128,7 128,6 @@ let WORDS = [
{track:"Redecorate",word:"inline",lines:["Seein' snapshots chronologically inline"]},
{track:"Redecorate",word:"decisions",lines:["Make my people make decisions, wondering what to do, oh"]},
{track:"Redecorate",word:"mostly",lines:["He says he likes an open schedule, but he mostly hates it"]},
-{track:"Redecorate",word:"ripped",lines:["So she ripped them off the mirror, stepped back and she said"]},
{track:"Redecorate",word:"perspective",lines:["Tried lookin' at it from a new perspective"]},
{track:"Redecorate",word:"traditional",lines:["Just not the traditional way, yeah"]},
{track:"Redecorate",word:"wonderful",lines:["There was a wonderful structure to the city"]},