Sales-Choice-Volunteering-Project / EmotionAnalyzerWeka

The program for obtaining emotion data
1 stars 0 forks source link

Classify Purolator text in Python #34

Closed sherlockliang888 closed 3 years ago

sherlockliang888 commented 3 years ago

Try to use Python algorithms to classify the data.

sherlockliang888 commented 3 years ago

A Python script which removes url, punctuations, special characters, and converts all characters to lower, numeric to strings, etc, has been written. This serves as a preprocessing step to text data. SVM, RF and LR have been tested in the script.