Skip to content

Commit 41efa23

Browse files
Merge
2 parents 91a3e47 + ec7cfd7 commit 41efa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokenizer/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def make_str(s):
113113
LEFT_PUNCTUATION = "([„‚«#$€£¥₽<"
114114
RIGHT_PUNCTUATION = ".,:;)]!%‰?“»”’‛‘…>°"
115115
CENTER_PUNCTUATION = '"*•&+=@©|'
116-
NONE_PUNCTUATION = "/±'´~\\" + HYPHEN + EN_DASH + EM_DASH
116+
NONE_PUNCTUATION = "^/±'´~\\" + HYPHEN + EN_DASH + EM_DASH
117117
PUNCTUATION = (
118118
LEFT_PUNCTUATION + CENTER_PUNCTUATION + RIGHT_PUNCTUATION + NONE_PUNCTUATION
119119
)

0 commit comments

Comments
 (0)