mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix escape sequence
This commit is contained in:
parent
526b416118
commit
817b0db521
|
@ -19,7 +19,7 @@ _infixes = (
|
|||
)
|
||||
|
||||
|
||||
_suffixes = ["\."] + list(TOKENIZER_SUFFIXES)
|
||||
_suffixes = [r"\."] + list(TOKENIZER_SUFFIXES)
|
||||
|
||||
|
||||
TOKENIZER_INFIXES = _infixes
|
||||
|
|
Loading…
Reference in New Issue
Block a user