Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 374 Bytes

Toxic-Comment-Classification

This project is the sub-project of my other project, where I need to eliminate the toxic comments by users.

Implementation

Pre-Processing

  1. Filtering comments according to average length
  2. Removing punctuations
  3. Removing stop words (ex: a, about, because etc)
  4. Stemming and Lemmatising
  5. Applying Count Vectoriser

Models