sonatoki 0.8.0__py3-none-any.whl → 0.8.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sonatoki/Preprocessors.py +4 -1
- {sonatoki-0.8.0.dist-info → sonatoki-0.8.1.dist-info}/METADATA +1 -1
- {sonatoki-0.8.0.dist-info → sonatoki-0.8.1.dist-info}/RECORD +5 -5
- {sonatoki-0.8.0.dist-info → sonatoki-0.8.1.dist-info}/WHEEL +0 -0
- {sonatoki-0.8.0.dist-info → sonatoki-0.8.1.dist-info}/licenses/LICENSE +0 -0
sonatoki/Preprocessors.py
CHANGED
@@ -149,7 +149,10 @@ class Codeblock(RegexPreprocessor):
|
|
149
149
|
Subset of what would be removed by Backticks, but may be preferable.
|
150
150
|
"""
|
151
151
|
|
152
|
-
pattern = re.compile(
|
152
|
+
pattern = re.compile(
|
153
|
+
r"```.+?```",
|
154
|
+
flags=re.DOTALL,
|
155
|
+
)
|
153
156
|
|
154
157
|
|
155
158
|
class Spoilers(RegexPreprocessor):
|
@@ -1,10 +1,10 @@
|
|
1
|
-
sonatoki-0.8.
|
2
|
-
sonatoki-0.8.
|
3
|
-
sonatoki-0.8.
|
1
|
+
sonatoki-0.8.1.dist-info/METADATA,sha256=RHL3-YHr3npDVtw3EOaQcK8CdpdyrS9GlRmX_REJOQY,6517
|
2
|
+
sonatoki-0.8.1.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
|
3
|
+
sonatoki-0.8.1.dist-info/licenses/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
4
4
|
sonatoki/Cleaners.py,sha256=x2dT3MpDUfbrHA0EP2D3n1sTiKFFi5jw9ha-1dX973o,1958
|
5
5
|
sonatoki/Configs.py,sha256=h6-igZbhbYoYA0gJLrd3YCa5annTqacsAMGB1dX3v9A,4758
|
6
6
|
sonatoki/Filters.py,sha256=rBEJrY_R6koFpoYl4yfo_9UR-i21HbvlUF0ORg1g0WE,13411
|
7
|
-
sonatoki/Preprocessors.py,sha256=
|
7
|
+
sonatoki/Preprocessors.py,sha256=5xKBifsaHMm_fg8nQq4IdyLBGKe8SuWXg67-O5tl1qM,6043
|
8
8
|
sonatoki/Scorers.py,sha256=aCU3p9rD4QOy-uu851FGGw-ARqUCG_l4V_z5rtRL420,5236
|
9
9
|
sonatoki/Tokenizers.py,sha256=8lpC70bzXOpHyhVr5bmqpYKmdmQvJdf7X5-Icc9RRCw,5040
|
10
10
|
sonatoki/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -18,4 +18,4 @@ sonatoki/sandbox.json,sha256=44csrQDaVtV-n8OyewabX1J9MmUFCsPct5C8E5Xuc58,140197
|
|
18
18
|
sonatoki/syllabic.txt,sha256=HnqY4TrZ3tPcHah3TsvG9F9gjMrnAGdJ8hHJNHyyUPc,1712
|
19
19
|
sonatoki/types.py,sha256=zoVJeaDLOPstREiHtoD9pv-AOCsJq2C4_GG3nTYd114,1267
|
20
20
|
sonatoki/utils.py,sha256=sT5xLMEj0aLpy8GP92HKblJU1Wt1m8NUlMgCFWB32xQ,2265
|
21
|
-
sonatoki-0.8.
|
21
|
+
sonatoki-0.8.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|