MartinKondor / test-text-preprocessing

Reviewing different ways of text preprocessing in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-text-preprocessing

Project Status version GitHub Issues Contributions welcome License

Reviewing different ways of text preprocessing in Python.

This repository was made for the Medium Article of Preprocessing Text for Machine Learning by Martin Kondor.

Getting Started

Prerequisites

  • Python 3.8+
  • Anaconda 4.9.2+ (optional)
  • Python modules from the requirements.txt file

Dependencies

For the dependencies, see the contents of the requirements.txt file.

Contributing

This project is open for any kind of contribution from anyone.

Steps

  1. Fork this repository
  2. Create a new branch (optional)
  3. Clone it
  4. Make your changes
  5. Upload them
  6. Make a pull request here

Authors

License

Copyright © 2022 Martin Kondor.

See the LICENSE file for details.

About

Reviewing different ways of text preprocessing in Python

License:MIT License


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%