We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91a3e47 + ec7cfd7 commit 41efa23Copy full SHA for 41efa23
src/tokenizer/definitions.py
@@ -113,7 +113,7 @@ def make_str(s):
113
LEFT_PUNCTUATION = "([„‚«#$€£¥₽<"
114
RIGHT_PUNCTUATION = ".,:;)]!%‰?“»”’‛‘…>°"
115
CENTER_PUNCTUATION = '"*•&+=@©|'
116
-NONE_PUNCTUATION = "/±'´~\\" + HYPHEN + EN_DASH + EM_DASH
+NONE_PUNCTUATION = "^/±'´~\\" + HYPHEN + EN_DASH + EM_DASH
117
PUNCTUATION = (
118
LEFT_PUNCTUATION + CENTER_PUNCTUATION + RIGHT_PUNCTUATION + NONE_PUNCTUATION
119
)
0 commit comments