Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

nlpio-0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page