Skip to content

loveOSS/nlpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Useful functions to clean text data for NLP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages