From c833d9b31487fec9a5edb9c4a7566f8b5de17213 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 20 Jun 2019 17:48:45 +0200 Subject: [PATCH] Add "v.s." to English tokenizer exceptions (see #3868) --- 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 5063319a6..9731dc752 100644 --- a/spacy/lang/en/tokenizer_exceptions.py +++ b/spacy/lang/en/tokenizer_exceptions.py @@ -537,6 +537,7 @@ for orth in [ "Sen.", "St.", "vs.", + "v.s." ]: _exc[orth] = [{ORTH: orth}]