Skip to content

Commit

Permalink
Add more notes to ablist.yml
Browse files Browse the repository at this point in the history
Related to get-alex/alex#219

Closes GH-51.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
agans authored and wooorm committed Oct 7, 2018
1 parent 2753b81 commit 84139cf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
32 changes: 30 additions & 2 deletions script/ablist.yml
Expand Up @@ -18,6 +18,8 @@
inconsiderate:
- birth defect
- type: simple
source: http://ncdj.org/style-guide/
note: Assumes that a person with a disability has a reduced quality of life.
considerate:
- person with a disability
- people with disabilities
Expand All @@ -39,6 +41,12 @@
- person with an intellectual disability
inconsiderate:
- intellectually disabled
- type: simple
source: http://ncdj.org/style-guide/
note: Assumes that a person with an intellectual disability has a reduced quality of life.
considerate:
- person with an intellectual disability
inconsiderate:
- suffers from intellectual disabilities
- suffering from intellectual disabilities
- suffering from an intellectual disability
Expand Down Expand Up @@ -72,14 +80,27 @@
- moronic
- nuts
- type: simple
source: http://ncdj.org/style-guide/
note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
considerate:
- fluctuating
- person with schizophrenia
- person with bipolar disorder
inconsiderate:
- bipolar
- type: simple
source: http://ncdj.org/style-guide/
note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
considerate:
- person with schizophrenia
inconsiderate:
- schizophrenic
- schizo
- type: simple
source: http://ncdj.org/style-guide/
note: Assumes a person with schizophrenia experiences a reduced quality of life.
considerate:
- person with schizophrenia
inconsiderate:
- suffers from schizophrenia
- suffering from schizophrenia
- afflicted with schizophrenia
Expand Down Expand Up @@ -162,6 +183,7 @@
- holds back
inconsiderate: retards
- type: simple
note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
considerate:
- person with a psychotic condition
- person with psychosis
Expand Down Expand Up @@ -206,27 +228,30 @@
- special olympic athletes
- type: simple
source: http://ncdj.org/style-guide/
note: Sometimes `typical` can be used.
note: Can imply that people with disabilities lack the ability to use their bodies well. Sometimes `typical` can be used.
considerate:
- non-disabled
inconsiderate:
- ablebodied
- type: simple
source: http://ncdj.org/style-guide/
note: Addiction is a neurobiological disease.
considerate:
- person with a drug addiction
- person recovering from a drug addiction
inconsiderate:
- addict
- type: simple
source: http://ncdj.org/style-guide/
note: Addiction is a neurobiological disease.
considerate:
- people with a drug addiction
- people recovering from a drug addiction
inconsiderate:
- addicts
- type: simple
source: http://ncdj.org/style-guide/
note: Alcoholism is a neurobiological disease.
considerate:
- someone with an alcohol problem
inconsiderate:
Expand Down Expand Up @@ -392,13 +417,15 @@
- detox
- type: simple
source: http://ncdj.org/style-guide/
note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
considerate:
- person with a personality disorder
- person with psychopathic personality
inconsiderate:
- sociopath
- type: simple
source: http://ncdj.org/style-guide/
note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
considerate:
- people with psychopathic personalities
- people with a personality disorder
Expand Down Expand Up @@ -438,6 +465,7 @@
- anorexic
- type: simple
source: http://english.stackexchange.com/questions/247550/
note: Only use terms describing mental illness when referring to a professionally diagnosed medical condition.
considerate:
- obsessive
- pedantic
Expand Down
4 changes: 2 additions & 2 deletions test.js
Expand Up @@ -97,15 +97,15 @@ test('retext-equality', function(t) {
t.same(
process('Two bipolar magnets.'),
[
'1:5-1:12: `bipolar` may be insensitive, use `fluctuating`, `person with schizophrenia`, `person with bipolar disorder` instead'
'1:5-1:12: `bipolar` may be insensitive, use `fluctuating`, `person with bipolar disorder` instead'
],
'`bipolar` (without dash)'
)

t.same(
process('Two bi-polar magnets.'),
[
'1:5-1:13: `bi-polar` may be insensitive, use `fluctuating`, `person with schizophrenia`, `person with bipolar disorder` instead'
'1:5-1:13: `bi-polar` may be insensitive, use `fluctuating`, `person with bipolar disorder` instead'
],
'`bi-polar` (with dash)'
)
Expand Down

0 comments on commit 84139cf

Please sign in to comment.