Skip to content

Commit

Permalink
updates to bad words
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyReif committed May 3, 2019
1 parent d9176c9 commit 4a6654a
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 106 deletions.
79 changes: 78 additions & 1 deletion badwords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ export const BadWords: string[] = [
'rapes',
'raping',
'rapist',
'rapists',
'raunch',
'raunchy',
'rawsex',
Expand Down Expand Up @@ -1099,5 +1100,81 @@ export const BadWords: string[] = [
'puff',
'facebook',
'twitter',
'prostitute'
'prostitute',
'cf',
'crossfire',
'burqa',
'blacks',
'molestation',
'erect',
'erection',
'execute',
'executed',
'executes',
'executing',
'execution',
'executions',
'gunbattle',
'gunfight',
'gunfire',
'gunman',
'gunmen',
'gunner',
'gunning',
'gunpoint',
'guns',
'gunshot',
'gunshots',
'gunman',
'hijack',
'hijacked',
'highackers',
'highacking',
'hijackings',
'hooker',
'hump',
'illegals',
'jihad',
'jihadi',
'jihadist',
'jihadists',
'lynching',
'massacre',
'massacred',
'massacres',
'retarded',
'miscarriage',
'nip',
'racist',
'racists',
'rapists',
'shoot',
'shooter',
'shooters',
'shooting',
'shootings',
'shootout',
'shootouts',
'shoots',
'sperm',
'stab',
'stabbed',
'stabbing',
'stabbings',
'stoning',
'stripped',
'stripping',
'suicidal',
'suicide',
'suicides',
'terror',
'terrorism',
'terrorist',
'terrorists',
'terrorize',
'terrorized',
'terrorizing',
'waterboarding',
'xenophobia',
'adidas',
]
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
justify-content: space-between;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,700" rel="stylesheet">
<div id="body">

<div id='input_bar'>
Expand Down
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async function precalculatProjections(words: string[]) {
}

async function setup() {
utils.refreshAtMidnight();
const data = await utils.loadDatabase(
EMBEDDINGS_DIR, EMBEDDINGS_WORDS_URL, EMBEDDINGS_VALUES_URL);

Expand Down
Loading

0 comments on commit 4a6654a

Please sign in to comment.