From 3e370cf2ba6f1ab973254d01b4f4f4fabe8629cb Mon Sep 17 00:00:00 2001 From: BreakBB Date: Fri, 19 Jul 2019 09:58:50 +0200 Subject: [PATCH] Add 'Prof.' to Englisch tokenizer_exceptions --- spacy/lang/en/tokenizer_exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/lang/en/tokenizer_exceptions.py b/spacy/lang/en/tokenizer_exceptions.py index 9731dc752..6358b549b 100644 --- a/spacy/lang/en/tokenizer_exceptions.py +++ b/spacy/lang/en/tokenizer_exceptions.py @@ -532,6 +532,7 @@ for orth in [ "Ms.", "p.m.", "Ph.D.", + "Prof.", "Rep.", "Rev.", "Sen.",