From 6b30541774a1445053fb9e1cbb73f367184ae682 Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 12 Mar 2017 13:37:58 +0100 Subject: [PATCH] Fix formatting --- spacy/en/tokenizer_exceptions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacy/en/tokenizer_exceptions.py b/spacy/en/tokenizer_exceptions.py index 06602702e..cb0cbe5db 100644 --- a/spacy/en/tokenizer_exceptions.py +++ b/spacy/en/tokenizer_exceptions.py @@ -7,7 +7,8 @@ from ..language_data import PRON_LEMMA EXC = {} -EXCLUDE_EXC = ["Ill", "ill", "Its", "its", "Hell", "hell", "Shell", "shell", "Shed", "shed", "were", "Were", "Well", "well", "Whore", "whore"] +EXCLUDE_EXC = ["Ill", "ill", "Its", "its", "Hell", "hell", "Shell", "shell", + "Shed", "shed", "were", "Were", "Well", "well", "Whore", "whore"] # Pronouns