Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 637 Bytes

NLP_Project

Music emotion prediction based on lyrics and probability

Introduction

This project is to try something in Natural Language Processing.

The goal is to distinguish happy and sad two emotions of entire lyric based on the initial experiments on a preliminary data set of 200 lyrics with different artists and genres which already being classified as happy or sad emotion.

This is my first Python project and also my first project published on GitHub.

Using Features

  • Supervised Learning idea
  • Naive Bayesian Classifier idea
  • Part-of-speech tagging
  • Probability and statistics
  • Natural Language Toolkit (NLTK)