New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nlpio

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlpio

Library to clean text data for NLP

0.2
PyPI
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts