Skip to content

Commit

Permalink
Add norm exception for ing verbs
Browse files Browse the repository at this point in the history
Some ing verbs are sometimes written in or in'. Make the NORM form correct
  • Loading branch information
Mathias Deschamps committed Nov 13, 2017
1 parent 0e56425 commit 288298e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spacy/lang/en/norm_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@
"disorganised": "disorganized",
"distil": "distill",
"distils": "distills",
"doin": "doing",
"doin'": "doing",
"dramatisation": "dramatization",
"dramatisations": "dramatizations",
"dramatise": "dramatize",
Expand Down Expand Up @@ -687,6 +689,8 @@
"globalises": "globalizes",
"globalising": "globalizing",
"glueing ": "gluing ",
"goin": "going",
"goin'":"going",
"goitre": "goiter",
"goitres": "goiters",
"gonorrhoea": "gonorrhea",
Expand Down Expand Up @@ -733,6 +737,8 @@
"harmonised": "harmonized",
"harmonises": "harmonizes",
"harmonising": "harmonizing",
"havin": "having",
"havin'": "having",
"homoeopath": "homeopath",
"homoeopathic": "homeopathic",
"homoeopaths": "homeopaths",
Expand Down Expand Up @@ -924,6 +930,8 @@
"localised": "localized",
"localises": "localizes",
"localising": "localizing",
"lovin": "loving",
"lovin'": "loving",
"louvre": "louver",
"louvred": "louvered",
"louvres": "louvers ",
Expand Down

0 comments on commit 288298e

Please sign in to comment.