Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 988 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 988 Bytes

Text-Classificaiton

Text classification also known as text tagging or text categorization is the process of categorizing text into organized groups. By using Natural Language Processing (NLP), text classifiers can automatically analyze text and then assign a set of pre-defined tags or categories based on its content.

This repositary contains codes for different types of Classification along with the link to their papers.

  1. Classifying news articles.
    Go to the code
  2. Abusive_Comment_Detection
    Click to read the paper, Go to the code
  3. Emotion_Analysis
    Click to read the paper, Go to the code