Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 649 Bytes

Text Preprocessing Package

This package was developed for the ease of the procedures in processing the text data that entails:

Prerequisites

  • spacy
  • bs4
  • unicodedata
  • textblob
  • emot.emo_unicode
  • wget

Install package

pip install git+ssh://[email protected]/HwaiTengTeoh/preprocess_text.git

Update package

pip install --upgrade git+ssh://[email protected]/HwaiTengTeoh/preprocess_text.git

Uninstall package

pip uninstall preprocess_text

Examples

Please refer here for the demonstration of code.