mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add = to tokenizer prefixes
This commit is contained in:
parent
ff04748eb6
commit
1219a5f513
|
@ -72,7 +72,7 @@ HYPHENS = _HYPHENS.strip().replace(' ', '|')
|
|||
# Prefixes
|
||||
|
||||
TOKENIZER_PREFIXES = (
|
||||
['§', '%', r'\+'] +
|
||||
['§', '%', '=', r'\+'] +
|
||||
LIST_PUNCT +
|
||||
LIST_ELLIPSES +
|
||||
LIST_QUOTES +
|
||||
|
|
Loading…
Reference in New Issue
Block a user