Skip to content

Commit

Permalink
Add = to tokenizer prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Feb 2, 2017
1 parent ff04748 commit 1219a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/language_data/punctuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# Prefixes

TOKENIZER_PREFIXES = (
['§', '%', r'\+'] +
['§', '%', '=', r'\+'] +
LIST_PUNCT +
LIST_ELLIPSES +
LIST_QUOTES +
Expand Down

0 comments on commit 1219a5f

Please sign in to comment.