sentencex 1.0.0__cp312-cp312-manylinux_2_34_x86_64.whl → 1.0.1__cp312-cp312-manylinux_2_34_x86_64.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.
Potentially problematic release.
This version of sentencex might be problematic. Click here for more details.
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sentencex
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Classifier: Intended Audience :: Developers
|
|
5
5
|
Classifier: Intended Audience :: Science/Research
|
|
6
6
|
Classifier: Topic :: Text Processing
|
|
@@ -15,6 +15,13 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: License :: OSI Approved :: MIT License
|
|
17
17
|
Classifier: Operating System :: OS Independent
|
|
18
|
+
Requires-Dist: pytest>=6.0 ; extra == 'test'
|
|
19
|
+
Requires-Dist: pytest-cov>=2.0 ; extra == 'test'
|
|
20
|
+
Requires-Dist: ruff>=0.1.0 ; extra == 'dev'
|
|
21
|
+
Requires-Dist: pytest>=6.0 ; extra == 'dev'
|
|
22
|
+
Requires-Dist: pytest-cov>=2.0 ; extra == 'dev'
|
|
23
|
+
Provides-Extra: test
|
|
24
|
+
Provides-Extra: dev
|
|
18
25
|
Summary: Sentence segmenter that supports ~300 languages
|
|
19
26
|
Keywords: NLP,Natural Language Processing,Tokenizer
|
|
20
27
|
Author-email: Santhosh Thottingal <santhosh.thottingal@gmail.com>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
sentencex-1.0.1.dist-info/METADATA,sha256=ui-T-b_fQdCZbWuv7a-gfIK-CROaSSNwPzJYArGAOzQ,1354
|
|
2
|
+
sentencex-1.0.1.dist-info/WHEEL,sha256=b57pIA8UKIJsoGOQsidkWG09cBU10JAEUM5jF8CgKgY,108
|
|
3
|
+
sentencex/__init__.py,sha256=eoLmPILk8LZAcWmquoAA2kiFNvcWmc7GiKogrrAHgAo,119
|
|
4
|
+
sentencex/sentencex.cpython-312-x86_64-linux-gnu.so,sha256=Mj41JDgHtGTbDjDf2e4nVqL_IJp9Jy0LzRXD73Za78o,33290992
|
|
5
|
+
sentencex-1.0.1.dist-info/RECORD,,
|
sentencex-1.0.0.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
sentencex-1.0.0.dist-info/METADATA,sha256=YU5_Ea-8eBk_GW6bzgo9c5HgNnUX8rlNjzhjPIdod6M,1083
|
|
2
|
-
sentencex-1.0.0.dist-info/WHEEL,sha256=b57pIA8UKIJsoGOQsidkWG09cBU10JAEUM5jF8CgKgY,108
|
|
3
|
-
sentencex/__init__.py,sha256=eoLmPILk8LZAcWmquoAA2kiFNvcWmc7GiKogrrAHgAo,119
|
|
4
|
-
sentencex/sentencex.cpython-312-x86_64-linux-gnu.so,sha256=KksYhe8iKxQSV4G_cVZ8j_O8aMwXhXud8Uq9_se7uZA,3098312
|
|
5
|
-
sentencex-1.0.0.dist-info/RECORD,,
|
|
File without changes
|