sentencex 1.0.11__cp310-cp310-manylinux_2_5_i686.manylinux1_i686.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.
sentencex/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .sentencex import *
2
+
3
+ __doc__ = sentencex.__doc__
4
+ if hasattr(sentencex, "__all__"):
5
+ __all__ = sentencex.__all__
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: sentencex
3
+ Version: 1.0.11
4
+ Classifier: Intended Audience :: Developers
5
+ Classifier: Intended Audience :: Science/Research
6
+ Classifier: Topic :: Text Processing
7
+ Classifier: Topic :: Text Processing :: Linguistic
8
+ Classifier: Topic :: Software Development
9
+ Classifier: Topic :: Software Development :: Libraries
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: License :: OSI Approved :: MIT License
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
25
+ Summary: Sentence segmenter that supports ~300 languages
26
+ Keywords: NLP,Natural Language Processing,Tokenizer
27
+ Author-email: Santhosh Thottingal <santhosh.thottingal@gmail.com>
28
+ License-Expression: MIT
29
+ Requires-Python: >=3.10
30
+ Project-URL: Homepage, https://github.com/wikimedia/sentencex
31
+ Project-URL: Issues, https://github.com/wikimedia/sentencex/issues
@@ -0,0 +1,5 @@
1
+ sentencex-1.0.11.dist-info/METADATA,sha256=tUtFNinoRMT39BarfTDuX8RktNXWU7jfnip5otr0coY,1355
2
+ sentencex-1.0.11.dist-info/WHEEL,sha256=OWCVJ_g0ETzcgyhbOLc4lKh61gdK9szo-4q0LA0jkYg,139
3
+ sentencex/__init__.py,sha256=eoLmPILk8LZAcWmquoAA2kiFNvcWmc7GiKogrrAHgAo,119
4
+ sentencex/sentencex.cpython-310-i386-linux-gnu.so,sha256=f2uNLKCAtCW7bB7HZsv0METN5EfTCS-TAcTJZEdAwJM,3493872
5
+ sentencex-1.0.11.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.10.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-manylinux_2_5_i686
5
+ Tag: cp310-cp310-manylinux1_i686