Metadata-Version: 2.4
Name: preprocess_cptalk
Version: 0.1.0
Summary: Text preprocessing utilities for NLP tasks
Author: CPTalk
License: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

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

