Skip to main content

This is a text preprocessing package

Project description

Text Preprocessing Python Package

Installation from PyPi

You can install this package using pip as follows:

pip install preprocess_nlp_jp18

Installation from GitHub

You can install this package from GitHub as follows:

pip install git+https://github.com/jayesh1802/preprocess_nlp.git --upgrade --force-reinstall

Uninstall the Package

To uninstall the package, use the following command:

pip uninstall preprocess_nlp

Requirements

You need to install these python packages.

pip install spacy==3.7.6
python -m spacy download en_core_web_sm==3.7.1
pip install nltk==3.9.1
pip install beautifulsoup4==4.12.2
pip install textblob==0.18.0.post0

How to Use the Package

1. Basic Text Preprocessing

Lowercasing Text

import preprocess_nlp_jp18 as ps

text = "HELLO WORLD!"
processed_text = ps.to_lower_case(text)
print(processed_text)  # Output: hello world!

Expanding Contractions

import preprocess_nlp_jp18 as ps

text = "I'm learning NLP."
processed_text = ps.contraction_to_expansion(text)
print(processed_text)  # Output: I am learning NLP.

Removing Emails

import preprocess_nlp_jp18 as ps

text = "Contact me at example@example.com"
processed_text = ps.remove_emails(text)
print(processed_text)  # Output: Contact me at 

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

preprocess_nlp_jp18-0.6.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

preprocess_nlp_jp18-0.6-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file preprocess_nlp_jp18-0.6.tar.gz.

File metadata

  • Download URL: preprocess_nlp_jp18-0.6.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for preprocess_nlp_jp18-0.6.tar.gz
Algorithm Hash digest
SHA256 30c6a0d1dce4464091753120a61f994443cb905898abf843f86ffa3ce09c2e38
MD5 66a8f5115be42de3b1d6e7060b3edee1
BLAKE2b-256 454c78e1e0a7218782b2561d4c0e797920eb9ce9f9af9289b2525af40b73e54a

See more details on using hashes here.

File details

Details for the file preprocess_nlp_jp18-0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for preprocess_nlp_jp18-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 acc603f6c6195d314a8e1a44e41de6cc726150ba1bd2ce407195a8247ba73267
MD5 2634e4c7eae11514168425a2dc587f66
BLAKE2b-256 7064bc88307078dd197a26fd08d002dc8b5a09be89bc6ba502f99f205733a155

See more details on using hashes here.

Supported by

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