UNPKG

136 kBJSONView Raw
1[
2 {
3 "id": "learning-disabled",
4 "type": "basic",
5 "categories": [
6 "a"
7 ],
8 "considerate": {
9 "person with learning disabilities": "a"
10 },
11 "inconsiderate": {
12 "learning disabled": "a"
13 },
14 "note": "Refer to the person, rather than the disability, first."
15 },
16 {
17 "id": "invalid",
18 "type": "basic",
19 "categories": [
20 "a"
21 ],
22 "considerate": {
23 "turned off": "a",
24 "has a disability": "a",
25 "person with a disability": "a",
26 "people with disabilities": "a"
27 },
28 "inconsiderate": {
29 "disabled": "a",
30 "invalid": "a"
31 },
32 "note": "Refer to the person, rather than the disability, first."
33 },
34 {
35 "id": "birth-defect",
36 "type": "basic",
37 "categories": [
38 "a"
39 ],
40 "considerate": {
41 "has a disability": "a",
42 "person with a disability": "a",
43 "people with disabilities": "a"
44 },
45 "inconsiderate": {
46 "birth defect": "a"
47 },
48 "note": "Assumes/implies that a person with a disability is deficient or inferior to others. When possible, specify the functional ability or its restriction. (source: https://ncdj.org/style-guide/)"
49 },
50 {
51 "id": "suffers-from-disabilities",
52 "type": "basic",
53 "categories": [
54 "a"
55 ],
56 "considerate": {
57 "has a disability": "a",
58 "person with a disability": "a",
59 "people with disabilities": "a"
60 },
61 "inconsiderate": {
62 "suffers from disabilities": "a",
63 "suffering from disabilities": "a",
64 "suffering from a disability": "a",
65 "afflicted with disabilities": "a",
66 "afflicted with a disability": "a"
67 },
68 "note": "Assumes that a person with a disability has a reduced quality of life. (source: https://ncdj.org/style-guide/)"
69 },
70 {
71 "id": "intellectually-disabled-people",
72 "type": "basic",
73 "categories": [
74 "a"
75 ],
76 "considerate": {
77 "people with intellectual disabilities": "a"
78 },
79 "inconsiderate": {
80 "intellectually disabled people": "a"
81 },
82 "note": "Refer to the person, rather than the disability, first. (source: https://ncdj.org/style-guide/)"
83 },
84 {
85 "id": "intellectually-disabled",
86 "type": "basic",
87 "categories": [
88 "a"
89 ],
90 "considerate": {
91 "person with an intellectual disability": "a"
92 },
93 "inconsiderate": {
94 "intellectually disabled": "a",
95 "has intellectual issues": "a",
96 "suffers from intellectual disabilities": "a",
97 "suffering from intellectual disabilities": "a",
98 "suffering from an intellectual disability": "a",
99 "afflicted with intellectual disabilities": "a",
100 "afflicted with a intellectual disability": "a"
101 },
102 "note": "Assumes that a person with an intellectual disability has a reduced quality of life. (source: https://ncdj.org/style-guide/)"
103 },
104 {
105 "id": "nuts",
106 "type": "basic",
107 "categories": [
108 "a"
109 ],
110 "considerate": {
111 "rude": "a",
112 "malicious": "a",
113 "mean": "a",
114 "disgusting": "a",
115 "vile": "a",
116 "person with symptoms of mental illness": "a",
117 "person with mental illness": "a",
118 "person with symptoms of a mental disorder": "a",
119 "person with a mental disorder": "a"
120 },
121 "inconsiderate": {
122 "batshit": "a",
123 "psycho": "a",
124 "crazy": "a",
125 "delirious": "a",
126 "insane": "a",
127 "insanity": "a",
128 "loony": "a",
129 "lunacy": "a",
130 "lunatic": "a",
131 "mentally ill": "a",
132 "psychopathology": "a",
133 "mental defective": "a",
134 "moron": "a",
135 "moronic": "a",
136 "nuts": "a",
137 "mental case": "a",
138 "mental": "a"
139 },
140 "note": "Describe the behavior or illness without derogatory words. (source: https://ncdj.org/style-guide/)"
141 },
142 {
143 "id": "sane",
144 "type": "basic",
145 "categories": [
146 "a"
147 ],
148 "considerate": {
149 "correct": "a",
150 "adequate": "a",
151 "sufficient": "a",
152 "consistent": "a",
153 "valid": "a",
154 "coherent": "a",
155 "sensible": "a",
156 "reasonable": "a"
157 },
158 "inconsiderate": {
159 "sane": "a"
160 },
161 "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."
162 },
163 {
164 "id": "sanity-check",
165 "type": "basic",
166 "categories": [
167 "a"
168 ],
169 "considerate": {
170 "check": "a",
171 "assertion": "a",
172 "validation": "a",
173 "smoke test": "a"
174 },
175 "inconsiderate": {
176 "sanity check": "a"
177 },
178 "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."
179 },
180 {
181 "id": "bipolar",
182 "type": "basic",
183 "categories": [
184 "a"
185 ],
186 "considerate": {
187 "fluctuating": "a",
188 "person with bipolar disorder": "a"
189 },
190 "inconsiderate": {
191 "bipolar": "a"
192 },
193 "note": "Only use terms describing mental illness when referring to a professionally diagnosed medical condition. (source: https://ncdj.org/style-guide/)"
194 },
195 {
196 "id": "schizo",
197 "type": "basic",
198 "categories": [
199 "a"
200 ],
201 "considerate": {
202 "person with schizophrenia": "a"
203 },
204 "inconsiderate": {
205 "schizophrenic": "a",
206 "schizo": "a"
207 },
208 "note": "Only use terms describing mental illness when referring to a professionally diagnosed medical condition. (source: https://ncdj.org/style-guide/)"
209 },
210 {
211 "id": "manic",
212 "type": "basic",
213 "categories": [
214 "a"
215 ],
216 "considerate": {
217 "person with schizophrenia": "a"
218 },
219 "inconsiderate": {
220 "suffers from schizophrenia": "a",
221 "suffering from schizophrenia": "a",
222 "afflicted with schizophrenia": "a",
223 "manic": "a"
224 },
225 "note": "Assumes a person with schizophrenia experiences a reduced quality of life. (source: https://ncdj.org/style-guide/)"
226 },
227 {
228 "id": "handicapped-parking",
229 "type": "basic",
230 "categories": [
231 "a"
232 ],
233 "considerate": {
234 "accessible parking": "a"
235 },
236 "inconsiderate": {
237 "handicapped parking": "a"
238 },
239 "note": "Source: https://ncdj.org/style-guide/"
240 },
241 {
242 "id": "handicapped",
243 "type": "basic",
244 "categories": [
245 "a"
246 ],
247 "considerate": {
248 "person with a handicap": "a",
249 "accessible": "a"
250 },
251 "inconsiderate": {
252 "handicapped": "a"
253 },
254 "note": "Refer to the person, rather than the disability, first. (source: https://ncdj.org/style-guide/)"
255 },
256 {
257 "id": "amputee",
258 "type": "basic",
259 "categories": [
260 "a"
261 ],
262 "considerate": {
263 "person with an amputation": "a"
264 },
265 "inconsiderate": {
266 "amputee": "a"
267 },
268 "note": "Refer to the person, rather than the condition, first. (source: https://ncdj.org/style-guide/)"
269 },
270 {
271 "id": "gimp",
272 "type": "basic",
273 "categories": [
274 "a"
275 ],
276 "considerate": {
277 "person with a limp": "a"
278 },
279 "inconsiderate": {
280 "cripple": "a",
281 "crippled": "a",
282 "gimp": "a"
283 },
284 "note": "Refer to the specific disability."
285 },
286 {
287 "id": "mongoloid",
288 "type": "basic",
289 "categories": [
290 "a"
291 ],
292 "considerate": {
293 "person with Down Syndrome": "a"
294 },
295 "inconsiderate": {
296 "mongoloid": "a"
297 }
298 },
299 {
300 "id": "stroke-victim",
301 "type": "basic",
302 "categories": [
303 "a"
304 ],
305 "considerate": {
306 "individual who has had a stroke": "a"
307 },
308 "inconsiderate": {
309 "stroke victim": "a",
310 "suffering from a stroke": "a",
311 "victim of a stroke": "a"
312 },
313 "note": "Refer to the person, rather than the condition, first."
314 },
315 {
316 "id": "multiple-sclerosis-victim",
317 "type": "basic",
318 "categories": [
319 "a"
320 ],
321 "considerate": {
322 "person who has multiple sclerosis": "a"
323 },
324 "inconsiderate": {
325 "suffers from multiple sclerosis": "a",
326 "suffering from multiple sclerosis": "a",
327 "victim of multiple sclerosis": "a",
328 "multiple sclerosis victim": "a",
329 "afflicted with multiple sclerosis": "a"
330 }
331 },
332 {
333 "id": "suffers-from-md",
334 "type": "basic",
335 "categories": [
336 "a"
337 ],
338 "considerate": {
339 "person who has muscular dystrophy": "a"
340 },
341 "inconsiderate": {
342 "suffers from muscular dystrophy": "a",
343 "afflicted with muscular dystrophy": "a",
344 "suffers from MD": "a",
345 "afflicted with MD": "a"
346 },
347 "note": "Refer to a person's condition as a state, not as an affliction. (source: https://ncdj.org/style-guide)"
348 },
349 {
350 "id": "family-burden",
351 "type": "basic",
352 "categories": [
353 "a"
354 ],
355 "considerate": {
356 "with family support needs": "a"
357 },
358 "inconsiderate": {
359 "family burden": "a"
360 }
361 },
362 {
363 "id": "asylum",
364 "type": "basic",
365 "categories": [
366 "a"
367 ],
368 "considerate": {
369 "psychiatric hospital": "a",
370 "mental health hospital": "a"
371 },
372 "inconsiderate": {
373 "asylum": "a"
374 }
375 },
376 {
377 "id": "bedlam",
378 "type": "basic",
379 "categories": [
380 "a"
381 ],
382 "considerate": {
383 "chaos": "a",
384 "hectic": "a",
385 "pandemonium": "a"
386 },
387 "inconsiderate": {
388 "bedlam": "a",
389 "madhouse": "a",
390 "loony bin": "a"
391 }
392 },
393 {
394 "id": "downs-syndrome",
395 "type": "basic",
396 "categories": [
397 "a"
398 ],
399 "considerate": {
400 "Down Syndrome": "a"
401 },
402 "inconsiderate": {
403 "downs syndrome": "a"
404 },
405 "note": "Source: https://media.specialolympics.org/soi/files/press-kit/2014_FactSheet_Final.pdf"
406 },
407 {
408 "id": "retard",
409 "type": "basic",
410 "categories": [
411 "a"
412 ],
413 "considerate": {
414 "silly": "a",
415 "dullard": "a",
416 "person with Down Syndrome": "a",
417 "person with developmental disabilities": "a",
418 "delay": "a",
419 "hold back": "a"
420 },
421 "inconsiderate": {
422 "retard": "a",
423 "retarded": "a",
424 "short bus": "a"
425 }
426 },
427 {
428 "id": "retards",
429 "type": "basic",
430 "categories": [
431 "a"
432 ],
433 "considerate": {
434 "sillies": "a",
435 "dullards": "a",
436 "people with developmental disabilities": "a",
437 "people with Down’s Syndrome": "a",
438 "delays": "a",
439 "holds back": "a"
440 },
441 "inconsiderate": {
442 "retards": "a"
443 }
444 },
445 {
446 "id": "psychotic",
447 "type": "basic",
448 "categories": [
449 "a"
450 ],
451 "considerate": {
452 "person with a psychotic condition": "a",
453 "person with psychosis": "a"
454 },
455 "inconsiderate": {
456 "psychotic": "a",
457 "suffers from psychosis": "a",
458 "suffering from psychosis": "a",
459 "afflicted with psychosis": "a",
460 "victim of psychosis": "a"
461 },
462 "note": "Only use terms describing mental illness when referring to a professionally diagnosed medical condition."
463 },
464 {
465 "id": "lame",
466 "type": "basic",
467 "categories": [
468 "a"
469 ],
470 "considerate": {
471 "boring": "a",
472 "dull": "a"
473 },
474 "inconsiderate": {
475 "lame": "a"
476 },
477 "note": "Source: https://ncdj.org/style-guide/"
478 },
479 {
480 "id": "aids-victim",
481 "type": "basic",
482 "categories": [
483 "a"
484 ],
485 "considerate": {
486 "person with AIDS": "a"
487 },
488 "inconsiderate": {
489 "suffering from aids": "a",
490 "suffer from aids": "a",
491 "suffers from aids": "a",
492 "afflicted with aids": "a",
493 "victim of aids": "a",
494 "aids victim": "a"
495 }
496 },
497 {
498 "id": "wheelchair-bound",
499 "type": "basic",
500 "categories": [
501 "a"
502 ],
503 "considerate": {
504 "uses a wheelchair": "a"
505 },
506 "inconsiderate": {
507 "confined to a wheelchair": "a",
508 "bound to a wheelchair": "a",
509 "restricted to a wheelchair": "a",
510 "wheelchair bound": "a"
511 }
512 },
513 {
514 "id": "special-olympians",
515 "type": "basic",
516 "categories": [
517 "a"
518 ],
519 "considerate": {
520 "athletes": "a",
521 "Special Olympics athletes": "a"
522 },
523 "inconsiderate": {
524 "special olympians": "a",
525 "special olympic athletes": "a"
526 },
527 "note": "When possible, use the exact discipline of sport. (source: https://media.specialolympics.org/soi/files/press-kit/2014_FactSheet_Final.pdf)"
528 },
529 {
530 "id": "ablebodied",
531 "type": "basic",
532 "categories": [
533 "a"
534 ],
535 "considerate": {
536 "non-disabled": "a"
537 },
538 "inconsiderate": {
539 "ablebodied": "a"
540 },
541 "note": "Can imply that people with disabilities lack the ability to use their bodies well. Sometimes `typical` can be used. (source: https://ncdj.org/style-guide/)"
542 },
543 {
544 "id": "addict",
545 "type": "basic",
546 "categories": [
547 "a"
548 ],
549 "considerate": {
550 "person with a drug addiction": "a",
551 "person recovering from a drug addiction": "a"
552 },
553 "inconsiderate": {
554 "addict": "a",
555 "junkie": "a"
556 },
557 "note": "Addiction is a neurobiological disease. (source: https://ncdj.org/style-guide/)"
558 },
559 {
560 "id": "addicts",
561 "type": "basic",
562 "categories": [
563 "a"
564 ],
565 "considerate": {
566 "people with a drug addiction": "a",
567 "people recovering from a drug addiction": "a"
568 },
569 "inconsiderate": {
570 "addicts": "a",
571 "junkies": "a"
572 },
573 "note": "Addiction is a neurobiological disease. (source: https://ncdj.org/style-guide/)"
574 },
575 {
576 "id": "alcoholic",
577 "type": "basic",
578 "categories": [
579 "a"
580 ],
581 "considerate": {
582 "someone with an alcohol problem": "a"
583 },
584 "inconsiderate": {
585 "alcoholic": "a",
586 "alcohol abuser": "a"
587 },
588 "note": "Alcoholism is a neurobiological disease. (source: https://ncdj.org/style-guide/)"
589 },
590 {
591 "id": "deafmute",
592 "type": "basic",
593 "categories": [
594 "a"
595 ],
596 "considerate": {
597 "deaf": "a"
598 },
599 "inconsiderate": {
600 "deaf and dumb": "a",
601 "deafmute": "a"
602 },
603 "note": "Source: https://ncdj.org/style-guide/"
604 },
605 {
606 "id": "senile",
607 "type": "basic",
608 "categories": [
609 "a"
610 ],
611 "considerate": {
612 "person with dementia": "a"
613 },
614 "inconsiderate": {
615 "demented": "a",
616 "senile": "a"
617 },
618 "note": "Source: https://ncdj.org/style-guide/"
619 },
620 {
621 "id": "depressed",
622 "type": "basic",
623 "categories": [
624 "a"
625 ],
626 "considerate": {
627 "sad": "a",
628 "blue": "a",
629 "bummed out": "a",
630 "person with seasonal affective disorder": "a",
631 "person with psychotic depression": "a",
632 "person with postpartum depression": "a"
633 },
634 "inconsiderate": {
635 "depressed": "a"
636 },
637 "note": "Source: https://ncdj.org/style-guide/"
638 },
639 {
640 "id": "dwarf",
641 "type": "basic",
642 "categories": [
643 "a"
644 ],
645 "considerate": {
646 "person with dwarfism": "a",
647 "little person": "a",
648 "little people": "a",
649 "LP": "a",
650 "person of short stature": "a"
651 },
652 "inconsiderate": {
653 "vertically challenged": "a",
654 "midget": "a",
655 "small person": "a",
656 "dwarf": "a"
657 },
658 "note": "Source: https://ncdj.org/style-guide/,https://www.lpaonline.org/faq-#Midget"
659 },
660 {
661 "id": "dyslexic",
662 "type": "basic",
663 "categories": [
664 "a"
665 ],
666 "considerate": {
667 "person with dyslexia": "a"
668 },
669 "inconsiderate": {
670 "dyslexic": "a"
671 },
672 "note": "Source: https://ncdj.org/style-guide/"
673 },
674 {
675 "id": "epileptic",
676 "type": "basic",
677 "categories": [
678 "a"
679 ],
680 "considerate": {
681 "person with epilepsy": "a"
682 },
683 "inconsiderate": {
684 "epileptic": "a"
685 },
686 "note": "Source: https://ncdj.org/style-guide/"
687 },
688 {
689 "id": "hearing-impaired",
690 "type": "basic",
691 "categories": [
692 "a"
693 ],
694 "considerate": {
695 "hard of hearing": "a",
696 "partially deaf": "a",
697 "partial hearing loss": "a",
698 "deaf": "a"
699 },
700 "inconsiderate": {
701 "hearing impaired": "a",
702 "hearing impairment": "a"
703 },
704 "note": "When possible, ask the person what they prefer. (source: https://ncdj.org/style-guide/)"
705 },
706 {
707 "id": "victim-of-polio",
708 "type": "basic",
709 "categories": [
710 "a"
711 ],
712 "considerate": {
713 "polio": "a",
714 "person who had polio": "a"
715 },
716 "inconsiderate": {
717 "infantile paralysis": "a",
718 "suffers from polio": "a",
719 "suffering from polio": "a",
720 "suffering from a polio": "a",
721 "afflicted with polio": "a",
722 "afflicted with a polio": "a",
723 "victim of polio": "a"
724 },
725 "note": "Source: https://ncdj.org/style-guide/"
726 },
727 {
728 "id": "victim-of-an-injury",
729 "type": "basic",
730 "categories": [
731 "a"
732 ],
733 "considerate": {
734 "sustain an injury": "a",
735 "receive an injury": "a"
736 },
737 "inconsiderate": {
738 "suffer from an injury": "a",
739 "suffers from an injury": "a",
740 "suffering from an injury": "a",
741 "afflicted with an injury": "a",
742 "victim of an injury": "a"
743 },
744 "note": "Source: https://ncdj.org/style-guide/"
745 },
746 {
747 "id": "victim-of-injuries",
748 "type": "basic",
749 "categories": [
750 "a"
751 ],
752 "considerate": {
753 "sustain injuries": "a",
754 "receive injuries": "a"
755 },
756 "inconsiderate": {
757 "suffer from injuries": "a",
758 "suffers from injuries": "a",
759 "suffering from injuries": "a",
760 "afflicted with injuries": "a",
761 "victim of injuries": "a"
762 },
763 "note": "Source: https://ncdj.org/style-guide/"
764 },
765 {
766 "id": "paraplegic",
767 "type": "basic",
768 "categories": [
769 "a"
770 ],
771 "considerate": {
772 "person with paraplegia": "a"
773 },
774 "inconsiderate": {
775 "paraplegic": "a"
776 },
777 "note": "Source: https://ncdj.org/style-guide/"
778 },
779 {
780 "id": "quadriplegic",
781 "type": "basic",
782 "categories": [
783 "a"
784 ],
785 "considerate": {
786 "person with quadriplegia": "a"
787 },
788 "inconsiderate": {
789 "quadriplegic": "a"
790 },
791 "note": "Source: https://ncdj.org/style-guide/"
792 },
793 {
794 "id": "spaz",
795 "type": "basic",
796 "categories": [
797 "a"
798 ],
799 "considerate": {
800 "person with cerebral palsy": "a",
801 "twitch": "a",
802 "flinch": "a",
803 "hectic": "a"
804 },
805 "inconsiderate": {
806 "spaz": "a"
807 },
808 "note": "Source: https://ncdj.org/style-guide/"
809 },
810 {
811 "id": "spastic",
812 "type": "basic",
813 "categories": [
814 "a"
815 ],
816 "considerate": {
817 "person with cerebral palsy": "a",
818 "twitch": "a",
819 "flinch": "a"
820 },
821 "inconsiderate": {
822 "spastic": "a"
823 },
824 "note": "Source: https://ncdj.org/style-guide/"
825 },
826 {
827 "id": "stammering",
828 "type": "basic",
829 "categories": [
830 "a"
831 ],
832 "considerate": {
833 "stuttering": "a",
834 "disfluency of speech": "a"
835 },
836 "inconsiderate": {
837 "stammering": "a"
838 },
839 "note": "Source: https://ncdj.org/style-guide/"
840 },
841 {
842 "id": "stutterer",
843 "type": "basic",
844 "categories": [
845 "a"
846 ],
847 "considerate": {
848 "person who stutters": "a"
849 },
850 "inconsiderate": {
851 "stutterer": "a"
852 },
853 "note": "Source: https://ncdj.org/style-guide/"
854 },
855 {
856 "id": "tourettes-syndrome",
857 "type": "basic",
858 "categories": [
859 "a"
860 ],
861 "considerate": {
862 "Tourette syndrome": "a"
863 },
864 "inconsiderate": {
865 "tourettes syndrome": "a",
866 "tourettes disorder": "a"
867 },
868 "note": "Source: https://ncdj.org/style-guide/"
869 },
870 {
871 "id": "rehab-center",
872 "type": "basic",
873 "categories": [
874 "a"
875 ],
876 "considerate": {
877 "treatment center": "a"
878 },
879 "inconsiderate": {
880 "rehab center": "a",
881 "detox center": "a"
882 },
883 "note": "Source: https://ncdj.org/style-guide/"
884 },
885 {
886 "id": "rehab",
887 "type": "basic",
888 "categories": [
889 "a"
890 ],
891 "considerate": {
892 "treatment": "a"
893 },
894 "inconsiderate": {
895 "rehab": "a",
896 "detox": "a"
897 },
898 "note": "Source: https://ncdj.org/style-guide/"
899 },
900 {
901 "id": "sociopath",
902 "type": "basic",
903 "categories": [
904 "a"
905 ],
906 "considerate": {
907 "person with a personality disorder": "a",
908 "person with psychopathic personality": "a"
909 },
910 "inconsiderate": {
911 "sociopath": "a"
912 },
913 "note": "Only use terms describing mental illness when referring to a professionally diagnosed medical condition. (source: https://ncdj.org/style-guide/)"
914 },
915 {
916 "id": "sociopaths",
917 "type": "basic",
918 "categories": [
919 "a"
920 ],
921 "considerate": {
922 "people with psychopathic personalities": "a",
923 "people with a personality disorder": "a"
924 },
925 "inconsiderate": {
926 "sociopaths": "a"
927 },
928 "note": "Only use terms describing mental illness when referring to a professionally diagnosed medical condition. (source: https://ncdj.org/style-guide/)"
929 },
930 {
931 "id": "dumb",
932 "type": "basic",
933 "categories": [
934 "a"
935 ],
936 "considerate": {
937 "foolish": "a",
938 "ludicrous": "a",
939 "speechless": "a",
940 "silent": "a"
941 },
942 "inconsiderate": {
943 "dumb": "a"
944 },
945 "note": "Dumb here is used in 2 different contexts , the inability to talk or as a curse word. (source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html)"
946 },
947 {
948 "id": "wacko",
949 "type": "basic",
950 "categories": [
951 "a"
952 ],
953 "considerate": {
954 "foolish": "a",
955 "ludicrous": "a",
956 "unintelligent": "a"
957 },
958 "inconsiderate": {
959 "simpleton": "a",
960 "stupid": "a",
961 "wacko": "a",
962 "whacko": "a",
963 "low iq": "a"
964 },
965 "note": "Source: http://www.mmonjejr.com/2014/02/deconstructing-stupid.html"
966 },
967 {
968 "id": "panic-attack",
969 "type": "basic",
970 "categories": [
971 "a"
972 ],
973 "considerate": {
974 "fit of terror": "a",
975 "scare": "a"
976 },
977 "inconsiderate": {
978 "panic attack": "a"
979 }
980 },
981 {
982 "id": "bony",
983 "type": "basic",
984 "categories": [
985 "a"
986 ],
987 "considerate": {
988 "thin": "a",
989 "slim": "a"
990 },
991 "inconsiderate": {
992 "anorexic": "a",
993 "bony": "a"
994 }
995 },
996 {
997 "id": "ocd",
998 "type": "basic",
999 "categories": [
1000 "a"
1001 ],
1002 "considerate": {
1003 "has an anxiety disorder": "a",
1004 "obsessive": "a",
1005 "pedantic": "a",
1006 "niggly": "a",
1007 "picky": "a"
1008 },
1009 "inconsiderate": {
1010 "neurotic": "a",
1011 "ocd": "a",
1012 "o.c.d": "a",
1013 "o.c.d.": "a"
1014 },
1015 "note": "Only use terms describing mental illness when referring to a professionally diagnosed medical condition. (source: https://english.stackexchange.com/questions/247550/)"
1016 },
1017 {
1018 "id": "insomnia",
1019 "type": "basic",
1020 "categories": [
1021 "a"
1022 ],
1023 "considerate": {
1024 "restlessness": "a",
1025 "sleeplessness": "a"
1026 },
1027 "inconsiderate": {
1028 "insomnia": "a"
1029 }
1030 },
1031 {
1032 "id": "insomniac",
1033 "type": "basic",
1034 "categories": [
1035 "a"
1036 ],
1037 "considerate": {
1038 "person who has insomnia": "a"
1039 },
1040 "inconsiderate": {
1041 "insomniac": "a"
1042 }
1043 },
1044 {
1045 "id": "insomniacs",
1046 "type": "basic",
1047 "categories": [
1048 "a"
1049 ],
1050 "considerate": {
1051 "people who have insomnia": "a"
1052 },
1053 "inconsiderate": {
1054 "insomniacs": "a"
1055 }
1056 },
1057 {
1058 "id": "barren",
1059 "type": "basic",
1060 "categories": [
1061 "a"
1062 ],
1063 "considerate": {
1064 "empty": "a",
1065 "sterile": "a",
1066 "infertile": "a"
1067 },
1068 "inconsiderate": {
1069 "barren": "a"
1070 },
1071 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1072 },
1073 {
1074 "id": "deaf-to",
1075 "type": "basic",
1076 "categories": [
1077 "a"
1078 ],
1079 "considerate": {
1080 "careless": "a",
1081 "heartless": "a",
1082 "indifferent": "a",
1083 "insensitive": "a"
1084 },
1085 "inconsiderate": {
1086 "blind to": "a",
1087 "blind eye to": "a",
1088 "blinded by": "a",
1089 "deaf to": "a",
1090 "deaf ear to": "a",
1091 "deafened by": "a"
1092 },
1093 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1094 },
1095 {
1096 "id": "cretin",
1097 "type": "basic",
1098 "categories": [
1099 "a"
1100 ],
1101 "considerate": {
1102 "creep": "a",
1103 "fool": "a"
1104 },
1105 "inconsiderate": {
1106 "cretin": "a"
1107 },
1108 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1109 },
1110 {
1111 "id": "daft",
1112 "type": "basic",
1113 "categories": [
1114 "a"
1115 ],
1116 "considerate": {
1117 "absurd": "a",
1118 "foolish": "a"
1119 },
1120 "inconsiderate": {
1121 "daft": "a"
1122 },
1123 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1124 },
1125 {
1126 "id": "idiot",
1127 "type": "basic",
1128 "categories": [
1129 "a"
1130 ],
1131 "considerate": {
1132 "foolish": "a",
1133 "ludicrous": "a",
1134 "silly": "a"
1135 },
1136 "inconsiderate": {
1137 "feebleminded": "a",
1138 "feeble minded": "a",
1139 "idiot": "a",
1140 "imbecile": "a"
1141 },
1142 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1143 },
1144 {
1145 "id": "harelipped",
1146 "type": "basic",
1147 "categories": [
1148 "a"
1149 ],
1150 "considerate": {
1151 "person with a cleft-lip and palate": "a"
1152 },
1153 "inconsiderate": {
1154 "harelipped": "a",
1155 "cleftlipped": "a"
1156 },
1157 "note": "Sometimes it's cleft lip or palate, not both. Specify when possible. (source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html)"
1158 },
1159 {
1160 "id": "harelip",
1161 "type": "basic",
1162 "categories": [
1163 "a"
1164 ],
1165 "considerate": {
1166 "cleft-lip and palate": "a"
1167 },
1168 "inconsiderate": {
1169 "harelip": "a",
1170 "hare lip": "a"
1171 },
1172 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1173 },
1174 {
1175 "id": "maniac",
1176 "type": "basic",
1177 "categories": [
1178 "a"
1179 ],
1180 "considerate": {
1181 "fanatic": "a",
1182 "zealot": "a",
1183 "enthusiast": "a"
1184 },
1185 "inconsiderate": {
1186 "maniac": "a"
1187 },
1188 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1189 },
1190 {
1191 "id": "buckteeth",
1192 "type": "basic",
1193 "categories": [
1194 "a"
1195 ],
1196 "considerate": {
1197 "person with prominent teeth": "a",
1198 "prominent teeth": "a"
1199 },
1200 "inconsiderate": {
1201 "bucktoothed": "a",
1202 "buckteeth": "a"
1203 }
1204 },
1205 {
1206 "id": "special",
1207 "type": "basic",
1208 "categories": [
1209 "a"
1210 ],
1211 "considerate": {
1212 "has a disability": "a",
1213 "person with a disability": "a",
1214 "people with disabilities": "a"
1215 },
1216 "inconsiderate": {
1217 "challenged": "a",
1218 "diffability": "a",
1219 "differently abled": "a",
1220 "handicapable": "a",
1221 "special": "a",
1222 "special needs": "a",
1223 "specially abled": "a"
1224 },
1225 "note": "Euphemisms for disabilities can be infantilizing. (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)"
1226 },
1227 {
1228 "id": "libtard",
1229 "type": "basic",
1230 "categories": [
1231 "a"
1232 ],
1233 "considerate": {
1234 "disagreeable": "a",
1235 "uneducated": "a",
1236 "ignorant": "a",
1237 "naive": "a",
1238 "inconsiderate": "a"
1239 },
1240 "inconsiderate": {
1241 "fucktard": "a",
1242 "libtard": "a",
1243 "contard": "a"
1244 },
1245 "note": "Source: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html"
1246 },
1247 {
1248 "id": "add",
1249 "type": "basic",
1250 "categories": [
1251 "a"
1252 ],
1253 "considerate": {
1254 "disorganized": "a",
1255 "distracted": "a",
1256 "energetic": "a",
1257 "hyperactive": "a",
1258 "impetuous": "a",
1259 "impulsive": "a",
1260 "inattentive": "a",
1261 "restless": "a",
1262 "unfocused": "a"
1263 },
1264 "inconsiderate": {
1265 "ADD": "a",
1266 "adhd": "a",
1267 "a.d.d.": "a",
1268 "a.d.h.d.": "a"
1269 }
1270 },
1271 {
1272 "id": "dummy",
1273 "type": "basic",
1274 "categories": [
1275 "a"
1276 ],
1277 "considerate": {
1278 "test double": "a",
1279 "placeholder": "a",
1280 "fake": "a",
1281 "stub": "a"
1282 },
1283 "inconsiderate": {
1284 "dummyvariable": "a",
1285 "dummyvalue": "a",
1286 "dummyobject": "a",
1287 "dummy": "a"
1288 },
1289 "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."
1290 },
1291 {
1292 "id": "obvious",
1293 "type": "basic",
1294 "categories": [
1295 "a"
1296 ],
1297 "inconsiderate": {
1298 "obvious": "a",
1299 "obviously": "a"
1300 },
1301 "note": "Not everything is as obvious as you might think. And if it isn’t obvious to the reader, it can hurt. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1302 },
1303 {
1304 "id": "just",
1305 "type": "basic",
1306 "categories": [
1307 "a"
1308 ],
1309 "inconsiderate": {
1310 "just": "a"
1311 },
1312 "note": "Not everything is as easy as you might think. And if it isn’t easy for the reader, it can hurt. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1313 },
1314 {
1315 "id": "basically",
1316 "type": "basic",
1317 "categories": [
1318 "a"
1319 ],
1320 "inconsiderate": {
1321 "basically": "a"
1322 },
1323 "note": "It’s probably not that basic. If you’re going to explain a confusing previous sentence with a clearer next sentence, why not drop the former and only use the latter? (source: https://css-tricks.com/words-avoid-educational-writing/)"
1324 },
1325 {
1326 "id": "simple",
1327 "type": "basic",
1328 "categories": [
1329 "a"
1330 ],
1331 "inconsiderate": {
1332 "simple": "a",
1333 "simply": "a"
1334 },
1335 "note": "It’s probably not that simple. Even if it is, you probably don’t need to specifically say it. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1336 },
1337 {
1338 "id": "easy",
1339 "type": "basic",
1340 "categories": [
1341 "a"
1342 ],
1343 "inconsiderate": {
1344 "easy": "a",
1345 "easily": "a"
1346 },
1347 "note": "It’s probably not that easy. Even if it is, you probably don’t need to specifically say it. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1348 },
1349 {
1350 "id": "of-course",
1351 "type": "basic",
1352 "categories": [
1353 "a"
1354 ],
1355 "inconsiderate": {
1356 "of course": "a"
1357 },
1358 "note": "If it’s self-evident then maybe you don’t need to describe it. If it isn’t, don’t say it. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1359 },
1360 {
1361 "id": "clearly",
1362 "type": "basic",
1363 "categories": [
1364 "a"
1365 ],
1366 "inconsiderate": {
1367 "clearly": "a"
1368 },
1369 "note": "If it’s self-evident then maybe you don’t need to describe it. If it isn’t, don’t say it. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1370 },
1371 {
1372 "id": "everyone-knows",
1373 "type": "basic",
1374 "categories": [
1375 "a"
1376 ],
1377 "inconsiderate": {
1378 "everyone knows": "a"
1379 },
1380 "note": "If it’s self-evident then maybe you don’t need to describe it. If it isn’t, don’t say it. (source: https://css-tricks.com/words-avoid-educational-writing/)"
1381 },
1382 {
1383 "id": "her-him",
1384 "type": "or",
1385 "categories": [
1386 "female",
1387 "male"
1388 ],
1389 "considerate": {
1390 "their": "a",
1391 "theirs": "a",
1392 "them": "a"
1393 },
1394 "inconsiderate": {
1395 "her": "female",
1396 "hers": "female",
1397 "him": "male",
1398 "his": "male"
1399 },
1400 "condition": "when referring to a person"
1401 },
1402 {
1403 "id": "he-she",
1404 "type": "or",
1405 "apostrophe": true,
1406 "categories": [
1407 "female",
1408 "male"
1409 ],
1410 "considerate": {
1411 "they": "a",
1412 "it": "a"
1413 },
1414 "inconsiderate": {
1415 "she": "female",
1416 "he": "male",
1417 "she'd": "female",
1418 "he'd": "male",
1419 "she'll": "female",
1420 "he'll": "male",
1421 "she's": "female",
1422 "he's": "male"
1423 }
1424 },
1425 {
1426 "id": "herself-himself",
1427 "type": "or",
1428 "categories": [
1429 "female",
1430 "male"
1431 ],
1432 "considerate": {
1433 "themselves": "a",
1434 "theirself": "a",
1435 "self": "a"
1436 },
1437 "inconsiderate": {
1438 "herself": "female",
1439 "himself": "male"
1440 }
1441 },
1442 {
1443 "id": "boy-girl",
1444 "type": "or",
1445 "categories": [
1446 "female",
1447 "male"
1448 ],
1449 "considerate": {
1450 "kid": "a",
1451 "child": "a",
1452 "youth": "a"
1453 },
1454 "inconsiderate": {
1455 "girl": "female",
1456 "boy": "male"
1457 },
1458 "condition": "when referring to a person"
1459 },
1460 {
1461 "id": "gals-man",
1462 "type": "or",
1463 "categories": [
1464 "female",
1465 "male"
1466 ],
1467 "considerate": {
1468 "people": "a",
1469 "persons": "a",
1470 "folks": "a"
1471 },
1472 "inconsiderate": {
1473 "women": "female",
1474 "girls": "female",
1475 "gals": "female",
1476 "ladies": "female",
1477 "man": "male",
1478 "men": "male",
1479 "guys": "male",
1480 "dudes": "male",
1481 "gents": "male",
1482 "gentlemen": "male"
1483 }
1484 },
1485 {
1486 "id": "gal-guy",
1487 "type": "or",
1488 "categories": [
1489 "female",
1490 "male"
1491 ],
1492 "considerate": {
1493 "person": "a",
1494 "friend": "a",
1495 "pal": "a",
1496 "folk": "a",
1497 "individual": "a"
1498 },
1499 "inconsiderate": {
1500 "woman": "female",
1501 "gal": "female",
1502 "lady": "female",
1503 "babe": "female",
1504 "bimbo": "female",
1505 "chick": "female",
1506 "guy": "male",
1507 "lad": "male",
1508 "fellow": "male",
1509 "dude": "male",
1510 "bro": "male",
1511 "gentleman": "male"
1512 }
1513 },
1514 {
1515 "id": "fatherland-motherland",
1516 "type": "or",
1517 "categories": [
1518 "female",
1519 "male"
1520 ],
1521 "considerate": {
1522 "native land": "a",
1523 "homeland": "a"
1524 },
1525 "inconsiderate": {
1526 "motherland": "female",
1527 "fatherland": "male"
1528 }
1529 },
1530 {
1531 "id": "father-tongue-mother-tongue",
1532 "type": "or",
1533 "categories": [
1534 "female",
1535 "male"
1536 ],
1537 "considerate": {
1538 "native tongue": "a",
1539 "native language": "a"
1540 },
1541 "inconsiderate": {
1542 "mother tongue": "female",
1543 "father tongue": "male"
1544 }
1545 },
1546 {
1547 "id": "freshmen-freshwomen",
1548 "type": "or",
1549 "categories": [
1550 "female",
1551 "male"
1552 ],
1553 "considerate": {
1554 "first-year students": "a",
1555 "freshers": "a"
1556 },
1557 "inconsiderate": {
1558 "freshwomen": "female",
1559 "freshmen": "male"
1560 }
1561 },
1562 {
1563 "id": "garbageman-garbagewoman",
1564 "type": "or",
1565 "categories": [
1566 "female",
1567 "male"
1568 ],
1569 "considerate": {
1570 "garbage collector": "a",
1571 "waste collector": "a",
1572 "trash collector": "a"
1573 },
1574 "inconsiderate": {
1575 "garbagewoman": "female",
1576 "garbageman": "male"
1577 }
1578 },
1579 {
1580 "id": "garbagemen-garbagewomen",
1581 "type": "or",
1582 "categories": [
1583 "female",
1584 "male"
1585 ],
1586 "considerate": {
1587 "garbage collectors": "a",
1588 "waste collectors": "a",
1589 "trash collectors": "a"
1590 },
1591 "inconsiderate": {
1592 "garbagewomen": "female",
1593 "garbagemen": "male"
1594 }
1595 },
1596 {
1597 "id": "chairman-chairwoman",
1598 "type": "or",
1599 "categories": [
1600 "female",
1601 "male"
1602 ],
1603 "considerate": {
1604 "chair": "a",
1605 "head": "a",
1606 "chairperson": "a",
1607 "coordinator": "a",
1608 "committee head": "a",
1609 "moderator": "a",
1610 "presiding officer": "a"
1611 },
1612 "inconsiderate": {
1613 "chairwoman": "female",
1614 "chairman": "male"
1615 }
1616 },
1617 {
1618 "id": "committee-man-committee-woman",
1619 "type": "or",
1620 "categories": [
1621 "female",
1622 "male"
1623 ],
1624 "considerate": {
1625 "committee member": "a"
1626 },
1627 "inconsiderate": {
1628 "committee woman": "female",
1629 "committee man": "male"
1630 }
1631 },
1632 {
1633 "id": "cowboy-cowgirl",
1634 "type": "or",
1635 "categories": [
1636 "female",
1637 "male"
1638 ],
1639 "considerate": {
1640 "cowhand": "a"
1641 },
1642 "inconsiderate": {
1643 "cowgirl": "female",
1644 "cowboy": "male"
1645 }
1646 },
1647 {
1648 "id": "cowboys-cowgirls",
1649 "type": "or",
1650 "categories": [
1651 "female",
1652 "male"
1653 ],
1654 "considerate": {
1655 "cowhands": "a"
1656 },
1657 "inconsiderate": {
1658 "cowgirls": "female",
1659 "cowboys": "male"
1660 }
1661 },
1662 {
1663 "id": "cattleman-cattlewoman",
1664 "type": "or",
1665 "categories": [
1666 "female",
1667 "male"
1668 ],
1669 "considerate": {
1670 "cattle rancher": "a"
1671 },
1672 "inconsiderate": {
1673 "cattlewoman": "female",
1674 "cattleman": "male"
1675 }
1676 },
1677 {
1678 "id": "cattlemen-cattlewomen",
1679 "type": "or",
1680 "categories": [
1681 "female",
1682 "male"
1683 ],
1684 "considerate": {
1685 "cattle ranchers": "a"
1686 },
1687 "inconsiderate": {
1688 "cattlewomen": "female",
1689 "cattlemen": "male"
1690 }
1691 },
1692 {
1693 "id": "chairmen-chairwomen",
1694 "type": "or",
1695 "categories": [
1696 "female",
1697 "male"
1698 ],
1699 "considerate": {
1700 "chairs": "a",
1701 "chairpersons": "a",
1702 "coordinators": "a"
1703 },
1704 "inconsiderate": {
1705 "chairwomen": "female",
1706 "chairmen": "male"
1707 }
1708 },
1709 {
1710 "id": "postman-postwoman",
1711 "type": "or",
1712 "categories": [
1713 "female",
1714 "male"
1715 ],
1716 "considerate": {
1717 "mail carrier": "a",
1718 "letter carrier": "a",
1719 "postal worker": "a"
1720 },
1721 "inconsiderate": {
1722 "postwoman": "female",
1723 "mailwoman": "female",
1724 "postman": "male",
1725 "mailman": "male"
1726 }
1727 },
1728 {
1729 "id": "postmen-postwomen",
1730 "type": "or",
1731 "categories": [
1732 "female",
1733 "male"
1734 ],
1735 "considerate": {
1736 "mail carriers": "a",
1737 "letter carriers": "a",
1738 "postal workers": "a"
1739 },
1740 "inconsiderate": {
1741 "postwomen": "female",
1742 "mailwomen": "female",
1743 "postmen": "male",
1744 "mailmen": "male"
1745 }
1746 },
1747 {
1748 "id": "chick-cop-policeman",
1749 "type": "or",
1750 "categories": [
1751 "female",
1752 "male"
1753 ],
1754 "considerate": {
1755 "officer": "a",
1756 "police officer": "a"
1757 },
1758 "inconsiderate": {
1759 "policewoman": "female",
1760 "policeman": "male",
1761 "chick cop": "female"
1762 }
1763 },
1764 {
1765 "id": "policemen-policewomen",
1766 "type": "or",
1767 "categories": [
1768 "female",
1769 "male"
1770 ],
1771 "considerate": {
1772 "officers": "a",
1773 "police officers": "a"
1774 },
1775 "inconsiderate": {
1776 "policewomen": "female",
1777 "policemen": "male"
1778 }
1779 },
1780 {
1781 "id": "steward-stewardess",
1782 "type": "or",
1783 "categories": [
1784 "female",
1785 "male"
1786 ],
1787 "considerate": {
1788 "flight attendant": "a"
1789 },
1790 "inconsiderate": {
1791 "stewardess": "female",
1792 "steward": "male"
1793 }
1794 },
1795 {
1796 "id": "stewardesses-stewards",
1797 "type": "or",
1798 "categories": [
1799 "female",
1800 "male"
1801 ],
1802 "considerate": {
1803 "flight attendants": "a"
1804 },
1805 "inconsiderate": {
1806 "stewardesses": "female",
1807 "stewards": "male"
1808 }
1809 },
1810 {
1811 "id": "congressman-congresswoman",
1812 "type": "or",
1813 "categories": [
1814 "female",
1815 "male"
1816 ],
1817 "considerate": {
1818 "member of congress": "a",
1819 "congress person": "a",
1820 "legislator": "a",
1821 "representative": "a"
1822 },
1823 "inconsiderate": {
1824 "congresswoman": "female",
1825 "congressman": "male"
1826 }
1827 },
1828 {
1829 "id": "congressmen-congresswomen",
1830 "type": "or",
1831 "categories": [
1832 "female",
1833 "male"
1834 ],
1835 "considerate": {
1836 "members of congress": "a",
1837 "congress persons": "a",
1838 "legislators": "a",
1839 "representatives": "a"
1840 },
1841 "inconsiderate": {
1842 "congresswomen": "female",
1843 "congressmen": "male"
1844 }
1845 },
1846 {
1847 "id": "fireman-firewoman",
1848 "type": "or",
1849 "categories": [
1850 "female",
1851 "male"
1852 ],
1853 "considerate": {
1854 "fire fighter": "a",
1855 "fire officer": "a"
1856 },
1857 "inconsiderate": {
1858 "firewoman": "female",
1859 "fireman": "male"
1860 }
1861 },
1862 {
1863 "id": "firemen-firewomen",
1864 "type": "or",
1865 "categories": [
1866 "female",
1867 "male"
1868 ],
1869 "considerate": {
1870 "fire fighters": "a"
1871 },
1872 "inconsiderate": {
1873 "firewomen": "female",
1874 "firemen": "male"
1875 }
1876 },
1877 {
1878 "id": "fisherman-fisherwoman",
1879 "type": "or",
1880 "categories": [
1881 "female",
1882 "male"
1883 ],
1884 "considerate": {
1885 "fisher": "a",
1886 "crew member": "a",
1887 "fisherfolk": "a",
1888 "angler": "a"
1889 },
1890 "inconsiderate": {
1891 "fisherwoman": "female",
1892 "fisherman": "male"
1893 }
1894 },
1895 {
1896 "id": "fishermen-fisherwomen",
1897 "type": "or",
1898 "categories": [
1899 "female",
1900 "male"
1901 ],
1902 "considerate": {
1903 "fishers": "a"
1904 },
1905 "inconsiderate": {
1906 "fisherwomen": "female",
1907 "fishermen": "male"
1908 }
1909 },
1910 {
1911 "id": "brotherhood-sisterhood",
1912 "type": "or",
1913 "categories": [
1914 "female",
1915 "male"
1916 ],
1917 "considerate": {
1918 "kinship": "a",
1919 "community": "a"
1920 },
1921 "inconsiderate": {
1922 "sisterhood": "female",
1923 "brotherhood": "male"
1924 }
1925 },
1926 {
1927 "id": "common-girl-common-man",
1928 "type": "or",
1929 "categories": [
1930 "female",
1931 "male"
1932 ],
1933 "considerate": {
1934 "common person": "a",
1935 "average person": "a"
1936 },
1937 "inconsiderate": {
1938 "common girl": "female",
1939 "common man": "male"
1940 }
1941 },
1942 {
1943 "id": "salaryman-salarywoman",
1944 "type": "or",
1945 "categories": [
1946 "female",
1947 "male"
1948 ],
1949 "considerate": {
1950 "business executive": "a",
1951 "entrepreneur": "a",
1952 "business person": "a",
1953 "professional": "a"
1954 },
1955 "inconsiderate": {
1956 "businesswoman": "female",
1957 "salarywoman": "female",
1958 "businessman": "male",
1959 "salaryman": "male"
1960 }
1961 },
1962 {
1963 "id": "salarymen-salarywomen",
1964 "type": "or",
1965 "categories": [
1966 "female",
1967 "male"
1968 ],
1969 "considerate": {
1970 "business executives": "a",
1971 "entrepreneurs": "a"
1972 },
1973 "inconsiderate": {
1974 "businesswomen": "female",
1975 "salarywomen": "female",
1976 "career girl": "female",
1977 "career woman": "female",
1978 "businessmen": "male",
1979 "salarymen": "male"
1980 }
1981 },
1982 {
1983 "id": "janitor-janitress",
1984 "type": "or",
1985 "categories": [
1986 "female",
1987 "male"
1988 ],
1989 "considerate": {
1990 "cleaner": "a"
1991 },
1992 "inconsiderate": {
1993 "cleaning lady": "female",
1994 "cleaning girl": "female",
1995 "cleaning woman": "female",
1996 "janitress": "female",
1997 "cleaning man": "male",
1998 "cleaning boy": "male",
1999 "janitor": "male"
2000 }
2001 },
2002 {
2003 "id": "janitors-janitresses",
2004 "type": "or",
2005 "categories": [
2006 "female",
2007 "male"
2008 ],
2009 "considerate": {
2010 "cleaners": "a",
2011 "housekeeping": "a"
2012 },
2013 "inconsiderate": {
2014 "cleaning ladies": "female",
2015 "cleaning girls": "female",
2016 "janitresses": "female",
2017 "cleaning men": "male",
2018 "janitors": "male"
2019 }
2020 },
2021 {
2022 "id": "delivery-boy-delivery-girl",
2023 "type": "or",
2024 "categories": [
2025 "female",
2026 "male"
2027 ],
2028 "considerate": {
2029 "courier": "a",
2030 "messenger": "a"
2031 },
2032 "inconsiderate": {
2033 "delivery girl": "female",
2034 "delivery boy": "male"
2035 }
2036 },
2037 {
2038 "id": "foreman-forewoman",
2039 "type": "or",
2040 "categories": [
2041 "female",
2042 "male"
2043 ],
2044 "considerate": {
2045 "supervisor": "a",
2046 "shift boss": "a"
2047 },
2048 "inconsiderate": {
2049 "forewoman": "female",
2050 "foreman": "male"
2051 }
2052 },
2053 {
2054 "id": "frontman,-front-man-frontwoman,-front-woman",
2055 "type": "or",
2056 "categories": [
2057 "female",
2058 "male"
2059 ],
2060 "considerate": {
2061 "lead": "a",
2062 "front": "a",
2063 "figurehead": "a"
2064 },
2065 "inconsiderate": {
2066 "frontwoman, front woman": "female",
2067 "frontman, front man": "male"
2068 }
2069 },
2070 {
2071 "id": "front-men,-frontmen-front-women,-frontwomen",
2072 "type": "or",
2073 "categories": [
2074 "female",
2075 "male"
2076 ],
2077 "considerate": {
2078 "figureheads": "a"
2079 },
2080 "inconsiderate": {
2081 "front women, frontwomen": "female",
2082 "front men, frontmen": "male"
2083 }
2084 },
2085 {
2086 "id": "foremen-forewomen",
2087 "type": "or",
2088 "categories": [
2089 "female",
2090 "male"
2091 ],
2092 "considerate": {
2093 "supervisors": "a",
2094 "shift bosses": "a"
2095 },
2096 "inconsiderate": {
2097 "forewomen": "female",
2098 "foremen": "male"
2099 }
2100 },
2101 {
2102 "id": "insurance-man-insurance-woman",
2103 "type": "or",
2104 "categories": [
2105 "female",
2106 "male"
2107 ],
2108 "considerate": {
2109 "insurance agent": "a"
2110 },
2111 "inconsiderate": {
2112 "insurance woman": "female",
2113 "insurance man": "male"
2114 }
2115 },
2116 {
2117 "id": "insurance-men-insurance-women",
2118 "type": "or",
2119 "categories": [
2120 "female",
2121 "male"
2122 ],
2123 "considerate": {
2124 "insurance agents": "a"
2125 },
2126 "inconsiderate": {
2127 "insurance women": "female",
2128 "insurance men": "male"
2129 }
2130 },
2131 {
2132 "id": "landlady-landlord",
2133 "type": "or",
2134 "categories": [
2135 "female",
2136 "male"
2137 ],
2138 "considerate": {
2139 "proprietor": "a",
2140 "building manager": "a"
2141 },
2142 "inconsiderate": {
2143 "landlady": "female",
2144 "landlord": "male"
2145 }
2146 },
2147 {
2148 "id": "landladies-landlords",
2149 "type": "or",
2150 "categories": [
2151 "female",
2152 "male"
2153 ],
2154 "considerate": {
2155 "proprietors": "a",
2156 "building managers": "a"
2157 },
2158 "inconsiderate": {
2159 "landladies": "female",
2160 "landlords": "male"
2161 }
2162 },
2163 {
2164 "id": "alumna-alumnus",
2165 "type": "or",
2166 "categories": [
2167 "female",
2168 "male"
2169 ],
2170 "considerate": {
2171 "graduate": "a"
2172 },
2173 "inconsiderate": {
2174 "alumna": "female",
2175 "alumnus": "male"
2176 }
2177 },
2178 {
2179 "id": "alumnae-alumni",
2180 "type": "or",
2181 "categories": [
2182 "female",
2183 "male"
2184 ],
2185 "considerate": {
2186 "graduates": "a"
2187 },
2188 "inconsiderate": {
2189 "alumnae": "female",
2190 "alumni": "male"
2191 }
2192 },
2193 {
2194 "id": "newsman-newswoman",
2195 "type": "or",
2196 "categories": [
2197 "female",
2198 "male"
2199 ],
2200 "considerate": {
2201 "anchor": "a",
2202 "journalist": "a"
2203 },
2204 "inconsiderate": {
2205 "newswoman": "female",
2206 "newspaperwoman": "female",
2207 "anchorwoman": "female",
2208 "newsman": "male",
2209 "newspaperman": "male",
2210 "anchorman": "male"
2211 }
2212 },
2213 {
2214 "id": "newsmen-newswomen",
2215 "type": "or",
2216 "categories": [
2217 "female",
2218 "male"
2219 ],
2220 "considerate": {
2221 "anchors": "a",
2222 "journalists": "a"
2223 },
2224 "inconsiderate": {
2225 "newswomen": "female",
2226 "newspaperwomen": "female",
2227 "anchorwomen": "female",
2228 "newsmen": "male",
2229 "newspapermen": "male",
2230 "anchormen": "male"
2231 }
2232 },
2233 {
2234 "id": "repairman-repairwoman",
2235 "type": "or",
2236 "categories": [
2237 "female",
2238 "male"
2239 ],
2240 "considerate": {
2241 "repairer": "a",
2242 "technician": "a"
2243 },
2244 "inconsiderate": {
2245 "repairwoman": "female",
2246 "repairman": "male"
2247 }
2248 },
2249 {
2250 "id": "repairmen-repairwomen",
2251 "type": "or",
2252 "categories": [
2253 "female",
2254 "male"
2255 ],
2256 "considerate": {
2257 "technicians": "a"
2258 },
2259 "inconsiderate": {
2260 "repairwomen": "female",
2261 "repairmen": "male"
2262 }
2263 },
2264 {
2265 "id": "saleslady-salesman",
2266 "type": "or",
2267 "categories": [
2268 "female",
2269 "male"
2270 ],
2271 "considerate": {
2272 "salesperson": "a",
2273 "sales clerk": "a",
2274 "sales rep": "a",
2275 "sales agent": "a",
2276 "sales attendant": "a",
2277 "seller": "a",
2278 "shop assistant": "a"
2279 },
2280 "inconsiderate": {
2281 "saleswoman": "female",
2282 "sales woman": "female",
2283 "saleslady": "female",
2284 "salesman": "male",
2285 "sales man": "male"
2286 }
2287 },
2288 {
2289 "id": "salesmen-saleswomen",
2290 "type": "or",
2291 "categories": [
2292 "female",
2293 "male"
2294 ],
2295 "considerate": {
2296 "sales clerks": "a",
2297 "sales reps": "a",
2298 "sales agents": "a",
2299 "sellers": "a"
2300 },
2301 "inconsiderate": {
2302 "saleswomen": "female",
2303 "sales women": "female",
2304 "salesladies": "female",
2305 "salesmen": "male",
2306 "sales men": "male"
2307 }
2308 },
2309 {
2310 "id": "serviceman-servicewoman",
2311 "type": "or",
2312 "categories": [
2313 "female",
2314 "male"
2315 ],
2316 "considerate": {
2317 "soldier": "a",
2318 "service representative": "a"
2319 },
2320 "inconsiderate": {
2321 "servicewoman": "female",
2322 "serviceman": "male"
2323 }
2324 },
2325 {
2326 "id": "servicemen-servicewomen",
2327 "type": "or",
2328 "categories": [
2329 "female",
2330 "male"
2331 ],
2332 "considerate": {
2333 "soldiers": "a",
2334 "service representatives": "a"
2335 },
2336 "inconsiderate": {
2337 "servicewomen": "female",
2338 "servicemen": "male"
2339 }
2340 },
2341 {
2342 "id": "waiter-waitress",
2343 "type": "or",
2344 "categories": [
2345 "female",
2346 "male"
2347 ],
2348 "considerate": {
2349 "server": "a"
2350 },
2351 "inconsiderate": {
2352 "waitress": "female",
2353 "waiter": "male"
2354 }
2355 },
2356 {
2357 "id": "waiters-waitresses",
2358 "type": "or",
2359 "categories": [
2360 "female",
2361 "male"
2362 ],
2363 "considerate": {
2364 "servers": "a"
2365 },
2366 "inconsiderate": {
2367 "waitresses": "female",
2368 "waiters": "male"
2369 }
2370 },
2371 {
2372 "id": "workman-workwoman",
2373 "type": "or",
2374 "categories": [
2375 "female",
2376 "male"
2377 ],
2378 "considerate": {
2379 "worker": "a",
2380 "wage earner": "a",
2381 "taxpayer": "a"
2382 },
2383 "inconsiderate": {
2384 "workwoman": "female",
2385 "working woman": "female",
2386 "workman": "male",
2387 "working man": "male"
2388 }
2389 },
2390 {
2391 "id": "workmen-workwomen",
2392 "type": "or",
2393 "categories": [
2394 "female",
2395 "male"
2396 ],
2397 "considerate": {
2398 "workers": "a"
2399 },
2400 "inconsiderate": {
2401 "workwomen": "female",
2402 "workmen": "male"
2403 }
2404 },
2405 {
2406 "id": "actor-actress",
2407 "type": "or",
2408 "categories": [
2409 "female",
2410 "male"
2411 ],
2412 "considerate": {
2413 "performer": "a",
2414 "star": "a",
2415 "artist": "a",
2416 "entertainer": "a"
2417 },
2418 "inconsiderate": {
2419 "actress": "female",
2420 "actor": "male"
2421 }
2422 },
2423 {
2424 "id": "actors-actresses",
2425 "type": "or",
2426 "categories": [
2427 "female",
2428 "male"
2429 ],
2430 "considerate": {
2431 "performers": "a",
2432 "stars": "a",
2433 "artists": "a",
2434 "entertainers": "a"
2435 },
2436 "inconsiderate": {
2437 "actresses": "female",
2438 "actors": "male"
2439 }
2440 },
2441 {
2442 "id": "aircrewwoman-airman",
2443 "type": "or",
2444 "categories": [
2445 "female",
2446 "male"
2447 ],
2448 "considerate": {
2449 "pilot": "a",
2450 "aviator": "a",
2451 "airstaff": "a"
2452 },
2453 "inconsiderate": {
2454 "aircrewwoman": "female",
2455 "aircrew woman": "female",
2456 "aircrewman": "male",
2457 "airman": "male"
2458 }
2459 },
2460 {
2461 "id": "aircrewwomen-airmen",
2462 "type": "or",
2463 "categories": [
2464 "female",
2465 "male"
2466 ],
2467 "considerate": {
2468 "pilots": "a",
2469 "aviators": "a",
2470 "airstaff": "a"
2471 },
2472 "inconsiderate": {
2473 "aircrewwomen": "female",
2474 "aircrew women": "female",
2475 "aircrewmen": "male",
2476 "airmen": "male"
2477 }
2478 },
2479 {
2480 "id": "alderman-alderwoman",
2481 "type": "or",
2482 "categories": [
2483 "female",
2484 "male"
2485 ],
2486 "considerate": {
2487 "cabinet member": "a"
2488 },
2489 "inconsiderate": {
2490 "alderwoman": "female",
2491 "alderman": "male"
2492 }
2493 },
2494 {
2495 "id": "aldermen-alderwomen",
2496 "type": "or",
2497 "categories": [
2498 "female",
2499 "male"
2500 ],
2501 "considerate": {
2502 "cabinet": "a",
2503 "cabinet members": "a",
2504 "alderperson": "a"
2505 },
2506 "inconsiderate": {
2507 "alderwomen": "female",
2508 "aldermen": "male"
2509 }
2510 },
2511 {
2512 "id": "assemblyman-assemblywoman",
2513 "type": "or",
2514 "categories": [
2515 "female",
2516 "male"
2517 ],
2518 "considerate": {
2519 "assembly person": "a",
2520 "assembly worker": "a"
2521 },
2522 "inconsiderate": {
2523 "assemblywoman": "female",
2524 "assemblyman": "male"
2525 }
2526 },
2527 {
2528 "id": "aunt-uncle",
2529 "type": "or",
2530 "categories": [
2531 "female",
2532 "male"
2533 ],
2534 "considerate": {
2535 "relative": "a"
2536 },
2537 "inconsiderate": {
2538 "kinswoman": "female",
2539 "aunt": "female",
2540 "kinsman": "male",
2541 "uncle": "male"
2542 }
2543 },
2544 {
2545 "id": "aunts-uncles",
2546 "type": "or",
2547 "categories": [
2548 "female",
2549 "male"
2550 ],
2551 "considerate": {
2552 "relatives": "a"
2553 },
2554 "inconsiderate": {
2555 "kinswomen": "female",
2556 "aunts": "female",
2557 "kinsmen": "male",
2558 "uncles": "male"
2559 }
2560 },
2561 {
2562 "id": "boogeyman-boogeywoman",
2563 "type": "or",
2564 "categories": [
2565 "female",
2566 "male"
2567 ],
2568 "considerate": {
2569 "boogeymonster": "a"
2570 },
2571 "inconsiderate": {
2572 "boogeywoman": "female",
2573 "boogeyman": "male"
2574 }
2575 },
2576 {
2577 "id": "boogieman-boogiewoman",
2578 "type": "or",
2579 "categories": [
2580 "female",
2581 "male"
2582 ],
2583 "considerate": {
2584 "boogeymonster": "a"
2585 },
2586 "inconsiderate": {
2587 "boogiewoman": "female",
2588 "boogieman": "male"
2589 }
2590 },
2591 {
2592 "id": "bogeyman-bogeywoman",
2593 "type": "or",
2594 "categories": [
2595 "female",
2596 "male"
2597 ],
2598 "considerate": {
2599 "bogeymonster": "a"
2600 },
2601 "inconsiderate": {
2602 "bogeywoman": "female",
2603 "bogeyman": "male"
2604 }
2605 },
2606 {
2607 "id": "bogieman-bogiewoman",
2608 "type": "or",
2609 "categories": [
2610 "female",
2611 "male"
2612 ],
2613 "considerate": {
2614 "bogeymonster": "a"
2615 },
2616 "inconsiderate": {
2617 "bogiewoman": "female",
2618 "bogieman": "male"
2619 }
2620 },
2621 {
2622 "id": "boogiemen-boogiewomen",
2623 "type": "or",
2624 "categories": [
2625 "female",
2626 "male"
2627 ],
2628 "considerate": {
2629 "boogeymonsters": "a"
2630 },
2631 "inconsiderate": {
2632 "boogiewomen": "female",
2633 "boogiemen": "male"
2634 }
2635 },
2636 {
2637 "id": "bogiemen-bogiewomen",
2638 "type": "or",
2639 "categories": [
2640 "female",
2641 "male"
2642 ],
2643 "considerate": {
2644 "bogeymonsters": "a"
2645 },
2646 "inconsiderate": {
2647 "bogiewomen": "female",
2648 "bogiemen": "male"
2649 }
2650 },
2651 {
2652 "id": "bondsman-bondswoman",
2653 "type": "or",
2654 "categories": [
2655 "female",
2656 "male"
2657 ],
2658 "considerate": {
2659 "bonder": "a"
2660 },
2661 "inconsiderate": {
2662 "bondswoman": "female",
2663 "bondsman": "male"
2664 }
2665 },
2666 {
2667 "id": "bondsmen-bondswomen",
2668 "type": "or",
2669 "categories": [
2670 "female",
2671 "male"
2672 ],
2673 "considerate": {
2674 "bonders": "a"
2675 },
2676 "inconsiderate": {
2677 "bondswomen": "female",
2678 "bondsmen": "male"
2679 }
2680 },
2681 {
2682 "id": "husband-wife",
2683 "type": "or",
2684 "categories": [
2685 "female",
2686 "male"
2687 ],
2688 "considerate": {
2689 "partner": "a",
2690 "significant other": "a",
2691 "spouse": "a"
2692 },
2693 "inconsiderate": {
2694 "wife": "female",
2695 "husband": "male"
2696 },
2697 "note": "Source: https://www.bustle.com/articles/108321-6-reasons-to-refer-to-your-significant-other-as-your-partner"
2698 },
2699 {
2700 "id": "husbands-wives",
2701 "type": "or",
2702 "categories": [
2703 "female",
2704 "male"
2705 ],
2706 "considerate": {
2707 "partners": "a",
2708 "significant others": "a",
2709 "spouses": "a"
2710 },
2711 "inconsiderate": {
2712 "wives": "female",
2713 "husbands": "male"
2714 },
2715 "note": "Source: https://www.bustle.com/articles/108321-6-reasons-to-refer-to-your-significant-other-as-your-partner"
2716 },
2717 {
2718 "id": "boyfriend-girlfriend",
2719 "type": "or",
2720 "categories": [
2721 "female",
2722 "male"
2723 ],
2724 "considerate": {
2725 "partner": "a",
2726 "friend": "a",
2727 "significant other": "a"
2728 },
2729 "inconsiderate": {
2730 "girlfriend": "female",
2731 "boyfriend": "male"
2732 },
2733 "note": "Source: https://www.bustle.com/articles/108321-6-reasons-to-refer-to-your-significant-other-as-your-partner"
2734 },
2735 {
2736 "id": "boyfriends-girlfriends",
2737 "type": "or",
2738 "categories": [
2739 "female",
2740 "male"
2741 ],
2742 "considerate": {
2743 "partners": "a",
2744 "friends": "a",
2745 "significant others": "a"
2746 },
2747 "inconsiderate": {
2748 "girlfriends": "female",
2749 "boyfriends": "male"
2750 },
2751 "note": "Source: https://www.bustle.com/articles/108321-6-reasons-to-refer-to-your-significant-other-as-your-partner"
2752 },
2753 {
2754 "id": "boyhood-girlhood",
2755 "type": "or",
2756 "categories": [
2757 "female",
2758 "male"
2759 ],
2760 "considerate": {
2761 "childhood": "a"
2762 },
2763 "inconsiderate": {
2764 "girlhood": "female",
2765 "boyhood": "male"
2766 }
2767 },
2768 {
2769 "id": "boyish-girly",
2770 "type": "or",
2771 "categories": [
2772 "female",
2773 "male"
2774 ],
2775 "considerate": {
2776 "childish": "a"
2777 },
2778 "inconsiderate": {
2779 "girly": "female",
2780 "girlish": "female",
2781 "boyish": "male"
2782 }
2783 },
2784 {
2785 "id": "journeyman-journeywoman",
2786 "type": "or",
2787 "categories": [
2788 "female",
2789 "male"
2790 ],
2791 "considerate": {
2792 "journeyperson": "a"
2793 },
2794 "inconsiderate": {
2795 "journeywoman": "female",
2796 "journeyman": "male"
2797 }
2798 },
2799 {
2800 "id": "journeymen-journeywomen",
2801 "type": "or",
2802 "categories": [
2803 "female",
2804 "male"
2805 ],
2806 "considerate": {
2807 "journeypersons": "a"
2808 },
2809 "inconsiderate": {
2810 "journeywomen": "female",
2811 "journeymen": "male"
2812 }
2813 },
2814 {
2815 "id": "godfather-godmother",
2816 "type": "or",
2817 "categories": [
2818 "female",
2819 "male"
2820 ],
2821 "considerate": {
2822 "godparent": "a",
2823 "elder": "a",
2824 "patron": "a"
2825 },
2826 "inconsiderate": {
2827 "godmother": "female",
2828 "patroness": "female",
2829 "godfather": "male"
2830 }
2831 },
2832 {
2833 "id": "granddaughter-grandson",
2834 "type": "or",
2835 "categories": [
2836 "female",
2837 "male"
2838 ],
2839 "considerate": {
2840 "grandchild": "a"
2841 },
2842 "inconsiderate": {
2843 "granddaughter": "female",
2844 "grandson": "male"
2845 }
2846 },
2847 {
2848 "id": "granddaughters-grandsons",
2849 "type": "or",
2850 "categories": [
2851 "female",
2852 "male"
2853 ],
2854 "considerate": {
2855 "grandchildren": "a"
2856 },
2857 "inconsiderate": {
2858 "granddaughters": "female",
2859 "grandsons": "male"
2860 }
2861 },
2862 {
2863 "id": "forefather-foremother",
2864 "type": "or",
2865 "categories": [
2866 "female",
2867 "male"
2868 ],
2869 "considerate": {
2870 "ancestor": "a"
2871 },
2872 "inconsiderate": {
2873 "foremother": "female",
2874 "forefather": "male"
2875 }
2876 },
2877 {
2878 "id": "forefathers-foremothers",
2879 "type": "or",
2880 "categories": [
2881 "female",
2882 "male"
2883 ],
2884 "considerate": {
2885 "ancestors": "a"
2886 },
2887 "inconsiderate": {
2888 "foremothers": "female",
2889 "forefathers": "male"
2890 }
2891 },
2892 {
2893 "id": "gramps-granny",
2894 "type": "or",
2895 "categories": [
2896 "female",
2897 "male"
2898 ],
2899 "considerate": {
2900 "grandparent": "a",
2901 "ancestor": "a"
2902 },
2903 "inconsiderate": {
2904 "granny": "female",
2905 "grandma": "female",
2906 "grandmother": "female",
2907 "grandpappy": "male",
2908 "granddaddy": "male",
2909 "gramps": "male",
2910 "grandpa": "male",
2911 "grandfather": "male"
2912 }
2913 },
2914 {
2915 "id": "grandfathers-grandmothers",
2916 "type": "or",
2917 "categories": [
2918 "female",
2919 "male"
2920 ],
2921 "considerate": {
2922 "grandparents": "a",
2923 "ancestors": "a"
2924 },
2925 "inconsiderate": {
2926 "grandmothers": "female",
2927 "grandfathers": "male"
2928 }
2929 },
2930 {
2931 "id": "bride-groom",
2932 "type": "or",
2933 "categories": [
2934 "female",
2935 "male"
2936 ],
2937 "considerate": {
2938 "spouse": "a",
2939 "newlywed": "a"
2940 },
2941 "inconsiderate": {
2942 "bride": "female",
2943 "groom": "male"
2944 }
2945 },
2946 {
2947 "id": "brother-sister",
2948 "type": "or",
2949 "categories": [
2950 "female",
2951 "male"
2952 ],
2953 "considerate": {
2954 "sibling": "a"
2955 },
2956 "inconsiderate": {
2957 "sister": "female",
2958 "brother": "male"
2959 }
2960 },
2961 {
2962 "id": "brothers-sisters",
2963 "type": "or",
2964 "categories": [
2965 "female",
2966 "male"
2967 ],
2968 "considerate": {
2969 "siblings": "a"
2970 },
2971 "inconsiderate": {
2972 "sisters": "female",
2973 "brothers": "male"
2974 }
2975 },
2976 {
2977 "id": "cameraman-camerawoman",
2978 "type": "or",
2979 "categories": [
2980 "female",
2981 "male"
2982 ],
2983 "considerate": {
2984 "camera operator": "a",
2985 "camera person": "a"
2986 },
2987 "inconsiderate": {
2988 "camerawoman": "female",
2989 "cameraman": "male"
2990 }
2991 },
2992 {
2993 "id": "cameramen-camerawomen",
2994 "type": "or",
2995 "categories": [
2996 "female",
2997 "male"
2998 ],
2999 "considerate": {
3000 "camera operators": "a"
3001 },
3002 "inconsiderate": {
3003 "camerawomen": "female",
3004 "cameramen": "male"
3005 }
3006 },
3007 {
3008 "id": "caveman-cavewoman",
3009 "type": "or",
3010 "categories": [
3011 "female",
3012 "male"
3013 ],
3014 "considerate": {
3015 "troglodyte": "a",
3016 "hominidae": "a"
3017 },
3018 "inconsiderate": {
3019 "cavewoman": "female",
3020 "caveman": "male"
3021 }
3022 },
3023 {
3024 "id": "cavemen-cavewomen",
3025 "type": "or",
3026 "categories": [
3027 "female",
3028 "male"
3029 ],
3030 "considerate": {
3031 "troglodytae": "a",
3032 "troglodyti": "a",
3033 "troglodytes": "a",
3034 "hominids": "a"
3035 },
3036 "inconsiderate": {
3037 "cavewomen": "female",
3038 "cavemen": "male"
3039 }
3040 },
3041 {
3042 "id": "clergyman-clergywoman",
3043 "type": "or",
3044 "categories": [
3045 "female",
3046 "male"
3047 ],
3048 "considerate": {
3049 "clergyperson": "a",
3050 "clergy": "a",
3051 "cleric": "a"
3052 },
3053 "inconsiderate": {
3054 "clergywoman": "female",
3055 "clergyman": "male"
3056 }
3057 },
3058 {
3059 "id": "clergymen-clergywomen",
3060 "type": "or",
3061 "categories": [
3062 "female",
3063 "male"
3064 ],
3065 "considerate": {
3066 "clergies": "a",
3067 "clerics": "a"
3068 },
3069 "inconsiderate": {
3070 "clergywomen": "female",
3071 "clergymen": "male"
3072 }
3073 },
3074 {
3075 "id": "councilman-councilwoman",
3076 "type": "or",
3077 "categories": [
3078 "female",
3079 "male"
3080 ],
3081 "considerate": {
3082 "council member": "a"
3083 },
3084 "inconsiderate": {
3085 "councilwoman": "female",
3086 "councilman": "male"
3087 }
3088 },
3089 {
3090 "id": "councilmen-councilwomen",
3091 "type": "or",
3092 "categories": [
3093 "female",
3094 "male"
3095 ],
3096 "considerate": {
3097 "council members": "a"
3098 },
3099 "inconsiderate": {
3100 "councilwomen": "female",
3101 "councilmen": "male"
3102 }
3103 },
3104 {
3105 "id": "countryman-countrywoman",
3106 "type": "or",
3107 "categories": [
3108 "female",
3109 "male"
3110 ],
3111 "considerate": {
3112 "country person": "a"
3113 },
3114 "inconsiderate": {
3115 "countrywoman": "female",
3116 "countryman": "male"
3117 }
3118 },
3119 {
3120 "id": "countrymen-countrywomen",
3121 "type": "or",
3122 "categories": [
3123 "female",
3124 "male"
3125 ],
3126 "considerate": {
3127 "country folk": "a"
3128 },
3129 "inconsiderate": {
3130 "countrywomen": "female",
3131 "countrymen": "male"
3132 }
3133 },
3134 {
3135 "id": "handyman-handywoman",
3136 "type": "or",
3137 "categories": [
3138 "female",
3139 "male"
3140 ],
3141 "considerate": {
3142 "artisan": "a",
3143 "craftsperson": "a",
3144 "skilled worker": "a"
3145 },
3146 "inconsiderate": {
3147 "handywoman": "female",
3148 "craftswoman": "female",
3149 "handyman": "male",
3150 "craftsman": "male"
3151 }
3152 },
3153 {
3154 "id": "host-hostess",
3155 "type": "or",
3156 "categories": [
3157 "female",
3158 "male"
3159 ],
3160 "considerate": {
3161 "presenter": "a",
3162 "entertainer": "a",
3163 "emcee": "a"
3164 },
3165 "inconsiderate": {
3166 "hostess": "female",
3167 "host": "male"
3168 }
3169 },
3170 {
3171 "id": "hostesses-hosts",
3172 "type": "or",
3173 "categories": [
3174 "female",
3175 "male"
3176 ],
3177 "considerate": {
3178 "presenters": "a",
3179 "entertainers": "a",
3180 "emcees": "a"
3181 },
3182 "inconsiderate": {
3183 "hostesses": "female",
3184 "hosts": "male"
3185 }
3186 },
3187 {
3188 "id": "handymen-handywomen",
3189 "type": "or",
3190 "categories": [
3191 "female",
3192 "male"
3193 ],
3194 "considerate": {
3195 "artisans": "a",
3196 "craftspersons": "a",
3197 "skilled workers": "a"
3198 },
3199 "inconsiderate": {
3200 "handywomen": "female",
3201 "craftswomen": "female",
3202 "handymen": "male",
3203 "craftsmen": "male"
3204 }
3205 },
3206 {
3207 "id": "hangman-hangwoman",
3208 "type": "or",
3209 "categories": [
3210 "female",
3211 "male"
3212 ],
3213 "considerate": {
3214 "guillotine": "a"
3215 },
3216 "inconsiderate": {
3217 "hangwoman": "female",
3218 "hangman": "male"
3219 }
3220 },
3221 {
3222 "id": "hangmen-hangwomen",
3223 "type": "or",
3224 "categories": [
3225 "female",
3226 "male"
3227 ],
3228 "considerate": {
3229 "guillotines": "a"
3230 },
3231 "inconsiderate": {
3232 "hangwomen": "female",
3233 "hangmen": "male"
3234 }
3235 },
3236 {
3237 "id": "henchman-henchwoman",
3238 "type": "or",
3239 "categories": [
3240 "female",
3241 "male"
3242 ],
3243 "considerate": {
3244 "sidekick": "a"
3245 },
3246 "inconsiderate": {
3247 "henchwoman": "female",
3248 "henchman": "male"
3249 }
3250 },
3251 {
3252 "id": "henchmen-henchwomen",
3253 "type": "or",
3254 "categories": [
3255 "female",
3256 "male"
3257 ],
3258 "considerate": {
3259 "sidekicks": "a"
3260 },
3261 "inconsiderate": {
3262 "henchwomen": "female",
3263 "henchmen": "male"
3264 }
3265 },
3266 {
3267 "id": "hero-heroine",
3268 "type": "or",
3269 "categories": [
3270 "female",
3271 "male"
3272 ],
3273 "considerate": {
3274 "role-model": "a",
3275 "mentor": "a"
3276 },
3277 "inconsiderate": {
3278 "heroine": "female",
3279 "hero": "male"
3280 }
3281 },
3282 {
3283 "id": "heroes-heroines",
3284 "type": "or",
3285 "categories": [
3286 "female",
3287 "male"
3288 ],
3289 "considerate": {
3290 "role-models": "a",
3291 "mentor": "a"
3292 },
3293 "inconsiderate": {
3294 "heroines": "female",
3295 "heroes": "male"
3296 }
3297 },
3298 {
3299 "id": "maternal-paternal",
3300 "type": "or",
3301 "categories": [
3302 "female",
3303 "male"
3304 ],
3305 "considerate": {
3306 "parental": "a",
3307 "warm": "a",
3308 "intimate": "a"
3309 },
3310 "inconsiderate": {
3311 "maternal": "female",
3312 "paternal": "male",
3313 "fraternal": "male"
3314 }
3315 },
3316 {
3317 "id": "maternity-paternity",
3318 "type": "or",
3319 "categories": [
3320 "female",
3321 "male"
3322 ],
3323 "considerate": {
3324 "parental": "a"
3325 },
3326 "inconsiderate": {
3327 "maternity": "female",
3328 "paternity": "male"
3329 }
3330 },
3331 {
3332 "id": "dads-moms",
3333 "type": "or",
3334 "categories": [
3335 "female",
3336 "male"
3337 ],
3338 "considerate": {
3339 "parents": "a"
3340 },
3341 "inconsiderate": {
3342 "mamas": "female",
3343 "mothers": "female",
3344 "moms": "female",
3345 "mums": "female",
3346 "mommas": "female",
3347 "mommies": "female",
3348 "papas": "male",
3349 "fathers": "male",
3350 "dads": "male",
3351 "daddies": "male"
3352 }
3353 },
3354 {
3355 "id": "dad-mom",
3356 "type": "or",
3357 "categories": [
3358 "female",
3359 "male"
3360 ],
3361 "considerate": {
3362 "parent": "a"
3363 },
3364 "inconsiderate": {
3365 "mama": "female",
3366 "mother": "female",
3367 "mom": "female",
3368 "mum": "female",
3369 "momma": "female",
3370 "mommy": "female",
3371 "papa": "male",
3372 "father": "male",
3373 "dad": "male",
3374 "pop": "male",
3375 "daddy": "male"
3376 }
3377 },
3378 {
3379 "id": "daughter-son",
3380 "type": "or",
3381 "categories": [
3382 "female",
3383 "male"
3384 ],
3385 "considerate": {
3386 "child": "a"
3387 },
3388 "inconsiderate": {
3389 "daughter": "female",
3390 "son": "male"
3391 }
3392 },
3393 {
3394 "id": "daughters-sons",
3395 "type": "or",
3396 "categories": [
3397 "female",
3398 "male"
3399 ],
3400 "considerate": {
3401 "children": "a"
3402 },
3403 "inconsiderate": {
3404 "daughters": "female",
3405 "sons": "male"
3406 }
3407 },
3408 {
3409 "id": "doorman-doorwoman",
3410 "type": "or",
3411 "categories": [
3412 "female",
3413 "male"
3414 ],
3415 "considerate": {
3416 "concierge": "a"
3417 },
3418 "inconsiderate": {
3419 "doorwoman": "female",
3420 "doorman": "male"
3421 }
3422 },
3423 {
3424 "id": "doormen-doorwomen",
3425 "type": "or",
3426 "categories": [
3427 "female",
3428 "male"
3429 ],
3430 "considerate": {
3431 "concierges": "a"
3432 },
3433 "inconsiderate": {
3434 "doorwomen": "female",
3435 "doormen": "male"
3436 }
3437 },
3438 {
3439 "id": "feminin-manly",
3440 "type": "or",
3441 "categories": [
3442 "female",
3443 "male"
3444 ],
3445 "considerate": {
3446 "humanly": "a",
3447 "mature": "a"
3448 },
3449 "inconsiderate": {
3450 "feminin": "female",
3451 "dudely": "male",
3452 "manly": "male"
3453 }
3454 },
3455 {
3456 "id": "females-males",
3457 "type": "or",
3458 "categories": [
3459 "female",
3460 "male"
3461 ],
3462 "considerate": {
3463 "humans": "a"
3464 },
3465 "inconsiderate": {
3466 "females": "female",
3467 "males": "male"
3468 }
3469 },
3470 {
3471 "id": "king-queen",
3472 "type": "or",
3473 "categories": [
3474 "female",
3475 "male"
3476 ],
3477 "considerate": {
3478 "ruler": "a"
3479 },
3480 "inconsiderate": {
3481 "empress": "female",
3482 "queen": "female",
3483 "emperor": "male",
3484 "king": "male"
3485 }
3486 },
3487 {
3488 "id": "kings-queens",
3489 "type": "or",
3490 "categories": [
3491 "female",
3492 "male"
3493 ],
3494 "considerate": {
3495 "rulers": "a"
3496 },
3497 "inconsiderate": {
3498 "empresses": "female",
3499 "queens": "female",
3500 "emperors": "male",
3501 "kings": "male"
3502 }
3503 },
3504 {
3505 "id": "kingsize-queensize",
3506 "type": "or",
3507 "categories": [
3508 "female",
3509 "male"
3510 ],
3511 "considerate": {
3512 "jumbo": "a",
3513 "gigantic": "a"
3514 },
3515 "inconsiderate": {
3516 "queensize": "female",
3517 "kingsize": "male"
3518 }
3519 },
3520 {
3521 "id": "kingmaker-queenmaker",
3522 "type": "or",
3523 "categories": [
3524 "female",
3525 "male"
3526 ],
3527 "considerate": {
3528 "power behind the throne": "a"
3529 },
3530 "inconsiderate": {
3531 "queenmaker": "female",
3532 "kingmaker": "male"
3533 }
3534 },
3535 {
3536 "id": "layman-laywoman",
3537 "type": "or",
3538 "categories": [
3539 "female",
3540 "male"
3541 ],
3542 "considerate": {
3543 "civilian": "a"
3544 },
3545 "inconsiderate": {
3546 "laywoman": "female",
3547 "layman": "male"
3548 }
3549 },
3550 {
3551 "id": "laymen-laywomen",
3552 "type": "or",
3553 "categories": [
3554 "female",
3555 "male"
3556 ],
3557 "considerate": {
3558 "civilians": "a"
3559 },
3560 "inconsiderate": {
3561 "laywomen": "female",
3562 "laymen": "male"
3563 }
3564 },
3565 {
3566 "id": "dame-lord",
3567 "type": "or",
3568 "categories": [
3569 "female",
3570 "male"
3571 ],
3572 "considerate": {
3573 "official": "a",
3574 "owner": "a",
3575 "expert": "a",
3576 "superior": "a",
3577 "chief": "a",
3578 "ruler": "a"
3579 },
3580 "inconsiderate": {
3581 "dame": "female",
3582 "lord": "male"
3583 }
3584 },
3585 {
3586 "id": "dames-lords",
3587 "type": "or",
3588 "categories": [
3589 "female",
3590 "male"
3591 ],
3592 "considerate": {
3593 "officials": "a",
3594 "chiefs": "a",
3595 "rulers": "a"
3596 },
3597 "inconsiderate": {
3598 "dames": "female",
3599 "lords": "male"
3600 }
3601 },
3602 {
3603 "id": "manhood-womanhood",
3604 "type": "or",
3605 "categories": [
3606 "female",
3607 "male"
3608 ],
3609 "considerate": {
3610 "adulthood": "a",
3611 "personhood": "a",
3612 "maturity": "a"
3613 },
3614 "inconsiderate": {
3615 "womanhood": "female",
3616 "masculinity": "male",
3617 "manhood": "male"
3618 }
3619 },
3620 {
3621 "id": "femininity-manliness",
3622 "type": "or",
3623 "categories": [
3624 "female",
3625 "male"
3626 ],
3627 "considerate": {
3628 "humanity": "a"
3629 },
3630 "inconsiderate": {
3631 "femininity": "female",
3632 "manliness": "male"
3633 }
3634 },
3635 {
3636 "id": "marksman-markswoman",
3637 "type": "or",
3638 "categories": [
3639 "female",
3640 "male"
3641 ],
3642 "considerate": {
3643 "shooter": "a"
3644 },
3645 "inconsiderate": {
3646 "markswoman": "female",
3647 "marksman": "male"
3648 }
3649 },
3650 {
3651 "id": "marksmen-markswomen",
3652 "type": "or",
3653 "categories": [
3654 "female",
3655 "male"
3656 ],
3657 "considerate": {
3658 "shooters": "a"
3659 },
3660 "inconsiderate": {
3661 "markswomen": "female",
3662 "marksmen": "male"
3663 }
3664 },
3665 {
3666 "id": "middleman-middlewoman",
3667 "type": "or",
3668 "categories": [
3669 "female",
3670 "male"
3671 ],
3672 "considerate": {
3673 "intermediary": "a",
3674 "go-between": "a"
3675 },
3676 "inconsiderate": {
3677 "middlewoman": "female",
3678 "middleman": "male"
3679 }
3680 },
3681 {
3682 "id": "middlemen-middlewomen",
3683 "type": "or",
3684 "categories": [
3685 "female",
3686 "male"
3687 ],
3688 "considerate": {
3689 "intermediaries": "a",
3690 "go-betweens": "a"
3691 },
3692 "inconsiderate": {
3693 "middlewomen": "female",
3694 "middlemen": "male"
3695 }
3696 },
3697 {
3698 "id": "milkman-milkwoman",
3699 "type": "or",
3700 "categories": [
3701 "female",
3702 "male"
3703 ],
3704 "considerate": {
3705 "milk person": "a"
3706 },
3707 "inconsiderate": {
3708 "milkwoman": "female",
3709 "milkman": "male"
3710 }
3711 },
3712 {
3713 "id": "milkmen-milkwomen",
3714 "type": "or",
3715 "categories": [
3716 "female",
3717 "male"
3718 ],
3719 "considerate": {
3720 "milk people": "a"
3721 },
3722 "inconsiderate": {
3723 "milkwomen": "female",
3724 "milkmen": "male"
3725 }
3726 },
3727 {
3728 "id": "nephew-niece",
3729 "type": "or",
3730 "categories": [
3731 "female",
3732 "male"
3733 ],
3734 "considerate": {
3735 "nibling": "a",
3736 "sibling’s child": "a"
3737 },
3738 "inconsiderate": {
3739 "niece": "female",
3740 "nephew": "male"
3741 }
3742 },
3743 {
3744 "id": "nephews-nieces",
3745 "type": "or",
3746 "categories": [
3747 "female",
3748 "male"
3749 ],
3750 "considerate": {
3751 "niblings": "a",
3752 "sibling’s children": "a"
3753 },
3754 "inconsiderate": {
3755 "nieces": "female",
3756 "nephews": "male"
3757 }
3758 },
3759 {
3760 "id": "nobleman-noblewoman",
3761 "type": "or",
3762 "categories": [
3763 "female",
3764 "male"
3765 ],
3766 "considerate": {
3767 "noble": "a"
3768 },
3769 "inconsiderate": {
3770 "noblewoman": "female",
3771 "nobleman": "male"
3772 }
3773 },
3774 {
3775 "id": "noblemen-noblewomen",
3776 "type": "or",
3777 "categories": [
3778 "female",
3779 "male"
3780 ],
3781 "considerate": {
3782 "nobles": "a"
3783 },
3784 "inconsiderate": {
3785 "noblewomen": "female",
3786 "noblemen": "male"
3787 }
3788 },
3789 {
3790 "id": "ombudsman-ombudswoman",
3791 "type": "or",
3792 "categories": [
3793 "female",
3794 "male"
3795 ],
3796 "considerate": {
3797 "notary": "a",
3798 "consumer advocate": "a",
3799 "trouble shooter": "a",
3800 "omsbudperson": "a",
3801 "mediator": "a"
3802 },
3803 "inconsiderate": {
3804 "ombudswoman": "female",
3805 "ombudsman": "male"
3806 }
3807 },
3808 {
3809 "id": "ombudsmen-ombudswomen",
3810 "type": "or",
3811 "categories": [
3812 "female",
3813 "male"
3814 ],
3815 "considerate": {
3816 "notaries": "a",
3817 "omsbudpersons": "a",
3818 "omsbudpeople": "a",
3819 "mediators": "a"
3820 },
3821 "inconsiderate": {
3822 "ombudswomen": "female",
3823 "ombudsmen": "male"
3824 }
3825 },
3826 {
3827 "id": "prince-princess",
3828 "type": "or",
3829 "categories": [
3830 "female",
3831 "male"
3832 ],
3833 "considerate": {
3834 "heir": "a"
3835 },
3836 "inconsiderate": {
3837 "princess": "female",
3838 "prince": "male"
3839 }
3840 },
3841 {
3842 "id": "princes-princesses",
3843 "type": "or",
3844 "categories": [
3845 "female",
3846 "male"
3847 ],
3848 "considerate": {
3849 "heirs": "a"
3850 },
3851 "inconsiderate": {
3852 "princesses": "female",
3853 "princes": "male"
3854 }
3855 },
3856 {
3857 "id": "sandman-sandwoman",
3858 "type": "or",
3859 "categories": [
3860 "female",
3861 "male"
3862 ],
3863 "considerate": {
3864 "fairy": "a"
3865 },
3866 "inconsiderate": {
3867 "sandwoman": "female",
3868 "sandman": "male"
3869 }
3870 },
3871 {
3872 "id": "sandmen-sandwomen",
3873 "type": "or",
3874 "categories": [
3875 "female",
3876 "male"
3877 ],
3878 "considerate": {
3879 "fairies": "a"
3880 },
3881 "inconsiderate": {
3882 "sandwomen": "female",
3883 "sandmen": "male"
3884 }
3885 },
3886 {
3887 "id": "showman-showwoman",
3888 "type": "or",
3889 "categories": [
3890 "female",
3891 "male"
3892 ],
3893 "considerate": {
3894 "promoter": "a"
3895 },
3896 "inconsiderate": {
3897 "showwoman": "female",
3898 "showman": "male"
3899 }
3900 },
3901 {
3902 "id": "showmen-showwomen",
3903 "type": "or",
3904 "categories": [
3905 "female",
3906 "male"
3907 ],
3908 "considerate": {
3909 "promoters": "a"
3910 },
3911 "inconsiderate": {
3912 "showwomen": "female",
3913 "show women": "female",
3914 "showmen": "male"
3915 }
3916 },
3917 {
3918 "id": "spaceman-spacewoman",
3919 "type": "or",
3920 "categories": [
3921 "female",
3922 "male"
3923 ],
3924 "considerate": {
3925 "astronaut": "a"
3926 },
3927 "inconsiderate": {
3928 "spacewoman": "female",
3929 "spaceman": "male"
3930 }
3931 },
3932 {
3933 "id": "spacemen-spacewomen",
3934 "type": "or",
3935 "categories": [
3936 "female",
3937 "male"
3938 ],
3939 "considerate": {
3940 "astronauts": "a"
3941 },
3942 "inconsiderate": {
3943 "spacewomen": "female",
3944 "spacemen": "male"
3945 }
3946 },
3947 {
3948 "id": "spokesman-spokeswoman",
3949 "type": "or",
3950 "categories": [
3951 "female",
3952 "male"
3953 ],
3954 "considerate": {
3955 "speaker": "a",
3956 "spokesperson": "a",
3957 "representative": "a"
3958 },
3959 "inconsiderate": {
3960 "spokeswoman": "female",
3961 "spokesman": "male"
3962 }
3963 },
3964 {
3965 "id": "spokesmen-spokeswomen",
3966 "type": "or",
3967 "categories": [
3968 "female",
3969 "male"
3970 ],
3971 "considerate": {
3972 "speakers": "a",
3973 "spokespersons": "a"
3974 },
3975 "inconsiderate": {
3976 "spokeswomen": "female",
3977 "spokesmen": "male"
3978 }
3979 },
3980 {
3981 "id": "sportsman-sportswoman",
3982 "type": "or",
3983 "categories": [
3984 "female",
3985 "male"
3986 ],
3987 "considerate": {
3988 "athlete": "a",
3989 "sports person": "a"
3990 },
3991 "inconsiderate": {
3992 "sportswoman": "female",
3993 "sportsman": "male"
3994 }
3995 },
3996 {
3997 "id": "sportsmen-sportswomen",
3998 "type": "or",
3999 "categories": [
4000 "female",
4001 "male"
4002 ],
4003 "considerate": {
4004 "athletes": "a",
4005 "sports persons": "a"
4006 },
4007 "inconsiderate": {
4008 "sportswomen": "female",
4009 "sportsmen": "male"
4010 }
4011 },
4012 {
4013 "id": "statesman-stateswoman",
4014 "type": "or",
4015 "categories": [
4016 "female",
4017 "male"
4018 ],
4019 "considerate": {
4020 "senator": "a"
4021 },
4022 "inconsiderate": {
4023 "stateswoman": "female",
4024 "statesman": "male"
4025 }
4026 },
4027 {
4028 "id": "stepbrother-stepsister",
4029 "type": "or",
4030 "categories": [
4031 "female",
4032 "male"
4033 ],
4034 "considerate": {
4035 "step-sibling": "a"
4036 },
4037 "inconsiderate": {
4038 "stepsister": "female",
4039 "stepbrother": "male"
4040 }
4041 },
4042 {
4043 "id": "stepbrothers-stepsisters",
4044 "type": "or",
4045 "categories": [
4046 "female",
4047 "male"
4048 ],
4049 "considerate": {
4050 "step-siblings": "a"
4051 },
4052 "inconsiderate": {
4053 "stepsisters": "female",
4054 "stepbrothers": "male"
4055 }
4056 },
4057 {
4058 "id": "stepdad-stepmom",
4059 "type": "or",
4060 "categories": [
4061 "female",
4062 "male"
4063 ],
4064 "considerate": {
4065 "step-parent": "a"
4066 },
4067 "inconsiderate": {
4068 "stepmom": "female",
4069 "stepmother": "female",
4070 "stepdad": "male",
4071 "stepfather": "male"
4072 }
4073 },
4074 {
4075 "id": "stepfathers-stepmothers",
4076 "type": "or",
4077 "categories": [
4078 "female",
4079 "male"
4080 ],
4081 "considerate": {
4082 "step-parents": "a"
4083 },
4084 "inconsiderate": {
4085 "stepmothers": "female",
4086 "stepfathers": "male"
4087 }
4088 },
4089 {
4090 "id": "superman-superwoman",
4091 "type": "or",
4092 "categories": [
4093 "female",
4094 "male"
4095 ],
4096 "considerate": {
4097 "titan": "a"
4098 },
4099 "inconsiderate": {
4100 "superwoman": "female",
4101 "superman": "male"
4102 }
4103 },
4104 {
4105 "id": "supermen-superwomen",
4106 "type": "or",
4107 "categories": [
4108 "female",
4109 "male"
4110 ],
4111 "considerate": {
4112 "titans": "a"
4113 },
4114 "inconsiderate": {
4115 "superwomen": "female",
4116 "supermen": "male"
4117 }
4118 },
4119 {
4120 "id": "unmanly-unwomanly",
4121 "type": "or",
4122 "categories": [
4123 "female",
4124 "male"
4125 ],
4126 "considerate": {
4127 "inhumane": "a"
4128 },
4129 "inconsiderate": {
4130 "unwomanly": "female",
4131 "unwomenly": "female",
4132 "unmanly": "male",
4133 "unmenly": "male"
4134 }
4135 },
4136 {
4137 "id": "watchman-watchwoman",
4138 "type": "or",
4139 "categories": [
4140 "female",
4141 "male"
4142 ],
4143 "considerate": {
4144 "watcher": "a"
4145 },
4146 "inconsiderate": {
4147 "watchwoman": "female",
4148 "watchman": "male"
4149 }
4150 },
4151 {
4152 "id": "watchmen-watchwomen",
4153 "type": "or",
4154 "categories": [
4155 "female",
4156 "male"
4157 ],
4158 "considerate": {
4159 "watchers": "a"
4160 },
4161 "inconsiderate": {
4162 "watchwomen": "female",
4163 "watchmen": "male"
4164 }
4165 },
4166 {
4167 "id": "weatherman-weatherwoman",
4168 "type": "or",
4169 "categories": [
4170 "female",
4171 "male"
4172 ],
4173 "considerate": {
4174 "weather forecaster": "a",
4175 "meteorologist": "a"
4176 },
4177 "inconsiderate": {
4178 "weatherwoman": "female",
4179 "weatherman": "male"
4180 }
4181 },
4182 {
4183 "id": "weathermen-weatherwomen",
4184 "type": "or",
4185 "categories": [
4186 "female",
4187 "male"
4188 ],
4189 "considerate": {
4190 "weather forecasters": "a",
4191 "meteorologists": "a"
4192 },
4193 "inconsiderate": {
4194 "weatherwomen": "female",
4195 "weathermen": "male"
4196 }
4197 },
4198 {
4199 "id": "widow-widower",
4200 "type": "or",
4201 "categories": [
4202 "female",
4203 "male"
4204 ],
4205 "considerate": {
4206 "bereaved": "a"
4207 },
4208 "inconsiderate": {
4209 "widow": "female",
4210 "widows": "female",
4211 "widower": "male",
4212 "widowers": "male"
4213 }
4214 },
4215 {
4216 "id": "own-man-own-woman",
4217 "type": "or",
4218 "categories": [
4219 "female",
4220 "male"
4221 ],
4222 "considerate": {
4223 "own person": "a"
4224 },
4225 "inconsiderate": {
4226 "own woman": "female",
4227 "own man": "male"
4228 }
4229 },
4230 {
4231 "id": "frenchmen",
4232 "type": "basic",
4233 "categories": [
4234 "male"
4235 ],
4236 "considerate": {
4237 "french": "a",
4238 "the french": "a"
4239 },
4240 "inconsiderate": {
4241 "frenchmen": "male"
4242 }
4243 },
4244 {
4245 "id": "ladylike",
4246 "type": "basic",
4247 "categories": [
4248 "female"
4249 ],
4250 "considerate": {
4251 "courteous": "a",
4252 "cultured": "a"
4253 },
4254 "inconsiderate": {
4255 "ladylike": "female"
4256 }
4257 },
4258 {
4259 "id": "like-a-man",
4260 "type": "basic",
4261 "categories": [
4262 "male"
4263 ],
4264 "considerate": {
4265 "resolutely": "a",
4266 "bravely": "a"
4267 },
4268 "inconsiderate": {
4269 "like a man": "male"
4270 }
4271 },
4272 {
4273 "id": "maiden-name",
4274 "type": "basic",
4275 "categories": [
4276 "female"
4277 ],
4278 "considerate": {
4279 "birth name": "a"
4280 },
4281 "inconsiderate": {
4282 "maiden name": "female"
4283 }
4284 },
4285 {
4286 "id": "maiden-voyage",
4287 "type": "basic",
4288 "categories": [
4289 "female"
4290 ],
4291 "considerate": {
4292 "first voyage": "a"
4293 },
4294 "inconsiderate": {
4295 "maiden voyage": "female"
4296 }
4297 },
4298 {
4299 "id": "man-enough",
4300 "type": "basic",
4301 "categories": [
4302 "male"
4303 ],
4304 "considerate": {
4305 "strong enough": "a"
4306 },
4307 "inconsiderate": {
4308 "man enough": "male"
4309 }
4310 },
4311 {
4312 "id": "oneupmanship",
4313 "type": "basic",
4314 "categories": [
4315 "male"
4316 ],
4317 "considerate": {
4318 "upstaging": "a",
4319 "competitiveness": "a"
4320 },
4321 "inconsiderate": {
4322 "oneupmanship": "male"
4323 }
4324 },
4325 {
4326 "id": "mrs-",
4327 "type": "basic",
4328 "categories": [
4329 "female"
4330 ],
4331 "considerate": {
4332 "ms.": "a"
4333 },
4334 "inconsiderate": {
4335 "miss.": "female",
4336 "mrs.": "female"
4337 }
4338 },
4339 {
4340 "id": "manmade",
4341 "type": "basic",
4342 "categories": [
4343 "male"
4344 ],
4345 "considerate": {
4346 "manufactured": "a",
4347 "artificial": "a",
4348 "synthetic": "a",
4349 "machine-made": "a",
4350 "constructed": "a"
4351 },
4352 "inconsiderate": {
4353 "manmade": "male"
4354 }
4355 },
4356 {
4357 "id": "man-of-action",
4358 "type": "basic",
4359 "categories": [
4360 "male"
4361 ],
4362 "considerate": {
4363 "dynamo": "a"
4364 },
4365 "inconsiderate": {
4366 "man of action": "male"
4367 }
4368 },
4369 {
4370 "id": "man-of-letters",
4371 "type": "basic",
4372 "categories": [
4373 "male"
4374 ],
4375 "considerate": {
4376 "scholar": "a",
4377 "writer": "a",
4378 "literary figure": "a"
4379 },
4380 "inconsiderate": {
4381 "man of letters": "male"
4382 }
4383 },
4384 {
4385 "id": "man-of-the-world",
4386 "type": "basic",
4387 "categories": [
4388 "male"
4389 ],
4390 "considerate": {
4391 "sophisticate": "a"
4392 },
4393 "inconsiderate": {
4394 "man of the world": "male"
4395 }
4396 },
4397 {
4398 "id": "fellowship",
4399 "type": "basic",
4400 "categories": [
4401 "male"
4402 ],
4403 "considerate": {
4404 "camaraderie": "a",
4405 "community": "a",
4406 "organization": "a"
4407 },
4408 "inconsiderate": {
4409 "fellowship": "male"
4410 }
4411 },
4412 {
4413 "id": "freshman",
4414 "type": "basic",
4415 "categories": [
4416 "male"
4417 ],
4418 "considerate": {
4419 "first-year student": "a",
4420 "fresher": "a"
4421 },
4422 "inconsiderate": {
4423 "freshman": "male",
4424 "freshwoman": "male"
4425 }
4426 },
4427 {
4428 "id": "workmanship",
4429 "type": "basic",
4430 "categories": [
4431 "male"
4432 ],
4433 "considerate": {
4434 "quality construction": "a",
4435 "expertise": "a"
4436 },
4437 "inconsiderate": {
4438 "workmanship": "male"
4439 }
4440 },
4441 {
4442 "id": "housewife",
4443 "type": "basic",
4444 "categories": [
4445 "female"
4446 ],
4447 "considerate": {
4448 "homemaker": "a",
4449 "homeworker": "a"
4450 },
4451 "inconsiderate": {
4452 "housewife": "female"
4453 }
4454 },
4455 {
4456 "id": "housewives",
4457 "type": "basic",
4458 "categories": [
4459 "female"
4460 ],
4461 "considerate": {
4462 "homemakers": "a",
4463 "homeworkers": "a"
4464 },
4465 "inconsiderate": {
4466 "housewives": "female"
4467 }
4468 },
4469 {
4470 "id": "motherly",
4471 "type": "basic",
4472 "categories": [
4473 "female"
4474 ],
4475 "considerate": {
4476 "loving": "a",
4477 "warm": "a",
4478 "nurturing": "a"
4479 },
4480 "inconsiderate": {
4481 "motherly": "female"
4482 }
4483 },
4484 {
4485 "id": "manpower",
4486 "type": "basic",
4487 "categories": [
4488 "male"
4489 ],
4490 "considerate": {
4491 "human resources": "a",
4492 "workforce": "a",
4493 "personnel": "a",
4494 "staff": "a",
4495 "labor": "a",
4496 "labor force": "a",
4497 "staffing": "a",
4498 "combat personnel": "a"
4499 },
4500 "inconsiderate": {
4501 "manpower": "male"
4502 }
4503 },
4504 {
4505 "id": "master-of-ceremonies",
4506 "type": "basic",
4507 "categories": [
4508 "male"
4509 ],
4510 "considerate": {
4511 "emcee": "a",
4512 "moderator": "a",
4513 "convenor": "a"
4514 },
4515 "inconsiderate": {
4516 "master of ceremonies": "male"
4517 }
4518 },
4519 {
4520 "id": "masterful",
4521 "type": "basic",
4522 "categories": [
4523 "male"
4524 ],
4525 "considerate": {
4526 "skilled": "a",
4527 "authoritative": "a",
4528 "commanding": "a"
4529 },
4530 "inconsiderate": {
4531 "masterful": "male"
4532 }
4533 },
4534 {
4535 "id": "mastermind",
4536 "type": "basic",
4537 "categories": [
4538 "male"
4539 ],
4540 "considerate": {
4541 "genius": "a",
4542 "creator": "a",
4543 "instigator": "a",
4544 "oversee": "a",
4545 "launch": "a",
4546 "originate": "a"
4547 },
4548 "inconsiderate": {
4549 "mastermind": "male"
4550 }
4551 },
4552 {
4553 "id": "masterpiece",
4554 "type": "basic",
4555 "categories": [
4556 "male"
4557 ],
4558 "considerate": {
4559 "work of genius": "a",
4560 "chef d’oeuvre": "a"
4561 },
4562 "inconsiderate": {
4563 "masterpiece": "male"
4564 }
4565 },
4566 {
4567 "id": "masterplan",
4568 "type": "basic",
4569 "categories": [
4570 "male"
4571 ],
4572 "considerate": {
4573 "vision": "a",
4574 "comprehensive plan": "a"
4575 },
4576 "inconsiderate": {
4577 "masterplan": "male"
4578 }
4579 },
4580 {
4581 "id": "masterstroke",
4582 "type": "basic",
4583 "categories": [
4584 "male"
4585 ],
4586 "considerate": {
4587 "trump card": "a",
4588 "stroke of genius": "a"
4589 },
4590 "inconsiderate": {
4591 "masterstroke": "male"
4592 }
4593 },
4594 {
4595 "id": "madman",
4596 "type": "basic",
4597 "categories": [
4598 "male"
4599 ],
4600 "considerate": {
4601 "fanatic": "a",
4602 "zealot": "a",
4603 "enthusiast": "a"
4604 },
4605 "inconsiderate": {
4606 "madman": "male",
4607 "mad man": "male"
4608 }
4609 },
4610 {
4611 "id": "madmen",
4612 "type": "basic",
4613 "categories": [
4614 "male"
4615 ],
4616 "considerate": {
4617 "fanatics": "a",
4618 "zealots": "a",
4619 "enthusiasts": "a"
4620 },
4621 "inconsiderate": {
4622 "madmen": "male",
4623 "mad men": "male"
4624 }
4625 },
4626 {
4627 "id": "mankind",
4628 "type": "basic",
4629 "categories": [
4630 "male"
4631 ],
4632 "considerate": {
4633 "humankind": "a"
4634 },
4635 "inconsiderate": {
4636 "mankind": "male"
4637 }
4638 },
4639 {
4640 "id": "manhour",
4641 "type": "basic",
4642 "categories": [
4643 "male"
4644 ],
4645 "considerate": {
4646 "staff hour": "a",
4647 "hour of work": "a"
4648 },
4649 "inconsiderate": {
4650 "manhour": "male",
4651 "man hour": "male"
4652 }
4653 },
4654 {
4655 "id": "manhours",
4656 "type": "basic",
4657 "categories": [
4658 "male"
4659 ],
4660 "considerate": {
4661 "staff hours": "a",
4662 "hours of work": "a",
4663 "hours of labor": "a",
4664 "hours": "a"
4665 },
4666 "inconsiderate": {
4667 "manhours": "male",
4668 "man hours": "male"
4669 }
4670 },
4671 {
4672 "id": "manned",
4673 "type": "basic",
4674 "categories": [
4675 "a"
4676 ],
4677 "considerate": {
4678 "staffed": "a",
4679 "crewed": "a",
4680 "piloted": "a"
4681 },
4682 "inconsiderate": {
4683 "manned": "a"
4684 },
4685 "note": "Using gender neutral language means users will help to break up gender stereotypes."
4686 },
4687 {
4688 "id": "unmanned",
4689 "type": "basic",
4690 "categories": [
4691 "a"
4692 ],
4693 "considerate": {
4694 "robotic": "a",
4695 "automated": "a"
4696 },
4697 "inconsiderate": {
4698 "unmanned": "a"
4699 },
4700 "note": "Using gender neutral language means users will help to break up gender stereotypes."
4701 },
4702 {
4703 "id": "moaning",
4704 "type": "basic",
4705 "categories": [
4706 "a"
4707 ],
4708 "considerate": {
4709 "whining": "a",
4710 "complaining": "a",
4711 "crying": "a"
4712 },
4713 "inconsiderate": {
4714 "bitching": "a",
4715 "moaning": "a"
4716 }
4717 },
4718 {
4719 "id": "moan",
4720 "type": "basic",
4721 "categories": [
4722 "a"
4723 ],
4724 "considerate": {
4725 "whine": "a",
4726 "complain": "a",
4727 "cry": "a"
4728 },
4729 "inconsiderate": {
4730 "bitch": "a",
4731 "moan": "a"
4732 }
4733 },
4734 {
4735 "id": "wifebeater",
4736 "type": "basic",
4737 "categories": [
4738 "a"
4739 ],
4740 "considerate": {
4741 "tank top": "a",
4742 "sleeveless undershirt": "a"
4743 },
4744 "inconsiderate": {
4745 "wife beater": "a",
4746 "wifebeater": "a"
4747 }
4748 },
4749 {
4750 "id": "ancient-man",
4751 "type": "basic",
4752 "categories": [
4753 "a"
4754 ],
4755 "considerate": {
4756 "ancient civilization": "a",
4757 "ancient people": "a"
4758 },
4759 "inconsiderate": {
4760 "ancient man": "a"
4761 },
4762 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4763 },
4764 {
4765 "id": "authoress",
4766 "type": "basic",
4767 "categories": [
4768 "a"
4769 ],
4770 "considerate": {
4771 "author": "a",
4772 "writer": "a"
4773 },
4774 "inconsiderate": {
4775 "authoress": "a"
4776 },
4777 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4778 },
4779 {
4780 "id": "average-housewife",
4781 "type": "basic",
4782 "categories": [
4783 "a"
4784 ],
4785 "considerate": {
4786 "average consumer": "a",
4787 "average household": "a",
4788 "average homemaker": "a"
4789 },
4790 "inconsiderate": {
4791 "average housewife": "a"
4792 },
4793 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4794 },
4795 {
4796 "id": "average-man",
4797 "type": "basic",
4798 "categories": [
4799 "a"
4800 ],
4801 "considerate": {
4802 "average person": "a"
4803 },
4804 "inconsiderate": {
4805 "average man": "a"
4806 },
4807 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4808 },
4809 {
4810 "id": "average-working-man",
4811 "type": "basic",
4812 "categories": [
4813 "a"
4814 ],
4815 "considerate": {
4816 "average wage earner": "a",
4817 "average taxpayer": "a"
4818 },
4819 "inconsiderate": {
4820 "average working man": "a"
4821 },
4822 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4823 },
4824 {
4825 "id": "aviatrix",
4826 "type": "basic",
4827 "categories": [
4828 "a"
4829 ],
4830 "considerate": {
4831 "aviator": "a"
4832 },
4833 "inconsiderate": {
4834 "aviatrix": "a"
4835 },
4836 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4837 },
4838 {
4839 "id": "brotherhood-of-man",
4840 "type": "basic",
4841 "categories": [
4842 "a"
4843 ],
4844 "considerate": {
4845 "the human family": "a"
4846 },
4847 "inconsiderate": {
4848 "brotherhood of man": "a"
4849 },
4850 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4851 },
4852 {
4853 "id": "calendar-girl",
4854 "type": "basic",
4855 "categories": [
4856 "a"
4857 ],
4858 "considerate": {
4859 "model": "a"
4860 },
4861 "inconsiderate": {
4862 "calendar girl": "a"
4863 },
4864 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4865 },
4866 {
4867 "id": "call-girl",
4868 "type": "basic",
4869 "categories": [
4870 "a"
4871 ],
4872 "considerate": {
4873 "escort": "a",
4874 "prostitute": "a",
4875 "sex worker": "a"
4876 },
4877 "inconsiderate": {
4878 "call girl": "a"
4879 },
4880 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4881 },
4882 {
4883 "id": "churchman",
4884 "type": "basic",
4885 "categories": [
4886 "a"
4887 ],
4888 "considerate": {
4889 "cleric": "a",
4890 "practicing Christian": "a",
4891 "pillar of the Church": "a"
4892 },
4893 "inconsiderate": {
4894 "churchman": "a"
4895 },
4896 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4897 },
4898 {
4899 "id": "english-master",
4900 "type": "basic",
4901 "categories": [
4902 "a"
4903 ],
4904 "considerate": {
4905 "english coordinator": "a",
4906 "senior teacher of english": "a"
4907 },
4908 "inconsiderate": {
4909 "english master": "a"
4910 },
4911 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4912 },
4913 {
4914 "id": "englishmen",
4915 "type": "basic",
4916 "categories": [
4917 "a"
4918 ],
4919 "considerate": {
4920 "the english": "a"
4921 },
4922 "inconsiderate": {
4923 "englishmen": "a"
4924 },
4925 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4926 },
4927 {
4928 "id": "executrix",
4929 "type": "basic",
4930 "categories": [
4931 "a"
4932 ],
4933 "considerate": {
4934 "executor": "a"
4935 },
4936 "inconsiderate": {
4937 "executrix": "a"
4938 },
4939 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4940 },
4941 {
4942 "id": "father-of-*",
4943 "type": "basic",
4944 "categories": [
4945 "a"
4946 ],
4947 "considerate": {
4948 "founder of": "a"
4949 },
4950 "inconsiderate": {
4951 "father of *": "a"
4952 },
4953 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4954 },
4955 {
4956 "id": "founding-father",
4957 "type": "basic",
4958 "categories": [
4959 "a"
4960 ],
4961 "considerate": {
4962 "the founders": "a",
4963 "founding leaders": "a",
4964 "forebears": "a"
4965 },
4966 "inconsiderate": {
4967 "founding father": "a"
4968 },
4969 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4970 },
4971 {
4972 "id": "housemaid",
4973 "type": "basic",
4974 "categories": [
4975 "a"
4976 ],
4977 "considerate": {
4978 "house worker": "a",
4979 "domestic help": "a"
4980 },
4981 "inconsiderate": {
4982 "housemaid": "a"
4983 },
4984 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
4985 },
4986 {
4987 "id": "industrial-man",
4988 "type": "basic",
4989 "categories": [
4990 "a"
4991 ],
4992 "considerate": {
4993 "industrial civilization": "a",
4994 "industrial people": "a"
4995 },
4996 "inconsiderate": {
4997 "industrial man": "a"
4998 },
4999 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5000 },
5001 {
5002 "id": "lady-doctor",
5003 "type": "basic",
5004 "categories": [
5005 "a"
5006 ],
5007 "considerate": {
5008 "doctor": "a"
5009 },
5010 "inconsiderate": {
5011 "lady doctor": "a"
5012 },
5013 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5014 },
5015 {
5016 "id": "leading-lady",
5017 "type": "basic",
5018 "categories": [
5019 "a"
5020 ],
5021 "considerate": {
5022 "lead": "a"
5023 },
5024 "inconsiderate": {
5025 "leading lady": "a"
5026 },
5027 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5028 },
5029 {
5030 "id": "maiden",
5031 "type": "basic",
5032 "categories": [
5033 "a"
5034 ],
5035 "considerate": {
5036 "virgin": "a"
5037 },
5038 "inconsiderate": {
5039 "maiden": "a"
5040 },
5041 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5042 },
5043 {
5044 "id": "maiden-race",
5045 "type": "basic",
5046 "categories": [
5047 "a"
5048 ],
5049 "considerate": {
5050 "first race": "a"
5051 },
5052 "inconsiderate": {
5053 "maiden race": "a"
5054 },
5055 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5056 },
5057 {
5058 "id": "maiden-speech",
5059 "type": "basic",
5060 "categories": [
5061 "a"
5062 ],
5063 "considerate": {
5064 "first speech": "a"
5065 },
5066 "inconsiderate": {
5067 "maiden speech": "a"
5068 },
5069 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5070 },
5071 {
5072 "id": "man-a-desk",
5073 "type": "basic",
5074 "categories": [
5075 "a"
5076 ],
5077 "considerate": {
5078 "staff a desk": "a"
5079 },
5080 "inconsiderate": {
5081 "man a desk": "a"
5082 },
5083 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5084 },
5085 {
5086 "id": "man-in-the-street",
5087 "type": "basic",
5088 "categories": [
5089 "a"
5090 ],
5091 "considerate": {
5092 "ordinary citizen": "a",
5093 "typical person": "a",
5094 "average person": "a"
5095 },
5096 "inconsiderate": {
5097 "man in the street": "a"
5098 },
5099 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5100 },
5101 {
5102 "id": "man-of-the-land",
5103 "type": "basic",
5104 "categories": [
5105 "a"
5106 ],
5107 "considerate": {
5108 "farmer": "a",
5109 "rural worker": "a",
5110 "grazier": "a",
5111 "landowner": "a",
5112 "rural community": "a",
5113 "country people": "a",
5114 "country folk": "a"
5115 },
5116 "inconsiderate": {
5117 "man of the land": "a"
5118 },
5119 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5120 },
5121 {
5122 "id": "mans-best-friend",
5123 "type": "basic",
5124 "categories": [
5125 "a"
5126 ],
5127 "considerate": {
5128 "a faithful dog": "a"
5129 },
5130 "inconsiderate": {
5131 "mans best friend": "a"
5132 },
5133 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5134 },
5135 {
5136 "id": "man-the-booth",
5137 "type": "basic",
5138 "categories": [
5139 "a"
5140 ],
5141 "considerate": {
5142 "staff the booth": "a"
5143 },
5144 "inconsiderate": {
5145 "man the booth": "a"
5146 },
5147 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5148 },
5149 {
5150 "id": "man-the-phones",
5151 "type": "basic",
5152 "categories": [
5153 "a"
5154 ],
5155 "considerate": {
5156 "answer the phones": "a"
5157 },
5158 "inconsiderate": {
5159 "man the phones": "a"
5160 },
5161 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5162 },
5163 {
5164 "id": "mansized-task",
5165 "type": "basic",
5166 "categories": [
5167 "a"
5168 ],
5169 "considerate": {
5170 "a demanding task": "a",
5171 "a big job": "a"
5172 },
5173 "inconsiderate": {
5174 "mansized task": "a",
5175 "man sized task": "a"
5176 },
5177 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5178 },
5179 {
5180 "id": "master-key",
5181 "type": "basic",
5182 "categories": [
5183 "a"
5184 ],
5185 "considerate": {
5186 "pass key": "a",
5187 "original": "a"
5188 },
5189 "inconsiderate": {
5190 "master key": "a",
5191 "master copy": "a"
5192 },
5193 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5194 },
5195 {
5196 "id": "master-plan",
5197 "type": "basic",
5198 "categories": [
5199 "a"
5200 ],
5201 "considerate": {
5202 "grand scheme": "a",
5203 "guiding principles": "a"
5204 },
5205 "inconsiderate": {
5206 "master plan": "a"
5207 },
5208 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5209 },
5210 {
5211 "id": "master-the-art",
5212 "type": "basic",
5213 "categories": [
5214 "a"
5215 ],
5216 "considerate": {
5217 "become skilled": "a"
5218 },
5219 "inconsiderate": {
5220 "master the art": "a"
5221 },
5222 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5223 },
5224 {
5225 "id": "men-of-science",
5226 "type": "basic",
5227 "categories": [
5228 "a"
5229 ],
5230 "considerate": {
5231 "scientists": "a"
5232 },
5233 "inconsiderate": {
5234 "men of science": "a"
5235 },
5236 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5237 },
5238 {
5239 "id": "midwife",
5240 "type": "basic",
5241 "categories": [
5242 "a"
5243 ],
5244 "considerate": {
5245 "birthing nurse": "a"
5246 },
5247 "inconsiderate": {
5248 "midwife": "a"
5249 },
5250 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5251 },
5252 {
5253 "id": "modern-man",
5254 "type": "basic",
5255 "categories": [
5256 "a"
5257 ],
5258 "considerate": {
5259 "modern civilization": "a",
5260 "modern people": "a"
5261 },
5262 "inconsiderate": {
5263 "modern man": "a"
5264 },
5265 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5266 },
5267 {
5268 "id": "no-mans-land",
5269 "type": "basic",
5270 "categories": [
5271 "a"
5272 ],
5273 "considerate": {
5274 "unoccupied territory": "a",
5275 "wasteland": "a",
5276 "deathtrap": "a"
5277 },
5278 "inconsiderate": {
5279 "no mans land": "a"
5280 },
5281 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5282 },
5283 {
5284 "id": "office-girls",
5285 "type": "basic",
5286 "categories": [
5287 "a"
5288 ],
5289 "considerate": {
5290 "administrative staff": "a"
5291 },
5292 "inconsiderate": {
5293 "office girls": "a"
5294 },
5295 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5296 },
5297 {
5298 "id": "poetess",
5299 "type": "basic",
5300 "categories": [
5301 "a"
5302 ],
5303 "considerate": {
5304 "poet": "a"
5305 },
5306 "inconsiderate": {
5307 "poetess": "a"
5308 },
5309 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5310 },
5311 {
5312 "id": "railwayman",
5313 "type": "basic",
5314 "categories": [
5315 "a"
5316 ],
5317 "considerate": {
5318 "railway worker": "a"
5319 },
5320 "inconsiderate": {
5321 "railwayman": "a"
5322 },
5323 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5324 },
5325 {
5326 "id": "sportsmanlike",
5327 "type": "basic",
5328 "categories": [
5329 "a"
5330 ],
5331 "considerate": {
5332 "fair": "a",
5333 "sporting": "a"
5334 },
5335 "inconsiderate": {
5336 "sportsmanlike": "a"
5337 },
5338 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5339 },
5340 {
5341 "id": "sportsmanship",
5342 "type": "basic",
5343 "categories": [
5344 "a"
5345 ],
5346 "considerate": {
5347 "fairness": "a",
5348 "good humor": "a",
5349 "sense of fair play": "a"
5350 },
5351 "inconsiderate": {
5352 "sportsmanship": "a"
5353 },
5354 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5355 },
5356 {
5357 "id": "statesmanlike",
5358 "type": "basic",
5359 "categories": [
5360 "a"
5361 ],
5362 "considerate": {
5363 "diplomatic": "a"
5364 },
5365 "inconsiderate": {
5366 "statesmanlike": "a",
5367 "statesman like": "a"
5368 },
5369 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5370 },
5371 {
5372 "id": "stockman",
5373 "type": "basic",
5374 "categories": [
5375 "a"
5376 ],
5377 "considerate": {
5378 "cattle worker": "a",
5379 "farmhand": "a",
5380 "drover": "a"
5381 },
5382 "inconsiderate": {
5383 "stockman": "a"
5384 },
5385 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5386 },
5387 {
5388 "id": "tradesmans-entrance",
5389 "type": "basic",
5390 "categories": [
5391 "a"
5392 ],
5393 "considerate": {
5394 "service entrance": "a"
5395 },
5396 "inconsiderate": {
5397 "tradesmans entrance": "a"
5398 },
5399 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5400 },
5401 {
5402 "id": "tax-man",
5403 "type": "basic",
5404 "categories": [
5405 "a"
5406 ],
5407 "considerate": {
5408 "tax commissioner": "a",
5409 "tax office": "a",
5410 "tax collector": "a"
5411 },
5412 "inconsiderate": {
5413 "tax man": "a"
5414 },
5415 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5416 },
5417 {
5418 "id": "usherette",
5419 "type": "basic",
5420 "categories": [
5421 "a"
5422 ],
5423 "considerate": {
5424 "usher": "a"
5425 },
5426 "inconsiderate": {
5427 "usherette": "a"
5428 },
5429 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5430 },
5431 {
5432 "id": "woman-lawyer",
5433 "type": "basic",
5434 "categories": [
5435 "a"
5436 ],
5437 "considerate": {
5438 "lawyer": "a"
5439 },
5440 "inconsiderate": {
5441 "woman lawyer": "a"
5442 },
5443 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5444 },
5445 {
5446 "id": "woman-painter",
5447 "type": "basic",
5448 "categories": [
5449 "a"
5450 ],
5451 "considerate": {
5452 "painter": "a"
5453 },
5454 "inconsiderate": {
5455 "woman painter": "a"
5456 },
5457 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5458 },
5459 {
5460 "id": "working-wife",
5461 "type": "basic",
5462 "categories": [
5463 "a"
5464 ],
5465 "considerate": {
5466 "wage or salary earning woman": "a",
5467 "two-income family": "a"
5468 },
5469 "inconsiderate": {
5470 "working mother": "a",
5471 "working wife": "a"
5472 },
5473 "note": "Source: https://radyananda.wordpress.com/2009/06/06/nonsexist-alternative-language-handbook-for-conscious-writers/"
5474 },
5475 {
5476 "id": "homosexual",
5477 "type": "basic",
5478 "categories": [
5479 "a"
5480 ],
5481 "considerate": {
5482 "gay": "a",
5483 "gay man": "a",
5484 "lesbian": "a",
5485 "gay person/people": "a"
5486 },
5487 "inconsiderate": {
5488 "homosexual": "a"
5489 },
5490 "note": "This term has a clinical history and is used to imply LGBTQ+ people are diseased or psychologically/emotionally disordered (source: https://www.glaad.org/reference/offensive)"
5491 },
5492 {
5493 "id": "homosexual-relations",
5494 "type": "basic",
5495 "categories": [
5496 "a"
5497 ],
5498 "considerate": {
5499 "relationship": "a"
5500 },
5501 "inconsiderate": {
5502 "homosexual relations": "a",
5503 "homosexual relationship": "a"
5504 },
5505 "note": "Avoid labeling something as LGBTQ+ unless you would call the same thing “straight” (source: https://www.glaad.org/reference/offensive)"
5506 },
5507 {
5508 "id": "homosexual-couple",
5509 "type": "basic",
5510 "categories": [
5511 "a"
5512 ],
5513 "considerate": {
5514 "couple": "a"
5515 },
5516 "inconsiderate": {
5517 "homosexual couple": "a"
5518 },
5519 "note": "Avoid labeling something as LGBTQ+ unless you would call the same thing “straight” (source: https://www.glaad.org/reference/offensive)"
5520 },
5521 {
5522 "id": "sexual-preference",
5523 "type": "basic",
5524 "categories": [
5525 "a"
5526 ],
5527 "considerate": {
5528 "sexual orientation": "a",
5529 "orientation": "a"
5530 },
5531 "inconsiderate": {
5532 "sexual preference": "a"
5533 },
5534 "note": "Implies that being LGBTQ+ is a choice (source: https://www.glaad.org/reference/offensive)"
5535 },
5536 {
5537 "id": "gay-lifestyle",
5538 "type": "basic",
5539 "categories": [
5540 "a"
5541 ],
5542 "considerate": {
5543 "gay lives": "a",
5544 "gay/lesbian lives": "a"
5545 },
5546 "inconsiderate": {
5547 "gay lifestyle": "a",
5548 "homosexual lifestyle": "a"
5549 },
5550 "note": "Implies that being LGBTQ+ is a choice (source: https://www.glaad.org/reference/offensive)"
5551 },
5552 {
5553 "id": "gay-agenda",
5554 "type": "basic",
5555 "categories": [
5556 "a"
5557 ],
5558 "considerate": {
5559 "gay issues": "a"
5560 },
5561 "inconsiderate": {
5562 "gay agenda": "a",
5563 "homosexual agenda": "a"
5564 },
5565 "note": "Used by anti-LGBTQ+ extremists to create a climate of fear around LGBTQ+ issues (source: https://www.glaad.org/reference/offensive)"
5566 },
5567 {
5568 "id": "gay-rights",
5569 "type": "basic",
5570 "categories": [
5571 "a"
5572 ],
5573 "considerate": {
5574 "equal rights": "a",
5575 "civil rights for gay people": "a"
5576 },
5577 "inconsiderate": {
5578 "special rights": "a",
5579 "gay rights": "a"
5580 },
5581 "note": "LGBTQ+ rights are human rights (source: https://www.glaad.org/reference/style)"
5582 },
5583 {
5584 "id": "fag",
5585 "type": "basic",
5586 "categories": [
5587 "a"
5588 ],
5589 "considerate": {
5590 "gay": "a"
5591 },
5592 "inconsiderate": {
5593 "fag": "a",
5594 "faggot": "a",
5595 "dyke": "a",
5596 "homo": "a",
5597 "sodomite": "a"
5598 },
5599 "note": "Derogatory terms for LGBTQ+ people are offensive (source: https://www.glaad.org/reference/offensive)"
5600 },
5601 {
5602 "id": "bi",
5603 "type": "basic",
5604 "categories": [
5605 "a"
5606 ],
5607 "considerate": {
5608 "bisexual": "a"
5609 },
5610 "inconsiderate": {
5611 "bi": "a"
5612 },
5613 "note": "Avoid using slang shorthand (source: https://www.glaad.org/reference/style)"
5614 },
5615 {
5616 "id": "homosexual-marriage",
5617 "type": "basic",
5618 "categories": [
5619 "a"
5620 ],
5621 "considerate": {
5622 "gay marriage": "a",
5623 "same-sex marriage": "a"
5624 },
5625 "inconsiderate": {
5626 "homosexual marriage": "a"
5627 },
5628 "note": "Homosexual has a clinical history and is used to imply LGBTQ+ people are diseased or psychologically/emotionally disordered (source: https://www.glaad.org/reference/style)"
5629 },
5630 {
5631 "id": "tranny",
5632 "type": "basic",
5633 "categories": [
5634 "a"
5635 ],
5636 "considerate": {
5637 "transgender": "a"
5638 },
5639 "inconsiderate": {
5640 "tranny": "a"
5641 },
5642 "note": "Derogatory terms for LGBTQ+ people are offensive (source: https://www.glaad.org/reference/style)"
5643 },
5644 {
5645 "id": "transvestite",
5646 "type": "basic",
5647 "categories": [
5648 "a"
5649 ],
5650 "considerate": {
5651 "cross-dresser": "a"
5652 },
5653 "inconsiderate": {
5654 "transvestite": "a"
5655 },
5656 "note": "Avoid using outdated / offensive terms (source: https://www.glaad.org/reference/transgender)"
5657 },
5658 {
5659 "id": "sexchange",
5660 "type": "basic",
5661 "categories": [
5662 "a"
5663 ],
5664 "considerate": {
5665 "transition": "a",
5666 "gender confirmation surgery": "a"
5667 },
5668 "inconsiderate": {
5669 "sexchange": "a",
5670 "sex change": "a"
5671 },
5672 "note": "Avoid overemphasizing surgery when discussing transgender people or the process of transition - it’s not a necessary component (source: https://www.glaad.org/reference/transgender)"
5673 },
5674 {
5675 "id": "sex-change-operation",
5676 "type": "basic",
5677 "categories": [
5678 "a"
5679 ],
5680 "considerate": {
5681 "sex reassignment surgery": "a",
5682 "gender confirmation surgery": "a"
5683 },
5684 "inconsiderate": {
5685 "sex change operation": "a"
5686 },
5687 "note": "Shift focus away from the assigned sex and towards the identified gender (source: https://www.glaad.org/reference/transgender)"
5688 },
5689 {
5690 "id": "transgenders",
5691 "type": "basic",
5692 "categories": [
5693 "a"
5694 ],
5695 "considerate": {
5696 "transgender people": "a"
5697 },
5698 "inconsiderate": {
5699 "transgenders": "a"
5700 },
5701 "note": "Transgender should be used as an adjective, not as a noun (source: https://www.glaad.org/reference/transgender)"
5702 },
5703 {
5704 "id": "transgendered",
5705 "type": "basic",
5706 "categories": [
5707 "a"
5708 ],
5709 "considerate": {
5710 "transgender": "a"
5711 },
5712 "inconsiderate": {
5713 "transgendered": "a"
5714 },
5715 "note": "Transgender is already an adjective (source: https://www.glaad.org/reference/transgender)"
5716 },
5717 {
5718 "id": "transgenderism",
5719 "type": "basic",
5720 "categories": [
5721 "a"
5722 ],
5723 "considerate": {
5724 "being transgender": "a",
5725 "the movement for transgender equality": "a"
5726 },
5727 "inconsiderate": {
5728 "transgenderism": "a"
5729 },
5730 "note": "This is a term used by anti-transgender activists to dehumanize transgender people and reduce who they are to a condition (source: https://www.glaad.org/reference/transgender)"
5731 },
5732 {
5733 "id": "born-a-man",
5734 "type": "basic",
5735 "categories": [
5736 "a"
5737 ],
5738 "considerate": {
5739 "assigned male at birth": "a",
5740 "designated male at birth": "a"
5741 },
5742 "inconsiderate": {
5743 "biologically male": "a",
5744 "born a man": "a",
5745 "genetically male": "a"
5746 },
5747 "note": "Assigned birth gender is complicated; gender identity is more than what your parents decided you were at birth"
5748 },
5749 {
5750 "id": "born-a-woman",
5751 "type": "basic",
5752 "categories": [
5753 "a"
5754 ],
5755 "considerate": {
5756 "assigned female at birth": "a",
5757 "designated female at birth": "a"
5758 },
5759 "inconsiderate": {
5760 "biologically female": "a",
5761 "born a woman": "a",
5762 "genetically female": "a"
5763 },
5764 "note": "Assigned birth gender is complicated; gender identity is more than what your parents decided you were at birth"
5765 },
5766 {
5767 "id": "bathroom-bill",
5768 "type": "basic",
5769 "categories": [
5770 "a"
5771 ],
5772 "considerate": {
5773 "non-discrimination law": "a",
5774 "non-discrimination ordinance": "a"
5775 },
5776 "inconsiderate": {
5777 "bathroom bill": "a"
5778 },
5779 "note": "A term created and used by far-right extremists to oppose nondiscrimination laws that protect transgender people (source: https://www.glaad.org/reference/transgender)"
5780 },
5781 {
5782 "id": "hermaphroditic",
5783 "type": "basic",
5784 "categories": [
5785 "a"
5786 ],
5787 "considerate": {
5788 "intersex": "a"
5789 },
5790 "inconsiderate": {
5791 "hermaphroditic": "a",
5792 "pseudohermaphroditic": "a",
5793 "pseudo hermaphroditic": "a"
5794 },
5795 "note": "These terms are stigmatizing to patients and their families because intersex status is more complicated than the mere presence or absence of certain gonadal tissues (source: http://www.isna.org/node/979)"
5796 },
5797 {
5798 "id": "hermaphrodite",
5799 "type": "basic",
5800 "categories": [
5801 "a"
5802 ],
5803 "considerate": {
5804 "person who is intersex": "a",
5805 "person": "a",
5806 "intersex person": "a"
5807 },
5808 "inconsiderate": {
5809 "hermaphrodite": "a",
5810 "pseudohermaphrodite": "a",
5811 "pseudo hermaphrodite": "a"
5812 },
5813 "note": "These terms are stigmatizing to patients and their families because intersex status is more complicated than the mere presence or absence of certain gonadal tissues (source: http://www.isna.org/node/979)"
5814 },
5815 {
5816 "id": "heshe",
5817 "type": "basic",
5818 "categories": [
5819 "a"
5820 ],
5821 "considerate": {
5822 "transgender person": "a",
5823 "person": "a"
5824 },
5825 "inconsiderate": {
5826 "shemale": "a",
5827 "she male": "a",
5828 "heshe": "a",
5829 "shehe": "a"
5830 },
5831 "note": "This word dehumanizes transgender people (source: https://www.reddit.com/r/asktransgender/comments/23wbq1/is_the_term_shemale_seen_as_offensive/)"
5832 },
5833 {
5834 "id": "gender-pronoun",
5835 "type": "basic",
5836 "categories": [
5837 "a"
5838 ],
5839 "considerate": {
5840 "pronoun": "a",
5841 "pronouns": "a"
5842 },
5843 "inconsiderate": {
5844 "preferred pronoun": "a",
5845 "preferred pronouns": "a",
5846 "gender pronoun": "a",
5847 "gender pronouns": "a"
5848 },
5849 "note": "Preferred pronoun sounds like it is optional to use someone's correct pronoun (source: https://www.selfdefined.app/definitions/pronouns/)"
5850 },
5851 {
5852 "id": "islamist",
5853 "type": "basic",
5854 "categories": [
5855 "a"
5856 ],
5857 "considerate": {
5858 "muslim": "a",
5859 "person of Islamic faith": "a",
5860 "fanatic": "a",
5861 "zealot": "a",
5862 "follower of islam": "a",
5863 "follower of the islamic faith": "a"
5864 },
5865 "inconsiderate": {
5866 "islamist": "a"
5867 },
5868 "note": "Source: https://www.usnews.com/news/newsgram/articles/2013/04/04/the-associated-press-revises-islamist-another-politically-charged-term"
5869 },
5870 {
5871 "id": "islamists",
5872 "type": "basic",
5873 "categories": [
5874 "a"
5875 ],
5876 "considerate": {
5877 "muslims": "a",
5878 "people of Islamic faith": "a",
5879 "fanatics": "a",
5880 "zealots": "a"
5881 },
5882 "inconsiderate": {
5883 "islamists": "a"
5884 },
5885 "note": "Source: https://www.usnews.com/news/newsgram/articles/2013/04/04/the-associated-press-revises-islamist-another-politically-charged-term"
5886 },
5887 {
5888 "id": "master",
5889 "type": "basic",
5890 "categories": [
5891 "a"
5892 ],
5893 "considerate": {
5894 "primary": "a",
5895 "hub": "a",
5896 "reference": "a"
5897 },
5898 "inconsiderate": {
5899 "master": "a"
5900 },
5901 "note": "Avoid using the term `master`; these suggestions are for the computer term, but there are better alternatives for other cases too"
5902 },
5903 {
5904 "id": "masters",
5905 "type": "basic",
5906 "categories": [
5907 "a"
5908 ],
5909 "considerate": {
5910 "primaries": "a",
5911 "hubs": "a",
5912 "references": "a"
5913 },
5914 "inconsiderate": {
5915 "masters": "a"
5916 },
5917 "note": "Avoid using the term `master`; these suggestions are for the computer term, but there are better alternatives for other cases too"
5918 },
5919 {
5920 "id": "eskimo",
5921 "type": "basic",
5922 "categories": [
5923 "a"
5924 ],
5925 "considerate": {
5926 "Inuit": "a"
5927 },
5928 "inconsiderate": {
5929 "eskimo": "a"
5930 }
5931 },
5932 {
5933 "id": "eskimos",
5934 "type": "basic",
5935 "categories": [
5936 "a"
5937 ],
5938 "considerate": {
5939 "Inuits": "a"
5940 },
5941 "inconsiderate": {
5942 "eskimos": "a"
5943 }
5944 },
5945 {
5946 "id": "oriental",
5947 "type": "basic",
5948 "categories": [
5949 "a"
5950 ],
5951 "considerate": {
5952 "Asian person": "a"
5953 },
5954 "inconsiderate": {
5955 "oriental": "a"
5956 }
5957 },
5958 {
5959 "id": "orientals",
5960 "type": "basic",
5961 "categories": [
5962 "a"
5963 ],
5964 "considerate": {
5965 "Asian people": "a"
5966 },
5967 "inconsiderate": {
5968 "orientals": "a"
5969 }
5970 },
5971 {
5972 "id": "nonwhite",
5973 "type": "basic",
5974 "categories": [
5975 "a"
5976 ],
5977 "considerate": {
5978 "person of color": "a",
5979 "people of color": "a"
5980 },
5981 "inconsiderate": {
5982 "nonwhite": "a",
5983 "non white": "a"
5984 }
5985 },
5986 {
5987 "id": "ghetto",
5988 "type": "basic",
5989 "categories": [
5990 "a"
5991 ],
5992 "considerate": {
5993 "projects": "a",
5994 "urban": "a"
5995 },
5996 "inconsiderate": {
5997 "ghetto": "a"
5998 }
5999 },
6000 {
6001 "id": "redskin",
6002 "type": "basic",
6003 "categories": [
6004 "a"
6005 ],
6006 "considerate": {
6007 "Native American": "a"
6008 },
6009 "inconsiderate": {
6010 "red indian": "a",
6011 "pocahontas": "a",
6012 "redskin": "a"
6013 }
6014 },
6015 {
6016 "id": "redskins",
6017 "type": "basic",
6018 "categories": [
6019 "a"
6020 ],
6021 "considerate": {
6022 "Native American People": "a"
6023 },
6024 "inconsiderate": {
6025 "red indians": "a",
6026 "redskins": "a"
6027 }
6028 },
6029 {
6030 "id": "totem",
6031 "type": "basic",
6032 "categories": [
6033 "a"
6034 ],
6035 "considerate": {
6036 "favorite": "a",
6037 "inspiration": "a",
6038 "personal interest": "a",
6039 "personality type": "a"
6040 },
6041 "inconsiderate": {
6042 "animal spirit": "a",
6043 "dream catcher": "a",
6044 "spirit animal": "a",
6045 "totem": "a"
6046 },
6047 "note": "Avoid using terms that oversimplify the complex and varied beliefs of indigenous religions. (source: https://www.worldreligionnews.com/opinion/spirit-animal-not-joke-oppression,https://www.spiralnature.com/spirituality/spirit-animal-cultural-appropriation)"
6048 },
6049 {
6050 "id": "long-time-no-see",
6051 "type": "basic",
6052 "categories": [
6053 "a"
6054 ],
6055 "considerate": {
6056 "I haven’t seen you in a long time": "a",
6057 "it’s been a long time": "a"
6058 },
6059 "inconsiderate": {
6060 "long time no hear": "a",
6061 "long time no see": "a"
6062 },
6063 "note": "Avoid using phrases that implicitly mock people with limited knowledge of the English language. (source: https://www.npr.org/sections/codeswitch/2014/03/09/288300303/who-first-said-long-time-no-see-and-in-which-language)"
6064 },
6065 {
6066 "id": "indian-country",
6067 "type": "basic",
6068 "categories": [
6069 "a"
6070 ],
6071 "considerate": {
6072 "enemy territory": "a"
6073 },
6074 "inconsiderate": {
6075 "Indian country": "a"
6076 },
6077 "note": "Avoid using phrases referring to the genocidal United States “Indian Removal” laws. (source: https://newsmaven.io/indiancountrytoday/archive/off-the-reservation-a-teachable-moment-nW1d7U0JRkOszhtg8N1V1A/)"
6078 },
6079 {
6080 "id": "off-reserve",
6081 "type": "basic",
6082 "categories": [
6083 "a"
6084 ],
6085 "considerate": {
6086 "disobey": "a",
6087 "endure": "a",
6088 "object to": "a",
6089 "oppose": "a",
6090 "resist": "a"
6091 },
6092 "inconsiderate": {
6093 "jump the reservation": "a",
6094 "off reserve": "a",
6095 "off the reservation": "a"
6096 },
6097 "note": "Avoid using phrases referring to the genocidal United States “Indian Removal” laws. (source: http://blog.nativepartnership.org/off-the-reservation/,https://www.wsj.com/articles/off-the-reservation-is-a-phrase-with-a-dark-past-1462552837,https://www.npr.org/sections/codeswitch/2014/06/29/326690947/should-saying-someone-is-off-the-reservation-be-off-limits,https://nowtoronto.com/news/native-references-and-terms-that-are-offensive-to-indigenous-people/)"
6098 },
6099 {
6100 "id": "on-the-warpath",
6101 "type": "basic",
6102 "categories": [
6103 "a"
6104 ],
6105 "considerate": {
6106 "defend": "a"
6107 },
6108 "inconsiderate": {
6109 "circle the wagons": "a",
6110 "on the warpath": "a"
6111 },
6112 "note": "Avoid using phrases referring to colonial stereotypes regarding Native Americans. (source: https://idioms.thefreedictionary.com/circle+the+wagons,https://idioms.thefreedictionary.com/go+on+the+warpath)"
6113 },
6114 {
6115 "id": "too-many-chiefs",
6116 "type": "basic",
6117 "categories": [
6118 "a"
6119 ],
6120 "considerate": {
6121 "too many chefs in the kitchen": "a",
6122 "too many cooks spoil the broth": "a"
6123 },
6124 "inconsiderate": {
6125 "too many chiefs": "a"
6126 },
6127 "note": "Avoid using phrases referring to colonial stereotypes regarding Native Americans. (source: https://idioms.thefreedictionary.com/too+many+chiefs+and+not+enough+Indians)"
6128 },
6129 {
6130 "id": "natives-are-restless",
6131 "type": "basic",
6132 "categories": [
6133 "a"
6134 ],
6135 "considerate": {
6136 "dissatisfied": "a",
6137 "frustrated": "a"
6138 },
6139 "inconsiderate": {
6140 "natives are restless": "a",
6141 "natives are becoming restless": "a",
6142 "natives are getting restless": "a",
6143 "natives are growing restless": "a"
6144 },
6145 "note": "Avoid using phrases referring to colonial stereotypes regarding indigenous peoples. (source: https://tvtropes.org/pmwiki/pmwiki.php/Main/TheNativesAreRestless)"
6146 },
6147 {
6148 "id": "powwow",
6149 "type": "basic",
6150 "categories": [
6151 "a"
6152 ],
6153 "considerate": {
6154 "conference": "a",
6155 "gathering": "a",
6156 "meeting": "a"
6157 },
6158 "inconsiderate": {
6159 "pow wow": "a",
6160 "powwow": "a"
6161 },
6162 "note": "Avoid casually using this term, which refers to traditional indigenous celebration ceremonies that were banned by genocidal laws in the United States and Canada — Native people died fighting for this right. (source: https://twitter.com/chadloder/status/1203507070772793345,http://nativeappropriations.com/2012/09/paul-frank-offends-every-native-person-on-the-planet-with-fashion-night-out-dream-catchin-pow-wow.html,https://www.britannica.com/topic/powwow,https://nowtoronto.com/news/native-references-and-terms-that-are-offensive-to-indigenous-people/)"
6163 },
6164 {
6165 "id": "indian-give",
6166 "type": "basic",
6167 "categories": [
6168 "a"
6169 ],
6170 "considerate": {
6171 "go back on one’s offer": "a"
6172 },
6173 "inconsiderate": {
6174 "indian give": "a",
6175 "indian giver": "a"
6176 },
6177 "note": "Avoid using phrases referring to colonial stereotypes regarding Native Americans."
6178 },
6179 {
6180 "id": "pinoys",
6181 "type": "basic",
6182 "categories": [
6183 "a"
6184 ],
6185 "considerate": {
6186 "Filipinos": "a",
6187 "Filipino people": "a"
6188 },
6189 "inconsiderate": {
6190 "pinoys": "a",
6191 "pinays": "a"
6192 }
6193 },
6194 {
6195 "id": "towel-heads",
6196 "type": "basic",
6197 "categories": [
6198 "a"
6199 ],
6200 "considerate": {
6201 "Arabs": "a",
6202 "Middle Eastern People": "a"
6203 },
6204 "inconsiderate": {
6205 "sand niggers": "a",
6206 "towel heads": "a"
6207 }
6208 },
6209 {
6210 "id": "latino",
6211 "type": "basic",
6212 "categories": [
6213 "a"
6214 ],
6215 "considerate": {
6216 "Latinx": "a"
6217 },
6218 "inconsiderate": {
6219 "latino": "a",
6220 "latina": "a",
6221 "mexican": "a"
6222 },
6223 "note": "Whenever possible, try to be gender inclusive."
6224 },
6225 {
6226 "id": "japs",
6227 "type": "basic",
6228 "categories": [
6229 "a"
6230 ],
6231 "considerate": {
6232 "Japanese person": "a",
6233 "Japanese people": "a"
6234 },
6235 "inconsiderate": {
6236 "japs": "a"
6237 }
6238 },
6239 {
6240 "id": "hymie",
6241 "type": "basic",
6242 "categories": [
6243 "a"
6244 ],
6245 "considerate": {
6246 "Jewish person": "a"
6247 },
6248 "inconsiderate": {
6249 "shlomo": "a",
6250 "shyster": "a",
6251 "hymie": "a"
6252 }
6253 },
6254 {
6255 "id": "goy",
6256 "type": "basic",
6257 "categories": [
6258 "a"
6259 ],
6260 "considerate": {
6261 "a person who is not Jewish": "a",
6262 "not Jewish": "a"
6263 },
6264 "inconsiderate": {
6265 "goyim": "a",
6266 "goyum": "a",
6267 "goy": "a"
6268 }
6269 },
6270 {
6271 "id": "spade",
6272 "type": "basic",
6273 "categories": [
6274 "a"
6275 ],
6276 "considerate": {
6277 "a Black person": "a"
6278 },
6279 "inconsiderate": {
6280 "spade": "a"
6281 }
6282 },
6283 {
6284 "id": "gyp",
6285 "type": "basic",
6286 "categories": [
6287 "a"
6288 ],
6289 "considerate": {
6290 "Nomad": "a",
6291 "Traveler": "a",
6292 "Roma": "a",
6293 "Romani": "a"
6294 },
6295 "inconsiderate": {
6296 "gyppo": "a",
6297 "gypsy": "a",
6298 "Gipsy": "a",
6299 "gyp": "a"
6300 },
6301 "note": "Gypsy is insensitive, use Roma or Romani. They’re not Egyptian as the name suggests. (source: en.wikipedia.org/wiki/Romani_people#cite_ref-80)"
6302 },
6303 {
6304 "id": "blacklist",
6305 "type": "basic",
6306 "categories": [
6307 "a"
6308 ],
6309 "considerate": {
6310 "blocklist": "a",
6311 "wronglist": "a",
6312 "banlist": "a",
6313 "deny list": "a"
6314 },
6315 "inconsiderate": {
6316 "blacklist": "a",
6317 "black list": "a"
6318 },
6319 "note": "Replace racially-charged language with more accurate and inclusive words"
6320 },
6321 {
6322 "id": "blacklisted",
6323 "type": "basic",
6324 "categories": [
6325 "a"
6326 ],
6327 "considerate": {
6328 "blocklisted": "a",
6329 "wronglisted": "a",
6330 "banlisted": "a",
6331 "deny-listed": "a"
6332 },
6333 "inconsiderate": {
6334 "blacklisted": "a"
6335 },
6336 "note": "Replace racially-charged language with more accurate and inclusive words"
6337 },
6338 {
6339 "id": "blacklisting",
6340 "type": "basic",
6341 "categories": [
6342 "a"
6343 ],
6344 "considerate": {
6345 "blocklisting": "a",
6346 "wronglisting": "a",
6347 "banlisting": "a",
6348 "deny-listing": "a"
6349 },
6350 "inconsiderate": {
6351 "blacklisting": "a"
6352 },
6353 "note": "Replace racially-charged language with more accurate and inclusive words"
6354 },
6355 {
6356 "id": "whitelist",
6357 "type": "basic",
6358 "categories": [
6359 "a"
6360 ],
6361 "considerate": {
6362 "passlist": "a",
6363 "alrightlist": "a",
6364 "safelist": "a",
6365 "allow list": "a"
6366 },
6367 "inconsiderate": {
6368 "whitelist": "a",
6369 "white list": "a"
6370 },
6371 "note": "Replace racially-charged language with more accurate and inclusive words"
6372 },
6373 {
6374 "id": "whitelisted",
6375 "type": "basic",
6376 "categories": [
6377 "a"
6378 ],
6379 "considerate": {
6380 "passlisted": "a",
6381 "alrightlisted": "a",
6382 "safelisted": "a",
6383 "allow-listed": "a"
6384 },
6385 "inconsiderate": {
6386 "whitelisted": "a"
6387 },
6388 "note": "Replace racially-charged language with more accurate and inclusive words"
6389 },
6390 {
6391 "id": "whitelisting",
6392 "type": "basic",
6393 "categories": [
6394 "a"
6395 ],
6396 "considerate": {
6397 "passlisting": "a",
6398 "alrightlisting": "a",
6399 "safelisting": "a",
6400 "allow-listing": "a"
6401 },
6402 "inconsiderate": {
6403 "whitelisting": "a"
6404 },
6405 "note": "Replace racially-charged language with more accurate and inclusive words"
6406 },
6407 {
6408 "id": "whitespace",
6409 "type": "basic",
6410 "categories": [
6411 "a"
6412 ],
6413 "considerate": {
6414 "space": "a",
6415 "blank": "a"
6416 },
6417 "inconsiderate": {
6418 "whitespace": "a",
6419 "white space": "a"
6420 },
6421 "note": "Replace racially-charged language with more accurate and inclusive words"
6422 },
6423 {
6424 "id": "whitespaces",
6425 "type": "basic",
6426 "categories": [
6427 "a"
6428 ],
6429 "considerate": {
6430 "space": "a",
6431 "blank": "a"
6432 },
6433 "inconsiderate": {
6434 "whitespaces": "a",
6435 "white spaces": "a"
6436 },
6437 "note": "Replace racially-charged language with more accurate and inclusive words"
6438 },
6439 {
6440 "id": "savage",
6441 "type": "basic",
6442 "categories": [
6443 "a"
6444 ],
6445 "considerate": {
6446 "simple": "a",
6447 "indigenous": "a",
6448 "hunter-gatherer": "a"
6449 },
6450 "inconsiderate": {
6451 "primitive": "a",
6452 "savage": "a",
6453 "stone age": "a"
6454 },
6455 "note": "Avoid using terms that imply a group has not changed over time and that they are inferior"
6456 },
6457 {
6458 "id": "tribe",
6459 "type": "basic",
6460 "categories": [
6461 "a"
6462 ],
6463 "considerate": {
6464 "society": "a",
6465 "community": "a"
6466 },
6467 "inconsiderate": {
6468 "tribe": "a"
6469 },
6470 "note": "Avoid using terms that make some groups sound inferior"
6471 },
6472 {
6473 "id": "sophisticated-culture",
6474 "type": "basic",
6475 "categories": [
6476 "a"
6477 ],
6478 "considerate": {
6479 "complex culture": "a"
6480 },
6481 "inconsiderate": {
6482 "sophisticated culture": "a"
6483 },
6484 "note": "Avoid using terms that make some groups sound inferior. Replace “sophisticated” with a neutral term such as “complex”"
6485 },
6486 {
6487 "id": "sophisticated-technology",
6488 "type": "basic",
6489 "categories": [
6490 "a"
6491 ],
6492 "considerate": {
6493 "complex technology": "a"
6494 },
6495 "inconsiderate": {
6496 "sophisticated technology": "a"
6497 },
6498 "note": "Avoid using terms that make some groups sound inferior. Replace “sophisticated” with a neutral term such as “complex”"
6499 },
6500 {
6501 "id": "bugreport",
6502 "type": "basic",
6503 "categories": [
6504 "a"
6505 ],
6506 "considerate": {
6507 "bug report": "a",
6508 "snapshot": "a"
6509 },
6510 "inconsiderate": {
6511 "bugreport": "a"
6512 },
6513 "note": "Avoid using `bugreport`, as the word `bugre` is a slur in Brazilian Portuguese"
6514 },
6515 {
6516 "id": "make-*-great-again",
6517 "type": "basic",
6518 "categories": [
6519 "a"
6520 ],
6521 "considerate": {
6522 "improve": "a"
6523 },
6524 "inconsiderate": {
6525 "make * great again": "a",
6526 "make * * great again": "a",
6527 "make * * * great again": "a",
6528 "make * * * * great again": "a",
6529 "make * * * * * great again": "a"
6530 }
6531 },
6532 {
6533 "id": "committed-suicide",
6534 "type": "basic",
6535 "categories": [
6536 "a"
6537 ],
6538 "considerate": {
6539 "died by suicide": "a"
6540 },
6541 "inconsiderate": {
6542 "committed suicide": "a",
6543 "completed suicide": "a"
6544 },
6545 "note": "Source: https://www.afsp.org/news-events/for-the-media/reporting-on-suicide, https://www.speakingofsuicide.com/2013/04/13/language/"
6546 },
6547 {
6548 "id": "commit-suicide",
6549 "type": "basic",
6550 "categories": [
6551 "a"
6552 ],
6553 "considerate": {
6554 "die by suicide": "a"
6555 },
6556 "inconsiderate": {
6557 "commit suicide": "a",
6558 "complete suicide": "a",
6559 "successful suicide": "a"
6560 },
6561 "note": "Committing suicide is not successful/unsuccessful, that sends the wrong message (source: https://www.afsp.org/news-events/for-the-media/reporting-on-suicide, https://www.speakingofsuicide.com/2013/04/13/language/)"
6562 },
6563 {
6564 "id": "suicide-pact",
6565 "type": "basic",
6566 "categories": [
6567 "a"
6568 ],
6569 "considerate": {
6570 "rise in suicides": "a"
6571 },
6572 "inconsiderate": {
6573 "suicide epidemic": "a",
6574 "epidemic of suicides": "a",
6575 "suicide pact": "a"
6576 },
6577 "note": "Using sensational words can cause copycat suicides or contagion (source: https://www.afsp.org/news-events/for-the-media/reporting-on-suicide)"
6578 },
6579 {
6580 "id": "failed-suicide",
6581 "type": "basic",
6582 "categories": [
6583 "a"
6584 ],
6585 "considerate": {
6586 "suicide attempt": "a",
6587 "attempted suicide": "a"
6588 },
6589 "inconsiderate": {
6590 "failed suicide": "a",
6591 "failed attempt": "a",
6592 "suicide failure": "a"
6593 },
6594 "note": "Attempted suicide should not be depicted as a failure (source: https://www.speakingofsuicide.com/2013/04/13/language, https://www.afsp.org/news-events/for-the-media/reporting-on-suicide)"
6595 },
6596 {
6597 "id": "suicide-note",
6598 "type": "basic",
6599 "categories": [
6600 "a"
6601 ],
6602 "considerate": {
6603 "a note from the deceased": "a"
6604 },
6605 "inconsiderate": {
6606 "suicide note": "a"
6607 },
6608 "note": "Source: https://www.afsp.org/news-events/for-the-media/reporting-on-suicide"
6609 },
6610 {
6611 "id": "hang",
6612 "type": "basic",
6613 "categories": [
6614 "a"
6615 ],
6616 "considerate": {
6617 "the app froze": "a",
6618 "the app stopped responding": "a",
6619 "the app stopped responding to events": "a",
6620 "the app became unresponsive": "a"
6621 },
6622 "inconsiderate": {
6623 "hang": "a",
6624 "hanged": "a"
6625 },
6626 "note": "When describing the behavior of computer software, using the word “hanged” needlessly invokes the topic of death by self-harm or lynching. Consider using the word “froze” or the phrase “stopped responding to events” or “became unresponsive” instead."
6627 }
6628]