diff --git a/spacy/language_data/emoticons.py b/spacy/language_data/emoticons.py index bb489a137..69d1a69ac 100644 --- a/spacy/language_data/emoticons.py +++ b/spacy/language_data/emoticons.py @@ -1,8 +1,8 @@ # encoding: utf8 from __future__ import unicode_literals -EMOTICONS = set(""" +EMOTICONS = set(""" :) :-) :)) @@ -135,7 +135,6 @@ o.0 ¯\(ツ)/¯ (╯°□°)╯︵┻━┻ ><(((*> - """.split())