Socket
Socket
Sign inDemoInstall

nlpio

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nlpio

Library to clean text data for NLP


Maintainers
1

Readme

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc