Metadata-Version: 2.4
Name: preprocess_talkie
Version: 0.0.1
Summary: This is a text preprocessing package
Author: Pranjal
Author-email: pranjalmay2005@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: spacy>=3.8.0
Requires-Dist: nltk>=3.9.1
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: textblob>=0.18.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Text Preprocessing Python package

### Installation
You can install this package using pip as follows:


pip install preprocess_kgptalkie


### Requirements
You need to install these python packages.

pip install spacy

python -m spacy download en_core_web_sm

pip install nltk

pip install beautifulsoup4

pip install textblob



