mirror of
https://github.com/explosion/spaCy.git
synced 2026-01-04 16:03:12 +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