mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +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
|
TOKENIZER_INFIXES = _infixes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user