File size: 17,917 Bytes
71192d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
- type: basic
  note: Refer to the person, rather than the disability, first.
  considerate: person with learning disabilities
  inconsiderate: learning disabled
- type: basic
  note: Refer to the person, rather than the disability, first.
  considerate:
    - turned off
    - has a disability
    - person with a disability
    - people with disabilities
  inconsiderate:
    - disabled
    - invalid
- type: basic
  source: https://ncdj.org/style-guide/
  note: Assumes/implies that a person with a disability is deficient or inferior to others. When possible, specify the functional ability or its restriction.
  considerate:
    - has a disability
    - person with a disability
    - people with disabilities
  inconsiderate:
    - birth defect
- type: basic
  source: https://ncdj.org/style-guide/
  note: Assumes that a person with a disability has a reduced quality of life.
  considerate:
    - has a disability
    - person with a disability
    - people with disabilities
  inconsiderate:
    - suffers from disabilities
    - suffering from disabilities
    - suffering from a disability
    - afflicted with disabilities
    - afflicted with a disability
- type: basic
  source: https://ncdj.org/style-guide/
  note: Refer to the person, rather than the disability, first.
  considerate:
    - people with intellectual disabilities
  inconsiderate:
    - intellectually disabled people
- type: basic
  source: https://ncdj.org/style-guide/
  note: Assumes that a person with an intellectual disability has a reduced quality of life.
  considerate:
    - person with an intellectual disability
  inconsiderate:
    - intellectually disabled
    - has intellectual issues
    - suffers from intellectual disabilities
    - suffering from intellectual disabilities
    - suffering from an intellectual disability
    - afflicted with intellectual disabilities
    - afflicted with a intellectual disability
- type: basic
  source: https://ncdj.org/style-guide/
  note: Describe the behavior or illness without derogatory words.
  considerate:
    - rude
    - malicious
    - mean
    - disgusting
    - incredible
    - vile
    - person with symptoms of mental illness
    - person with mental illness
    - person with symptoms of a mental disorder
    - person with a mental disorder
  inconsiderate:
    - batshit
    - psycho
    - crazy
    - delirious
    - insane
    - insanity
    - loony
    - lunacy
    - lunatic
    - mentally ill
    - psychopathology
    - mental defective
    - moron
    - moronic
    - nuts
    - mental case
    - mental
- type: basic
  note: Describe the behavior or illness without derogatory words.
  considerate:
    - incredibly
  inconsiderate:
    - insanely
- type: basic
  note: When describing a mathematical or programmatic value, using the word “sane” needlessly invokes the topic of mental health.  Consider using a domain-specific or neutral term instead.
  considerate:
    - correct
    - adequate
    - sufficient
    - consistent
    - valid
    - coherent
    - sensible
    - reasonable
  inconsiderate: sane
- type: basic
  note: When describing a mathematical or programmatic value, using the phrase “sanity check” needlessly invokes the topic of mental health.  Consider using simply “check”, or a domain-specific or neutral term, instead.
  considerate:
    - check
    - assertion
    - validation
    - smoke test
  inconsiderate: sanity check
- type: basic
  source: https://ncdj.org/style-guide/
  note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
  considerate:
    - fluctuating
    - person with bipolar disorder
  inconsiderate:
    - bipolar
- type: basic
  source: https://ncdj.org/style-guide/
  note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
  considerate:
    - person with schizophrenia
  inconsiderate:
    - schizophrenic
    - schizo
- type: basic
  source: https://ncdj.org/style-guide/
  note: Assumes a person with schizophrenia experiences a reduced quality of life.
  considerate:
    - person with schizophrenia
  inconsiderate:
    - suffers from schizophrenia
    - suffering from schizophrenia
    - afflicted with schizophrenia
    - manic
- type: basic
  source: https://ncdj.org/style-guide/
  considerate: accessible parking
  inconsiderate: handicapped parking
- type: basic
  source: https://ncdj.org/style-guide/
  note: Refer to the person, rather than the disability, first.
  considerate:
    - person with a handicap
    - accessible
  inconsiderate: handicapped
- type: basic
  source: https://ncdj.org/style-guide/
  note: Refer to the person, rather than the condition, first.
  considerate: person with an amputation
  inconsiderate: amputee
- type: basic
  note: Refer to the specific disability.
  considerate: person with a limp
  inconsiderate:
    - cripple
    - crippled
    - gimp
- type: basic
  considerate: person with Down Syndrome
  inconsiderate: mongoloid
- type: basic
  note: Refer to the person, rather than the condition, first.
  considerate: individual who has had a stroke
  inconsiderate:
    - stroke victim
    - suffering from a stroke
    - victim of a stroke
- type: basic
  considerate: person who has multiple sclerosis
  inconsiderate:
    - suffers from multiple sclerosis
    - suffering from multiple sclerosis
    - victim of multiple sclerosis
    - multiple sclerosis victim
    - afflicted with multiple sclerosis
- type: basic
  source: https://ncdj.org/style-guide
  note: Refer to a person's condition as a state, not as an affliction.
  considerate: person who has muscular dystrophy
  inconsiderate:
    - suffers from muscular dystrophy
    - afflicted with muscular dystrophy
    - suffers from MD
    - afflicted with MD
- type: basic
  considerate: with family support needs
  inconsiderate: family burden
- type: basic
  considerate:
    - psychiatric hospital
    - mental health hospital
  inconsiderate:
    - asylum
- type: basic
  considerate:
    - chaos
    - hectic
    - pandemonium
  inconsiderate:
    - bedlam
    - madhouse
    - loony bin
- type: basic
  source: https://media.specialolympics.org/soi/files/press-kit/2014_FactSheet_Final.pdf
  considerate:
    - Down Syndrome
  inconsiderate:
    - downs syndrome
- type: basic
  considerate:
    - silly
    - dullard
    - person with Down Syndrome
    - person with developmental disabilities
    - delay
    - hold back
  inconsiderate:
    - retard
    - retarded
    - short bus
- type: basic
  considerate:
    - sillies
    - dullards
    - people with developmental disabilities
    - people with Down’s Syndrome
    - delays
    - holds back
  inconsiderate: retards
- type: basic
  note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
  considerate:
    - person with a psychotic condition
    - person with psychosis
  inconsiderate:
    - psychotic
    - suffers from psychosis
    - suffering from psychosis
    - afflicted with psychosis
    - victim of psychosis
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - boring
    - dull
  inconsiderate: lame
- type: basic
  considerate:
    - person with AIDS
  inconsiderate:
    - suffering from aids
    - suffer from aids
    - suffers from aids
    - afflicted with aids
    - victim of aids
    - aids victim
- type: basic
  considerate:
    - uses a wheelchair
  inconsiderate:
    - confined to a wheelchair
    - bound to a wheelchair
    - restricted to a wheelchair
    - wheelchair bound
- type: basic
  source: https://media.specialolympics.org/soi/files/press-kit/2014_FactSheet_Final.pdf
  note: When possible, use the exact discipline of sport.
  considerate:
    - athletes
    - Special Olympics athletes
  inconsiderate:
    - special olympians
    - special olympic athletes
- type: basic
  source: https://ncdj.org/style-guide/
  note: Can imply that people with disabilities lack the ability to use their bodies well. Sometimes `typical` can be used.
  considerate:
    - non-disabled
  inconsiderate:
    - ablebodied
- type: basic
  source: https://ncdj.org/style-guide/
  note: Addiction is a neurobiological disease.
  considerate:
    - person with a drug addiction
    - person recovering from a drug addiction
  inconsiderate:
    - addict
    - junkie
- type: basic
  source: https://ncdj.org/style-guide/
  note: Addiction is a neurobiological disease.
  considerate:
    - people with a drug addiction
    - people recovering from a drug addiction
  inconsiderate:
    - addicts
    - junkies
- type: basic
  source: https://ncdj.org/style-guide/
  note: Alcoholism is a neurobiological disease.
  considerate:
    - someone with an alcohol problem
  inconsiderate:
    - alcoholic
    - alcohol abuser
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - deaf
  inconsiderate:
    - deaf and dumb
    - deafmute
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with dementia
  inconsiderate:
    - demented
    - senile
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - sad
    - blue
    - bummed out
    - person with seasonal affective disorder
    - person with psychotic depression
    - person with postpartum depression
  inconsiderate:
    - depressed
- type: basic
  source:
    - https://ncdj.org/style-guide/
    - https://www.lpaonline.org/faq-#Midget
  considerate:
    - person with dwarfism
    - little person
    - little people
    - LP
    - person of short stature
  inconsiderate:
    - vertically challenged
    - midget
    - small person
    - dwarf
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with dyslexia
  inconsiderate:
    - dyslexic
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with epilepsy
  inconsiderate:
    - epileptic
- type: basic
  source: https://ncdj.org/style-guide/
  note: When possible, ask the person what they prefer.
  considerate:
    - hard of hearing
    - partially deaf
    - partial hearing loss
    - deaf
  inconsiderate:
    - hearing impaired
    - hearing impairment
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - polio
    - person who had polio
  inconsiderate:
    - infantile paralysis
    - suffers from polio
    - suffering from polio
    - suffering from a polio
    - afflicted with polio
    - afflicted with a polio
    - victim of polio
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - sustain an injury
    - receive an injury
  inconsiderate:
    - suffer from an injury
    - suffers from an injury
    - suffering from an injury
    - afflicted with an injury
    - victim of an injury
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - sustain injuries
    - receive injuries
  inconsiderate:
    - suffer from injuries
    - suffers from injuries
    - suffering from injuries
    - afflicted with injuries
    - victim of injuries
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with paraplegia
  inconsiderate:
    - paraplegic
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with quadriplegia
  inconsiderate:
    - quadriplegic
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with cerebral palsy
    - twitch
    - flinch
    - hectic
  inconsiderate:
    - spaz
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person with cerebral palsy
    - twitch
    - flinch
  inconsiderate:
    - spastic
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - stuttering
    - disfluency of speech
  inconsiderate:
    - stammering
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - person who stutters
  inconsiderate:
    - stutterer
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - Tourette syndrome
  inconsiderate:
    - tourettes syndrome
    - tourettes disorder
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - treatment center
  inconsiderate:
    - rehab center
    - detox center
- type: basic
  source: https://ncdj.org/style-guide/
  considerate:
    - treatment
  inconsiderate:
    - rehab
    - detox
- type: basic
  source: https://ncdj.org/style-guide/
  note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
  considerate:
    - person with a personality disorder
    - person with psychopathic personality
  inconsiderate:
    - sociopath
- type: basic
  source: https://ncdj.org/style-guide/
  note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
  considerate:
    - people with psychopathic personalities
    - people with a personality disorder
  inconsiderate:
    - sociopaths
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  note: Dumb here is used in 2 different contexts , the inability to talk or as a curse word.
  considerate:
    - foolish
    - ludicrous
    - speechless
    - silent
  inconsiderate:
    - dumb
- type: basic
  source: https://web.archive.org/web/20181025174508/http://www.mmonjejr.com:80/2014/02/deconstructing-stupid.html
  considerate:
    - foolish
    - ludicrous
    - unintelligent
  inconsiderate:
    - simpleton
    - stupid
    - wacko
    - whacko
    - low iq
- type: basic
  considerate:
    - fit of terror
    - scare
  inconsiderate:
    - panic attack
- type: basic
  considerate:
    - thin
    - slim
  inconsiderate:
    - anorexic
    - bony
- type: basic
  source: https://english.stackexchange.com/questions/247550/
  note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
  considerate:
    - has an anxiety disorder
    - obsessive
    - pedantic
    - niggly
    - picky
  inconsiderate:
    - neurotic
    - ocd
    - o.c.d
    - o.c.d.
- type: basic
  considerate:
    - restlessness
    - sleeplessness
  inconsiderate:
    - insomnia
- type: basic
  considerate:
    - person who has insomnia
  inconsiderate:
    - insomniac
- type: basic
  considerate:
    - people who have insomnia
  inconsiderate:
    - insomniacs
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - empty
    - sterile
    - infertile
  inconsiderate:
    - barren
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - careless
    - heartless
    - indifferent
    - insensitive
  inconsiderate:
    - blind to
    - blind eye to
    - blinded by
    - deaf to
    - deaf ear to
    - deafened by
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - creep
    - fool
  inconsiderate:
    - cretin
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - absurd
    - foolish
  inconsiderate:
    - daft
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - foolish
    - ludicrous
    - silly
  inconsiderate:
    - feebleminded
    - feeble minded
    - idiot
    - imbecile
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  note: Sometimes it's cleft lip or palate, not both. Specify when possible.
  considerate:
    - person with a cleft-lip and palate
  inconsiderate:
    - harelipped
    - cleftlipped
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - cleft-lip and palate
  inconsiderate:
    - harelip
    - hare lip
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - fanatic
    - zealot
    - enthusiast
  inconsiderate:
    - maniac
- type: basic
  considerate:
    - person with prominent teeth
    - prominent teeth
  inconsiderate:
    - bucktoothed
    - buckteeth
- type: basic
  source:
    - http://cdrnys.org/blog/disability-dialogue/the-disability-dialogue-4-disability-euphemisms-that-need-to-bite-the-dust/
    - https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  note: Euphemisms for disabilities can be infantilizing.
  considerate:
    - has a disability
    - person with a disability
    - people with disabilities
  inconsiderate:
    - challenged
    - diffability
    - differently abled
    - handicapable
    - special
    - special needs
    - specially abled
- type: basic
  source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html
  considerate:
    - disagreeable
    - uneducated
    - ignorant
    - naive
    - inconsiderate
  inconsiderate:
    - fucktard
    - libtard
    - contard
- type: basic
  considerate:
    - disorganized
    - distracted
    - energetic
    - hyperactive
    - impetuous
    - impulsive
    - inattentive
    - restless
    - unfocused
  inconsiderate:
    # Upper case to only match `ADD`, not `add`.
    - ADD
    - adhd
    - a.d.d.
    - a.d.h.d.
- type: basic
  note: Dummy can refer to the inability to talk or be used as a derogatory word meaning stupid. In computer programming it is used where a value or behavior is unimportant. There are better alternatives for other use cases also.
  considerate:
    - test double
    - placeholder
    - fake
    - stub
  inconsiderate:
    - dummyvariable
    - dummyvalue
    - dummyobject
    - dummy
- type: basic
  note: Binge might be insensitive towards folks with eating or drinking disorders
  source: https://github.com/retextjs/retext-equality/issues/110
  considerate:
    - enthusiastic
    - spree
  inconsiderate:
    - binge