Skip to content

Natural Language Processing (NLP) and web scrapping. The multinomial Naive Bayes classifier is used for the classification.

Notifications You must be signed in to change notification settings

ademkaya85/Natural-Language-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Natural-Language-Processing

Overview

The application scrapes artists' lyrics from a website and save them locally. It builds a model that can predict the artist given some song lyrics. We make it into a python program that a user can interact with.

Implementation of the method

Two artists Random-Chance and Random-Axe are chosen. Their lyrics are scraped from 'https://www.lyrics.com'. After some featue enginnering, MultinomialNB is trained.

Tech Stack

Pandas scikit-learn NumPy MultinomialNB BeautifulSoup nltk

About

Natural Language Processing (NLP) and web scrapping. The multinomial Naive Bayes classifier is used for the classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published