Skip to main content

Dummy Preprocessor for text

Project description

PREPROCESSING METHODS DOCUMENTATION

Developing a library to help with preprocessing text

Install

pip install nbpreprocessor

How to use

#Example for the function tokenize_sentence
tokenize_sentence("This sentence will be tokenized into words")
['This', 'sentence', 'will', 'be', 'tokenized', 'into', 'words']
#Example for the function capitalize_every_word
capitalize_every_word("Every word should begin with an uppercase")
'Every Word Should Begin With An Uppercase'

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

nbpreprocessor-0.0.1.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

nbpreprocessor-0.0.1-py3-none-any.whl (7.1 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