You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a NLP and ML Model for detecting spams in text messages.
Given the dataset in .tsv format (tab separated values format), First read the data using pandas library.
Afterwards, with the basics of Natural Language Processing, utilizing the nltk(Natural Language Toolkit) library for Python, as well as the state of the art Spacy library for ultra fast tokenization, parsing, entity recognition, and lemmatization of text.
Then final ML model is done by training the cleaned data and there by testing it.
About
Detecting Spam in .tsv dataset of text message using NLP.