Library to clean text data for NLP
Project description
NLP.io : the simple Python library to clean text data
How to use it ?
pip install nlpio
from nlpio import strip_html_tags
print(strip_html_tags('<h1>Hello World</h1>')) # "Hello World"
Deploy upgrade on PyPi
Build
python setup.py sdist bdist_wheel
twine upload dist/*
Test
python -m pip install -e .
python
>>> from nlpio import strip_html_tags
>>> print(strip_html_tags('<h1>Hello World</h1>'))
LICENCE
This works is under MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nlpio-0.2.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nlpio-0.2-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file nlpio-0.2.tar.gz.
File metadata
- Download URL: nlpio-0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02f86231984991cd37b818f7cca33bbe9d8b8eb0552d17e56c0bdc87ad55b4ad
|
|
| MD5 |
2b9e19f0f0f3d7ba9697433772189bcd
|
|
| BLAKE2b-256 |
e1779ac634caf13ead5fd68b8651677713e8dad7a6ba149c4ce72e4b28a47ff7
|
File details
Details for the file nlpio-0.2-py3-none-any.whl.
File metadata
- Download URL: nlpio-0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e24327d50800f02b0a3d2d340dd6e01191c304862c4618e40a96fd5f8ffa107
|
|
| MD5 |
4ce5e77783ae6346cdf90fec2d4af7e2
|
|
| BLAKE2b-256 |
07b87c4fb9b974c6a4d30bdd1ede2298329ab845cd61577e88b98b7a63618e85
|