Text Classification using NLP
Text Classification using NLP
Prutha Golar-72
Mitali Meshram-76
Ishan Sahare-113
Guided by
Dr. Deepali Kotambkar
Department of Electronics Engineering
Shri Ramdeobaba College of Engineering and Management,
Ramdeo Tekadi, Gittikhadan, Katol Road, Nagpur 440013, India.
Session 2024-25
1
Enhancements in Text Processing &
Classification using NLP
•Objective of Update:
• Enhance text processing by incorporating Language
Detection.
• Improve text classification using LSTM (Long Short-
Term Memory) models for better accuracy.
Title of Project 3
Language Detection Feature
• What is Language Detection?
• Identifies the language of a given text before classification.
• Method Used:
• Implemented using LangDetect or TextBlob libraries.
• Model trained on a dataset containing multiple languages.
• How It Works?
• Input text → Tokenization → Character & Word Frequency
Analysis → Predicted Language Output.
• Use Case:
• Helps in multilingual content classification.
Title of Project 4
LSTM-Based Text Classification
•Why LSTM for Text Classification?
• Captures long-term dependencies in text sequences.
• Handles context better than traditional models.
•Performance Improvement:
• Compared LSTM with traditional models (Logistic Regression,
Naive Bayes, etc.).
• Achieved better classification accuracy and contextual
understanding.
Title of Project 5
Implementation Flow
Title of Project 6
Challenges Faced
Title of Project 7
Result And Future Scope
•Results:
1) Improved accuracy in text classification.
2) Expanded support for multilingual classification.
•Future Enhancements:
1) Incorporate Transformer-based models (BERT, GPT) for
better contextual understanding.
2) Build a real-time API for language detection &
classification.
3) Expand dataset coverage to more low-resource languages.
Title of Project 8