sonatoki 0.6.0__py3-none-any.whl → 0.6.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/constants.py +1 -1
- {sonatoki-0.6.0.dist-info → sonatoki-0.6.1.dist-info}/METADATA +1 -1
- {sonatoki-0.6.0.dist-info → sonatoki-0.6.1.dist-info}/RECORD +5 -5
- {sonatoki-0.6.0.dist-info → sonatoki-0.6.1.dist-info}/WHEEL +0 -0
- {sonatoki-0.6.0.dist-info → sonatoki-0.6.1.dist-info}/licenses/LICENSE +0 -0
sonatoki/constants.py
CHANGED
@@ -498,7 +498,7 @@ ALL_PUNCT = "".join(sorted(list(set(POSIX_PUNCT + UNICODE_PUNCT))))
|
|
498
498
|
ALL_PUNCT_RANGES_STR = "".join(find_unicode_ranges(ALL_PUNCT))
|
499
499
|
# combined bc the result could be simpler
|
500
500
|
|
501
|
-
SENTENCE_PUNCT = """.?!:;()[-]
|
501
|
+
SENTENCE_PUNCT = """.?!:;()[-]·•…"""
|
502
502
|
# NOTE: quotes were previously included, but in TP they are *not* reliably sentence boundaries
|
503
503
|
|
504
504
|
INTRA_WORD_PUNCT = """-'"""
|
@@ -1,6 +1,6 @@
|
|
1
|
-
sonatoki-0.6.
|
2
|
-
sonatoki-0.6.
|
3
|
-
sonatoki-0.6.
|
1
|
+
sonatoki-0.6.1.dist-info/METADATA,sha256=lHSEJsJlmARsWbMBZujSafV4R5JdgXhguqdR3YLUg_c,6517
|
2
|
+
sonatoki-0.6.1.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
|
3
|
+
sonatoki-0.6.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=RD6YUYW45pwIFx8ebJgGs5PhIhL9sjn_VqIg4zf3VUE,5697
|
6
6
|
sonatoki/Filters.py,sha256=nVSmw5M4sEYA_8KI1fI53rMHkd9KO6yWbKfdxxExxN8,11700
|
@@ -10,11 +10,11 @@ sonatoki/Tokenizers.py,sha256=8lpC70bzXOpHyhVr5bmqpYKmdmQvJdf7X5-Icc9RRCw,5040
|
|
10
10
|
sonatoki/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
sonatoki/__main__.py,sha256=6n4kUF80APl6a0jV46h_ncHNuQbrLpZ_nAmiNAakiag,5673
|
12
12
|
sonatoki/alphabetic.txt,sha256=duyqAKilD2vLIr75RShCIAnktNJcGeEoQIk18V6czmg,11702
|
13
|
-
sonatoki/constants.py,sha256=
|
13
|
+
sonatoki/constants.py,sha256=FDZYYfst_hYPJ8Fhc9KDceFgOwOci4hUIPN9SnCBzFw,19209
|
14
14
|
sonatoki/ilo.py,sha256=PWZa202Q4h7IjnLxmfgT93iAPJL7dqJbA97L9kQDPiA,5658
|
15
15
|
sonatoki/linku.json,sha256=d72Dvht-a4gBmdqLLI8mElvo83zSpbxDmxJj05hOudM,295413
|
16
16
|
sonatoki/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
sonatoki/sandbox.json,sha256=44csrQDaVtV-n8OyewabX1J9MmUFCsPct5C8E5Xuc58,140197
|
18
18
|
sonatoki/syllabic.txt,sha256=HnqY4TrZ3tPcHah3TsvG9F9gjMrnAGdJ8hHJNHyyUPc,1712
|
19
19
|
sonatoki/utils.py,sha256=sT5xLMEj0aLpy8GP92HKblJU1Wt1m8NUlMgCFWB32xQ,2265
|
20
|
-
sonatoki-0.6.
|
20
|
+
sonatoki-0.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|