Text preprocessing utilities for NLP tasks
Project description
# Text Preprocessing Python Package
This Python package is developed for learning purposes, based on an "Introduction to NLP" course.
This package is created by CPTalk. It provides various text processing
utilities for natural language processing tasks.
## Installation Instructions
You can install this package using pip as follows:
pip install preprocess_cptalk
## Requirements
You need to install these Python packages:
pip install spacy
python -m spacy download en_core_web_sm
pip install textblob
pip install beautifulsoup4
pip install nltk
## Installation from GitHub
pip install git+https://github.com/Mehruma0821/preprocess\_cptalk.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file preprocess_cptalk-0.1.0.tar.gz.
File metadata
- Download URL: preprocess_cptalk-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0141d001600bfe38b4e3181564e76352ec3e9fb18875c57717be35ea818c54a8
|
|
| MD5 |
9e69b07ad0726d560ed6935df509c9c0
|
|
| BLAKE2b-256 |
5864eadc7fcd944e7aca394f65ba7dd8fed32b187d0ceb8abbd8b5c42e44bef8
|
File details
Details for the file preprocess_cptalk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: preprocess_cptalk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4a5ec3569849ebdb0c2f671ff65723d11563441798e796ed0cd48ead02cc69c
|
|
| MD5 |
fbccb1a114154a6a9c55870ed226a70a
|
|
| BLAKE2b-256 |
ff821910e85a1c127a4bec1026e938400e0d6606258e810b78dd0341154673c0
|