"
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "sentiment()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "5969405f",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.9.13"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/CS 410 group project- West Coast.pdf b/CS 410 group project- West Coast.pdf
new file mode 100644
index 0000000000..7b6e457688
Binary files /dev/null and b/CS 410 group project- West Coast.pdf differ
diff --git a/Progress_report_CS410_group_project_West_Coast.docx b/Progress_report_CS410_group_project_West_Coast.docx
new file mode 100644
index 0000000000..cfe3fdce3a
Binary files /dev/null and b/Progress_report_CS410_group_project_West_Coast.docx differ
diff --git a/Progress_report_CS410_group_project_West_Coast.pdf b/Progress_report_CS410_group_project_West_Coast.pdf
new file mode 100644
index 0000000000..c0f2d6338c
Binary files /dev/null and b/Progress_report_CS410_group_project_West_Coast.pdf differ
diff --git a/README.md b/README.md
index a7b40d2cc8..eb725bcce6 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,16 @@
# CourseProject
-Please fork this repository and paste the github link of your fork on Microsoft CMT. Detailed instructions are on Coursera under Week 1: Course Project Overview/Week 9 Activities.
+1. find your user id
+go to the spotify profile webpage and check the webpage address. https://open.spotify.com/user/****
+
+**** is your spotify user id
+
+2. get a fresh OAuth Token
+from an spotify console. e.g. https://developer.spotify.com/console/get-playlists/
+
+3. edit the personal info in the "spotify_api.py" and export a playlist as "my_playlist.csv". I have a playlist of 401 songs.
+
+4. sentiment analysis
+try "sentiment_analysis_2.py" and export a table as "my_playlist_sentiment2.csv"
+
+
diff --git a/Sentiments_app.ipynb b/Sentiments_app.ipynb
new file mode 100644
index 0000000000..5d107cbe62
--- /dev/null
+++ b/Sentiments_app.ipynb
@@ -0,0 +1,710 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "id": "0ebaa449",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
\n",
+ "
artist_name
\n",
+ "
artist_id
\n",
+ "
track_name
\n",
+ "
track_id
\n",
+ "
lyric
\n",
+ "
sentiment
\n",
+ "
sentiment_score
\n",
+ "
\n",
+ " \n",
+ " \n",
+ "
\n",
+ "
0
\n",
+ "
Zendaya
\n",
+ "
6sCbFbEjbYepqswM1vWjjs
\n",
+ "
Butterflies
\n",
+ "
1nV9EKNIAORTvadQ19jkik
\n",
+ "
Wait a minute\\nEvery time you're near\\nMy body...
\n",
+ "
Positive
\n",
+ "
95.48
\n",
+ "
\n",
+ "
\n",
+ "
1
\n",
+ "
J.Fla
\n",
+ "
2GbvMs4GBhcjd9d4N9sGUV
\n",
+ "
Shape of You
\n",
+ "
4M4h9xNOFpyDI3f2HZDXkg
\n",
+ "
The club isn't the best place to find a lover\\...
\n",
+ "
Positive
\n",
+ "
98.88
\n",
+ "
\n",
+ "
\n",
+ "
2
\n",
+ "
Charli XCX
\n",
+ "
25uiPmTg16RbhZWAqwLBy5
\n",
+ "
Boys
\n",
+ "
5o4yGlG0PfeVUa6ClIyOxq
\n",
+ "
I was busy thinkin' 'bout boys\\nBoys, boys\\nI ...
\n",
+ "
Positive
\n",
+ "
89.57
\n",
+ "
\n",
+ "
\n",
+ "
3
\n",
+ "
Meghan Trainor
\n",
+ "
6JL8zeS1NmiOftqZTRgdTz
\n",
+ "
Me Too
\n",
+ "
3KwwE4sgCzMaKWq6QBebmX
\n",
+ "
Ow!\\n\\nWho's that sexy thing I see over there?...
\n",
+ "
Positive
\n",
+ "
87.63
\n",
+ "
\n",
+ "
\n",
+ "
4
\n",
+ "
Tungevaag
\n",
+ "
49CE2ffZ6Z3zeYSDauSKck
\n",
+ "
Samsara (feat. Emila)
\n",
+ "
04xLp87480JkyiHIiWgj8I
\n",
+ "
Times running up, tick tock\\nAnd I am set on m...
\n",
+ "
Positive
\n",
+ "
11.54
\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " artist_name artist_id track_name \\\n",
+ "0 Zendaya 6sCbFbEjbYepqswM1vWjjs Butterflies \n",
+ "1 J.Fla 2GbvMs4GBhcjd9d4N9sGUV Shape of You \n",
+ "2 Charli XCX 25uiPmTg16RbhZWAqwLBy5 Boys \n",
+ "3 Meghan Trainor 6JL8zeS1NmiOftqZTRgdTz Me Too \n",
+ "4 Tungevaag 49CE2ffZ6Z3zeYSDauSKck Samsara (feat. Emila) \n",
+ "\n",
+ " track_id lyric \\\n",
+ "0 1nV9EKNIAORTvadQ19jkik Wait a minute\\nEvery time you're near\\nMy body... \n",
+ "1 4M4h9xNOFpyDI3f2HZDXkg The club isn't the best place to find a lover\\... \n",
+ "2 5o4yGlG0PfeVUa6ClIyOxq I was busy thinkin' 'bout boys\\nBoys, boys\\nI ... \n",
+ "3 3KwwE4sgCzMaKWq6QBebmX Ow!\\n\\nWho's that sexy thing I see over there?... \n",
+ "4 04xLp87480JkyiHIiWgj8I Times running up, tick tock\\nAnd I am set on m... \n",
+ "\n",
+ " sentiment sentiment_score \n",
+ "0 Positive 95.48 \n",
+ "1 Positive 98.88 \n",
+ "2 Positive 89.57 \n",
+ "3 Positive 87.63 \n",
+ "4 Positive 11.54 "
+ ]
+ },
+ "execution_count": 1,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "#reading data from csv file\n",
+ "import pandas as pd\n",
+ "df = pd.read_csv(\"main_playlist_sentiment.csv\")\n",
+ "df = df.drop_duplicates(subset = \"track_name\")\n",
+ "df = df.reset_index(drop = True)\n",
+ "df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "id": "3f08f9b8",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import matplotlib.pyplot as plt\n",
+ "import seaborn as sns\n",
+ "sns.set_style(\"darkgrid\")\n",
+ "def sentiment():\n",
+ " sentiment_diff = []\n",
+ " artist = input(\"Enter artist name: \")\n",
+ " if artist in df[\"artist_name\"].values:\n",
+ " song = input(\"Enter song name: \")\n",
+ " if song in df[\"track_name\"].values:\n",
+ " sentiment = df[df[\"track_name\"] == song][\"sentiment_score\"].values[0]\n",
+ " ind = df[df[\"track_name\"] == song][\"sentiment_score\"].index.values[0]\n",
+ " for val,ind2 in zip(df[\"sentiment_score\"].values, df[\"sentiment_score\"].index):\n",
+ " if val != sentiment and ind2 != ind:\n",
+ " sentiment_diff.append(round(abs(sentiment - val),4))\n",
+ " sentiment_diff_ord = sorted(sentiment_diff)\n",
+ " sentiment_diff_ord = list(dict.fromkeys(sentiment_diff_ord))\n",
+ " indexes = [sentiment_diff.index(i) +1 for i in sentiment_diff_ord]\n",
+ " indexes2 = []\n",
+ " for i in indexes:\n",
+ " if i < ind:\n",
+ " indexes2.append(i - 1)\n",
+ " else:\n",
+ " indexes2.append(i)\n",
+ " indexes2 = [i + 1 if i == 792 else i for i in indexes2]\n",
+ " most_similar = df.iloc[indexes2[:20]][[\"artist_name\", \"track_name\", \"sentiment\", \"sentiment_score\"]]\n",
+ " least_similar = df.iloc[indexes2[-20:]][[\"artist_name\", \"track_name\", \"sentiment\", \"sentiment_score\"]]\n",
+ " print(\"\\nMost Similar 20 tracks:\\n\")\n",
+ " display(most_similar.reset_index(drop = True))\n",
+ " print(\"\\nLeast Similar 20 tracks:\\n\")\n",
+ " display(least_similar.reset_index(drop = True))\n",
+ " plt.figure(figsize = (10, 6))\n",
+ " sns.barplot(data = most_similar, x = \"track_name\", y =\"sentiment_score\")\n",
+ " plt.title(\"Top 20 Most Similar Tracks\", fontsize = 15)\n",
+ " plt.xticks(rotation = 90)\n",
+ " plt.show()\n",
+ " plt.figure(figsize = (10, 6))\n",
+ " sns.barplot(data = least_similar, x = \"track_name\", y =\"sentiment_score\")\n",
+ " plt.title(\"Top 20 Least Similar Tracks\", fontsize = 15)\n",
+ " plt.xticks(rotation = 90)\n",
+ " plt.show()\n",
+ " else:\n",
+ " print(\"Song not found\")\n",
+ " else:\n",
+ " print(\"Artist Not Found\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "id": "91d96624",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "\n",
+ "Most Similar 20 tracks:\n",
+ "\n"
+ ]
+ },
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
\n",
+ "
artist_name
\n",
+ "
track_name
\n",
+ "
sentiment
\n",
+ "
sentiment_score
\n",
+ "
\n",
+ " \n",
+ " \n",
+ "
\n",
+ "
0
\n",
+ "
Twenty One Pilots
\n",
+ "
Heathens
\n",
+ "
Positive
\n",
+ "
93.45
\n",
+ "
\n",
+ "
\n",
+ "
1
\n",
+ "
Charlie Puth
\n",
+ "
How Long
\n",
+ "
Positive
\n",
+ "
93.36
\n",
+ "
\n",
+ "
\n",
+ "
2
\n",
+ "
Chlöe
\n",
+ "
Surprise
\n",
+ "
Positive
\n",
+ "
93.53
\n",
+ "
\n",
+ "
\n",
+ "
3
\n",
+ "
The Script
\n",
+ "
The Man Who Can't Be Moved
\n",
+ "
Positive
\n",
+ "
93.57
\n",
+ "
\n",
+ "
\n",
+ "
4
\n",
+ "
Calum Scott
\n",
+ "
Dancing On My Own
\n",
+ "
Positive
\n",
+ "
93.61
\n",
+ "
\n",
+ "
\n",
+ "
5
\n",
+ "
Taylor Swift
\n",
+ "
You're Not Sorry
\n",
+ "
Positive
\n",
+ "
93.63
\n",
+ "
\n",
+ "
\n",
+ "
6
\n",
+ "
Ariana Grande
\n",
+ "
Piano
\n",
+ "
Positive
\n",
+ "
93.66
\n",
+ "
\n",
+ "
\n",
+ "
7
\n",
+ "
Sia
\n",
+ "
Big Girls Cry
\n",
+ "
Negative
\n",
+ "
93.68
\n",
+ "
\n",
+ "
\n",
+ "
8
\n",
+ "
Justin Bieber
\n",
+ "
Right Here
\n",
+ "
Positive
\n",
+ "
93.19
\n",
+ "
\n",
+ "
\n",
+ "
9
\n",
+ "
Modjo
\n",
+ "
Lady - Hear Me Tonight
\n",
+ "
Positive
\n",
+ "
93.71
\n",
+ "
\n",
+ "
\n",
+ "
10
\n",
+ "
Corinne Bailey Rae
\n",
+ "
Put Your Records On
\n",
+ "
Positive
\n",
+ "
93.74
\n",
+ "
\n",
+ "
\n",
+ "
11
\n",
+ "
Rihanna
\n",
+ "
Lift Me Up - From Black Panther: Wakanda Forev...
\n",
+ "
Positive
\n",
+ "
93.13
\n",
+ "
\n",
+ "
\n",
+ "
12
\n",
+ "
Wizkid
\n",
+ "
Money & Love
\n",
+ "
Positive
\n",
+ "
93.12
\n",
+ "
\n",
+ "
\n",
+ "
13
\n",
+ "
Taylor Swift
\n",
+ "
Anti-Hero
\n",
+ "
Negative
\n",
+ "
93.79
\n",
+ "
\n",
+ "
\n",
+ "
14
\n",
+ "
Linkin Park
\n",
+ "
Numb
\n",
+ "
Negative
\n",
+ "
93.07
\n",
+ "
\n",
+ "
\n",
+ "
15
\n",
+ "
Justin Bieber
\n",
+ "
Up
\n",
+ "
Positive
\n",
+ "
93.06
\n",
+ "
\n",
+ "
\n",
+ "
16
\n",
+ "
Eminem
\n",
+ "
Love The Way You Lie
\n",
+ "
Negative
\n",
+ "
93.83
\n",
+ "
\n",
+ "
\n",
+ "
17
\n",
+ "
Eminem
\n",
+ "
Crack A Bottle
\n",
+ "
Negative
\n",
+ "
93.02
\n",
+ "
\n",
+ "
\n",
+ "
18
\n",
+ "
Katy Perry
\n",
+ "
Roar
\n",
+ "
Positive
\n",
+ "
93.00
\n",
+ "
\n",
+ "
\n",
+ "
19
\n",
+ "
Lucky Daye
\n",
+ "
Guess
\n",
+ "
Positive
\n",
+ "
93.92
\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " artist_name track_name \\\n",
+ "0 Twenty One Pilots Heathens \n",
+ "1 Charlie Puth How Long \n",
+ "2 Chlöe Surprise \n",
+ "3 The Script The Man Who Can't Be Moved \n",
+ "4 Calum Scott Dancing On My Own \n",
+ "5 Taylor Swift You're Not Sorry \n",
+ "6 Ariana Grande Piano \n",
+ "7 Sia Big Girls Cry \n",
+ "8 Justin Bieber Right Here \n",
+ "9 Modjo Lady - Hear Me Tonight \n",
+ "10 Corinne Bailey Rae Put Your Records On \n",
+ "11 Rihanna Lift Me Up - From Black Panther: Wakanda Forev... \n",
+ "12 Wizkid Money & Love \n",
+ "13 Taylor Swift Anti-Hero \n",
+ "14 Linkin Park Numb \n",
+ "15 Justin Bieber Up \n",
+ "16 Eminem Love The Way You Lie \n",
+ "17 Eminem Crack A Bottle \n",
+ "18 Katy Perry Roar \n",
+ "19 Lucky Daye Guess \n",
+ "\n",
+ " sentiment sentiment_score \n",
+ "0 Positive 93.45 \n",
+ "1 Positive 93.36 \n",
+ "2 Positive 93.53 \n",
+ "3 Positive 93.57 \n",
+ "4 Positive 93.61 \n",
+ "5 Positive 93.63 \n",
+ "6 Positive 93.66 \n",
+ "7 Negative 93.68 \n",
+ "8 Positive 93.19 \n",
+ "9 Positive 93.71 \n",
+ "10 Positive 93.74 \n",
+ "11 Positive 93.13 \n",
+ "12 Positive 93.12 \n",
+ "13 Negative 93.79 \n",
+ "14 Negative 93.07 \n",
+ "15 Positive 93.06 \n",
+ "16 Negative 93.83 \n",
+ "17 Negative 93.02 \n",
+ "18 Positive 93.00 \n",
+ "19 Positive 93.92 "
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "\n",
+ "Least Similar 20 tracks:\n",
+ "\n"
+ ]
+ },
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
\n",
+ "
artist_name
\n",
+ "
track_name
\n",
+ "
sentiment
\n",
+ "
sentiment_score
\n",
+ "
\n",
+ " \n",
+ " \n",
+ "
\n",
+ "
0
\n",
+ "
Cigarettes After Sex
\n",
+ "
Apocalypse
\n",
+ "
Negative
\n",
+ "
12.85
\n",
+ "
\n",
+ "
\n",
+ "
1
\n",
+ "
Avril Lavigne
\n",
+ "
When You're Gone
\n",
+ "
Negative
\n",
+ "
12.80
\n",
+ "
\n",
+ "
\n",
+ "
2
\n",
+ "
The Fray
\n",
+ "
How to Save a Life
\n",
+ "
Positive
\n",
+ "
11.64
\n",
+ "
\n",
+ "
\n",
+ "
3
\n",
+ "
Tungevaag
\n",
+ "
Samsara (feat. Emila)
\n",
+ "
Positive
\n",
+ "
11.54
\n",
+ "
\n",
+ "
\n",
+ "
4
\n",
+ "
Lenka
\n",
+ "
Trouble Is a Friend
\n",
+ "
Positive
\n",
+ "
9.71
\n",
+ "
\n",
+ "
\n",
+ "
5
\n",
+ "
Ne-Yo
\n",
+ "
So Sick
\n",
+ "
Negative
\n",
+ "
9.00
\n",
+ "
\n",
+ "
\n",
+ "
6
\n",
+ "
Halsey
\n",
+ "
Haunting
\n",
+ "
Negative
\n",
+ "
8.44
\n",
+ "
\n",
+ "
\n",
+ "
7
\n",
+ "
Pitbull
\n",
+ "
Fireball (feat. John Ryan)
\n",
+ "
Positive
\n",
+ "
7.77
\n",
+ "
\n",
+ "
\n",
+ "
8
\n",
+ "
Shivaree
\n",
+ "
Goodnight Moon
\n",
+ "
Positive
\n",
+ "
7.72
\n",
+ "
\n",
+ "
\n",
+ "
9
\n",
+ "
Taylor Swift
\n",
+ "
Would've, Could've, Should've
\n",
+ "
Positive
\n",
+ "
7.31
\n",
+ "
\n",
+ "
\n",
+ "
10
\n",
+ "
Red Hot Chili Peppers
\n",
+ "
By the Way
\n",
+ "
Positive
\n",
+ "
7.16
\n",
+ "
\n",
+ "
\n",
+ "
11
\n",
+ "
Seether
\n",
+ "
Fake It
\n",
+ "
Positive
\n",
+ "
5.30
\n",
+ "
\n",
+ "
\n",
+ "
12
\n",
+ "
Britney Spears
\n",
+ "
Gimme More
\n",
+ "
Negative
\n",
+ "
5.16
\n",
+ "
\n",
+ "
\n",
+ "
13
\n",
+ "
Carly Rae Jepsen
\n",
+ "
Call Me Maybe
\n",
+ "
Neutral
\n",
+ "
3.87
\n",
+ "
\n",
+ "
\n",
+ "
14
\n",
+ "
Niall Horan
\n",
+ "
Slow Hands
\n",
+ "
Neutral
\n",
+ "
1.77
\n",
+ "
\n",
+ "
\n",
+ "
15
\n",
+ "
Coldplay
\n",
+ "
A Sky Full of Stars
\n",
+ "
Neutral
\n",
+ "
1.45
\n",
+ "
\n",
+ "
\n",
+ "
16
\n",
+ "
Lorde
\n",
+ "
Green Light
\n",
+ "
Neutral
\n",
+ "
0.89
\n",
+ "
\n",
+ "
\n",
+ "
17
\n",
+ "
Dolly Parton
\n",
+ "
9 to 5
\n",
+ "
Neutral
\n",
+ "
0.41
\n",
+ "
\n",
+ "
\n",
+ "
18
\n",
+ "
Natasha Bedingfield
\n",
+ "
Unwritten
\n",
+ "
Neutral
\n",
+ "
0.23
\n",
+ "
\n",
+ "
\n",
+ "
19
\n",
+ "
Saint Privat
\n",
+ "
Poisson Rouge
\n",
+ "
Neutral
\n",
+ "
0.00
\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " artist_name track_name sentiment \\\n",
+ "0 Cigarettes After Sex Apocalypse Negative \n",
+ "1 Avril Lavigne When You're Gone Negative \n",
+ "2 The Fray How to Save a Life Positive \n",
+ "3 Tungevaag Samsara (feat. Emila) Positive \n",
+ "4 Lenka Trouble Is a Friend Positive \n",
+ "5 Ne-Yo So Sick Negative \n",
+ "6 Halsey Haunting Negative \n",
+ "7 Pitbull Fireball (feat. John Ryan) Positive \n",
+ "8 Shivaree Goodnight Moon Positive \n",
+ "9 Taylor Swift Would've, Could've, Should've Positive \n",
+ "10 Red Hot Chili Peppers By the Way Positive \n",
+ "11 Seether Fake It Positive \n",
+ "12 Britney Spears Gimme More Negative \n",
+ "13 Carly Rae Jepsen Call Me Maybe Neutral \n",
+ "14 Niall Horan Slow Hands Neutral \n",
+ "15 Coldplay A Sky Full of Stars Neutral \n",
+ "16 Lorde Green Light Neutral \n",
+ "17 Dolly Parton 9 to 5 Neutral \n",
+ "18 Natasha Bedingfield Unwritten Neutral \n",
+ "19 Saint Privat Poisson Rouge Neutral \n",
+ "\n",
+ " sentiment_score \n",
+ "0 12.85 \n",
+ "1 12.80 \n",
+ "2 11.64 \n",
+ "3 11.54 \n",
+ "4 9.71 \n",
+ "5 9.00 \n",
+ "6 8.44 \n",
+ "7 7.77 \n",
+ "8 7.72 \n",
+ "9 7.31 \n",
+ "10 7.16 \n",
+ "11 5.30 \n",
+ "12 5.16 \n",
+ "13 3.87 \n",
+ "14 1.77 \n",
+ "15 1.45 \n",
+ "16 0.89 \n",
+ "17 0.41 \n",
+ "18 0.23 \n",
+ "19 0.00 "
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "image/png": "iVBORw0KGgoAAAANSUhEUgAAA0cAAAQLCAYAAABAh9IaAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjYuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8o6BhiAAAACXBIWXMAAA9hAAAPYQGoP6dpAADm1klEQVR4nOzdd3xN9+PH8XcGsVeMEmrXFrFrlqAERVSLokobm6q9i5hRiiBVq2ZbKqgZoyi1V5XaI0HtESNk3d8f+eV+E0mIfLnnpN/X8/HweMi5V+7bvTe5533O53w+dhaLxSIAAAAA+B9nb3QAAAAAADADyhEAAAAAiHIEAAAAAJIoRwAAAAAgiXIEAAAAAJIoRwAAAAAgiXIEAAAAAJIoRwAAAAAgiXIEAAAAAJIkR6MDAIAtTZ8+Xb6+vom+/7hx4+Tp6fkGE8Vv06ZNWrx4sU6cOKHQ0FC5uLiofv366tSpk9KkSRPn/qtWrdLChQt18eJFpUqVSlWrVlXv3r3l4uLy0se6cuWK3N3dJUlp0qTRnj17lCpVqgTv37VrV23dulWStHXrVuXOnTuJ/8vE+/vvv3XlyhXVrVs3Ufd/+PChFixYoG3btikwMFBhYWHKmjWrypcvr1atWsnNzS3W/VeuXKlBgwapc+fO6t2792vLvW/fPrVr106NGzfWpEmTJEkDBw6Uv7+/5s+frypVqry2x0pI27ZttX///kTf31av6fOicwYEBChv3rw2f3wAkChHAP7HVKxYUd27d4+1bcuWLTp16pTc3d1VrFixWLc9/7Ut+Pr6avr06cqUKZPq16+vdOnSad++ffLz89Pvv/+uxYsXxypIU6ZMkZ+fnwoVKqTWrVvrn3/+0fr167Vr1y4tX75cefLkSfRjP3nyRNu3b1f9+vXjvf3hw4fauXPnf/1/fBU7duxQ586d5eXllahyFBQUpNatW+vmzZuqVKmSmjVrphQpUujKlStav369Vq9erZ49e6pbt27Wf1OsWDF1795d5cuXf63ZXVxc1L17dxUpUuS1ft9X0axZM1WsWDHWth9++EEPHz5Uu3btlCFDhli3Pf81APwvoRwB+J9SqVIlVapUKda2q1ev6tSpU6pTp44hZ4liunDhgmbOnKmcOXNqxYoVypo1qyQpMjJSQ4YM0cqVKzVnzhz17NlTknTq1Cn5+fmpXLlyWrBggVKmTClJatCggbp3764xY8bIz88vUY+dLVs23bp1Sxs2bEiwHAUEBCgsLExp06bV48ePX8P/+OXu3LmjyMjIRN9/+PDhun37tvz8/FSrVq1YtwUGBqpVq1aaNm2aqlevrtKlS0uKKkdvogjnzp1bPXr0eO3f91XE95729/fXw4cP9emnnxpylggAzIprjgDARDZt2qSIiAh16NDBWowkyd7e3lqIfvvtN+v2hQsXSpK6detmLUaSVLduXVWoUEHbt2/XjRs3EvXYefLkUfHixbVjxw6FhITEe5/169crT548hp4JeZEnT57ojz/+UMGCBeMUI0l6++231blzZ0nShg0bbB0PAGBylCMAeIkdO3bos88+U/ny5VWqVCl5eHjI19c3ToEYOHCgihQpoqCgII0dO1ZVqlSRm5ubPv74Y23atClRj1WuXDn17NlTVatWjXNbdPmJecZm7969cnR0VIUKFeLcv3LlyrJYLNq7d2+i/68NGjRQSEhIrAIW7e7du9q7d688PDwS/Pf//POPhg8frvfee08lS5ZU1apV1adPH509ezbOff/++291795dtWrVUsmSJVWjRg0NGDBAly5dst6nbdu2GjRokCTJz89PRYoU0b59+xJ8/LCwMEnS9evXdffu3Xjv4+HhoWnTpql58+bWbStXrlSRIkU0ZcqUWI9dvnx53b17V8OGDdO7776rMmXKqGXLljp8+LAk6ZdfflHjxo1VunRp1a1bV76+vtYMUtQ1R0WKFFHfvn0TzBxt79696t69u6pVq6aSJUuqXLly+vjjj7Vy5cpY94v+nrNnz9bIkSPl5uamChUq6IcffnjpYyRW7dq11ahRI23dulW1a9dWqVKl1KpVK1ksllfKGm3Pnj3q1KmT3n33Xbm5ualp06ZasmSJIiIiXpjj6tWrqlWrlooXL65Vq1ZZtyfmvQMAScGwOgB4gejrf9KlS6datWopU6ZM2rt3r6ZPn64tW7Zo8eLFSpcuXax/07t3b126dEmNGjVSeHi4AgIC1LNnT/Xr10+ff/75Cx+vYsWKca4PibZx40ZJsp61CQ0N1bVr1+Ti4hLrrFG06GuNLly4kOj/b4MGDfTNN99o48aNcUrQxo0bFR4eroYNG+rAgQNx/u3ff/+tTz/9VA8ePFClSpVUv359Xbp0SevXr9eWLVvk6+ur6tWrWzO1atVKjo6OqlevnpydnXX+/HmtWbNG27dv16+//qrs2bOrWbNmSp8+vbZu3ary5curcuXKL5xkImPGjCpdurT+/PNPffzxx2rbtq1q1aoV67orZ2dnvf/++4l6PsLDw/XJJ59Ikpo2barAwEBt2bJFHTt2lKenp1asWKEGDRqoatWqWrt2raZPny57e3t17do1Ud8/2ooVKzR06FBlzZpVtWvXVoYMGRQYGKht27Zp0KBBCgkJseaIFl2GPv74Y125ckVly5Z9pcd8mRs3buirr75SnTp1lClTJmXMmFF2dnavnHXx4sXy9vZW6tSpVbt2bWXPnl3bt2/XqFGj9Pfff8vb2zvBx//0009148YNTZw4UY0aNZKU+PcOACQF5QgAEnDs2DFNnz5duXPn1oIFC6w72OHh4Ro6dKj8/f01YcIEjR49Ota/CwwM1MqVK/X2229Lkjp16qSPPvpI3377rd5///1XmiAh2rVr1zR9+nRJUuvWrSVJDx48kMViUcaMGeP9N+nTp5cUNYlCYuXJk0elSpXSjh079OTJk1gTP6xfv16FChWKd0hdZGSk+vXrpwcPHmjs2LGxzsrs3LlTnTp1Ut++fbV161alS5dOy5cvV0hIiBYsWKB3333Xet+ZM2dq6tSpWrlypTp37my9Xia6HCXm+p3x48frs88+U2BgoMaMGaMxY8borbfeUvny5VWlShXVqVMnwefseSEhIcqYMaMWLlxoLaC9e/fW+vXr9dNPP2nFihUqWrSopKiSUr9+fa1ateqVylFYWJh8fHyUOXNmrV69Ws7OzrGeuy+++EL+/v5xytHdu3f166+/qlChQol+rFcRHBwsLy8v9enTJ8lZr1y5ogkTJihr1qxatGiR8ufPLynqOfzkk0+0fPlyffLJJ3Gu97p165batWunf/75R5MmTYpV1BP73gGApGBYHQAkYMWKFZKiduRiFhpHR0cNHjxYGTJk0KpVq/Ts2bNY/65Dhw7WYiRFFY4OHTooLCxMa9eufeUcN2/eVIcOHXTv3j19/PHH1h3C6OFb8Z01irn9+Xwv4+HhoadPn2r79u3WbTdu3NDBgwfVsGHDeP/N0aNHdfbsWVWrVi1WMZKkGjVqqGnTprp//751eGH08KxDhw5Z/y5J7du31/bt2+Xl5fVKmWMqWLCg1q1bp169elmLw/Xr17V27VoNHjxY7733nubPn5/o79euXbtYz3G5cuUkSTVr1rQWI0nKnz+/smTJoqtXr8b6P71MRESERo4cqYkTJ8YqG1LU0EhJ8Q4RfOedd95YMYr2/NnDV826fv16hYaG6vPPP7cWIynqvTlgwAD16NFDjo6xj9PevXtX7du319WrVzV58uQ4Gd7kewcAOHMEAAk4ceKEJMWZ3U6Kmu64SJEiOnDggM6dO6cSJUpYb4t5NDtamTJlJEknT558pQwXLlzQF198oStXrqh27doaNmyY9bbotYhiXuMSU2hoqCTFuy7SizRo0EATJ07Uhg0brDum69evl8ViSbAcRf+/4nuuJKl8+fJauXKl/v77b0lRM6j9+OOPmj59upYtW6YqVaqoatWqqlGjhnLmzPlKeeOTPn16de3aVV27dtX169e1b98+7du3T9u3b9edO3c0fvx4RUZGqmPHji/9XjF36qX/PJ8xC3C01KlT6+7du4qIiIiz05+QVKlSWWcHvHr1qs6dO6crV67o4sWLOnLkiCTFe21OUs5AvqrnH+NVs0a/3vEN+Stfvny8U6f36tVLN27cUObMmeO9lu5Nv3cA/G/jzBEAJODRo0eS/jM87Xk5cuSQpDgTM7z11ltx7pstWzZJUUOVEmvv3r3W60kaNWqkadOmKUWKFNbb06VLJ3t7+wSHzUVvTyh/QnLmzKkyZcpo586d1skf1q1bp5IlSya4OGf0Yz1//VW06OfqyZMnkqLOeixfvlxNmjRRWFiY1qxZowEDBqhatWrq3r27bt++/UqZX+Stt95SkyZNNHbsWG3fvt065MrPzy9RU4QnVC4TOmOXFEeOHFGrVq1Uu3ZteXl5afTo0fr999+tpTu+M1EvWqj3dYnvMV4l6/379yUl/L6Iz927d1WrVi3du3cv3uuRbPneAfC/hzNHAJCA6B26GzduxFsKHjx4IEnKlClTrO1Pnz6Nc9/oUpQlS5ZEPfavv/6qQYMGKSwsTJ9//rn69u0rOzu7WPdJmTKl8uTJo2vXriksLCxWcZKiFkOVlKShVw0aNNCRI0e0fft2lS5dWsePH9fAgQMTvH/M5yo+0f//mM9V4cKFNXHiREVEROjEiRP6448/tHr1am3evFmPHz9+paFv0SZPnqyVK1fKx8cn3jN4KVOmVO/evbVx40ZdunRJt27dshY3o/zzzz/q0KGDLBaLBgwYoCpVqihfvnxKlSqVnj17pp9++snQfDG9atboYhl9oCGmiIgIhYeHy8nJKdb28ePH6/3335enp6fWrVunhg0byt3dPdZ93sR7BwAkzhwBQIKKFy8uSdq/f3+c2549e6Zjx44pTZo0cRbRPHbsWJz7R0/97Orq+tLHXb9+vfr376+IiAh9/fXX6tevX5xiFK1ixYoKCwuzfv+Y9uzZIzs7uyTNYla/fn3Z29tr06ZN2rBhg+zt7V84hXf0cxXfLHaSrNOJv/POO5KkH3/8UaNHj5bFYpGDg4NKly6tzp0765dfflGaNGlifZ+E/u/xSZcunXUh25dJkSJFosvqmxQQEKAnT56oS5cu6tChg4oWLWo9YxM9BfqrXMP0Jr1q1uhrsuL7mdi5c6dcXV3l6+sba3upUqWUIkUKjR49Wvb29hoxYkSsM66v8t4BgFdFOQKABERPLODr62s9CyNFzVY3ZswYBQcHq0GDBnGGHs2cOTPW0J7Lly9rzpw5Sps2bYLX7ES7ePGiBg8erMjISI0fP16tWrVKVMYpU6bEOmO1efNmHTx4ULVr1453mN/L5MiRQ+XKldPvv/+utWvXqly5ci88w+Lm5qYCBQro0KFDcc4e/PHHH1q5cqUyZsxoPQNw4MABLV68WL/++mus+96+fVvPnj2LVTijr91J6NqqmFq0aKH06dPr559/1sKFC+MMm7NYLJo/f74uXbqkZs2axTnbZoTo98/Vq1djbX/w4IF1WFl4eLjNc8XnVbN+8MEHcnBw0Ny5c3XlyhXr9tDQUM2ePVsWi8U6vfvzypQpo9atW+vWrVsaN26cdfurvHcA4FUxrA4AEuDm5qauXbtq5syZatq0qWrXrm1d5+jMmTMqWrSodYHSmG7fvq0mTZrI3d1dYWFhCggIUEhIiMaNG2e99igh0YvLuri4KDAw0Dp9d0zp0qXTZ599Zs34ySefaMmSJdbHvHHjhjZs2KCsWbPGmy+xGjRooAMHDuj06dP6+uuvX3hfe3t7TZo0Se3bt9fw4cO1fv16FS9eXJcuXdL27dvl5OQkHx8f6/VP3bp1086dOzVgwABt2LBBBQsWtM5mZ7FYYi2aGn2R/Zo1a2RnZ6cmTZpYz0A9L3PmzPLz81OXLl00ZswY63TPWbNmVXBwsPbt26fz58/Lzc3thcMEbSl6/ayffvpJ169fV5EiRXT79m1t27ZNISEhSpcunR4+fKjw8PBET/Jglqx58+ZV//79NW7cODVr1kzu7u7KkCGDduzYoUuXLqlDhw4vPJvau3dvbdmyRStXrpSHh4eqV6/+Su8dAHhVlCMAeIFevXqpZMmSWrhwobZt26bw8HC9/fbb+uqrr9S+ffs410tI0ujRo7V7925t2rRJERERKlOmjDp37hzvzFvP27lzp6SoI/PPDzeKliNHDms5kqRhw4apQIEC+umnn7Ro0SJlypRJHh4e6tWr1381o1n9+vU1ZswY2dnZJWrR1BIlSsjf31+zZs3S77//rkOHDilLlixq0qSJvvjiCxUsWNB63wIFCujHH3/U7NmzdfDgQe3atUtp0qRRuXLl9MUXX1iny5aiZjX79NNP5e/vr8WLFytfvnwJlqPo+2/atElLlizRrl27tG3bNj18+FBp06bVO++8o08//VQffvihHBwckvzcvE7Zs2fXwoULNWXKFP3555/av3+/cuTIoRo1aqhTp06aP3++VqxYod27d6tmzZrJLmv79u2VP39+zZs3T5s3b9azZ89UoEABjRw5Uh9//PELHy9dunQaMWKEunTpouHDh+vXX399pfcOALwqO4tZBjIDQDI3cOBA+fv7a/78+apSpYrRcQAAwCvimiMAAAAAEOUIAAAAACRRjgAAAABAEtccAQAAAIAkzhwBAAAAgCTKEQAAAABIohwBAAAAgKT/gUVg79x5KK6qAgAAAP532dlJzs7pX3q/f305slhEOQIAAADwUgyrAwAAAABRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAEuUIAAAAACRRjgAAAABAkuRodAAAAAAA/0729nayt7cz5LEjIy2KjLS80r+hHAEA3gizfiCaNReSjtf034XX89/D3t5OWTKnkZ29MYPVLJGRunvvySu9ppQjvJCZf0GRLX7JNZtZc0nmzmZW9vZ2ypQ5jRwM+kCMiIzU/Xg+EM2aC0kX9ZqmlYNBP6MRkRbdv/eY1/Q1sbe3U+bMaQ39nXuP1/O1sbe3k529vR4E/KmIe49t+tgOmdMqY73Ssre3oxwlxMw7OGbMFvULKrXs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9JyRLXGSSy4zZksMw8pR9uzZdfny5VhniC5cuKDcuXPL1dVVR44ckeX//xcWi0WHDx+Wq6urUXEBAAAA/MsZVo5q166tFClSaOjQobp48aK2bdsmPz8/tW3bVvXr11dwcLDGjBmjc+fOacyYMQoJCVGDBg2MigsAAADgX86wcpQ+fXotWLBAt27d0ocffqhx48apS5cu+vjjj5UuXTp99913OnTokDw9PXXs2DHNnj1badKkMSouAAAAgH85Q2erK1SokObPnx/vbaVLl5a/v7+NEwEAAAD4X2XYmSMAAAAAMBPKEQAAAACIcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACCJcgQAAAAAkihHAAAAACDJ4HIUGhqqkSNHqkKFCqpSpYomT54si8UiSTp58qRatGghV1dXNW/eXH/99ZeRUQEAAAD8yxlajry9vfXHH39o7ty5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apRWrlwpSdq0aZMmTJigkJAQTZ482bBZp7p06aLw8HBNmjTJmuHevXvq16+f0qRJk+Avsjdl//79Klu2rBwdHbVv374X/jIy8pqGaJGRkTpw4IA2b96srVu3KjQ0VO+//76GDx9u8yynT5/WypUr9eeff+r+/fvKlCmTSpUqJU9PT1MMUejfv7/Onz9vXbdK+s9RpXfeecewo0ox3b17VxcvXlRkZKSkqKNzoaGhOnnypLy8vGyWY9WqVZowYYJmzpxp/WUe05EjR9SlSxd17drVsKEUP/74o2bMmKHOnTvLx8fHusbXDz/8oN69e6tNmzaG5IoWERGhPXv26MyZM3JwcFDhwoX17rvvys7OzjrxQXxD3GwhJCREwcHBypQpkyl2WM3O1dVV/v7+cSZhOH/+vD788EMdOXLEoGRRM9EOHDhQH330kZYsWaIvvvhCV65c0bp16zRx4kR5eHgYlk2K2vE/evSoLBaLsmbNGmfh5uQwrBKxhYSE6PLly4qMjNTbb79tmoOhVatW1ezZs1WiRIlY248fP67PPvtMBw8eNCSXm5ubVq9erbfffltubm5as2aN8uTJo6CgIDVu3FhHjx594xk4c5SAiRMn6ty5c/L391fLli0lRc33P2jQIHl7e8vHx8eQXHv37tVPP/0Uq5xlzpxZffv21SeffGLzPDELz4QJEzRu3DgVKVLE5jkSy97eXuXKldPTp08VERGh1atXa+fOnTbPMXv2bE2dOlUFChRQuXLllDFjRt28eVN79uzR0qVL1bNnT5vu3MfHrEeVov38888aNWqUwsPDrUMYpKgjc6VLl7bp89e0aVP9/fffat26tVxdXVWyZEmlT59ewcHBOnHihP788099+OGHho4xb9mypbJnz665c+cqVapUmjhxovLnz6/Ro0cbvkMoSQ4ODqpWrVq819oZVYqipU6dWqlTpzY0Q3KSLVs2BQYGxilHgYGBSps2rUGpotStW1d58uTRvHnzVLhwYW3dulX58+fXkiVL5Orqamg2SfL09JSnp6fRMfAahIWFycfHR0uXLrWuxefo6KjGjRtr5MiRhs8AW7t2bY0cOVKTJk2yjii4dOmSRo8eHe/QU1sxwygHylECAgICNGPGjFg7+kWKFNHo0aPVoUMHw3JlzJgx3usWgoODDb/m6ObNm3GOcpnFs2fPtHPnTm3atEk7duxQmjRpVL9+fc2fP9/mH4hbtmzRzJkz9e2336pu3bpxbt+4caMGDRqkQoUKGToTm5OTU7xDDu3s7BQREWFAotj8/PzUuXNneXl5qXbt2lq+fLkeP36s/v37x/u8vmmDBg1S3bp1tXr1ah07dkzBwcHKnDmzSpQooYEDB5ri+rvatWubYnY/KfkMycWra9mypYYOHapevXpZrxk7duyYpk2bZujSCdGKFi2qiRMnGh0jXmZeHBmvZsKECdqxY4dmzZolNzc3RUZG6siRI/L29taUKVM0YMAAQ/P169dP3bp10/vvv68MGTJIitqXrF69uoYNG2ZYri+++EJDhw5V586dZbFYtHfvXvn7+1tHOdgC5SgBjx8/jvdIYWRkpKE7hg0bNtTQoUP19ddfWxeKO3bsmEaNGmX40d+mTZvq888/1wcffCAXF5c4w09seYH88ypVqqQ0adKobt26mjFjhipUqGDY9QLz589Xr169EtyBr1+/vm7evKl58+YZuiOb0FElb29vQ48qRbt586aaNm2qlClTqkSJEjp69KgaNGigwYMHa8iQIfr8889tnql8+fIqX768zR83IQldTB0fW/98/vDDD9Yz4AsXLrTpYydnLyuSMRlVKjt27KiQkBBNmjTJejAva9asat++vSEHF319fRN93+7du7/BJC/Xtm3bF76+/KwkH2vXrtXUqVNVqVIl67aaNWvKyclJffv2NbQcPXr0SClSpNCiRYt06tQpXbhwQU5OTsqfP7/SpUunsWPHGnYAwQyjHChHCahdu7amTJmiCRMmWLcFBQUZvmPYq1cv3blzRx07drQOI3JwcFCLFi0MnSZYktavXy97e/t41/2w9exhz5s+fbqqVKliijNbp06deun1OrVq1bLZxecJMetRpWhZsmTR3bt3lTt3bhUoUEB///23GjRooBw5cujGjRtGxzOF+K5BvH79urJlyxbrZ8GIn8+YQ3LNcD1ichFz5/j48eOaP3++unbtqlKlSilFihQ6efKkfH19DR3CaWdnpx49eqhHjx66c+eOnJycDL3OYt++fXG2HT58WCVKlIh1EM8ME2zE3JGWoiayCAoK0o4dO9SlSxeDUiEpLBZLvMPAsmTJosePHxuQKOr3/8CBA60/EzVq1NDEiRNVtGhRRUREaMGCBZo5c6bhM/oaPcqBCRkS8PDhQw0ePFhbt25VZGSkMmTIoIcPH6patWry8fFRpkyZDM0XHBysS5cuKWXKlHr77bet098iYSdPntTcuXN14cIF67obn3zyic13zCpUqKAlS5a8cIXsM2fOqH379vrjjz9smCx+zx9VMstK9+PGjdPOnTs1ZswYPX36VP3799ewYcP022+/6e+//9bq1auNjmhKMS9wNYurV6/q22+/1fHjxxUeHh5n2lsjL0IPDw/X8uXLVbNmTeXKlcs682Xx4sU1ZMgQQz8L6tevr2HDhqlq1aqxtu/bt0+DBg0y1YyOUtQEPv3799f27duNjmLKn4MXWblypQICAuTn52d0FFO5du3aC2/PlSuXjZLE1atXLz179kyTJk2yHhwIDg62Hsg24rXs2rWrzp49q549eypFihSaPXu23nnnHfXu3VtdunTRqVOn9OGHH6p3796Gzaj3sjO9tji7y5mjBKRPn17Tp09XYGCgLly4oPDwcOXPn18FCxY0OpokKUOGDNax3JL0559/asKECYavV3L+/Hn98ssvunDhguzs7FS0aFF9+OGHhk+RunnzZvXu3Vv16tWTp6enIiIidPToUXXo0EHffvut6tSpY7Ms5cqV0/LlyzVkyJAE77NixQrTDM8qWrSonJ2ddfjwYd29e9c05ahv375Knz697t27J3d3dzVv3lwjRoxQpkyZTDGTHhKvf//+unfvnj755BPTzOQUbfz48dq0aZPc3Nx08uRJff/99+rZs6d27typ0aNH65tvvjEs282bN+M9Mp06dWoFBwcbkOjFnj17xlndJKpQoYJGjhxpdAzTqV27tmmvVxw8eLDatWun6tWrK3/+/JKkixcvKk+ePJo1a5YhmQ4dOqRvv/1W7777rqSotSmbNWumU6dOyWKx6KeffrJesmGU58/0RkRE6MqVKwoODtb7779vkwyUo5dIly6dihQpYj2SGX2UwsijEfF58OCBDh8+bGiGbdu2Weelj174b9++fZo/f76+//57VahQwbBsU6dOVd++feMs2rhgwQJNnz7dpuWoW7du+uSTT5Q+fXp16NAh1s7ggwcPNGPGDC1fvlzLli2zWaZoYWFhmjBhgn755Rf5+/srX7582rFjh3r16iUpaghnwYIFNWfOHOtQO6OkSJEi1hGk3r172+xiTbxef/75p/z9/U2zwHBM69ev18yZM1W0aFF9//33qlat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G6t58+apfv36/+avFABgIxRHAIAHrly5cllfBwQEaNu2bZo4caLi4+MVExMj6WbxcuLECWVkZKhatWpZ99evXz9bUTFu3Dilp6erbNmy95ShRIkSKlSoUNbrQoUKKT09/R8z3eLh4ZH19UMPPSR3d/dsr9PS0iTdLN5++OEH1alTJ+t6WlqaPD097ykvAMD2KI4AAA+cs7Nz1tcfffSRlixZouDgYHXs2FEjRoyQn5+fJMnJyekf/6wuXbrIyclJY8eOVcOGDZU/f/67ynC7+27tObpTplscHByyvc6X7/Yr09PT09WuXTv17t0727ijI79yASC3Y88RAMCmFi1apGHDhuntt99WmzZtdO3aNUk3CxUPDw85ODjo0KFDWfdv3LhRQUFBWa+bN2+u1157TdeuXdNnn332wDPdK09PT504cUIVKlTI+i8iIkKrV6++L1kBAA8OxREA4L4rWLCg4uPjdenSpRzXihYtqh9++EEJCQnavXu3Bg0aJOlmx7hChQqpY8eOGjdunKKiohQdHa2PPvpIDRo0yPZnFCpUSG+++aY+//xznTp16j/nvVOme/Xss8/qwIED+uijj3T8+HGtXr1aH374odzc3P5zTgDAg0VxBAC477p27aoFCxbovffey3Ft/Pjxio2NVWBgoIYMGaJWrVqpZs2aWU0X3n33XXl5ealHjx566aWX5OvrqwEDBuT4c4KCgvTYY49p7Nix/znvP2W6F+7u7po1a5a2bNmitm3baurUqXrnnXfUvn37/5wTAPBgWaz/Zs0AAAAAANgZZo4AAAAAQHSrAwCYXFRUlF544YW/ve7m5qbvv//ehokAAGbFsjoAgKmlpqbqzJkzf3vd0dEx25lEAAD8HYojAAAAABB7jgAAAABAEsURAAAAAEiiOAIAAAAASRRHAAAAACCJ4ggAAAAAJFEcAQAAAIAkiiMAAAAAkCT9P2u+/0f7ciWlAAAAAElFTkSuQmCC",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ },
+ {
+ "data": {
+ "image/png": "iVBORw0KGgoAAAANSUhEUgAAA0cAAALRCAYAAACQ8thpAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjYuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8o6BhiAAAACXBIWXMAAA9hAAAPYQGoP6dpAADRx0lEQVR4nOzdd3xN9+PH8fe9iRE7RtXeNYokRahRKqi9qq1ataooWtTeYlNau3ZR1VZJlbZGrRa1Z21BgtZKkBhZ9/7+yC/3m0gQadxz8Ho+Hh4PTq6cd9PIPe9zPsNit9vtAgAAAIAXnNXoAAAAAABgBpQjAAAAABDlCAAAAAAkUY4AAAAAQBLlCAAAAAAkUY4AAAAAQBLlCAAAAAAkUY4AAAAAQBLlCAAAAAAkSa5GBwCAp23atGmaPn16ol8/duxYNW3a9CkmSti6deu0dOlS/f333woPD1euXLlUu3ZtffTRR0qTJk281/v5+Wnx4sU6d+6cUqdOrUqVKqlnz57KlSvXY8918eJF+fj4KFeuXNq0adPT+M95atavX6+8efOqWLFiiXr9+fPntXDhQu3cuVP//vuvXF1dlTNnTlWqVEkffPCBcubMGef1/fv316pVq7Rw4UJVrFgx2XLHfB+OGjVK77zzjiSpevXqunTpkv7++2+5uj79t+SiRYsm+rVGfm8ULVpU2bNn17Zt2ww5P4AXF+UIwHPP29tb3bp1i3Ns48aNOnHihHx8fFS8ePE4H3vwz84wffp0TZs2TZkyZVLt2rWVLl067dq1S7Nnz9Yff/yhpUuXxilIU6ZM0ezZs1W4cGG1aNFC//zzj3755Rf9+eef+uGHH5QnTx6n/zc4w6RJkzR37lwtXLgwUa/ftGmTevToIYvFojfffFM+Pj6KiIjQyZMntWjRIi1fvlwzZ85UpUqVHH+nRo0aypUrV7J/DWO+D0uUKJGsn/dJPPjv4Pbt21q8eLHSp0+vDz74IM7H0qdP78xoAGAKlCMAz73y5curfPnycY5dunRJJ06cUI0aNQx5ShSbv7+/Zs6cqRw5cmjFihXKmjWrJMlms2nQoEFauXKl5s2bpx49ekiSTpw4odmzZ6tMmTJatGiRUqZMKUmqU6eOunXrptGjR2v27NmG/fc8TdevX0/0a0NDQ9W/f39lzJhRy5cvj1d2fv/9d3Xr1k29e/fWpk2bHOWzRo0aqlGjRrLmlhL+PnS27t27x/nzxYsXtXjxYmXIkCHexwDgRcScIwAw2Lp16xQVFaX27ds7ipEkWa1WRyHavHmz4/jixYslSR9//LGjGElSzZo1Va5cOW3ZskVXrlxxUnrz2rt3r27duqW33norwadAPj4+qlGjhoKDg7Vr1y4DEgIAzIZyBAAJ2Lp1q9q1a6eyZcuqVKlSqlu3rqZPn6579+7FeV3//v1VtGhRBQYGasyYMapYsaK8vLz03nvvad26dYk6V5kyZdSjR484Q7tixJSfO3fuOI799ddfcnV1Vbly5eK9vkKFCrLb7frrr7+e5D83UW7fvq1JkyapVq1aKlmypCpUqKAePXroxIkT8V5rs9n0ww8/qHXr1ipfvrxeffVVVahQQR999JH27dsX7/Xr1q1T69at9frrr6t06dKqXbu2Pv/8c4WEhDheU7RoUa1atUqS1K5du8fOn4mIiJAU/aTNbrcn+Jpu3bpp5syZKlmypONYzP/THTt2xDl3165ddeLECX344Yd67bXXVK5cOfXo0UNXr15VWFiYJk+erGrVqsnT01ONGjXSL7/8Eudc06ZNU9GiRfXDDz88MveTfO1iPufmzZvVrl07lSxZUlWqVNH+/fsfeY7EunjxoooWLaqRI0dq+vTpKleunF577TVNmDDhibNKkt1u1/fff693331Xr732mipUqKA2bdrojz/+eGyWP/74Q6VKlVKFChXifM8l5nsHABKLYXUA8ICY+T/p0qXTm2++qUyZMumvv/7StGnTtHHjRi1dulTp0qWL83d69uyp8+fPq379+oqMjNT69evVo0cP9enTRx07dnzk+by9veXt7Z3gx3777TdJ/5tIHx4ersuXLytXrlxxnhrFiHlC4u/v/8T/3Y9y/fp1tWzZUufPn5e3t7d8fHwUFBSk3377TVu2bNHMmTNVuXJlx+sHDBggPz8/FS1aVA0bNpSrq6uOHj2qLVu2aPv27VqxYoVjQQU/Pz/169dPefLkUb169ZQyZUrt3btXc+bM0Z49e/Ttt9/KYrGoW7dujrlijRo1euycoLJly8rNzU379u1T69at1bx5c1WqVEnu7u6O1xQtWjTRixT4+/urefPm8vDwUPPmzbV7926tW7dOly9fVrp06XTu3Dn5+PgoPDxcP/30k3r27KmXXnpJZcuWfaKv9ZN87WIM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PVtDhgxR1apVVa9ePVWtWtXpxa1mzZq6ePGiJGn37t3y9PRU2rRp47wmTZo0qlmzplNzxTZy5EiVKVNGw4cPV9myZSVJkydP1qBBgzRq1CgtWbLEsGxme5+Kbd68eRo/fry8vb3l6+ur4sWLa968edqzZ4969uxpaDkaPny47t69q0yZMmnlypU6deqUli9frtWrV8vX11fffPON07Ls3r1bn376qeNGYrNmzeJ8PObGT8OGDZ2WKcbRo0cVGRnp+POECRMUEBCgH3/8UYUKFdKxY8c0dOhQTZw4UQMHDnR6vmfB+vXrNWDAAL377rvasmWLIiMj5erqqv79++vWrVtq0aLF0w9hRzy1a9e2b9682W632+2enp72gIAAu91ut2/ZssX+xhtvGJjMbvfw8HDkiZ0tICDAXqpUKSOj2atUqWI/fPiw3W6Pm+3o0aN2b29vp+dp0qSJfdq0afZr16499rUXL160T5482d6oUaOnHyyWqlWr2g8ePBjv+OHDh+2VKlVyapaE7Nu3z+7t7W0vXry4fcKECfaQkBCjIzm8+eab9urVq8f75ePjY69du7a9devW9mXLljklS5MmTewrV660h4eHP/a1d+/etS9fvtzp32slS5a0nz592qnnTKzq1avbd+/ebbfb4/7s2LNnj71ixYpGRovnzJkz9s8//9zu4eFhL1OmjL1///72ffv2GZJl5cqV9vv37xty7kcpW7as3d/f3263x/3/ee7cObunp6eR0Uz3PhVbqVKl7JcvX7bb7dE/32bPnm2326Pf343+unl6ejr+n7Zv397ev39/u90ena106dJOz3Pp0iV7YGCgvWjRovbDhw/bL1686Ph16dIle1BQkNMz2e12e9GiRe3Xr193/LlatWr2HTt2xHnNnj177OXLl3d2tHhu3bplnzJlir19+/b2Nm3a2Fu3bh3nl1EaNGhgX716td1uj/tvdPXq1fYaNWo4JQNPjhJw+fJlFSpUKN7xPHnyGD5/IFeuXDpy5Ijy5MkT5/iWLVuUK1cug1JFu3PnToLDTWw2m6KiopyeZ8GCBcqUKVOiXpsrVy717NlT7dq1e7qhHnDnzp04d5lihIaGKiIiwqlZpOhhmw/q2bOnRo8ercjISJ04ccJxV65cuXLOjhdHq1atNH36dLVq1Uqenp6y2+06evSolixZorffflsvvfSSZs2apdDQUH344YdPNct3332X6CESbm5ueu+999S0adOnmulB+fPnN+0k/Rs3buill16KdzxDhgy6e/euAYniu3LlitatW6f169fr4MGDKl26tOrWratr166pS5cuevfdd9W7d++nniP2XMTy5cvrxo0bD32tEcM3JSl16tS6ceOGChQoEOf4uXPnDH9qabb3qdgKFiyon3/+WZkzZ9bly5dVo0YNRUREaMGCBU4dtpaQVKlSKSwsTLdu3dKuXbv0+eefS5IuXrxoyFDEmO/tEydOOP3cj2KxWOIMjU+XLp0yZMgQ5zUZM2Y0fK6WFD2a4MiRI2rQoIHh/y5ju3Dhgjw9PeMdL126tK5cueKUDJSjBHh4eMjPz0/du3d3HLPb7VqwYIFKly5tYDLp008/Vf/+/XXkyBFFRUXJz89PFy9e1Nq1azVhwgRDs1WvXl1TpkzR+PHjHccCAwM1atQoVa1a1el5EluMrl696rgwS+zfSS4NGzZU37599emnn6pYsWKy2+06cuSIpk6d6hjy4UytW7d+6Me+/vprff3115Ki3wCMnA8lRc+98PX1jTMG2cfHR0WLFtXs2bPl5+en4sWLa/DgwU+9HCVl7Lizx5t/+OGHGjx4sNq1a6d8+fLFO7+RZbdChQqaP3++Ro4c6TgWGhqqyZMnq3z58oblkqLnHK1bt06HDh3SK6+8onr16mnixInKkSOH4zX58+fXyJEjnVKOHjZnMTa73W7ov9HmzZtr6NCh6tu3r6ToUrR7925NmTJF77zzjiGZYpjtfSq2fv366dNPP3UMHSpUqJBGjhypDRs2aPbs2YZmq1Gjhj799FOlTp1aGTNmVLVq1fTLL79ozJgxhg6zDgkJ0dy5c3XixAmFhYXFKx3OXpTBbrerY8eOKliwoPLnz6+8efNq2rRpmjFjhlxcXHTp0iWNHTvW8J9rkrRjxw4tXbrU8OvaBxUuXFh//PFHvOFzq1atUuHChZ2SwWI3Q301mVOnTqlTp07KkiWLTpw4oddff13nz5/XvXv3NG/ePBUvXtzQfCdOnNCCBQt09uxZRUVFqUCBAmrbtq08PDwMzRUSEqKBAwfq999/l81mU4YMGRQSEqLKlStr4sSJTi8esfn7+2vSpEk6c+aM4+6g3W5XeHi4goKCdOzYMUNyRUZGaurUqVqxYoXjrn7WrFnVsmVLde7c+bEXQS8yT09Pxzju2M6ePasmTZro8OHDunz5surUqaNDhw45LdexY8c0atQox8IHDzLqgvVRd56NLrv//vuvunXrpn/++UfBwcEqVKiQLl++rJw5c2rWrFnKnTu3Ydneeust1atXT/Xq1UtwRIEknTx5UkePHtXbb7/91PNcunQp0a81cjTBkiVLNH/+fP3777+SpCxZsqht27bq0KGDrFbjFso18/uUFP0EKyQkxPE05vr168qYMaPhk/cjIyO1dOlSXbp0Se+9954KFy4sPz8/hYaGqmXLloa9V3Xp0kV///236tSpo/Tp08f7uLPniB8/flxnzpzR2bNnHb8CAgK0a9cupU2bVq+99pry58+vWbNmKXv27E7N9qCaNWtqypQpKlmypKE5HrR371517txZFStW1KZNm9SoUSNduHBBR48e1axZs/T6668/9QyUo4cICwtzTMSNKSANGzaMN/H1RbdixQrVrVtXadKkcRwLCAiQv7+/IiMjVaBAgYdeUDhTy5YtFRUVpSZNmmjMmDHq27evLl26pGXLlplmgYGYcpQ5c2aDk0QLDw/XF198oVy5cqlly5aSpKZNm6pixYr65JNPDH+zbtu2rTJlyqQxY8Y4vv/u3r2rwYMH6+rVq1q6dKm+/fZbffvtt1q9erXTcjVu3Fjp06dXu3btEhyq4O3t7bQsz5qdO3fG+dlRuXJlQy+kHyciIsLwfwdmtGbNGlWuXFmZMmXS3bt3FRUVleCFq5ECAwN19uxZw9+nEhrK/DBGPt3t2rWrevfubYr389g8PT21ePFi0z39iC1mQQEp+uZdwYIFTXHjc8OGDfrqq6/Uo0ePBEcTGDUsV4pe+nzZsmVxrsFbtGjhtEyUo0ew2WyyWq26evWq9u3bp2LFisUbQ+1sERER8vPze+hyvGPHjnVqHg8PD/3222/KkSOHihcvru3bt5vm4j620qVL67vvvlPx4sX1/vvvq0ePHnr99df1ww8/yM/Pz6kr7Two5o5IQnOMGjdu7PxA/2/o0KHat2+fY+UpSdq4caO++OILVahQwdAVxKToi5vOnTvr33//Vf78+WW323XhwgXlyJFD06ZN06VLl9SlSxd9+eWXql69utNylS5dWj///LPy5cvntHMm1v3797V69WrHG07BggVVt25dw++WDxkyRPXq1VP58uVNcdEQ2/Xr1/XV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lKenp/r06aMzZ87o999/16RJkxzzQcaMGePUPGYexueMHdiTw+eff66aNWuqbdu2ev/99zVnzhzdvHlTvr6+6tq1q1OzDBo0SFu3btXdu3dVuXJlderUSVWrVo231L7R3nnnHfXq1UtjxoxRjRo11LZtW7300kvasWNHoudzPS29e/dW586d5ebmpkaNGmnevHlq0KCBLl++/NCRI0/TvXv34sxH2blzp1KnTh3nfcmIm3utW7d+7MV7QjcMnGXjxo2aN2+ejh49GudGsbu7u7y9vfXhhx8a9vQ+drl47733VKlSpQRHNxgpV65cOnz4cLyh4IcOHXLaDSvKUQKWLFny2OFyVatWddqmq0WLFtX69ev10UcfPfQ1GzduVKlSpZyS52F++eUXTZo0SbVq1VLt2rU1fPhwFShQQP37909w41Vn2rx5s4oXL64rV67E25TWyDskMTvYJ7ShqtETqs3uzTff1Pr169W+fXujo2jDhg3q1auXXF1d5erqqvHjx2vevHkqW7asDh8+rCFDhujkyZOGXOAkJGvWrMqePbtefvllnT592rA9oWLE3lg7IawymbDAwEB99dVXyps3r0qWLKlr166pRo0aslqtmjBhglP3zPnxxx/l6uqqV199VcHBwfrxxx/1448/JvhaZy6A86DOnTvr5Zdflpubm0qXLq0BAwZo+fLlypQpk9NvEDyoTJky2rx5s+7fvy93d3f9+OOP2rhxozJlyqQ6deo4PU/hwoV1+PBh5c6dW3fv3tW2bdtUuXLlOCv4bty40ekjMhL71P1pL3iTkFWrVmncuHHq2LGjunbtqn/++UeLFi1S8+bNlT9/fm3ZskUtW7bUl19+6bRryIcZMWKEvv/+e9OVo44dO2rYsGHy9/d3rDp76NAhLVmyRL169XJKBsrR/3tw06mYjV4T4uwNTVu3bq1evXopX758Cd7R3LRpk+bMmeO40DZKaGioSpYsKUl65ZVXdPjwYRUpUkQfffSROnToYGg2Zz2KfVJGbrSWWNu3b9fZs2dls9lUoEABVaxY0en7bSQke/bsmjJlin799Vfly5cvXiZnPpmYNm2a6tSpo9GjR8tqtWrq1KkaP3682rVrp759+6pIkSJatmyZoZOWz5075xjudOjQIRUpUkTVq1fXRx99ZPgcpAefpkVFRenixYu6ffu23nrrLYNSmV+GDBkcc+4KFCigEydOqEaNGipYsKDTh2I9SwU29nv4O++8o3feece4MA9Ily6d42l49uzZHdsoGKF9+/YaOnSoDh06pEOHDunevXvq2LGjpOhFNtatW6cZM2YkeHPvaTLz99rs2bM1YcKEOMWnQoUKatWqlbZu3aqqVauqRIkSmjRpkuHlqHz58vr555/VuXNn02xZI8lxU2fp0qVauHChY0++0aNHO+0mAeXo/yV2zKzFYnF6OapZs6a6dOmi3r17a+bMmSpTpowyZsyokJAQHThwQKdOnVLv3r31+uuvOzXXg/LkyaNjx44pZ86cKlKkiA4fPqy3335bdrtdISEhTs/j5+enunXrPvIffWhoqMaPHy9fX1+n5fryyy/VqVMnU4w/fpR///1XXbt21blz51SgQAFFRUXpwoULypkzpxYuXOiYOGyUW7duqX79+oZmiBEQEKDJkyc7Clrnzp01d+5cDR8+XD169FDHjh0N2edl79692rRpkzZv3qzAwECVLVtWtWvX1sSJE52ykV5iPezmxZgxY5gP9QhVq1bViBEjNHLkSJUvX14TJkzQm2++qXXr1umll15yahYzX7CaefGPx23nEJuzt3aoX7++UqdOrZ9++kkvvfSSFixY4NggfM6cOfr555/Vo0cPpz6hNLugoKB4740vvfSSbty4oeDgYGXJkkUVKlQw/CmlFL0P38yZMzV79mxlzpw53rB+Z3+/xda0adMEv69i5u0+bSzl/Qw5efKk/Pz8dPDgQQUHBytjxowqXbq0mjVrpqJFixodTz/88IPGjBmj0aNHq2jRomratKmaNWumAwcOKHPmzE5fkKF48eL6888/lSVLFsex1157TT/99JNjYvD169dVpUoVpw5fSyhX69atNWnSJMMLR2xdunRRZGSkJk2a5NjvIDg4WH369FGaNGmYhBtLsWLFtH379jj/T728vNS7d2+1atXK0FwpUqRQuXLlVLVq1UfuW+Hsmz6JERgYqKZNmxq6+aUUven2119/rQsXLmj27Nn6+eeflStXLsM3pw0NDdXo0aNVvnx5NWrUSH369NHatWuVJk0aTZw4Md5O8y8qMy9p/+B2Dna73XFTJfbPE8m4rR0ScvfuXaVOndpUm/uaQY8ePXT16lV9/vnnypUrl8LCwjRy5Ejt2rVLGzdu1K1btzRx4kRduHDB8BEtZttK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J06c0PDhwx2LHjzI2f8+Yy8TH3PB0K5duzhP/sywF5lZDRo0SEWKFFGvXr2UOnVqo+M8M0aNGqUdO3Zo1qxZ6tWrlzw8PBxlyYg9mGIrVKiQtm3bptatW8c5vnXrVkNXYGWuc9L17dtXR44cUYMGDUxVxM2AcpSARo0aKXPmzPr+++/17bffytXVVfny5dP8+fOdvifOg/bv32/apSrbt2+vevXqqWbNmqpWrZrRcRIlffr0GjNmjGHnP3LkiL777jsVL15cfn5+KliwoFq2bKkCBQpoxYoVTl1KU5JcXV01YMAADRgwIN7HGjdurAYNGphmc7jevXurc+fOcnNzU6NGjTRv3jw1aNBAly9fVoMGDQzL1bJlS02bNk2+vr6m2A8qxv37903xVCYhAwYMUMaMGfX555+bYtEDViz7b65evarZs2c75o+ZTUhIiFavXq1z586pa9euOnTokAoVKhRnvqURKleu7JjfGRwcrL/++kvr1q3T1KlTlTlzZv3555+GZevevbu6d++uQ4cOycPDQ5J08OBBrVu3ThMmTDAsF3Odk27Hjh1aunSpKW/mGT1v15xX2SYQc7cmNDRUUVFRphm32qJFC/Xs2VPNmzdXzpw5402uLleunEHJondAnzt3roYPH65KlSqpbt268vHxMcUE3MuXLytHjhzx5ny4urrqlVdeMShV9PljLgYLFiyo48eP6/XXX1fFihXjzN0yg9h35sygTJky2rx5s8LCwuTu7q4ff/xRGzdulLu7u+rUqWNYrt27d+vAgQP67bfflCVLlnhLZxt14d2oUSMtW7bM8D2DEnL27Fn9/PPPptmfKvad8DZt2mj69OnKkCFDnNcEBQWpY8eOjrkO+J8GDRpo7dq1pluBSopeHv6DDz5Qjhw5HL9fv369fvvtN3311VeGrrwmSVeuXNH+/fu1b98+7d+/X6dOnVL+/PkNvzH75ptvau7cuVq2bJm+/fZbx7zAZcuWGXpxzVznpMuePbvhczoTYoZ5u+xz9BBff/215s2bp+vXr0uSMmfOrPfff9/wH/bFihV76MfMMsTj5MmTWr9+vdavX6+AgABVrVpVdevWVe3atQ3L9LANMC9cuKCGDRvq0KFDhuTq0KGD8ubNq379+mnVqlVau3atlixZovXr12vkyJHavn27IbnMKvZwp8cxqoSsWrXqkR935tPA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",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "sentiment()\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "f7087fb6",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3.9.13 64-bit ('3.9.13')",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.9.13"
+ },
+ "vscode": {
+ "interpreter": {
+ "hash": "283e3903126fd983b84d56227d5ba7c14d9f69b473af7fadf6585b2ad158ab41"
+ }
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/main.py b/main.py
new file mode 100644
index 0000000000..660f731395
--- /dev/null
+++ b/main.py
@@ -0,0 +1,36 @@
+import csv
+
+filename = "main_playlist_sentiment.csv"
+
+# Initializing row list
+rows = []
+# Initialzing field list
+fields = []
+
+
+# read csv file in current directory
+
+with open(filename, 'w') as csvfile:
+
+ # creating a csv reader object
+
+ csvreader = csv.reader(csvfile)
+
+ # remove columns "artist_id", "track_id", and "lyric". Then save it as "sentiment_library.csv"
+ fields = next(csvreader)
+ fields.remove("artist_id")
+ fields.remove("track_id")
+ fields.remove("lyric")
+
+ # creating a csv writer object
+
+ csvwriter = csv.writer(csvfile)
+ # writing the fields
+ csvwriter.writerow(fields)
+
+ # writing the data rows
+ for row in csvreader:
+ rows.append(row)
+
+ # remove columns "artist_id", "track_id", and "lyric". Then save it as "sentiment_library.csv"
+
diff --git a/main_playlist_sentiment.csv b/main_playlist_sentiment.csv
new file mode 100644
index 0000000000..ebfc1526bc
--- /dev/null
+++ b/main_playlist_sentiment.csv
@@ -0,0 +1,23697 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Zendaya,6sCbFbEjbYepqswM1vWjjs,Butterflies,1nV9EKNIAORTvadQ19jkik,"Wait a minute
+Every time you're near
+My body's getting reckless
+Hope I don't regret this
+Wait a minute
+The way you make me feel
+I can't keep my focus
+It's too much to resist
+
+I'm over being under your spell
+It keeps blinding me
+Was too blind to see, yeah
+I'm not the only one that you tell
+That I'm the only one
+
+But, my heart keeps telling me the perfect lie
+You rip me up with every last goodbye
+I don't wanna say forever
+It's just another now or never
+So heart, don't let me trust these butterflies
+I don't trust these butterflies
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.48
+J.Fla,2GbvMs4GBhcjd9d4N9sGUV,Shape of You,4M4h9xNOFpyDI3f2HZDXkg,"The club isn't the best place to find a lover
+So the bar is where I go
+Me and my friends at the table doing shots
+Drinking fast and then we talk slow
+
+Come over and start up a conversation with just me
+And trust me I'll give a chance now
+Take my hand, stop, put Van the Man on the jukebox
+And then we start to dance, and now I'm singing like
+
+Do you know I want your love?
+Your love was handmade for somebody like me
+Come on now, follow my lead
+I may be crazy, don't mind me
+
+Say, ""Boy, let's not talk too much
+Grab on my waist and put that body on me""
+Come on now, follow my lead
+Come, come on now, follow my lead
+
+I'm in love with the shape of you
+We push and pull like a magnet do
+Although my heart is falling too
+I'm in love with your body
+
+Last night you were in my room
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.88
+Charli XCX,25uiPmTg16RbhZWAqwLBy5,Boys,5o4yGlG0PfeVUa6ClIyOxq,"I was busy thinkin' 'bout boys
+Boys, boys
+I was busy dreamin' 'bout boys
+Boys, boys (XCX)
+Head is spinnin' thinkin' 'bout boys
+
+I need that bad boy to do me right on a Friday
+And I need that good one to wake me up on a Sunday
+That one from work can come over on Monday night
+I want 'em all
+I want 'em all
+
+And when they finally leave me I'm all alone, but
+I'm lookin' down and my girls are blowin' my phone up
+Them twenty questions, they askin' me where I'm at
+Didn't hit 'em back
+
+I'm sorry that I missed your party
+I wish I had a better excuse like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.57000000000001
+Meghan Trainor,6JL8zeS1NmiOftqZTRgdTz,Me Too,3KwwE4sgCzMaKWq6QBebmX,"Ow!
+
+Who's that sexy thing I see over there?
+That's me, standin' in the mirror
+What's that icy thing hanging 'round my neck?
+Um, that's gold, show me some respect, oh
+
+I thank God every day (uh, ha)
+That I woke up feelin' this way (uh, ha)
+And I can't help loving myself
+And I don't need nobody else, no, uh
+
+If I was you, I'd wanna be me too
+I'd wanna be me too
+I'd wanna be me too
+
+If I was you, I'd wanna be me too
+I'd wanna be me too
+I'd wanna be me too
+
+I walk in like a dime piece
+I go straight to V.I.P.
+I never pay for my drinks
+My entourage behind me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.63
+Tungevaag,49CE2ffZ6Z3zeYSDauSKck,Samsara (feat. Emila),04xLp87480JkyiHIiWgj8I,"Times running up, tick tock
+And I am set on mainly a thread of life
+Do you belive in Karma?
+Let's live it up like Samsara
+
+Someone might tell you life is deadly
+But with us it's just one of many
+Come on let us set the tone
+Follow the rave let's get it on
+
+Take me home to Samsara, Samsara
+Lose control like Samsara, Samsara
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,11.54
+Cash Cash,1LOB7jTeEV14pHai6EXSzF,How to Love (feat. Sofia Reyes) - Boombox Cartel Remix,22S5BO6h7JIOjg2Uw88l8e,"One, two, three
+
+I've been running from the pain
+Trying not to feel the same
+But it's a shame that we're sinking
+See my confidence is shaking
+And my heart is feeling vacant
+So you try to fill it in
+
+You say I can fix the broken in your heart
+You're worth saving, darling
+But I don't know why you're shooting in the dark
+I got faith in nothing
+
+But love, pray for me
+I never had somebody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.1
+Fifth Harmony,1l8Fu6IkuTP0U5QetQJ5Xt,Worth It (feat. Kid Ink),41Fflg7qHiVOD6dEPvsCzO,"Give it to me, I'm worth it
+Baby I'm worth it
+Uh huh, I'm worth it
+Gimme gimme I'm worth it
+Give it to me, I'm worth it
+Baby I'm worth it
+Uh huh, I'm worth it
+Gimme gimme I'm worth it
+
+Okay, I tell her bring it back like she left some
+Bring it-bring it back like she left some
+Uh, in the club with the lights off
+What you actin' shy for, come and show me that you
+Wid it, wid it, wid it, wid it, wid it
+Stop playin', how you know that I
+Wid it, wid it, wid it, wid it, wid it, wid it
+What you actin' shy for?
+
+Just gimme you, just give me you
+Just gimme you, that's all I wanna do
+And if what they say is true
+If it's true, I might give me to you
+I may take a lot of stuff
+Guaranteed, I can back it up
+I think I'ma call you bluff
+Hurry up, I'm waiting out front
+
+Uh huh, you see me in the spot like ""Ooh, I love your style""
+Uh huh, show me what you got 'cause I don't wanna waste my time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.65
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Havana (feat. Young Thug),0ofbQMrRDsUaVKq2mGLEAb,"Hey
+
+Havana, ooh na-na (ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+He took me back to East Atlanta, na-na-na, ah
+Oh, but my heart is in Havana (ayy)
+There's somethin' 'bout his manners (uh-huh)
+Havana, ooh-na-na (uh)
+
+He didn't walk up with that ""how you doin'?"" (uh)
+When he came in the room
+He said there's a lot of girls I can do with (uh)
+But I can't without you
+I knew him forever in a minute (hey)
+That summer night in June
+And papa says he got malo in him (uh)
+He got me feelin' like...
+
+Ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh (ayy)
+I knew it when I met him (ayy), I loved him when I left him
+Got me feelin' like, ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh
+And then I had to tell him, I had to go
+Oh-na-na-na-na-na (woo)
+
+Havana, ooh na-na (ayy, ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.64
+Tove Lo,4NHQUGzhtTLFvgF5SZesLK,Habits (Stay High),14OxJlLdcHNpgsm4DRwDOB,"I eat my dinner in my bathtub
+Then I go to sex clubs
+Watching freaky people getting it on
+It doesn't make me nervous
+If anything, I'm restless
+Yeah, I've been around, and I've seen it all
+
+I get home, I got the munchies
+Binge on all my Twinkies
+Throw up in the 'tub, then I go to sleep
+And I drank up all my money
+Dazed and kinda lonely
+
+You're gone, and I gotta stay high all the time
+To keep you off my mind
+Ooh-ooh, ooh-ooh
+High all the time to keep you off my mind
+Ooh-ooh, ooh-ooh
+
+Spend my days locked in a haze
+Trying to forget you, babe, I fall back down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.9
+Tove Lo,4NHQUGzhtTLFvgF5SZesLK,Talking Body,4K2uH46kwmTFGjNlkeFuGI,"Hey
+Hey
+
+Bed, stay in bed
+The feeling of your skin locked in my head
+Smoke, smoke me broke
+I don't care, I'm down for what you want
+
+Day drunk into the night
+Wanna keep you here
+'Cause you dry my tears
+Yeah
+Summer lovin' and fights
+How it is for us
+And it's all because
+
+Now if we're talking body (Hey)
+You got a perfect one
+So put it on me (Hey)
+Swear it won't take you long
+If you love me right
+We fuck for life
+On and on and on
+
+Now if we're talking body (Hey)
+You got a perfect one
+So put it on me (Hey)
+Swear it won't take you long
+If you love me right
+We fuck for life
+On and on and on
+
+Love, give me love
+Anything you want I'll give it up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.27000000000001
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,You're Such A,3QTDzwSkRW04FVPo6COm0H,"Yeah
+Oh-oh
+
+You keep calling, you keep calling
+Saying that you want it back
+All my loving, all my loving
+But you can't, you can't
+You keep trying, you keep trying
+With that sweet talk on your tongue
+But I'm not buying, I'm not buying
+I can't, I can't
+
+'Cause you had your chance and you blew it
+Yeah, you ripped it up and you chewed it
+And the more you talk, you prove it
+Yeah, you prove it
+
+That, damn, you're such a
+Did you think that I would let you
+Crawl right back into my bedroom
+After everything we've been through
+I know the truth
+That, damn, you're such a
+Difficult little devil
+Trying to put it back together
+'Cause you see I'm doing better
+Without you now
+
+Damn, you're such a
+Dadadadadadadada dadadadadada
+Damn, you're such a
+Dadadadadadadada
+I know the truth
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.28
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0,"One, one, one, one, one
+
+Talkin' in my sleep at night, makin' myself crazy
+(Out of my mind, out of my mind)
+Wrote it down and read it out, hopin' it would save me
+(Too many times, too many times)
+
+My love
+He makes me feel like nobody else, nobody else
+But my love
+He doesn't love me, so I tell myself, I tell myself
+
+One: Don't pick up the phone
+You know he's only callin' 'cause he's drunk and alone
+Two: Don't let him in, you'll have to kick him out again
+Three: Don't be his friend
+You know you're gonna wake up in his bed in the mornin'
+And if you're under him, you ain't gettin' over him
+
+I got new rules, I count 'em
+I got new rules, I count 'em
+I gotta tell them to myself
+I got new rules, I count 'em
+I gotta tell them to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.67
+Charlie Puth,6VuMaDnrHyPL1p4EHjYLi7,How Long,32DGGj6KlNuBr6WaqRxpxi,"Alright
+Ooh-oh, yeah
+
+I'll admit, I was wrong, what else can I say, girl?
+Can't you blame my head and not my heart
+I was drunk, I was gone, that don't make it right, but
+Promise there were no feelings involved, mmh
+
+She said, boy, tell me honestly
+Was it real or just for show? (Yeah)
+She said, save your apologies
+Baby, I just gotta know
+
+How long has this been goin' on?
+You've been creepin' 'round on me
+While you're callin' me, ""baby""
+How long has this been goin' on?
+You've been actin' so shady (shady)
+I've been feelin' it lately, baby
+
+Ooh-ooh-ooh (yeah)
+Ooh-ooh-hoo (encore)
+Ooh-ooh-ooh-hoo-ooh-ooh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.36
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr,"You call me all friendly
+Telling me how much you miss me
+That's funny, I guess you've heard my songs
+Well, I'm too busy for your business
+Go find a girl who wants to listen
+'Cause if you think I was born yesterday
+You have got me wrong
+
+So I cut you off
+I don't need your love
+'Cause I already cried enough
+I've been done
+I've been moving on, since we said goodbye
+I cut you off
+I don't need your love, so you can try all you want
+Your time is up, I'll tell you why
+
+You say you're sorry
+But it's too late now
+So save it, get gone, shut up
+'Cause if you think I care about you now
+Well, boy, I don't give a fuck
+
+I remember that weekend
+When my best friend caught you creeping
+You blamed it all on the alcohol
+So I made my decision
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.89
+Imagine Dragons,53XhwfbYqKCa1cC15pYq2q,Thunder / Young Dumb & Broke (with Khalid) - Medley,7ER7vcy7u2ajg5IV45WBFw,"So you're still thinking of me just like I know you should
+I can not give you everything, you know I wish I could
+I'm so high at the moment, I'm so caught up in this
+Yeah, we're just young, dumb and broke
+But we still got love to give
+
+While we're young dumb
+Young, young, dumb, and broke
+Young, dumb
+Young, young, dumb, and broke
+Young, dumb
+Young, young, dumb and broke
+Young, dumb, broke high school kids
+
+Just a young gun with a quick fuse
+I was uptight, I wanna let loose
+I was dreaming of bigger things
+And wanna leave my old life behind
+Not a yes sir, not a follower
+Fit the box, fit the mold
+Have a seat in the foyer, take a number
+I was lightning before the thunder
+
+Thunder, thunder, thunder, thun-
+Thunder, thun-thun-thunder, thunder
+Thunder, thunder, thun-
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.47
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Never Be the Same,4eWQlBRaTjPPUlzacqEeoQ,"Something must've gone wrong in my brain
+Got your chemicals all in my veins
+Feeling all the highs, feeling all the pain
+
+Let go on the wheel, it's the bullet lane
+Now I'm seeing red, not thinking straight
+Blurring all the lines, you intoxicate me
+
+Just like nicotine, heroin, morphine
+Suddenly, I'm a fiend and you're all I need
+All I need
+Yeah, you're all I need
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never be the same
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never, ever, ever be the same
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.25
+DNCE,6T5tfhQCknKG4UnH90qGnz,Cake By The Ocean,76hfruVvmfQbw0eYn1nmeC,"Nah, nah, nah
+(Cake by the ocean)
+
+Oh, no
+See you walkin' 'round like it's a funeral
+Not so serious girl, why those feet cold?
+We just gettin' started, don't you tiptoe, tiptoe, ah
+
+Waste time with a masterpiece, don't waste time with a masterpiece
+You should be rollin' with me, you should be rollin' with me (ah-ah-ah)
+You're a real-life fantasy, you're a real-life fantasy
+But you're movin' so carefully, let's start livin' dangerously
+
+Talk to me, baby
+I'm going blind from this sweet, sweet craving, whoa-oh
+Let's lose our minds and go crazy, crazy
+I-I-I-I-I-I keep on hoping we'll eat cake by the ocean
+Walk for me, baby
+I'll be Diddy, you'll be Naomi, whoa-oh
+Let's lose our minds and go crazy, crazy
+I-I-I-I-I-I keep on hoping we'll eat cake by the ocean
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.13
+Mike Posner,2KsP6tYLJlTBvSUxnwlVWa,I Took A Pill In Ibiza - Seeb Remix,1MtUq6Wp1eQ8PC6BbPCj8P,"I took a pill in Ibiza
+To show Avicii I was cool
+And when I finally got sober, felt 10 years older
+But fuck it, it was something to do
+I'm living out in LA
+I drive a sports car just to prove
+I'm a real big baller cause I made a million dollars
+And I spend it on girls and shoes
+
+But you don't wanna be high like me
+Never really knowing why like me
+You don't ever wanna step off that roller coaster and be all alone
+You don't wanna ride the bus like this
+Never knowing who to trust like this
+You don't wanna be stuck up on that stage singing
+Stuck up on that stage singing
+
+All I know are sad songs, sad songs
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,37.27
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Side To Side,1pKeFVVUOPjFsOABub0OaV,"I've been here all night (Ariana)
+I've been here all day (Nicki Minaj)
+And boy, got me walkin' side to side
+
+(Let them hoes know)
+
+I'm talkin' to you
+See you standing over there with your body
+Feeling like I wanna rock with your body
+And we don't gotta think 'bout nothin' ('bout nothin')
+
+I'm comin' at you
+'Cause I know you got a bad reputation
+Doesn't matter, 'cause you give me temptation
+And we don't gotta think 'bout nothin' ('bout nothin')
+
+These friends keep talkin' way too much
+Sayin' I should give you up
+Can't hear them, no, 'cause I
+
+I've been here all night
+I've been here all day
+And boy, got me walkin' side to side
+I've been here all night
+I've been here all day
+And boy, got me walkin' side to side (side to side)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,36.66
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,no tears left to cry,5SxkdsY1ufZzoq9iXceLw9,"Right now, I'm in a state of mind
+I wanna be in like all the time
+Ain't got no tears left to cry
+
+So I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up
+I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up (Oh, yeah)
+
+I'm pickin' it up (Yeah), pickin' it up (Yeah)
+Lovin', I'm livin', so we turnin' up
+Yeah, we turnin' it up
+
+Ain't got no tears in my body
+I ran out, but boy, I like it, I like it, I like it
+Don't matter how, what, where, who tries it
+We out here vibin', we vibin', we vibin'
+
+Comin' out, even when it's rainin' down
+Can't stop now, can't stop so shut your mouth
+Shut your mouth, and if you don't know
+Then now you know it, babe
+Know it, babe, yeah
+
+Right now, I'm in a state of mind
+I wanna be in like all the time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.44
+Lenka,5g3uG8zZZANGT6YOssgjfC,Trouble Is a Friend,0MAWbNUV19O14FZJYWg89o,"Trouble he will find you no matter where you go, oh oh
+No matter if you're fast no matter if you're slow, oh oh
+The eye of the storm or the cry in the mourn, oh oh
+You're fine for a while but you start to lose control
+
+He's there in the dark
+He's there in my heart
+He waits in the wings
+He's gotta play a part
+Trouble is a friend, yeah, trouble is a friend of mine
+Oh
+
+Trouble is a friend but trouble is a foe, oh oh
+And no matter what I feed him he always seems to grow, oh oh
+He sees what I see and he knows what I know, oh oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,9.71
+Ingrid Michaelson,2vm8GdHyrJh2O2MfbQFYG0,Time Machine,3aR1FIPOWpQxo0sm6naVbK,"You lit the fire, then drank the water
+You slammed that door and left me standing all alone
+We wrote a story, we turned the pages
+You changed the end like everybody said you would
+
+I should've seen it coming
+It should have sent me running
+That's what I get for loving you
+
+If I had a time machine
+And if life was a movie scene
+I'd rewind, and I'd tell me, ""Run!""
+We were never meant to be
+So if I had a time machine
+I'd go back, and I'd tell me, ""Run!""
+""Run! ""
+
+I got your letters, I got your words
+I stacked them high
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,59.62
+Shivaree,34xAiSyQG6nlH0eZNLjbLW,Goodnight Moon,5jQPDVjgSGnNYl8G3H3qul,"There's a nail in the door
+And there's glass on the lawn
+Tacks on the floor
+And the TV is on
+And I always sleep with my guns
+When you're gone
+
+There's a blade by the bed
+And a phone in my hand
+A dog on the floor
+And some cash on the nightstand
+When I'm all alone the dreaming stops
+And I just can't stand
+
+What should I do I'm just a little baby
+What if the lights go out and maybe
+And then the wind just starts to moan
+Outside the door he followed me home
+
+Now goodnight moon
+I want the sun
+If it's not here soon
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.720000000000001
+Saint Privat,7hrruNuPITt3N9zLMdbjGz,Poisson Rouge,73vUl3nSQf7SwSGDDkTKCd,"Quand j'étais petite
+Je me taisais comme une fleur
+J'adorais les mythes
+Mais tous ces mots me faisaient peur
+
+J'adore mon poisson rouge
+Il m'appelle jour et nuit
+Il tourne en rond pour moi
+Et je me tais, rien que pour lui
+
+J'aime mon jardin de roses
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,The Story Of Us,19tHCfzUSoy5HkpxcmbA0A,"I used to think one day we'd tell the story of us
+How we met and the sparks flew instantly
+People would say, ""They're the lucky ones""
+I used to know my place was a spot next to you
+Now I'm searching the room for an empty seat
+'Cause lately I don't even know what page you're on
+
+Oh, a simple complication
+Miscommunications lead to fallout
+So many things that I wish you knew
+So many walls up, I can't break through
+
+Now I'm standing alone in a crowded room
+And we're not speaking
+And I'm dying to know, is it killing you
+Like it's killing me, yeah
+I don't know what to say since a twist of fate
+When it all broke down
+And the story of us looks a lot like a tragedy now
+Next chapter
+
+How'd we end up this way?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.42
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,0ciHz919LVKoH4zgxyMPZ9,"Once upon a time, a few mistakes ago
+I was in your sights, you got me alone
+You found me, you found me, you found me, e-e-e-e
+I guess you didn't care and I guess I liked that
+And when I fell hard, you took a step back
+Without me, without me, without me, e-e-e-e
+
+And he's long gone when he's next to me
+And I realize the blame is on me
+
+'Cause I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+'Til you put me down, oh
+I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+Now I'm lying on the cold hard ground
+Oh, oh, trouble, trouble, trouble
+Oh, oh, trouble, trouble, trouble
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.95
+The Pretty Reckless,2R57sY41L9XvGPiIgHOaYq,Make Me Wanna Die,2opyAm6zOyjR0An5LkblfN,"Take me, I'm alive, never was a girl with a wicked mind
+But everything looks better when the sun goes down
+I had everything, opportunities for eternity, and I could belong to the night
+Your eyes, your eyes, I can see in your eyes, your eyes
+
+You make me wanna die
+I'll never be good enough
+You make me wanna die
+And everything you love will burn up in the light
+And every time I look inside your eyes
+You make me wanna die
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.81
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Take A Picture,3cGFEZvzegmI9B7yZMCzq5,"Hoo-hoo-hoo
+
+Flying kites with boy wonder
+Hold tight to me all summer
+Reading my magazines
+Dancing in my blue jeans
+
+Pucker up in sunglasses
+Making love to the flashes
+Posing the way that we do for everybody to see
+Pull over through your lashes
+Only thing that will last is
+
+I take a picture of you taking a picture of me
+(Hoo-hoo-hoo)
+I take a picture of you taking a picture of me
+(Hoo-hoo-hoo)
+I take a picture of you taking a picture of me
+Tomorrow always happens too soon
+I wish I had an electric moon to save the light
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.79
+Troye Sivan,3WGpXCj9YhhfX11TToZcXP,My My My!,71T7xF5wLbDRg76jxAwDqA,"Shine on, diamond
+Don't make me wait another day
+'Cause passion is passion
+You know it just as well as me
+
+Now, let's stop running from love, running from love
+Let's stop, my baby (my baby)
+Let's stop running from us, running from us
+Let's stop, my baby
+
+Oh my, my, my!
+I die every night with you
+Oh my, my, my!
+Living for your every move
+
+Spark up, buzz cut
+I've got my tongue between your teeth
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,82.17
+Girls' Generation,0Sadg1vgvaPqGTOjxu0N6c,MR. TAXI (Original Title : Mr. Taxi),6BaZmJzvAtXx72MjSHSlbf,"Seoul 또, Tokyo, London, New York
+정신없이 내 맘대로 drive tonight
+상상 끝에 더 먼 세상에 new style
+놀랄 거야 긴장해 자 이제 시작할까
+
+만만히 볼 나라면 조심해 날 꽉 잡아
+한번도 본적 없는 세상을 보여줄게
+I'm so fast
+
+Mr. Taxi, Taxi, Taxi 지금 즉시 즉시 즉시
+따라 올 수 있겠니 (Oops!) 잡힐 듯 말듯 아슬
+Mr. Taxi, Taxi, Taxi 지금 즉시 즉시 즉시
+반짝반짝 빛나지 너도 몰래 빠져들어
+난 그래 supersonic
+And hypertonic 기회는 지금뿐
+You take me 짜릿해
+Mr. Taxi, Taxi, Taxi 지금 즉시 즉시 즉시
+Sorry 간단히 날 잡을 수는 없어
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,15.11
+Girls' Generation,0Sadg1vgvaPqGTOjxu0N6c,Mr.Mr.,3JaMGQXJmtbAhvgl0nBPPN,"Let's go! 뭘 걱정하는데 넌?
+됐고 뭐가 또 두려운데?
+재고 또 재다 늦어 버려
+
+Oh oh ooh oh, oh oh ooh oh
+매일 하루가 다르게 불안해져 가
+앞서가 주길 바래 그 누군가가
+넌 모른 척 눈을 감는
+You bad bad bad boy, you so bad
+
+더 당당하게 넌
+(Mr. Mr.) 날 봐
+(Mr. Mr.) 그래 바로 너 너 너
+날 가슴 뛰게 한
+(Mr. Mr.) 최고의 남자
+(Mr. Mr.) 그게 바로 너
+상처로 깨진 유리 조각도
+별이 되는 너 Mr. Mr. Mr. Mr.
+나를 빛내 줄 선택받은 자
+그게 바로 너 Mr. Mr.
+
+Mr. Mr. Mr. Mr. Mr. Mr. Mr. Mr.
+Mr. Mr. Mr. Mr. Mr. Mr. Mr. Mr.
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.89
+Suzy,4U80LJd8sG6U9YTFP5izka,행복한 척 Pretend,2cOIDloNUHI8udXlT6dIMl,"난 또 행복한 척, 더 더 행복한 척
+난 또 행복한 척, 더 더 행복한 척
+
+아무에게도 말하지 못한 비밀이 있어
+이렇게 웃고 있지만
+나를 바라보는 많은 사람들은
+행복해 보이는 나를 보겠지만
+
+널 떠나 새로운 사람을 찾아가
+기대하고 떠난 내가
+이렇게 될 줄은 몰랐어
+
+날 바라보고 있는 시선들이 두려워
+나를 얘기하는 말들이 무서워
+난 또 행복한 척, 더 더 행복한 척
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Nicki Minaj,0hCNtLu0JehylgoiP8L4Gh,Bed (feat. Ariana Grande),1ZEm9cJC05rawV2tptNfTS,"Got a bed wit' your name on it
+Wit' your name on it
+Got a kiss wit' your name on it
+Wit' your name on it
+
+Thousand dollar sheets
+Waitin' for you on some thousand dollar sheets
+I got Carter III on repeat
+Back shots to the beat of ""A Milli"" on you
+Got me acting like you got a milli on you
+He say I'm the GOAT, yeah, the billy on you
+I could make all your dreams come true
+Wanna fall through, then you better come through
+
+But don't make me wait until the morning
+
+Got a bed wit' your name on it
+Wit' your name on it
+Got a kiss wit' your name on it
+Wit' your name on it
+Love me good, love me down
+Don't turn me down
+Got a bed wit' your name on it
+Wit' your name on it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.19
+Iggy Azalea,5yG7ZAZafVaAlMTeBybKAL,Fancy,3oiMJQAWVaxSubJ7b2VUtX,"First things first, I'm the realest (realest)
+Drop this and let the whole world feel it
+And I'm still in the Murda Bizness
+I can hold you down like I'm givin' lessons in physics (right, right?)
+You should want a bad b- like this (huh)
+Drop it low and pick it up just like this (yeah)
+Cup of Ace, cup of Goose, cup of Cris
+High heels, somethin' worth a half a ticket on my wrist
+Takin' all the liquor straight, never chase that
+Rooftop like we bringin' '88 back (what?)
+Bring the hooks in, where the bass at?
+Champagne spillin', you should taste that
+
+I'm so fancy, you already know
+I'm in the fast lane from L.A. to Tokyo
+I'm so fancy, can't you taste this gold?
+Remember my name, 'bout to blow
+
+I said baby, I do this, I thought that you knew this
+Can't stand no haters and honest, the truth is
+That my flow r-, each beat dear, departed
+Swagger on stupid, I can't shop in no department
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.89
+Iggy Azalea,5yG7ZAZafVaAlMTeBybKAL,Black Widow,7pNC5ZIKtwUK0ReSpM3P9f,"I'm gonna love ya until you hate me
+And I'm gonna show ya what's really crazy
+You shoulda known better than to mess with me, honey
+I'm gonna love ya, I'm gonna love ya, gonna love ya
+Gonna love ya like a black widow, baby
+
+This twisted cat and mouse game always starts the same
+First we're both down to play, then somehow you go astray
+We went from nothin' to somethin', likin' to lovin'
+It was us against the world, and now we just fuckin'?
+
+It's like I loved you so much that now I just hate you
+Feelin' stupid for all the time that I gave you
+I wanted all or nothin' for us, ain't no place in between
+Might-might be me believing what you say that you'll never mean
+
+Like it'll last forever, but now forever ain't as long
+If it wasn't for you, I wouldn't be stuck singing this song
+You were different from my last, but now you've got 'em mirrored
+And as it all plays out, I see it couldn't be clearer, now sing
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.93
+Kesha,6LqNN22kT3074XbTVUrhzX,Blah Blah Blah (feat. 3OH!3),7jmqSz6yTrGWI1kNqNYI28,"Badda-da-dah, badda-da-bah-bah
+Coming out'cha mouth with'cha blah, blah, blah
+Zip your lip like a padlock
+And meet me in the back with the Jack at the jukebox
+I don't really care where you live at
+Just turn around boy, let me hit that
+Don't be a little bitch with your chit chat
+Just show me where your dick is at
+
+Music's up
+Listen hot stuff, I'm in love with this song
+So just hush
+Baby, shut up!
+Heard enough
+
+Stop ta-ta-talking that blah, blah, blah
+Think you'll be getting this? Nah, nah, nah
+Not in the back of my car, -ar, -ar
+If you keep talking that blah, blah, blah, blah, blah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.08
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Dancing With Our Hands Tied,7I7JbDv63ZJJsSi24DyJrz,"I, I loved you in secret
+First sight, yeah, we love without reason
+Oh, 25 years old
+Oh, how were you to know?
+And my, my love had been frozen
+Deep blue, but you painted me golden
+Oh, and you held me close
+Oh, how was I to know?
+
+I could've spent forever with your hands in my pockets
+Picture of your face in an invisible locket
+You said there was nothing in the world that could stop it
+I had a bad feeling
+
+And darling, you had turned my bed into a sacred oasis
+People started talking, putting us through our paces
+I knew there was no one in the world who could take it
+I had a bad feeling
+
+But we were dancing
+Dancing with our hands tied, hands tied
+Yeah, we were dancing
+Like it was the first time, first time
+Yeah, we were dancing
+Dancing with our hands tied, hands tied
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.26
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Green Light,3I4QOvltiKcMu3xmnQjEct,"I do my makeup in somebody else's car
+We order different drinks at the same bars
+I know about what you did and I wanna scream the truth
+She thinks you love the beach, you're such a damn liar
+
+Those great whites, they have big teeth
+Hope they bite you
+Thought you said that you would always be in love
+But you're not in love no more
+Did it frighten you
+How we kissed when we danced on the light up floor?
+On the light up floor
+
+But I hear sounds in my mind
+Brand new sounds in my mind
+But honey I'll be seein' you 'ever I go
+But honey I'll be seein' you down every road
+I'm waiting for it, that green light, I want it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.89
+Skylar Grey,4utLUGcTvOJFr6aqIJtYWV,Wear Me Out,66JdS5gBeVQbFzFFC82Q1B,"Smart ass little girl always on the run
+Playin' with fire and daddy's gun
+Fallin' in love on stolen wine
+Where did we go wrong my foolish child?
+
+She said, I'm too young to drink
+Too green to think
+You say these things and it wears me out
+Too young, too frail but sometimes I feel
+Like old blue jeans
+'Cause you wear me out, you wear me out
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,16.55
+Catherine Zeta-Jones,5i4JbHYkeCa702YXS68RGf,Cell Block Tango,6ig2r8kFzCLLRbF6t7cli3,"Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+And now, the six merry murderesses of the Cook County Jail
+In their rendition of the Cell Block Tango
+
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+He had it coming, he had it coming
+He only had himself to blame
+If you'd have been there, if you'd have seen it
+I betcha you would have done the same
+
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+You know how people have these little habits that get you down
+Like Bernie
+Bernie, he liked to chew gum
+No, not chew, pop
+So, I came home this one day, and I'm really irritated
+And I'm looking for a little bit of sympathy
+And there's Bernie lyin' on the couch, drinkin a beer, and chewin'
+No, not chewin', poppin'
+So, I said to him, I said
+""You pop that gum one more time"", and he did
+So, I took the shotgun off the wall
+And I fired two warning shots into his head
+
+He had it coming, he had it coming
+He only had himself to blame
+If you'd have been there, if you'd have heard it
+I betcha you would have done the same
+
+I met Ezekiel Young from Salt Lake City about two years ago
+And he told me he was single, and we hit it off right away
+So, we started living together
+He'd go to work, he'd come home
+I'd fix him a drink, we'd have dinner
+And then I found out
+""Single"", he told me
+Single, my ass
+Not only was he married, oh no, he had six wives
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.95
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Gimme More,6ic8OlLUNEATToEFU3xmaH,"It's Britney bitch
+
+I see you
+And I just wanna dance with you
+
+Every time they turn the lights down
+Just wanna go that extra mile for you
+You got my display of affection
+Feels like no one else in the room but you
+
+We can get down like there's no one around
+We keep on rockin' (we keep on rockin')
+We keep on rockin' (we keep on rockin')
+Cameras are flashin' while we're dirty dancin'
+They keep watchin' (they keep watchin'), keep watchin'
+Feels like the crowd is sayin'
+
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,5.16
+Kaci Battaglia,7HCPm8AkZIqGjQdAJR2ltC,Body Shots,2FYrAXEClfsOYtk7B9lK8x,"Fresh 21
+Walk up to the club
+My girls cut the line
+Cause we're a step above
+Walk up to the bar
+Buying drinks like a star
+My girl they wanna try it,
+So we had to buy it...
+
+Uh huh, whip it up,
+Lick it up, suck it down
+Uh huh, drink it up
+(Ooh i think she likes it)
+Uh huh, whip it up,
+Lick it up, suck it down
+Uh huh, drink it up
+(Ooh i think she likes it)
+
+Doing shots-at the bar
+Body shots-at the bar
+My girls, they wanna try it
+So we had to buy it
+At the what-at the bar
+At the what-at the bar
+My girls, they wabba try it
+So we're drinking like we're rockstars!
+Top alcohol, mix it up, mix it up
+Got me laying down and i pull my shirt up
+Baby get the whipped cream
+Feeling like a wet dream
+Got me at the bar, doing body shots now...
+
+Uh huh, whip it up,
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.48
+Tinashe,0NIIxcxNHmOoyBx03SfTCD,2 On (feat. ScHoolboy Q),3jVtllWS5CFFWLQng8sKsr,"Mustard on the beat ho!
+
+Give me all that you got now
+Make you want me 'cause I'm hot now
+I'm gone, so faded, I'm on one
+Bang bang, pop off like a long gun
+
+If you a lame nigga, you ain't making no noise
+Get faded, turn up with the big boys
+Live fast, die young that's my choice
+Get money, get money like an invoice
+We can mob all in the whip (make the money)
+Make the money make a grip (I be stuntin')
+I be stuntin' with my clique (gettin' faded)
+Getting faded 'till we trip (oh)
+
+Man, I love to get on
+I love to get 2 on
+When the drink be too strong
+When the tree be way too strong
+Get-get-get faded, turn up, bruh
+Pour it on up 'till I can't even think no more
+Get-get-get ratchet, go dumb then go more dumb then
+We can keep it lit, let's roll
+I love to get 2 on
+Lets-lets... let's roll
+I love to get 2 on
+I love to, let-let-let's roll
+I love to get 2 on
+Lets-lets... let's roll
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.8
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Diet Mountain Dew,4O9dZs2B0ilk4PEfX2bPEv,"You're no good for me
+Baby, you're no good for me
+You're no good for me
+But baby, I want you, I want
+
+Diet mountain dew, baby, New York City
+Never was there ever a girl so pretty
+Do you think we'll be in love forever?
+Do you think we'll be in love?
+
+Diet mountain dew, baby, New York City
+Can we hit it now low down and gritty?
+Do you think we'll be in love forever?
+Do you think we'll be in love?
+
+Baby, put on heart shaped sunglasses
+'Cause we gonna take a ride
+I'm not gonna listen to what the past says
+I've been waiting up all night
+
+Take another drag turn me to ashes
+Ready for another lie?
+Says he's gonna teach me just what fast is
+Say it's gonna be alright
+
+Diet mountain dew, baby, New York City
+Never was there ever a girl so pretty
+Do you think we'll be in love forever?
+Do you think we'll be in love?
+
+Diet mountain dew, baby, New York City
+Can we hit it now low down and gritty
+Do you think we'll be in love forever?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.66
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Off To The Races,5IyblF777jLZj1vGHG2UD3,"My old man is a bad man, but
+I can't deny the way he holds my hand
+And he grabs me, he has me by my heart
+He doesn't mind I have a Las Vegas past
+He doesn't mind I have a L.A. crass way about me
+He loves me, with every beat of his cocaine heart
+
+Swimmin' pool glimmerin', darling
+White bikini off with my red nail polish
+Watch me in the swimmin' pool, bright blue ripples
+You sittin', sippin' on your Black Cristal, oh, yeah
+
+Light of my life, fire of my loins
+Be a good baby, do what I want
+Light of my life, fire of my loins
+Gimme them gold coins, gimme them coins
+
+And I'm off to the races, cases of Bacardi chasers
+Chasin' me all over town
+'Cause he knows I'm wasted, facin' time again at Rikers Island
+And I won't get out
+Because I'm crazy, baby
+I need you to come here and save me
+I'm your little scarlet, starlet, singin' in the garden
+Kiss me on my open mouth
+Ready for you
+
+My old man is a tough man, but
+He got a soul as sweet as blood-red jam
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.19
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Video Games,24jvD83UgLmrdGjhWTFslY,"Swinging in the backyard
+Pull up in your fast car
+Whistling my name
+
+Open up a beer
+And you say, ""Get over here
+And play a video game""
+
+I'm in his favourite sundress
+Watchin' me get undressed
+Take that body downtown
+
+I say, ""You the bestest""
+Lean in for a big kiss
+Put his favourite perfume on
+Go play your video game
+
+It's you, it's you, it's all for you
+Everything I do
+I tell you all the time
+Heaven is a place on earth with you
+Tell me all the things you wanna do
+I heard that you like the bad girls
+Honey, is that true?
+
+It's better than I ever even knew
+They say that the world was built for two
+Only worth living if somebody is loving you
+And, baby, now you do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.07
+EXO,3cjEqqelV9zb4BYE3qDQ4O,CALL ME BABY,4jdiqVbH1eUwc4MzDV7GMu,"(Call me, baby) 이 거리는 완전 난리야
+(Call me, baby) 사람들 사이는 남이야
+(Call me, baby) 함께하는 매 순간이
+Like boom, boom, boom, boom, boom, what up?
+Hey, girl
+영원 같던 찰나 (운명 같은 순간)
+나를 한순간 뚫고 가 (번개처럼 이 세계를)
+넌 내 이름 불러주며 나에게로 다가와
+
+놀라워 섬광처럼 가득 차
+너를 마주한 순간, oh my
+편하게 여기 앉아
+이제 내 얘기를 들어봐
+Oh, I don't care
+나 멀리멀리 돌아간대도
+이렇게 너의 곁에
+단 한 남자가 되어줄 테니
+
+메마른 내 입술에
+너 스며들어와, 나를 깨워
+The time's wasting, girl
+So don't wait, don't wait too long
+
+빛나는 것들은 많아 (많아)
+그 안에 진짜를 봐봐 (봐봐)
+Call me, baby, ba-, call me, baby (oh)
+Call me, baby, ba-, call me, baby
+(You know my name, girl)
+널 향해 커져간 마음아 (마음아)
+너 말곤 그 문을 닫아 (닫아)
+(You know I'm here, girl)
+Call me, baby, ba-, call me, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,42.68
+Vanessa Carlton,5ILrArfIV0tMURcHJN8Q07,A Thousand Miles,4w1lzcaoZ1IC2K5TwjalRP,"Making my way downtown
+Walking fast, faces pass and I'm homebound
+
+Staring blankly ahead
+Just making my way
+Making a way through the crowd
+
+And I need you
+And I miss you
+And now I wonder
+
+If I could fall into the sky
+Do you think time would pass me by?
+'Cause you know I'd walk a thousand miles
+If I could just see you tonight
+
+It's always times like these when I think of you
+And wonder if you ever think of me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,22.63
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,寂寞寂寞就好,4LhAUjPqfLpBVNYEdPd5Go,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Contradiction,2b3IHKsCVeEO6T35tBPpuq,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,He's Gone,2lmLoyUwFBWjzQbb4yiVjM,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,You Better Not Think About Me,0mpo3w2SHXb3rsfepeG5Pr,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Did Something Bad,4svZDCRz4cJoneBpjpx8DJ,"I never trust a narcissist
+But they love me
+So I play 'em like a violin
+And I make it look, oh, so easy
+
+'Cause for every lie I tell them
+They tell me three
+This is how the world works
+Now all he thinks about is me
+
+I can feel the flames on my skin
+Crimson red paint on my lips
+If a man talks shit, then I owe him nothing
+I don't regret it one bit, 'cause he had it comin'
+
+They say I did something bad
+Then why's it feel so good?
+They say I did something bad
+Then why's it feel so good?
+
+Most fun I ever had
+And I'd do it over and over
+And over again if I could
+It just felt so good, good
+
+I never trust a playboy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.67
+Halsey,26VFTg2z8YR0cCuwLzESi2,100 Letters,5EBvHC0SGFJDenBJafqOX4,"Well, King Midas put his hands on me again
+He said one day I'd realise why I don't have any friends
+I find myself alone at night
+Unless I'm having sex
+But he can make me golden if I just showed some respect
+
+But I don't let him touch me anymore
+I said, ""I'm not something to butter up and taste when you get bored
+'Cause I have spent too many night on dirty bathroom floors
+To find some peace and quiet right behind a wooden door""
+
+He said, ""Please, don't go away""
+He said, ""Please, don't go away""
+I said, ""It's too late""
+I said, ""It's too late""
+He said, ""Please, don't go away""
+He said, ""Please, don't go away""
+I said, ""It's too late""
+I said, ""It's too late""
+
+And now I can't stop thinking that I can't stop thinking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.27
+Tori Kelly,1vSN1fsvrzpbttOYGsliDr,Hollow,160hN2OsDXnmgExwtG7cvD,"I don't wanna be the last man standing
+I don't wanna be the lonely one
+Picking petals when the party's over
+No, it's not any fun
+
+'Cause I'm fragile
+And you know this
+
+So, hold me
+Wrap me in love, fill up my cup
+Empty, and only your love can fill up my cup
+
+'Cause I'm hollow
+Yeah, I'm hollow, oh, oh, oh
+'Cause I'm hollow
+Yeah, I'm hollow, oh, oh,oh
+
+I don't wanna be the first one folding
+I don't wanna be the joker heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.0
+Zara Larsson,1Xylc3o4UrD53lo9CvFvVg,I Can't Fall in Love Without You,4VPXFi4vFTtS9wHe6oMQaT,"I feel so happy
+Happy that I'm free
+And I can see things
+Things I couldn't see
+
+I can be out every night (Yeah, yeah, yeah)
+No one else holding me down (Yeah, yeah, yeah)
+I can do just what I like (Yeah, yeah, yeah)
+
+But I can't fall in love without you
+I can't fall in love without you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,60.67
+Elle King,3bhu7P5PfngueRHiB9hjcx,Ex's & Oh's,70eDxAyAraNTiD6lx2ZEnH,"Well, I had me a boy, turned him into a man
+I showed him all the things that he didn't understand
+Whoa, and then I let him go
+
+Now, there's one in California who's been cursing my name
+'Cause I found me a better lover in the UK
+Hey, hey, until I made my getaway
+
+One, two, three, they gonna run back to me
+'Cause I'm the best baby that they never gotta keep
+One, two, three, they gonna run back to me
+They always wanna come, but they never wanna leave
+
+Ex's and the oh, oh, oh's they haunt me
+Like ghosts they want me to make 'em all
+They won't let go
+Ex's and oh's
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.28
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Paris,15vzANxN8G9wWfwAJLLMCg,"We were staying in Paris
+To get away from your parents
+And I thought, ""Wow, if I could take this in a shot right now
+I don't think that we could work this out""
+Out on the terrace
+I don't know if it's fair, but I thought
+""How could I let you fall by yourself
+While I'm wasted with someone else?""
+
+If we go down, then we go down together
+They'll say you could do anything
+They'll say that I was clever
+If we go down, then we go down together
+We'll get away with everything
+Let's show them we are better
+
+Let's show them we are better
+Let's show them we are better
+
+We were staying in Paris
+To get away from your parents
+You look so proud standing there, with a frown and a cigarette
+Posting pictures of yourself on the internet
+Out on the terrace
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.74
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Call Me Maybe,3TGRqZ0a2l1LRblBkJoaDx,"I threw a wish in the well
+Don't ask me, I'll never tell
+I looked to you as it fell
+And now you're in my way
+I trade my soul for a wish
+Pennies and dimes for a kiss
+I wasn't looking for this
+But now you're in my way
+
+Your stare was holdin'
+Ripped jeans, skin was showin'
+Hot night, wind was blowin'
+Where you think you're going, baby?
+
+Hey, I just met you, and this is crazy
+But here's my number, so call me, maybe
+It's hard to look right at you, baby
+But here's my number, so call me, maybe
+Hey, I just met you, and this is crazy
+But here's my number, so call me, maybe
+And all the other boys try to chase me
+But here's my number, so call me, maybe
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,3.87
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Curiosity,2xrK7AOAWok7NY4WuqeApq,"Break a bone
+Got me on my knees
+You break my heart
+Just to watch it bleed
+I'm sick, with love
+Sick, like a disease
+Don't call me up
+Just so I can please you
+I can't stand the way you're smiling
+I can't stand the way I'm lying
+
+I know, I know, I know
+You've got the key
+And you know, you know, you know
+That it's for me
+It's not up to you, you know it's up to me, but
+Curiosity
+
+Will never let me go
+Oh-oh-oh-oh-oh
+Uh-oh-oh, oh-oh-oh-oh
+Will never let me go
+Oh-oh-oh-oh-oh
+Uh-oh-oh, oh-oh-oh-oh
+
+Look at me
+Left here in the corner
+Stupid girl, I really tried to warn her
+Walked the streets all night until you came around
+Knew that you would come before
+You ever even made a sound
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.09
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Tonight I’m Getting Over You,471JtpRQ0oox9OoZcbB8OO,"I wanna smash your fears
+And get drunken off your tears
+Don't you share your smile with anyone else but me
+I wanna touch your heart
+I wanna crush it in my hands
+Make you plead and cry
+As you give up all the lies
+
+We're not lovers
+But more than friends
+Put a flame to every single word you ever said
+No more crying
+To get me through
+I'll keep dancing 'til the morning with somebody new
+Tonight I'm getting over you
+
+Tonight I'm getting over you
+Tonight I'm getting over you
+Tonight I'm getting over you
+Over you
+Over you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,27.78
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Red,1RvQQGwaPipiNgz8RXAKA8,"Loving him is like driving a new Maserati down a dead end street
+Faster than the wind, passionate as sin, ending so suddenly
+Loving him is like trying to change your mind
+Once you're already flying through the free fall
+Like the colors in autumn, so bright, just before they lose it all
+
+Losing him was blue, like I'd never known
+Missing him was dark gray, all alone
+Forgetting him was like trying to know
+Somebody you never met
+But loving him was red
+Loving him was red
+
+Touching him was like realizing all you ever wanted
+Was right there in front of you
+Memorizing him was as easy as knowing all the words
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.23
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,魔鬼中的天使,2chz9PENZPB0VYNH1TsfsN,"把太細的神經割掉
+會不會比較睡得著
+我的心有座灰色的監牢
+關著一票黑色念頭在吼叫
+
+把太硬的脾氣抽掉
+會不會比較被明瞭
+你可以重重把我給打倒
+但是想都別想我求饒
+
+你是魔鬼中的天使
+所以送我心碎的方式
+是讓我笑到最後一秒為止
+才發現自己胸口插了一把刀子
+
+你是魔鬼中的天使
+讓恨變成太俗氣的事
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Getaway Car,0VE4kBnHJUgtMf0dy6DRmW,"No, nothin' good starts in a getaway car
+
+It was the best of times, the worst of crimes
+I struck a match and blew your mind
+But I didn't mean it, and you didn't see it
+The ties were black, the lies were white
+In shades of gray in candlelight
+I wanted to leave him, I needed a reason
+
+""X"" marks the spot where we fell apart
+He poisoned the well, I was lyin' to myself
+I knew it from the first Old Fashioned, we were cursed
+We never had a shotgun shot in the dark (oh!)
+
+You were drivin' the getaway car
+We were flyin', but we'd never get far
+Don't pretend it's such a mystery
+Think about the place where you first met me
+Ridin' in a getaway car
+There were sirens in the beat of your heart
+Should've known I'd be the first to leave
+Think about the place where you first met me
+In a getaway car, oh-oh-oh
+No, they never get far, oh-oh-ah
+No, nothin' good starts in a getaway car
+
+It was the great escape, the prison break
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.76
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Bad Liar,2fZQIJew3nkNe99s2PKzul,"I was walking down the street the other day
+Tryna distract myself
+But then I see your face
+
+Oh, wait, that's someone else
+Tryna play it coy
+Tryna make it disappear
+But just like the battle of Troy
+There's nothing subtle here, ah-ah
+
+In my room there's a king size space
+Bigger than it used to be
+If you want, you can rent that place
+Call me an amenity, ah-ah
+Even if it's in my dreams, ah
+
+Ooh, ooh-ooh
+You're taking up a fraction of my mind
+Oh-ooh, ooh-ooh
+Every time I watch you serpentine
+
+Oh, I'm tryin', I'm tryin', I'm tryin'
+I'm tryin', I'm tryin'
+Oh, tryin', I'm tryin', I'm tryin'
+I'm tryin', I'm tryin'
+Not to think about you
+No, no, no, no
+Not to think about you
+No, no, no, no
+
+I'm tryin', I'm tryin', I'm tryin'
+I'm tryin', I'm tryin'
+Oh, tryin', I'm tryin', I'm tryin'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,15.310000000000002
+Ellie Goulding,0X2BH1fck6amBIoJhDVmmJ,"Love Me Like You Do - From ""Fifty Shades Of Grey""",6NkRjdInQuM5qRgeYUDCZe,"You're the light, you're the night
+You're the colour of my blood
+You're the cure, you're the pain
+You're the only thing I wanna touch
+Never knew that it could mean so much, so much
+
+You're the fear, I don't care
+'Cause I've never been so high
+Follow me through the dark
+Let me take you past our satellites
+You can see the world you brought to life, to life
+
+So love me like you do, la-la-love me like you do
+Love me like you do, la-la-love me like you do
+Touch me like you do, ta-ta-touch me like you do
+What are you waiting for?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.03
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I'm with You,1jlG3KJ3gdYmhfuySFfpO1,"I'm standing on the bridge
+I'm waiting in the dark
+I thought that you'd be here by now
+There's nothing but the rain
+No footsteps on the ground
+I'm listening but there's no sound
+
+Isn't anyone trying to find me?
+Won't somebody come take me home?
+
+It's a damn cold night
+Tryin' to figure out this life
+Won't you take me by the hand
+Take me somewhere new?
+I don't know who you are, but I
+I'm with you
+I'm with you, mm
+
+I'm looking for a place
+I'm searching for a face
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.86
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Summertime Sadness,2dBwB667LHQkLhdYlwLUZK,"Kiss me hard before you go
+Summertime sadness
+I just wanted you to know
+That baby, you the best
+
+I got my red dress on tonight
+Dancin' in the dark, in the pale moonlight
+Done my hair up real big, beauty queen style
+High heels off, I'm feelin' alive
+
+Oh, my God, I feel it in the air
+Telephone wires above are sizzlin' like a snare
+Honey, I'm on fire, I feel it everywhere
+Nothin' scares me anymore
+(One, two, three, four)
+
+Kiss me hard before you go
+Summertime sadness
+I just wanted you to know
+That baby, you the best
+
+I got that summertime, summertime sadness
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.34
+Rixton,0kkxsdcaWmWU2yWAqclDh4,Me And My Broken Heart,41Ypl7Pzkod2H0VlcZH5DS,"All I need is a little love in my life
+All I need is a little love in the dark
+A little but I'm hoping it might kick start
+Me and my broken heart
+I need a little loving tonight
+Hold me so I'm not falling apart
+A little but I'm hoping it might kick start
+Me and my broken heart, yeah
+
+Shotgun, aimed at my heart, you got one
+Tear me apart and then some
+How do we call this love? (Whoa-oh-oh-oh)
+I tried, to run away but your eyes
+Tell me to stay, oh why
+Why do we call this love? (Whoa-oh-oh-oh)
+
+It seems like we've been losing control
+Somebody tell me I'm not alone when I say
+
+All I need is a little love in my life
+All I need is a little love in the dark
+A little but I'm hoping it might kick start
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.66
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Elastic Heart,6kwAbEjseqBob48jCus7Sz,"And another one bites the dust
+Oh, why can I not conquer love?
+And I might've thought that we were one
+Wanted to fight this war without weapons
+
+And I wanted it, and I wanted it bad
+But there were so many red flags
+Now another one bites the dust
+Yeah, let's be clear I'll trust no one
+
+You did not break me
+
+I'm still fighting for peace
+
+I've got thick skin and an elastic heart
+But your blade it might be too sharp
+I'm like a rubber band until you pull too hard
+I may snap and I move fast
+But you won't see me fall apart
+
+'Cause I've got an elastic heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.5
+Christina Perri,7H55rcKCfwqkyDFH9wpKM6,A Thousand Years,6lanRgr6wXibZr8KgzXxBl,"Heart beats fast
+Colors and promises
+How to be brave?
+How can I love when I'm afraid to fall?
+But watching you stand alone
+All of my doubt suddenly goes away somehow
+
+One step closer
+
+I have died every day waiting for you
+Darling, don't be afraid
+I have loved you for a thousand years
+I'll love you for a thousand more
+
+Time stands still
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.56
+Charli XCX,25uiPmTg16RbhZWAqwLBy5,Boom Clap,63bniwRWWFGoasyhX2eQHJ,"Boom, boom, boom, clap
+
+You're picture-perfect blue
+Sunbathing under the moon
+Stars shining as your bones illuminate
+First kiss just like a drug
+Under your influence
+You take me over, you're the magic in my veins
+This must be love
+
+Boom clap, the sound of my heart
+The beat goes on and on and on and on and
+Boom clap, you make me feel good
+Come on to me, come on to me now
+Boom clap, the sound of my heart
+The beat goes on and on and on and on and
+Boom clap, you make me feel good
+Come on to me, come on to me now
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.41
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Love The Way You Lie (Part II) - Pt. 2,6M6lsQB4OhqL41eld29PeC,"On the first page of our story
+The future seemed so bright
+Then this thing turned out so evil
+I don't know why I'm still surprised
+
+Even angels have their wicked schemes
+And you take that to new extremes
+But you'll always be my hero
+Even though you've lost your mind
+
+Just gonna stand there and watch me burn
+Well, that's alright because I like the way it hurts
+Just gonna stand there and hear me cry
+Well, that's alright because I love the way you lie
+
+I love the way you lie, oh
+I love the way you lie
+
+Now there's gravel in our voices
+Glass is shattered from the fight
+In this tug of war, you'll always win
+Even when I'm right
+
+'Cause you feed me fables from your hand
+With violent words and empty threats
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.82000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You're Not Sorry,7zen3j1316Tsk5iEZuDOft,"All this time I was wasting hoping you would come around
+I've been giving out chances every time and all you do is let me down
+And it's taken me this long, baby, but I've figured you out
+And you're thinking we'll be fine again, but not this time around
+
+You don't have to call anymore, I won't pick up the phone
+This is the last straw, don't wanna hurt anymore
+And you can tell me that you're sorry
+But I don't believe you, baby, like I did before
+You're not sorry, no-no-no-no
+
+You're looking so innocent, I might believe you if I didn't know
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.63
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,3y5CBsjVJldSHS3NS7Ifbz,"Uh-huh, life's like this
+Uh-huh, uh-huh, that's the way it is
+'Cause life's like this
+Uh-huh, uh-huh, that's the way it is
+
+Chill out, what you yelling for?
+Lay back, it's all been done before
+And if you could only let it be
+You would see
+
+I like you the way you are
+When we're driving in your car
+And you're talking to me, one on one
+But you've become
+
+Somebody else 'round everyone else
+You're watching your back like you can't relax
+You're trying to be cool
+You look like a fool to me
+Tell me
+
+Why do you have to go and make things so complicated?
+I see the way you're acting like you're somebody else
+Gets me frustrated
+Life's like this, you
+
+You fall, and you crawl, and you break
+And you take what you get, and you turn it into
+Honesty and promise me I'm never gonna find you fake it
+No, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.75
+Katy Perry,6jJ0s89eD6GaHleKKya26X,The One That Got Away,4uQY80TKE1u4ZQZQKHzVEi,"Summer after high school when we first met
+We'd make out in your Mustang to Radiohead
+And on my 18th birthday we got matching tattoos
+Used to steal your parents' liquor and climb to the roof
+Talk about our future like we had a clue
+Never planned that one day I'd be losing you
+
+In another life
+I would be your girl
+We'd keep all our promises
+Be us against the world
+In another life
+I would make you stay
+So I don't have to say you were
+The one that got away
+The one that got away
+
+I was June and you were my Johnny Cash
+Never one without the other, we made a pact
+Sometimes when I miss you I put those records on (whoa)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.82
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Same Old Love,7jv4Mb21bdd9SDVOm9Fm9l,"Take away your things and go
+You can't take back what you said, I know
+I've heard it all before, at least a million times
+I'm not one to forget, you know
+
+I don't believe, I don't believe it
+You left in peace, left me in pieces
+Too hard to breathe, I'm on my knees
+Right now, 'ow
+
+I'm so sick of that same old love, that shit, it tears me up
+I'm so sick of that same old love, my body's had enough
+Oh, (that same old love)
+Oh, (that same old love)
+I'm so sick of that same old love, feels like I've blown apart
+I'm so sick of that same old love, the kind that breaks your heart
+Oh, (that same old love)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.34
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Cry Baby,052vSBPxqdmYRDlkSPiavc,"You seem to replace your brain with your heart
+You take things so hard and then you fall apart
+You try to explain, but before you can start
+Those ""Cry baby"" tears come out of the dark
+
+Someone's turning the handle to that faucet in your eyes
+You pour it out where everyone can see
+Your heart's too big for your body, it's why it won't fit inside
+You pour it out where everyone can see
+
+They call you cry baby, cry baby
+But you don't fucking care
+Cry baby, cry baby
+So you laugh through your tears
+
+Cry baby, cry baby
+'Cause you don't fucking care
+Tears fall to the ground
+You'll just let them drown
+
+You'll just let them drown
+Cry baby, cry baby
+
+You're all on your own and you lost all your friends
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.3
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Carousel,5nHTLEJ10zaqdnKqLriah4,"'Round and 'round like a horse on a carousel, we go
+Will I catch up to love? I could never tell, I know
+Chasing after you is like a fairytale, but I
+Feel like I'm glued on tight to this carousel
+
+Come, come one, come all
+You must be this tall
+To ride this ride at the carnival
+
+Oh, come, take my hand
+And run though playland
+So high, too high at the carnival
+
+And it's all fun and games
+'Til somebody falls in love
+But you've already bought a ticket
+And there's no turning back now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.86
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Soap,03f7xZmt2wHCIDJBFPK8G4,"Guess I better wash my mouth out with soap
+
+Think I just remembered something
+I think I left the faucet running
+Now my words are filling up the tub
+Darling, you're just soaking in it
+But I know you'll get out the minute
+You notice all your fingers pruning up
+
+I'm tired of being careful, tip-toe
+Trying to keep the water warm
+Let me under your skin
+Uh oh, there it goes
+I said too much, it overflowed
+Why do I always spill?
+
+I feel it coming out my throat
+Guess I better wash my mouth out with soap
+God, I wish I never spoke
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.53
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Training Wheels,3EGW6TGGbdk6Ys1Y3HU3lj,"Riding down, riding down
+My hand on your seat
+The whole way 'round
+I carry band-aids on me now
+For when your soft hands hit the jagged ground
+Wheels aren't even touching the ground
+Scared to take them off, but they're so worn down
+Promise I won't push you straight to the dirt
+If you promise me, you'll take them off first
+
+I love everything you do
+When you call me fucking dumb for the stupid shit I do
+Wanna ride my bike with you
+Fully undressed, no training wheels left for you
+And I'll pull them off for you
+
+I love everything you do
+When you call me fucking dumb for the stupid shit I do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.46
+G-Eazy,02kJSzxNuaWGqwubyUba0Z,"Me, Myself & I",40YcuQysJ0KlGQTeGUosTC,"I'm too fucked up, I can't even tolerate myself
+Sleep with one eye open, in case they try and move in stealth
+And my mama's worried 'bout me, but I ain't scared to go to hell
+Only God can judge me, it's just I, me and myself, yeah
+It's just I, me and myself
+
+I love my lil' brother, he remind me of myself
+I be nasty on my Nas shit, ain't really hard to tell
+You know that they be crawlin', if they buyin', I'm gon' sell, yeah
+It's just I, me and myself
+
+I love my lil' brother, he remind me of myself
+I be nasty on my Nas shit, ain't really hard to tell
+Uh, it's just I, me and myself
+
+Long lines on AC Transit, I put that Illmatic CD on
+Lookin' out the window, at the walls they put graffiti on
+Passin' by the billboards I knew one day I would see me on
+But until then, just keep keepin' on
+Easier said than done, I was the one they kept on sleepin' on
+They told me keep dreamin' on
+
+Back then, I had Girbauds, a 3X tall tee, and a beanie on
+Who knew that me, myself and I would make it here? That's crazy
+A lot of shit has changed since the version I had Bebe on
+Love my lil' brother, born a day apart and three years
+Both Gemini twins, everything we been through, we share these tears
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.27
+MARINA,6CwfuxIqcltXDGjfZsMd9A,Primadonna,5tFMuAw6X2R4NLx97g7n9q,"Primadonna girl, yeah
+All I ever wanted was the world
+I can't help that I need it all
+The primadonna life, the rise and fall
+You say that I'm kinda difficult
+But it's always someone else's fault
+Got you wrapped around my finger, babe
+You can count on me to misbehave
+Primadonna girl
+
+Would you do anything for me?
+Buy a big diamond ring for me?
+Would you get down on your knees for me?
+Pop that pretty question, right now baby
+Beauty queen on a silver screen
+Living life like I'm in a dream
+I know I've got a big ego
+I really don't know why it's such a big deal, though
+
+(Ooh) And I'm sad to the core, core, core
+(Yeah) Every day is a chore, chore, chore
+(Wow) When you give, I want more, more, more
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.47
+Becky G,4obzFoKoKRHIphyHzJ35G3,Shower,3DmW6y7wTEYHJZlLo1r6XJ,"I don't know, it's just something about ya
+Got me feelin' like I can't be without ya
+Anytime someone mention your name
+I be feelin' as if I'm around ya
+Ain't no words to describe you, baby
+All I know is that you take me high
+Can you tell that you drive me crazy?
+'Cause I can't get you out my mind
+
+Think of you when I'm goin' to bed
+When I wake up, think of you again
+You are my homie, lover and friend
+Exactly why
+
+You light me up inside
+Like the 4th of July
+Whenever you're around
+I always seem to smile
+And people ask me how
+Well you're the reason why
+I'm dancing in the mirror
+And singing in the shower
+
+La-da-dee, la-da-da, la-da-da
+Singing in the shower
+La-da-dee, la-da-da, la-da-da
+Singing in the shower
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.36
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Love Myself,0xCmwofyCiXdhoBsMSNj2w,"Hey!
+
+Yeah
+When I get chills at night, I feel it deep inside
+Without you, yeah (hey!)
+Know how to satisfy, keepin' that tempo right
+Without you, yeah (hey!)
+
+Pictures in my mind on replay
+I'm gonna touch the pain away (hey!)
+I know how to scream my own name
+Scream my name
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime, day or night
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime that I like
+(I love me)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0,"For all the times that you rained on my parade
+And all the clubs you get in using my name
+You think you broke my heart, oh, girl, for goodness' sake
+You think I'm crying on my own, well, I ain't
+
+And I didn't wanna write a song
+'Cause I didn't want anyone thinkin' I still care, I don't, but
+You still hit my phone up
+And baby, I'll be movin' on
+And I think you should be somethin' I don't wanna hold back
+Maybe you should know that
+
+My mama don't like you and she likes everyone
+And I never like to admit that I was wrong
+And I've been so caught up in my job
+Didn't see what's going on, but now I know
+I'm better sleeping on my own
+
+'Cause if you like the way you look that much
+Oh, baby, you should go and love yourself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.64999999999999
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Stressed Out,3CRDbSIZ4r5MsZ0YwxuEkn,"I wish I found some better sounds no one's ever heard
+I wish I had a better voice that sang some better words
+I wish I found some chords in an order that is new
+I wish I didn't have to rhyme every time I sang
+I was told when I get older, all my fears would shrink
+But now I'm insecure, and I care what people think
+
+My name's Blurryface and I care what you think
+My name's Blurryface and I care what you think
+
+Wish we could turn back time
+To the good old days
+When our mama sang us to sleep
+But now we're stressed out (oh)
+Wish we could turn back time (oh)
+To the good old days (oh)
+When our mama sang us to sleep
+But now we're stressed out
+
+We're stressed out
+
+Sometimes a certain smell will take me back to when I was young
+How come I'm never able to identify where it's coming from?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.79
+Zella Day,100sLnojEpcadRx4edEBA6,Hypnotic,2zsWRxMcUdGjj8TnWkVKw0,"(Ah, ah)
+
+I wanna be on the front line, knotted up suit ties
+Talkin' like a headstrong mama
+Got a picture in your wallet, makin' me a habit
+Wearin' your vintage t-shirt
+Tie ribbons on your top hat, tellin' me I'm all that
+Just like the girls from your hometown
+Sweet blooded and I'm stranded, see if I can stand it
+Drinkin' in the shallow water
+
+Magnetic everything about you
+You really got me now
+
+You do it to me so well
+Hypnotic, takin' over me
+Make me feel like someone else
+You got me talkin' in my sleep
+I don't wanna come back down
+I don't wanna touch the ground
+Pacific Ocean dug so deep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.92
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Cheap Thrills,27SdWb2rFzO6GWiYDBTD9j,"Come on, come on, turn the radio on
+It's Friday night, and it won't be long
+Gotta do my hair, put my make-up on
+It's Friday night, and it won't be long
+
+'Til I hit the dance floor, hit the dance floor
+I got all I need
+No, I ain't got cash, I ain't got cash
+But I got you, baby
+
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+But I don't need no money
+As long as I can feel the beat
+I don't need no money
+As long as I keep dancing
+
+Come on, come on, turn the radio on
+It's Saturday, and it won't be long
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.69
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Don't Let Me Down,1i1fxkWeaMmKEB4T7zqbzK,"Crashin', hit a wall
+Right now, I need a miracle
+Hurry up now, I need a miracle
+
+Stranded, reaching out
+I call your name but you're not around
+I say your name but you're not around
+
+I need you, I need you, I need you right now
+Yeah, I need you right now
+So don't let me, don't let me, don't let me down
+I think I'm losing my mind now
+
+It's in my head, darlin' I hope
+That you'll be here, when I need you the most
+So, don't let me, don't let me, don't let me down
+D-don't let me down
+
+Don't let me down
+Don't let me down, down, down
+Don't let me down, don't let me down, down, down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.51
+Halsey,26VFTg2z8YR0cCuwLzESi2,Haunting,6onmpB4WJxFj2oPR9vHVK9,"Keep on haunting
+Keep on haunting me
+Keep on haunting
+Keep on haunting me
+
+I was as pure as a river
+But now I think I'm possessed
+You put a fever inside me
+And I've been cold since you left
+
+I've got a boyfriend now, and he's made of gold
+And you've got your own mistakes in a bed at home
+I'm hoping you could save me now, but you break and fold
+You've got a fire inside, but your heart's so cold
+
+'Cause I've done some things that I can't speak
+(Ah, ah, ah, ah)
+And I tried to wash away, but you just won't leave
+(Ah, ah, ah, ah)
+So won't you take a breath and dive in deep
+(Ah, ah, ah, ah)
+'Cause I came here, so you'd come for me
+(Ah, ah, ah, ah)
+
+I'm begging you to keep on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,8.44
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Closer,7BKLCZ1jbUBVqRi2FVlTVw,"Hey, I was doing just fine before I met you
+I drink too much and that's an issue, but I'm okay
+Hey, you tell your friends it was nice to meet them
+But I hope I never see them again
+
+I know it breaks your heart
+Moved to the city in a broke-down car, and
+Four years, no calls
+Now you're looking pretty in a hotel bar
+And I-I-I can't stop
+No, I-I-I can't stop
+
+So, baby, pull me closer
+In the backseat of your Rover
+That I know you can't afford
+Bite that tattoo on your shoulder
+Pull the sheets right off the corner
+Of that mattress that you stole
+From your roommate back in Boulder
+We ain't ever getting older
+
+We ain't ever getting older
+
+We ain't ever getting older
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.07
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,This Is What You Came For,0azC730Exh71aQlOt9Zj3y,"Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+
+Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+You, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.24000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Bad Blood,273dCMFseLcVsoSWx59IoE,"'Cause baby, now we got bad blood
+You know it used to be mad love
+So take a look what you've done
+'Cause baby, now we got bad blood (hey!)
+
+Now we got problems
+And I don't think we can solve 'em
+You made a really deep cut
+And baby, now we got bad blood (hey!)
+
+Did you have to do this?
+I was thinking that you could be trusted
+Did you have to ruin
+What was shining? Now it's all rusted
+Did you have to hit me
+Where I'm weak? Baby, I couldn't breathe
+And rub it in so deep
+Salt in the wound like you're laughing right at me
+
+Oh, it's so sad to think about the good times
+You and I
+
+'Cause baby, now we got bad blood
+You know it used to be mad love
+So take a look what you've done
+'Cause baby, now we got bad blood (hey!)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.47
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Look What You Made Me Do,2VjtYe7gpfUi2OkGxR2O2z,"I don't like your little games
+Don't like your tilted stage
+The role you made me play of the fool
+No, I don't like you
+
+I don't like your perfect crime
+How you laugh when you lie
+You said the gun was mine
+Isn't cool, no, I don't like you (oh!)
+
+But I got smarter, I got harder in the nick of time
+Honey, I rose up from the dead, I do it all the time
+I got a list of names, and yours is in red, underlined
+I check it once, then I check it twice, oh!
+
+Ooh, look what you made me do
+Look what you made me do
+Look what you just made me do
+Look what you just made me...
+Ooh, look what you made me do
+Look what you made me do
+Look what you just made me do
+Look what you just made me do
+
+I (I) don't (don't) like your kingdom keys (keys)
+They (they) once belonged to me (me)
+You (you) asked me for a place to sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.28
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,...Ready For It?,7zgqtptZvhf8GEmdsM2vp2,"Knew he was a killer first time that I saw him
+Wonder how many girls he had loved and left haunted
+But if he's a ghost, then I can be a phantom
+Holdin' him for ransom
+
+Some, some boys are tryin' too hard
+He don't try at all, though
+Younger than my exes but he act like such a man, so
+I see nothing better, I keep him forever
+Like a vendetta-ta
+
+I-I-I see how this is gon' go
+Touch me and you'll never be alone
+I-Island breeze and lights down low
+No one has to know
+
+In the middle of the night, in my dreams
+You should see the things we do, baby (mmm)
+In the middle of the night, in my dreams
+I know I'm gonna be with you
+So I'll take my time
+Are you ready for it?
+
+Knew I was a robber first time that he saw me
+Stealing hearts and running off and never saying sorry
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,23.44
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Wolves,7EmGUiUaOSGDnUUQUDrOXC,"In your eyes, there's a heavy blue
+One to love and one to lose
+Sweet divide, a heavy truth
+Water or wine, don't make me choose
+
+I wanna feel the way that we did that summer night (night)
+Drunk on a feeling, alone with the stars in the sky
+
+I've been running through the jungle
+I've been running with the wolves
+To get to you, to get to you
+I've been down the darkest alleys
+Saw the dark side of the moon
+To get to you, to get to you
+I've looked for love in every stranger
+Took too much to ease the anger
+All for you, yeah, all for you
+I've been running through the jungle
+I've been crying with the wolves
+To get to you, to get to you (oh to get to you)
+
+Ha-ah
+Ha-ah
+Ha-ah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.15
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Who Says,3TcL0dyCMyr0kyTTc4NLgI,"I wouldn't wanna be anybody else
+Hey
+
+You made me insecure
+Told me I wasn't good enough
+But who are you to judge?
+When you're a diamond in the rough
+I'm sure you got some things
+You'd like to change about yourself
+But when it comes to me
+I wouldn't wanna be anybody else
+
+Na-na-na-na-na-na-na-na-na
+Na-na-na-na-na-na-na-na-na
+I'm no beauty queen
+I'm just beautiful me
+Na-na-na-na-na-na-na-na-na
+Na-na-na-na-na-na-na-na-na
+You've got every right
+To a beautiful life
+C'mon
+
+Who says?
+Who says you're not perfect?
+Who says you're not worth it?
+Who says you're the only one that's hurting?
+Trust me
+That's the price of beauty
+Who says you're not pretty?
+Who says you're not beautiful?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.55000000000001
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Big Girls Cry,7zE6pyXLjUCOy8PG0UL5SZ,"Tough girl, in the fast lane
+No time for love, no time for hate
+No drama, no time for games
+Tough girl whose soul aches
+
+I come home, on my own
+Check my phone, nothing though
+Act busy, order in
+Pay TV, it's agony (oh, oh, oh)
+
+I may cry, ruining my makeup
+Wash away all the things you've taken
+And I don't care if I don't look pretty
+Big girls cry when their hearts are breaking
+Big girls cry when their hearts are breaking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.68
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Disturbia,2VOomzT6VavJOGBeySqaMc,"Bum bum be-dum, bum bum be-dum bum (what's wrong with me?)
+Bum bum be-dum, bum bum be-dum bum (why do I feel like this?)
+Bum bum be-dum, bum bum be-dum bum (I'm going crazy now)
+Bum bum be-dum, bum bum be-dum bum
+
+No more gas, in the red
+Can't even get it started
+Nothing heard, nothing said
+Can't even speak about it
+All my life on my head
+Don't want to think about it
+Feels like I'm going insane, yeah
+
+It's a thief in the night to come and grab you (aha)
+It can creep up inside you and consume you (aha)
+A disease of the mind, it can control you (aha)
+It's too close for comfort, oh
+
+Put on your brake lights
+You're in the city of wonder
+Ain't gon' play nice
+Watch out, you might just go under
+Better think twice
+Your train of thought will be altered
+So if you must falter, be wise
+
+Your mind is in disturbia
+It's like the darkness is the light
+Disturbia
+Am I scaring you tonight? (your mind is in)
+Disturbia
+Ain't used to what you like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.19
+Iron & Wine,4M5nCE77Qaxayuhp3fVn4V,"Flightless Bird, American Mouth",6iWwfN1euztxZi1OK38HbU,"I was a quick, wet boy, diving too deep for coins
+All of your streetlight eyes wide on my plastic toys
+Then when the cops closed the fair
+I cut my long baby hair
+Stole me a dog-eared map and called for you everywhere
+
+Have I found you, flightless bird?
+Jealous, weeping
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.97
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Someone In The Crowd,39ncDMVidHOeQgeC5anYZM,"You got the invitation
+You got the right address
+You need some medication?
+The answer's always yes
+
+A little chance encounter
+Could be the one you've waited for
+Just squeeze a bit more
+
+Tonight we're on a mission
+Tonight's the casting call
+If this is the real audition
+Oh, God, help us all
+
+You make the right impression
+Then ev'rybody knows your name
+We're in the fast lane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.45
+Ryan Gosling,6kXm2YCtdUOpRYNKeKhfue,City Of Stars,5BMwpS4iYKR30kq9U9beaT,"City of Stars
+Are you shining just for me?
+City of Stars
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Audition (The Fools Who Dream),6j0wBBAP3hMe4t1Ymj7GIe,"My aunt used to live in Paris
+I remember, she used to come home and tell us these stories about being abroad
+And I remember she told us that she jumped into the river once, barefoot
+
+She smiled
+
+Leapt, without looking
+And tumbled into the Seine
+The water was freezing
+She spent a month sneezing
+But said she would do it again
+
+Here's to the ones who dream
+Foolish as they may seem
+Here's to the hearts that ache
+Here's to the mess we make
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,29.6
+Ryan Gosling,6kXm2YCtdUOpRYNKeKhfue,"City Of Stars - From ""La La Land"" Soundtrack",6XQHlsNu6so4PdglFkJQRJ,"City of Stars
+Are you shining just for me?
+City of Stars
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Lykke Li,6oBm8HB0yfrIc9IHbxs6in,Possibility,39Odj4vLKRarATkCA31gaW,"There's a possibility
+There's a possibility
+All that I had was all I'm gon' get
+
+There's a possibility
+There's a possibility
+All I gon' get is gon' be yours then
+All I gon' get is gon' be yours still
+
+So tell me when you hear my heart stop
+You're the only one that knows
+Tell me when you hear my silence
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,45.88
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Toxic,6I9VzXrHxO9rA9A5euc8Ak,"Baby, can't you see I'm calling?
+A guy like you should wear a warning
+It's dangerous, I'm falling
+
+There's no escape, I can't wait
+I need a hit, baby, give me it
+You're dangerous, I'm loving it
+
+Too high, can't come down
+Losing my head, spinnin' 'round and 'round
+Do you feel me now?
+
+With a taste of your lips, I'm on a ride
+You're toxic, I'm slippin' under
+With a taste of a poison paradise
+I'm addicted to you
+Don't you know that you're toxic?
+And I love what you do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,64.92
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Circus,7jk7gqyEonmVVYahZN5zhW,"There's only two types of people in the world
+The ones that entertain, and the ones that observe
+Well, baby, I'm a put-on-a-show kind of girl
+Don't like the back seat, gotta be first (oh-oh)
+I'm like the ring leader, I call the shots (call the shots)
+I'm like a firecracker, I make it hot
+
+When I put on a show
+I feel the adrenaline moving through my veins
+Spotlight on me and I'm ready to break
+I'm like a performer, the dance floor is my stage
+Better be ready, hope that you feel the same
+
+All eyes on me in the center of the ring just like a circus
+When I crack that whip everybody gon' trip just like a circus
+Don't stand there watching me, follow me, show me what you can do
+Everybody let go, we can make a dance floor just like a circus
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.53
+The Pretty Reckless,2R57sY41L9XvGPiIgHOaYq,Heaven Knows,04w73SmPfQkkmEpKbcrHOL,"Jimmy's in the back with a pocket of high
+If you listen close, you can hear him cry
+
+Oh Lord, heaven knows, we belong way down below
+(Sing it) Oh Lord, heaven knows, we belong way down below
+Way down below, way down below
+
+Judy's in the front seat picking up trash
+Living on the dole, gotta make that cash
+Won't be pretty, won't be sweet
+She's just sitting here on her feet
+
+Singing oh Lord, heaven knows, we belong way down below
+(Go) Oh Lord, heaven knows, we belong way down below
+(Sing) Oh Lord, tell us so, we belong way down below
+Oh Lord, tell us so, we belong way down below
+Way down below, way down below
+Way down below, way down below
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.77
+RADWIMPS,1EowJ1WwkMzkCkRomFhui7,Nandemonaiya - Movie Version,7uyGWnfd6fcrFHtWxcM2ke,,Neutral,0.0
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,The Heart Wants What It Wants,2dRvMEW4EwySxRUtEamSfG,"What the heart wants, what the heart wants
+What the heart wants, wants, wants, wants
+You got me sippin' on something
+I can't compare to nothing
+I've ever known, I'm hoping
+That after this fever I'll survive
+
+I know I'm acting a bit crazy
+Strung out, a little bit hazy
+Hand over heart, I'm praying
+That I'm gonna make it out alive
+
+The bed's getting cold and you're not here
+The future that we hold is so unclear
+But I'm not alive until you call
+And I'll bet the odds against it all
+
+Save your advice, 'cause I won't hear
+You might be right, but I don't care
+There's a million reasons why I should give you up
+But the heart wants what it wants
+The heart wants what it wants
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.5
+Alessia Cara,2wUjUUtkb5lvLKcGKsKqsR,Here,1wYZZtamWTQAoj8B812uKQ,"I guess for now you've got the last laugh
+
+I'm sorry if I seem uninterested
+Or I'm not listening, or I'm indifferent
+Truly I ain't got no business here
+But since my friends are here
+I just came to kick it
+But really I would rather be at home all by myself
+Not in this room with people who don't even care about my well being
+I don't dance, don't ask
+I don't need a boyfriend
+So you can go back, please enjoy your party
+
+I'll be here
+Somewhere in the corner under clouds of marijuana
+With this boy who's hollerin', I can hardly hear
+Over this music I don't listen to
+And I don't wanna get with you
+So tell my friends that I'll be over here
+
+Oh oh oh here, oh oh oh here
+Oh oh oh, I asked myself, ""What am I doin' here?""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.63
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Style,1fo2ctLqj3zBhRQKOXprol,"Midnight
+You come and pick me up, no headlights
+Long drive
+Could end in burning flames or paradise
+
+Fade into view, oh
+It's been a while since I have even heard from you (Heard from you)
+
+I should just tell you to leave 'cause I
+Know exactly where it leads but I
+Watch us go 'round and 'round each time
+
+You got that James Dean daydream look in your eye
+And I got that red lip classic thing that you like
+And when we go crashing down we come back every time
+'Cause we never go out of style, we never go out of style
+
+You got that long hair, slicked back, white t-shirt
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.1
+Katy Perry,6jJ0s89eD6GaHleKKya26X,I Kissed A Girl,7hgD1cfgQRBNBSkjePPbxn,"This was never the way I planned
+Not my intention
+I got so brave, drink in hand
+Lost my discretion
+It's not what I'm used to
+Just wanna try you on
+I'm curious for you
+Caught my attention
+
+I kissed a girl and I liked it
+The taste of her cherry chapstick
+I kissed a girl just to try it
+I hope my boyfriend don't mind it
+It felt so wrong, it felt so right
+Don't mean I'm in love tonight
+I kissed a girl and I liked it
+I liked it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.73
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Teenage Dream,3RBtvz2yV6YKfmBIIC3Ioc,"You think I'm pretty without any makeup on
+You think I'm funny when I tell the punch line wrong
+I know you get me, so I let my walls come down, down
+Before you met me
+I was alright, but things were kinda heavy
+You brought me to life, now every February
+You'll be my Valentine, Valentine
+
+Let's go all the way tonight
+No regrets, just love
+We can dance, until we die
+You and I, will be young forever
+
+You make me
+Feel like I'm livin' a teenage dream
+The way you turn me on, I can't sleep
+Let's run away and don't ever look back, don't ever look back
+My heart stops
+When you look at me, just one touch
+Now, baby, I believe this is real
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.57
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Focus,1cdzfFjEbUbgTm5nv3FgXR,"Hey
+
+I know what I came to do
+And that ain't gonna change
+So go ahead and talk your talk
+Cause I won't take the bait
+I'm over here doing what I like
+I'm over here working day and night
+And if my real ain't real enough
+I'm sorry for you, bae
+
+Let's find a light inside our universe now
+Where ain't nobody keep on holding us down
+Just come and get it, let them say what they say
+'Cause I'm about to put them all away
+
+Focus on me, f-f-focus on me
+Focus on me, f-f-focus on me
+Focus on me (Focus), f-f-focus on me (Focus on me)
+Focus on me (Focus), f-f-focus on me (Focus on me)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,29.6
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Problem,7vS3Y0IKjde7Xg85LWIEdP,"Uh huh
+It's Iggy Iggs
+I got one more problem with you girl
+(One less, one less problem)
+
+Hey baby even though I hate ya
+I wanna love ya
+(I want you)
+And even though I can't forgive you
+I really want ya
+(I want you)
+
+Tell me, tell me baby
+Why can't you leave me?
+Cause even though I shouldn't want it
+I gotta have it
+(I want you)
+
+Head in the clouds
+Got no weight on my shoulders
+I should be wiser
+And realize that I've got
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+I know you're never gonna wake up
+I gotta give up
+(But it's you)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.48
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Best Mistake,70yhaHLp9STtzI2Kzba6Tr,"How soon do we forget, how we felt?
+Dealing with emotions, that never left
+Playing with the hand that we were dealt, in this game
+
+Maybe I'm the sinner, and you're the saint
+Gotta stop pretending, what we ain't
+Why we pointing fingers, anyway?
+When we're the same
+
+Break up, make up
+Total waste of time
+Can we please make up our minds
+And stop acting like we're blind?
+'Cause if the water dries up and the moon stops shining
+Stars fall, and the world goes blind, boy
+You know, I'll be saving my love for you, for you
+
+'Cause you're the best mistake I've ever made
+But we hold on, mm, hold on
+There's no pot of gold in the rainbows we chase
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.23
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Break Your Heart Right Back,0HGcQDbRen8luCnwH53sNl,"I shoulda saw it comin'
+I shoulda saw the signs
+But I wanted to believe you, trust you
+You said you wouldn't lie
+But baby you were so good, so good
+You had me goin' blind
+You said it was your best friend, I'm guessing
+I wasn't your type, hey
+
+What goes around comes around
+And if it goes up, it comes down
+I know you're mad 'cause I found out
+Want you to feel what I feel right now
+
+Now that it's over
+I just wanna break your heart right back
+Right back
+Want you to cry me a river
+I just wanna break your heart right back
+Hey
+All this time, I was blind running round telling everybody
+
+My baby loves me
+My baby loves me
+My baby
+My baby
+My baby loves me
+
+You said I was your best, would be your last
+Now he's gone, you're alone
+Don't want you back
+
+You're tellin' me you're sorry
+Well sorry, I'm over it
+'Cause I've already been there done that
+Ain't doing this again
+No
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.33
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Love Me Harder,5J4ZkQpzMUFojo1CtAZYpn,"Tell me something I need to know
+Then take my breath and never let it go
+If you just let me invade your space
+I'll take the pleasure, take it with the pain
+
+And if in the moment I bite my lip
+Baby, in that moment you'll know this is
+Something bigger than us and beyond bliss
+Give me a reason to believe it
+
+'Cause if you want to keep me
+You gotta, gotta, gotta, gotta
+Got to love me harder
+And if you really need me
+You gotta, gotta, gotta, gotta
+Got to love me harder
+Baby, love me harder
+Ooh-ooh-ooh-ooh
+Love me, love me, love me
+Ooh-ooh-ooh-ooh
+Harder, harder, harder (You gotta love me harder)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.89
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Hands On Me,1rNop31kdDmSj3Ds6xhIeS,"Keep your hands on me
+Don't take them off until I say so
+Let me break you off
+We'll be taking off
+Or maybe making love
+You just keep your eyes on my you know what
+
+Trembling, when you touch
+Rush is racing body begging
+Picture me and you making
+Making sweet love
+Baby, give it to me
+
+Eyes on me, dance on me tonight
+You're all, all I need
+Keep your hands on me
+Don't take them off
+
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Don't take them off
+
+Put your hands on me
+You can put your hands on me
+If you like what you see
+Baby, put your hands on me
+
+It's your birthday, every day with me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.81
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Santa Tell Me,0lizgQ7Qw35od7CYaoMBZb,"Santa, tell me if you're really there
+Don't make me fall in love again
+If he won't be here next year
+
+Santa, tell me if he really cares
+'Cause I can't give it all away
+If he won't be here next year
+
+Feeling Christmas all around
+And I'm trying to play it cool
+But it's hard to focus
+When I see him walking 'cross the room
+
+""Let It Snow"" is blasting out
+But I won't get in the mood
+I'm avoiding every mistletoe until I know...
+
+It's true love that he thinks of
+So next Christmas I'm not all alone, boy
+
+Santa, tell me if you're really there
+Don't make me fall in love again
+If he won't be here next year
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.85
+Rene Liu,6qzfo7jiO4OrhxrvPFPlWX,成全,34GSbu5gyOvcRYb8H06hZC,"看著你和她走到我面前
+微笑地對我說聲「好久不見」
+如果當初沒有我的成全
+是不是今天還在原地盤旋?
+
+不為了勉強可笑的尊嚴
+所有的悲傷丟在分手那天
+未必永遠才算愛得完全
+一個人的成全好過三個人的糾結
+
+我對你付出的青春這麼多年
+換來了一句「謝謝你的成全」
+成全了你的瀟灑與冒險
+成全了我的碧海藍天
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,你把我灌醉,29vGqKBqhLRerm8exDuLe1,"開 往城市邊緣開
+把車窗都搖下來
+用速度換一點痛快
+
+孤單 被熱鬧的夜趕出來
+卻無從告白是你留給我的悲哀
+
+喔愛 讓我變得看不開
+喔愛 讓我自找傷害
+
+你把我灌醉 你讓我流淚
+扛下了所有罪 我拚命挽回
+
+你把我灌醉 你讓我心碎
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,後會無期,5jSuSxPNY1BOQjjnGnyrEw,"當一艘船沉入海底
+當一個人成了謎
+你不知道
+他們為何離去
+那聲再見竟是他最後一句
+
+當一輛車消失天際
+當一個人成了謎
+你不知道
+他們為何離去
+就像你不知道這竟是結局
+
+在每個繁星拋棄銀河的夜裡
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Little Mix,3e7awlrlDSwF3iM0WBjGMp,No More Sad Songs (feat. Machine Gun Kelly),1NXDq5UBby80GsRNjGXVwE,"(Ah, ah) ayy, with your eyes wide shut
+(Ah, ah) no more, no more
+
+I keep trying, nothing's working
+I still wanna know if you're alone
+I keep trying to put this behind me
+I still wanna know who's taking you home
+
+For tonight, I'm gona get my mind off it
+Don't care that someone's got his hands all over my body
+Stay out all night, go where the music is loud
+So I don't have to think about it, I'm beggin', please, don't play
+
+No more sad songs
+No more sad songs
+No more sad songs
+I'm beggin', please, don't play
+No more sad songs
+No more sad songs
+No more sad songs
+I'm beggin', please, don't play, no more sad songs
+
+Dancing with danger, talking to strangers
+Don't care where I go (eh-hey-yeah), just can't be alone (eh-hey-yeah)
+They'll never know me, like you used to know me, nah, ah-ah-ah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,62.31
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,Play我呸,18ImQnN3yZxL6vDQiOvata,"半夜一點的無邪浪蕩睡衣姐妹
+清晨五點的萬人登山體操大會
+六零年代歐洲前衛地下導演討論會
+九零年代偶像復出簽名握手擁抱會
+
+零下五十度北極探險為期十幾天
+撒哈拉酷熱絕對崩潰生存考驗
+三天兩夜集體K歌歇斯底里的宣泄
+芳香精油深度放鬆無意識催眠
+
+文藝裝逼亂世盛裝派對
+女神豐乳肥臀九頭身材
+男神彎弓射雕六塊肌排
+比錢更重要的是人魚線
+
+管你小眾大眾我呸
+管你是小清新是重口味我呸
+管你是那一類甲蟲我呸 我呸 都呸 都Play
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Charlie Puth,6VuMaDnrHyPL1p4EHjYLi7,We Don't Talk Anymore (feat. Selena Gomez),37FXw5QGFN7uwwsLy8uAc0,"We don't talk anymore
+We don't talk anymore
+We don't talk anymore
+Like we used to do
+We don't love anymore
+What was all of it for?
+Oh, we don't talk anymore
+Like we used to do
+
+I just heard you found the one you've been looking
+You've been looking for
+I wish I would have known that wasn't me
+'Cause even after all this time I still wonder
+Why I can't move on
+Just the way you did so easily?
+
+Don't wanna know
+What kind of dress you're wearing tonight
+If he's holding onto you so tight
+The way I did before
+I overdosed
+Should've known your love was a game
+Now I can't get you out of my brain
+Oh, it's such a shame
+
+That we don't talk anymore
+We don't talk anymore
+We don't talk anymore
+Like we used to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,28.28
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,7vu0JkJh0ldukEYbTVcqd0,"I'm jealous, I'm overzealous
+When I'm down I get real down
+When I'm high I don't come down
+But I get angry, baby, believe me
+I could love you just like that
+And I can leave you just as fast
+
+But you don't judge me
+'Cause if you did, baby, I would judge you too
+No, you don't judge me
+'Cause if you did, baby, I would judge you too
+
+'Cause I got issues, but you got 'em too
+So give 'em all to me and I'll give mine to you
+Bask in the glory of all our problems
+'Cause we got the kind of love it takes to solve 'em
+Yeah, I got issues
+And one of them is how bad I need you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.82
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,God is a woman,7gkWXbAxIYuvtOpcN3p9GJ,"You, you love it how I move you
+You love it how I touch you, my one
+When all is said and done
+You'll believe God is a woman
+And I, I feel it after midnight
+A feeling that you can't fight, my one
+It lingers when we're done
+You'll believe God is a woman
+
+I don't wanna waste no time, yuh
+You ain't got a one-track mind, yuh
+Have it any way you like, yuh
+And I can tell that you know I know how I want it
+Ain't nobody else can relate
+Boy, I like that you ain't afraid
+Baby, lay me down and let's pray
+I'm tellin' you the way I like it, how I want it
+
+(Yuh) and I can be all the things you told me not to be
+(Yuh) when you try to come for me, I keep on flourishing
+(Yuh) and he sees the universe when I'm the company
+It's all in me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.97
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Good For You,578Eooad7oUyn4stovZiPg,"Good for you, good for you ('cause I just wanna look)
+Good for you, good for you, oh, oh
+Good for you, good for you (I just wanna look)
+Good for you, good for you, oh oh
+Good for you, good for you (I just wanna look)
+
+Good for you, good for you, oh oh (I just wanna look)
+Good for you, good for you (I just wanna look)
+Good for you, good for you, oh oh
+
+I'm on my 14 carats
+I'm 14 carat
+Doing it up like Midas
+Now you say I got a touch
+So good, so good
+Make you never wanna leave
+So don't, so don't
+
+Gonna wear that dress you like, skin-tight
+Do my hair up real, real nice
+And syncopate my skin to your heart beating
+Gonna wear that dress you like, skin-tight
+Do my hair up real, real nice
+And syncopate my skin to your heart beating
+
+'Cause I just wanna look good for you, good for you, uh-huh
+I just wanna look good for you, good for you, uh-huh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.75
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Baby I,6EIsMa5lbvljYxqCkjZVDi,"Baby, I got love for thee so deep inside of me
+I don't know where to start
+Yeah, yeah, yeah, yeah, yeah (yeah, yeah)
+Yeah, yeah, yeah, yeah, yeah, yeah, yeah
+
+I love you more than anything
+But the words can't even touch what's in my heart
+Yeah, yeah, yeah, yeah, yeah (no, no)
+Yeah, yeah yeah, yeah, yeah, yeah, yeah
+
+When I try to explain it, I be sounding insane
+The words don't ever come out right
+I get all tongue-tied and twisted
+I can't explain what I'm feeling
+And I say baby, baby (ooh-woah, ooh-woah), baby
+
+(Baby, I) oh, baby, oh, baby, my baby
+(Baby, I) oh, baby, baby, I
+(Baby, I) all I'm tryna say is you're my everything, baby
+But every time I try to say it, words, they only complicate it
+Baby, baby (ooh-woah, ooh-woah)
+
+Baby, I'm so down for you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.43
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Honeymoon Avenue,2ofOe2OaXFpZF5ETbsc7Qu,"It's the Rascals
+
+I looked in my rearview mirror
+And it seemed to make a lot more sense
+Than what I see ahead of us, ahead of us, yeah
+I'm ready to make that turn
+Before we both crash and burn
+'Cause that could be the death of us, the death of us
+
+Baby, you know how to drive in rain
+And you decided not to make a change
+Stuck in the same old lane
+Goin' the wrong way home
+
+I feel like my heart is stuck in bumper-to-bumper traffic (hey)
+I'm under pressure 'cause I can't have you the way that I want
+Let's just go back to the way it was
+When we were on Honeymoon Avenue (hey)
+Honeymoon Avenue, baby
+Coastin' like crazy
+Can we get back to the way it was?
+
+Hey, what happened to the butterflies?
+Guess they encountered at that stop sign
+And my heart is at a yellow light, a yellow light
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.53
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Right There,3yiopxxeHuwcpAg4e57Zjt,"If you wanna party, if you, if you wanna party
+Then put your hands up (put your hands up)
+(If you wanna party, if, if, if you wanna party)
+
+Then put your hands up (put your hands up)
+(You got it, you got it babe)
+(You got it, you got it babe)
+(You got it, you got it babe)
+
+Sean Don! (You got it, you got it babe) Okay, this, this, this
+For my number one girl
+Who got the top spot title
+Spent an hour in the bathroom
+Walked out looking like a model
+God! Doing what you do
+
+Got me right there with Apollo on the moon (moon)
+Who needs genies in a bottle
+Girl, if they already got you
+Boy you make me feel so lucky (got you, I got you)
+
+Finally the stars align
+Never has it been so easy
+To be in love and to give you this heart of mine
+You know what I need (ayy)
+
+I know what you like, (ayy)
+Put it all together baby, we could be alright (hey)
+How could this be wrong
+When it feels so right
+
+Yeah, I really love you, I really love you
+
+And I'll never let you go
+You should know
+I'm never gonna change
+I'm always gonna stay
+You call for me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.33
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,The Way,06EL94D0TA27Ik0Ke5usbj,"What we gotta do right here is go back, back to the top
+
+I love the way you make me feel
+I love it, I love it
+I love the way you make me feel
+I love it, I love it
+
+Say, I'm thinking 'bout her every second, every hour
+Do my singing in the shower
+Picking petals off the flowers like
+Do she love me, do she love me not? (love me not)
+I ain't a player, I just crush a lot (crush a lot)
+
+You give me that kind of something
+Want it all the time, need it everyday
+On a scale of one to ten I'm at a hundred
+Never get enough, I can't stay away
+
+If you want it, I got it, I got it everyday
+You can get whatever you need from me
+Stay by your side, I'll never leave you
+I ain't going nowhere 'cause you're a keeper
+
+So don't you worry, baby, you got me
+
+I got a bad boy, I must admit it (hey)
+You got my heart, don't know how you did it (hey)
+And I don't care who sees it, babe
+I don't wanna hide the way I feel when you're next to me (hey)
+
+I love the way (I love the way you make me feel)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.34
+MIKA,5MmVJVhhYKQ86izuGHzJYA,Popular Song,3iugMJEdfE58OpI7WGM38w,"Psychotic, barney MIKA rap
+
+You were the popular one, the popular chick
+It is what it is, now I'm popular, bitch
+Standing on the field with your pretty pom-pom
+Now you're working at the movies selling popular corn
+
+I could have been a mess, but I never went wrong
+'Cause I'm putting down my stories in a popular song
+Ah, oh, said I'm putting down my story in a popular song
+
+My problem, I never was a model
+I never was a scholar, but you were always popular
+You were singing all the songs I don't know
+Now you're in the front row, 'cause my song is popular
+
+Popular, I know about popular
+It's not about who you are or your fancy car
+You're only ever who you were
+
+Popular, I know about popular
+And all that you have to do is be true to you
+That's all you ever need to know
+
+Catch up, 'cause you've got an awful long way to go
+Catch up, 'cause you've got an awful long way to go
+
+Always on the lookout for someone to hate
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.38
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Better Left Unsaid,5Pnny78GESkBSLnxFmhRYZ,"I told you once, ""Get out my life
+I don't need ya, I'll be alright""
+But some things are better left unsaid
+To tell the truth, it hit me hard
+A broken heart is all I have now
+But some things are better left unsaid
+
+And I swore that I would never say
+I miss you more every day
+But some things are better left unsaid
+Are better left unsaid, said, said
+
+Oh-ooh-whoa-oh, oh
+I'm gonna say things like, ""Shut up and kiss me""
+Oh-ooh-whoa-oh, oh
+Tonight I'm gonna lose some things
+Don't play me, just kiss me
+If you wanna party, put your hands up
+Put your hands up, put your hands up
+Don't play me, just kiss me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.59
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Never Be Alone,6wQSrFnJYm3evLsavFeCVT,"I promise that one day I'll be around
+I'll keep you safe
+I'll keep you sound
+Right now it's pretty crazy
+And I don't know how to stop
+Or slow it down
+
+Hey
+I know there are some things we need to talk about
+And I can't stay
+Just let me hold you for a little longer now
+
+Take a piece of my heart
+And make it all your own
+So when we are apart
+You'll never be alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.7
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Stitches,4dLMVmmQC74C4p3AWdwhff,"I thought that I've been hurt before
+But no one's ever left me quite this sore
+Your words cut deeper than a knife
+Now I need someone to breathe me back to life
+
+Got a feeling that I'm going under
+But I know that I'll make it out alive
+If I quit calling you my lover
+Move on
+
+You watch me bleed until I can't breathe, shaking
+Falling onto my knees
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Tripping over myself, aching
+Begging you to come help
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Just like a moth drawn to a flame
+Oh, you lured me in I couldn't sense the pain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,40.36
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Fetish (feat. Gucci Mane),4lnAN2S1fcI0SjxEbksZVr,"Take it or leave it
+Baby, take it or leave it
+But I know you won't leave it
+'Cause I know that you need it, ah
+Look in the mirror
+When I look in the mirror
+Baby, I see it clearer
+Why you wanna be nearer, ah
+
+I'm not surprised
+I sympathize, ah
+I can't deny
+Your appetite, ah
+
+You got a fetish for my love
+I push you out and you come right back
+Don't see a point in blaming you
+If I were you, I'd do me too
+
+You got a fetish for my love
+I push you out and you come right back
+Don't see a point in blaming you
+If I were you, I'd do me too
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,67.85
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Uh Huh,0oiKDZUxZn9i4jCCDmbTM2,"It's electric how my lipstick
+Makes it's own way right into your kiss and
+It's pathetic how we both get kind of fucked up
+Hanging on each other
+
+We're ahead now
+Should we slow down?
+Should we slow down now?
+
+'Cause I'm getting some kind of shake without you
+
+Uh huh
+I think you're movin' in too close
+But I think that it's my body wantin' it the most, like
+
+Uh huh
+I don't know what it is I feel
+But I know it's my emotions goin' in for the kill, like
+
+Uh huh (uh huh)
+Uh huh (uh huh)
+But I know it's my emotions goin' in for the kill
+
+It's electric how symmetric
+We both get when you lay beside me
+It's phonetic how our mouths grip
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.33
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,the light is coming (feat. Nicki Minaj),5iZ4hcpCgFVijq5OOjBTKZ,"You wouldn't let anybody speak and instead...
+You wouldn't let anybody speak and instead...
+
+Ayo, trophy wife, out you won me
+Until you had to find out it's one me
+N-n-now you benched, aw, your bum knee
+Now I'm the bad guy, call me Chun-Li
+
+'Cause you was slippin', yep, you clumsy
+And everything I peeped, can't just unsee
+Sips tea, and it's unsweet
+Re-respect bad gyal when mi dun speak
+
+Now we shooting the shot like drive-by's
+Why-why you had to make me go call up my side guy?
+Can't let a f-boy eff up my nice vibes
+Yo, Ariana, come let me give you a high five
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,49.39
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Jumpsuit,6cQnrSlTxhHCCiUpKrs7g3,"Cover me, oh
+
+I can't believe how much I hate
+Pressures of a new place roll my way
+Jumpsuit, jumpsuit, cover me
+Jumpsuit, jumpsuit, cover me
+
+I crumble underneath the weight
+Pressures of a new place roll my way
+Jumpsuit, jumpsuit, cover me
+Jumpsuit, jumpsuit, cover me
+
+Spirits in my room, friend or foe?
+Felt it in my youth, feel it when I'm old
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,79.06
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Nico And The Niners,6ZIuit0z4eQg77F1RGkp0L,"East is up
+I'm fearless when I hear this on the low
+East is up
+I'm careless when I wear my rebel clothes
+East is up
+When Bishops come together they will know that
+Dema don't control us, Dema don't control
+East is up
+
+They want to make you forget
+They want to make you forget
+Save your razorblades now, not yet
+Save your razorblades now, not yet
+
+I'm heavy, my jumpsuit is on steady
+I'm lighter when I'm lower, I'm higher when I'm heavy, oh
+
+I'm so high, my jumpsuit takes me so high
+I'm flying from a fire, from Nico and the Niners, oh
+
+East is up
+I'm fearless when I hear this on the low
+East is up
+I'm careless when I wear my rebel clothes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.28999999999999
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Heathens,6i0V12jOa3mr6uu4WYhUBr,"All my friends are heathens, take it slow
+Wait for them to ask you who you know
+Please don't make any sudden moves
+You don't know the half of the abuse
+
+All my friends are heathens, take it slow
+Wait for them to ask you who you know
+Please don't make any sudden moves
+You don't know the half of the abuse
+
+Welcome to the room of people
+Who have rooms of people that they loved one day
+Docked away
+Just because we check the guns at the door
+Doesn't mean our brains will change from hand grenades
+
+You'll never know the psychopath sitting next to you
+You'll never know the murderer sitting next to you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.45
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Ride,2Z8WuEywRWYTKe1NybPQEW,"I just wanna stay in the sun where I find
+I know it's hard sometimes
+Pieces of peace in the sun's peace of mind
+I know it's hard sometimes
+Yeah, I think about the end just way too much
+But it's fun to fantasize
+On my enemies who wouldn't wish who I was
+But it's fun to fantasize
+
+Oh, oh, oh, oh
+Oh, oh, oh, oh
+I'm fallin' so I'm taking my time on my ride
+Oh, oh, oh, oh
+I'm fallin' so I'm taking my time on my ride
+
+Takin' my time on my ride
+
+""I'd die for you"" that's easy to say
+We have a list of people that we would take
+A bullet for them, a bullet for you
+A bullet for everybody in this room
+But I don't seem to see many bullets coming through
+See many bullets coming through
+Metaphorically, I'm the man
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,60.11
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Fairly Local,1s9xuJxhYM0LdVqksjegcg,"I'm fairly local, I've been around
+I've seen the streets you're walking down
+I'm fairly local, good people now
+Oh oh oh oh oh oh oh
+
+I'm evil to the core
+What I shouldn't do I will
+They say I'm emotional
+What I want to save I'll kill
+Is that who I truly am?
+I truly don't have a chance
+Tomorrow I'll keep a beat
+And repeat yesterday's dance
+
+Yo, this song will never be on the radio
+Even if my clique were to pick and the people were to vote
+It's the few, the proud, and the emotional
+Yo, you, bulletproof, in black like a funeral
+The world around us is burning but we're so cold
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.72
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Tear in My Heart,3bnVBN67NBEzedqQuWrpP4,"An-nyŏng-ha-se-yo
+
+Sometimes you gotta bleed to know
+That you're alive and have a soul
+But it takes someone to come around
+To show you how
+
+She's the tear in my heart
+I'm alive
+She's the tear in my heart
+I'm on fire
+She's the tear in my heart
+Take me higher
+Than I've ever been
+
+The songs on the radio are okay
+But my taste in music is your face
+And it takes a song to come around
+To show you how
+
+She's the tear in my heart
+I'm alive
+She's the tear in my heart
+I'm on fire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.97
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Heavydirtysoul,7i9763l5SSfOnqZ35VOcfy,"There's an infestation in my mind's imagination
+I hope that they choke on smoke 'cause I'm smokin' them out the basement
+This is not rap, this is not hip-hop
+Just another attempt to make the voices stop
+Rappin' to prove nothing, just writin' to say somethin'
+'Cause I wasn't the only one who wasn't rushin' to sayin' nothin'
+This doesn't mean I lost my dream
+It's just right now I got a really crazy mind to clean
+
+Gangsters don't cry
+Therefore, therefore I'm
+Mr. Misty-eyed, therefore I'm
+
+Can you save
+Can you save my
+Can you save my heavydirtysoul?
+Can you save
+Can you save my
+Can you save my heavydirtysoul?
+For me, for me (Uh)
+Can you save my heavydirtysoul?
+For me, for me (Uh)
+Can you save my heavydirtysoul?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.23
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Car Radio,5cbpoIu3YjoOwbBDGUEp3P,"I ponder of something great
+My lungs will fill and then deflate
+They fill with fire, exhale desire
+I know it's dire, my time today
+
+I have these thoughts, so often I ought
+To replace that slot with what I once bought
+'Cause somebody stole my car radio
+And now I just sit in silence
+
+Sometimes quiet is violent
+I find it hard to hide it, my pride is no longer inside
+It's on my sleeve, my skin will scream
+Remindin' me of who I killed inside my dream
+I hate this car that I'm driving, there's no hiding for me
+I'm forced to deal with what I feel
+There is no distraction to mask what is real
+I could pull the steering wheel
+
+I have these thoughts, so often I ought
+To replace that slot with what I once bought
+'Cause somebody stole my car radio
+And now I just sit in silence
+
+I ponder of something terrifying
+'Cause this time there's no sound to hide behind
+Defined over the course of our human existence
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.29
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,倒帶,4XipvtwRgtUrGb2j2l0wNG,"我受夠了等待
+你所謂的安排
+說的未來到底多久才來
+總是要來不及
+才知道我可愛
+我想依賴而你卻都不在
+應該開心的地帶
+你給的全是空白
+一個人假日發呆
+找不到人陪我看海
+我在幸福的門外
+卻一直都進不來
+你累積給的傷害
+我是真的很難釋懷
+
+終於看開 愛回不來
+而你總是太晚明白
+最後才把話說開
+哭著求我留下來
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Jesse McCartney,2Hjj68yyUPiC0HKEOigcEp,Beautiful Soul,1HwpWwa6bnqqRhK8agG4RS,"I don't want another pretty face
+I don't want just anyone to hold
+I don't want my love to go to waste
+I want you and your beautiful soul
+
+I know that you are something special
+To you I'd be always faithful
+I want to be what you always needed
+Then I hope you'll see the heart in me
+
+I don't want another pretty face
+I don't want just anyone to hold
+I don't want my love to go to waste
+I want you and your beautiful soul
+You're the one I wanna chase
+You're the one I wanna hold
+I won't let another minute go to waste
+I want you and your beautiful soul
+Your beautiful soul, yeah
+
+You might need time to think it over
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.96
+Jesse McCartney,2Hjj68yyUPiC0HKEOigcEp,She's No You,3bcVpuuWgAUQZri3FgpfNX,"They got a lotta girls who know they got it goin' on
+But nothing's ever a comparison to you
+Now can't you see that you're the only one I really want
+And everything I need is everything you do
+
+Any girl walk by don't matter
+'Cause you're looking so much better
+Don't ever need to get caught up in jealousy
+She could be a super model, every magazine, the cover
+She'll never, ever mean a thing to me
+
+She's no you
+Oh, no
+You give me more than I could ever want
+She's no you
+Oh, no
+I'm satisfied with the one I've got
+
+'Cause you're all the girl that I ever dreamed
+She's only a picture on a magazine
+She's no you
+She's no you
+
+They gotta a lotta girls who dance in all the videos
+But I prefer the way you do, the way you move
+You're more than beautiful and just wanna let you know
+That all I ever need is what I got with you
+
+Any girl walk by, don't matter
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,30.61
+Cody Simpson,79Xp2rRN7wdsaTJgttdX3K,Pretty Brown Eyes,5BHWQ78pw9yIjIWa6p1z6G,"Go to sleep, wake up
+You're pretty with, no make up
+I like this right here
+Go sleep, wake up
+You're pretty with
+
+This girl she came 'round the corner
+Looking like a model
+Magazine figure, she was shaped like a bottle
+Long straight hair, she was fly as a bird
+First time ever, I was lost for words
+
+Felt so right, couldn't be wrong
+Love at first sight, if that exists at all
+I couldn't move, felt like I was stuck
+And then baby girl looked up
+
+And I said
+Hey there pretty brown eyes
+Whatcha' doin' later tonight?
+Would you mind if I spend time with you?
+
+And I said
+Hey there, pretty brown eyes
+Whatcha' doin' later tonight?
+Would you mind if I spend time with you?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.92
+Cody Simpson,79Xp2rRN7wdsaTJgttdX3K,Summertime of Our Lives,5TGZ9gUY5LoJLxDg7B5H7w,"Every day at twilight
+When the sun turns red in the sky
+I think of you on that shoreline
+Brushing the hair from your eyes
+We were drawing our names in the wet sand
+And running away as the tide rolled in
+
+Wherever you are, no matter how far
+I promise that I won't give up on you
+They say out of sight means out of mind
+But they couldn't be further from the truth
+'Cause I'm in love with you
+I'm still in love with you
+
+Even if there is an ocean
+Keeping your heart from mine
+That doesn't mean I'm not thinking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.49
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Enchanted,10eBRyImhfqVvkiVEGf0N0,"There I was again tonight
+Forcing laughter, faking smiles
+Same old tired, lonely place
+Walls of insincerity
+Shifting eyes and vacancy
+Vanished when I saw your face
+All I can say is it was enchanting to meet you
+
+Your eyes whispered, ""Have we met?""
+Across the room, your silhouette
+Starts to make its way to me
+The playful conversation starts
+Counter all your quick remarks
+Like passing notes in secrecy
+
+And it was enchanting to meet you
+All I can say is I was enchanted to meet you
+
+This night is sparkling, don't you let it go
+I'm wonderstruck, blushing all the way home
+I'll spend forever wondering if you knew
+I was enchanted to meet you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.76
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,5OMwQFBcte0aWFJFqrr5oj,"Wake up in the morning feelin' like P. Diddy (hey, what up, girl?)
+Grab my glasses, I'm out the door, I'm gonna hit this city (let's go)
+Before I leave, brush my teeth with a bottle of Jack
+'Cause when I leave for the night, I ain't coming back
+
+I'm talking pedicure on our toes, toes
+Trying on all our clothes, clothes
+Boys blowing up our phones, phones
+Drop-topping, playing our favorite CDs
+Pulling up to the parties
+Trying to get a little bit tipsy
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Ain't got a care in the world, but got plenty of beer
+Ain't got no money in my pocket, but I'm already here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.02
+Kesha,6LqNN22kT3074XbTVUrhzX,Die Young,6mnjcTmK8TewHfyOp3fC9C,"I hear your heart beat to the beat of the drums
+Oh what a shame that you came here with someone
+So while you're here in my arms
+Let's make the most of the night
+Like we're gonna die young
+We're gonna die young
+We're gonna die young
+
+Let's make the most of the night
+Like we're gonna die young
+Let's make the most of the night
+Like we're gonna die young
+
+Young hearts, out our minds
+Runnin' 'til we outta time
+Wild child's, lookin' good
+Livin' hard just like we should
+Don't care whose watching when we tearing it up (you know)
+That magic that we got nobody can touch (for sure)
+
+Looking for some trouble tonight (yeah)
+Take my hand, I'll show you the wild side
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,30.22
+Kesha,6LqNN22kT3074XbTVUrhzX,Your Love Is My Drug,4AboqNl74jNDpJhPfqYDmj,"Maybe I need some rehab, or maybe just need some sleep
+I've got a sick obsession, I'm seeing it in my dreams
+I'm looking down every alley, I'm making those desperate calls
+I'm staying up all night hoping, hitting my head against the wall
+
+What you've got, boy, is hard to find
+I think about it all the time
+I'm all strung out, my heart is fried
+I just can't get you off my mind
+
+Because your love, your love, your love is my drug
+Your love, your love, your love
+I said your love, your love, your love is my drug
+Your love, your love, your love
+
+Won't listen to any advice, mom's telling me I should think twice
+But left to my own devices I'm addicted, it's a crisis
+My friends think I've gone crazy
+My judgment's getting kinda hazy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28
+Kesha,6LqNN22kT3074XbTVUrhzX,We R Who We R,0Ji2g9AlYLVHAMG5PJoHPU,"Hot and dangerous
+If you're one of us, then roll with us
+'Cause we make the hipsters fall in love
+When we've got our hot pants on and up
+
+And yes, of course we does
+We running this town just like a club
+And no, you don't wanna mess with us
+Got Jesus on my necklace-ace-ace
+
+Got that glitter on my eyes
+Stockings ripped all up the side
+Looking sick and sexified
+So let's go-o-o (let's go)
+
+Tonight we're going har-har-har, ha-ha-hard
+Just like the world is our-our-our, ou-ou-ours
+We're tearin' it apart-part-pa-pa-pa-part
+You know we're superstars, we are who we are
+
+We're dancing like we're dumb-dumb-du-du-du-dumb
+Our bodies goin' numb-numb-nu-nu-nu-numb
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.46000000000001
+Kesha,6LqNN22kT3074XbTVUrhzX,Sleazy,7GS7uK7mPdnIOqbgEwg9br,"I don't need you or your brand new Benz
+Or your bougie friends
+I don't need love, looking like diamonds
+Looking like diamonds
+
+Get sleazy, get sleazy, get sleazy, get sleazy
+Get sleazy, get sleazy, get sleazy, get sleazy
+(I'ma get) sleazy, get sleazy
+(Get) sleazy, get sleazy
+(I'ma get) sleazy, get sleazy
+(Get) sleazy, get sleazy
+
+I don't need you or your brand new Benz
+Or your bougie friends
+And I don't need love, looking like diamonds
+Looking like diamonds
+I don't need you or your brand new Benz
+Or your bougie friends
+And I don't need love, looking like diamonds
+Looking like diamonds
+
+You can't imagine the immensity of the f-
+I'm not giving about your money
+And man servant at the mansion you live in
+And I don't wanna go places where all my ladies can't get in
+Just grab a bottle, some boys and let's take it back to my basement
+And get sleazy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.96000000000001
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,In The Dark,1pbHy9VBpSyZh56xuujZz0,"On my waist, through my hair
+Think about it when you touch me there
+Close my eyes, here you are
+All alone dancing in the dark
+
+Tell me baby if it's wrong
+To let my hands do what they want?
+Late at night I pretend we are
+Dance-dance-da-dance, dancing in the dark
+
+Dancing in the dark
+Ooh-la-la, ooh-la-la, ooh-la-la
+Dancing in the dark
+
+Can you work on me?
+Open my body up and do some surgery
+Now-now that you got me up
+I wanna taste it, taste it
+And see those pocket aces
+
+Wanna see who you are
+Got a sex drive, just push to start
+I got a sex drive, just push to start
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Bass Down Low,4Xf7EL8G6FRYwvJADl0nf4,"If you wanna get with me
+There's some things you gotta know
+I like my beats fast
+And my bass down low
+
+Ba-ba-ba-bass down low
+Ba-bass, bass down low
+I, I, I like my beats fast
+And my bass down low
+
+Bass, bass down low
+Ba-bass, bass down low
+I, I, I like my beats fast
+And my bass down low
+
+It's like 1, 2, 3, fuck it
+I'm about to take this drink and just stuff it
+Fish tank this thang along with four more shots Potron
+I don't give a fuck about goin' home
+
+Straight buzzin', Robitussin
+Wanna get your mitts in my oven?
+Wanna get a lick of this lovin'?
+G-g-g-get, get a lick of this lovin'
+
+Yeah, I like it loud
+And I'll make you shout
+Give you that Black Eyed Peas
+You know that boom boom pow
+
+If you wanna get with me
+There's some things you gotta know
+I like my beats fast
+And my bass down low
+
+Bass, bass down low
+Ba-bass, bass down low
+I, I, I like my beats fast
+And my bass down low
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,13.06
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Naked,6pbEAwYTQs2PK4JCmy2lTY,"You got a girl
+That doesn't look a thing like me
+The girl, your mother always said it would be
+So, you could say that, you could say that
+I'm hopeless
+
+But that ain't the girl
+That ain't the girl I want you to be
+The girl that keeps me up
+And I see in my dreams
+So, you could say that, you could say that
+I love her
+
+So I don't care what they say
+It's our life life life
+We can dance if we want
+Make it feel alright
+Temperature's rising
+I feel the fire
+Tonight, it's just me and you
+
+Tell me baby, will you be here when I wake up
+Even with no make up
+I don't want to fake it
+
+And you don't gotta doubt a second if I miss you
+Every time I'm with you
+I feel naked
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.89
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Getaway,0UNFdtIwAwdpizILavUlnV,"I wanna take this money get out of town
+Buy some time we can make it some how
+Waitin' for a dream to come around
+You know me better than that
+Baby I'm not down
+
+I left a letter for my sister in a bottle full of booze
+One day I'm gonna love you too
+But for now, I'm runnin' oh
+I'm runnin' south
+
+They say you better have a way back home
+But I know, they wont forget my name back home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.2
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Dancing Shoes,0kpLgc5YwuDzjcjTL1VIyT,"I'm putting on my dancing shoes tonight
+Ten thousand people waiting for me
+I can hear them outside from the curtain I sit behind
+The drums kick in and the lights go down
+My heartbeat drowns out the sound
+My hands go up, I sing my song
+And a thousand voices sing along
+
+I used to lay awake
+Hear a crowd roar to every word I say
+Now the stars, they used to shine so bright
+They were all replaced by candlelights
+And it all, makes it harder to find the places that we know
+
+I'm putting on my dancing shoes tonight
+Ten thousand people waiting for me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,13.84
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Perfect Match,3sGtfsrQkyfwPua4UiuBD6,"I don't know who you are
+Or who you believe to be
+But I, I like what I see
+And you don't gotta be on movie screens
+'Cause god damn boy you're for me
+And don't call me a star in these old denim jeans
+You are that thing that's setting me free
+So stay the night
+Talk to me
+Let's have a drink
+Boy get lost with me
+When you need to breath
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,59.27
+Far East Movement,698hF4vcwHwPy8ltmXermq,Like A G6,4DvhkX2ic4zWkQeWMwQ2qf,"Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+Sippin' sizzurp in my ride, in my ride like Three 6
+Now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+
+Gimme that mo-moet-wet
+Gimme that crys-crystal-stal
+Ladies love my style, at my table gettin' wild
+Get-get-get-get-get them bottles poppin', we get that drip and that drop
+Now-now give me two more bottles 'cause you know it don't stop (808) hell yeah
+Drink it up, drink-drink it up
+When sober girls around me, they be acting like they drunk
+They be acting like they drunk, acting a-acting like they drunk
+When-when-when sober girls around me, they be acting like they dru-u-unk
+
+Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.91
+Nicole Scherzinger,40xbWSB4JPdOkRyuTDy1oP,Whatever U Like - Vocals Up,7azjTELs8D258z1Y1IGzSi,"Ladies and gentlemen
+I know what you want
+She's hot as a stove
+Her name is Nicole
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+
+Don't cha want it?
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+
+Boy, you want my body
+Wanna ride it like a Harley
+Once or twice around the block
+I bet I'll have you saying 'woh woh'
+
+First stop, let me pop
+Drop like a helicop
+Pay attention on me
+While i show you the scenario
+
+You charming me boy
+Yeah boy, you're charming me
+Just like this beat is gonna do
+On the radio
+
+I thought you knew me
+By way you're talking to me
+You get any closer to me
+Then i might just have to let it go
+
+Something 'bout that cocky thing,
+You got me wanna see what's really going on
+
+I do the thing, I do the thing you wanna (Ladies an gentlemen)
+I'm gonna do, do anything you wanna (I know what you want)
+I do the thing, I do the thing you wanna (She's hot as a stove)
+I'm gonna do, do anything you wanna (Her name is Nicole)
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.81
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,you should see me in a crown,6vsV4D8BM6PioRr1UOx0n2,"Bite my tongue, bide my time
+Wearing a warning sign
+Wait 'til the world is mine
+Visions I vandalize
+Cold in my kingdom size
+Fell for these ocean eyes
+
+You should see me in a crown
+I'm gonna run this nothing town
+Watch me make 'em bow
+One by, one by one, one by, one by
+You should see me in a crown
+Your silence is my favorite sound
+Watch me make 'em bow
+One by, one by one, one by, one by one
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,36.120000000000005
+Pitbull,0TnOYISbd1XYRBk9myaseg,Timber (feat. Ke$ha),3cHyrEgdyYRjgJKSOiOtcS,"It's going down, I'm yelling timber
+You better move, you better dance
+Let's make a night you won't remember
+I'll be the one you won't forget
+
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+
+The bigger they are, the harder they fall
+This biggity boy's a diggity dog
+I have 'em like Miley Cyrus, clothes off
+Twerking in their bras and thongs (timber)
+Face down, booty up (timber)
+That's the way we like to what? (Timber)
+I'm slicker than an oil spill
+She say she won't, but I bet she will (timber)
+
+Swing your partner 'round and 'round
+End of the night, it's going down
+One more shot, another round
+End of the night, it's going down
+Swing your partner 'round and 'round
+End of the night, it's going down (oh-oh-oh)
+One more shot, another round
+End of the night, it's going down
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.25
+Pitbull,0TnOYISbd1XYRBk9myaseg,Fireball (feat. John Ryan),4Y7XAxTANhu3lmnLAzhWJW,"Mr. Worldwide to infinity
+You know the roof on fire
+We gon' boogie oogie oogie, jiggle, wiggle and dance
+Like the roof on fire
+We gon' drink drinks and take shots until we fall out
+Like the roof on fire
+Now baby give a booty naked, take off all your clothes
+And light the roof on fire
+Tell her, tell her baby, baby, baby, baby, baby, baby, baby, baby, baby
+I'm on fire
+I tell her baby, baby, baby, baby, baby, baby, baby, baby, baby
+I'm a fireball
+
+Fireball
+
+I saw, I came, I conquered
+Or should I say, I saw, I conquered, I came
+They say the chico on fire and he no liar
+While y'all slippin' he's runnin' the game
+Now big bang boogie
+Get that kitty little noogie
+In a nice, nice little shade
+I gave Suzie a little pat up on the booty
+And she turned around and said
+Walk this way
+
+I was born in a flame
+Mama said that everyone would know my name
+I'm the best you've ever had (that's right)
+If you think I'm burning out, I never am
+
+I'm on fire
+I'm on fire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.77
+Pitbull,0TnOYISbd1XYRBk9myaseg,Don't Stop the Party (feat. TJR),3Tu7uWBecS6GsLsL8UONKn,"You don't get them girls loose, loose
+You don't get the world loose, loose
+You don't get money, move, move
+But I do, I do
+
+You don't get them girls loose, loose
+You don't get the world loose, loose
+You don't get money, move, move
+But I do, I do
+
+I said, y'all having a good time out there?
+Yeah, yeah, yeah, que no pare la fiesta
+Don't stop the party
+Yeah, yeah, yeah, que no pare la fiesta
+Don't stop the party
+
+I'm running through the world like a running back
+Scarface, world's mine, running back
+30,000 people in here know me?
+80,000 people in London, Wembley
+90,000 people in Morocco
+And I'm just getting warmed up, papo
+Catch me with Red One in Stockholm
+Beirut cafe getting my drink on, voli
+Wow, all the pretty women here, the hookah
+All of them sweet, azucar, azucar, dale disfruta
+
+They can't, they won't
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.1
+Pitbull,0TnOYISbd1XYRBk9myaseg,Hotel Room Service,32yIEFS62uS5ryhr2Xlooj,"DJ Jim Jonsin
+I want everybody to stop what they're doin' (Mr. 305)
+Now if you know you're with somebody
+
+You're gonna take the hotel room tonight, Make some noise (woo)
+Meet me at the hotel room, Meet me at the hotel room
+Meet me at the hotel room, Meet me at the hotel room
+
+Forget about your boyfriend and meet me at the hotel room
+You can bring your girlfriends and meet me at the hotel room
+Forget about your boyfriend and meet me at the hotel room
+You can bring your girlfriends and meet me at the hotel room.
+
+We at the hotel, motel, Holiday Inn, We at the hotel, motel, Holiday Inn.
+We at the hotel, motel, Holiday Inn, We at the hotel, motel, Holiday Inn.
+She like that freaky stuff, Two in the ""O"" and one in the eye
+That kinky stuff, you nasty, But I like your type
+
+And like T.I. it's whatever you like, Bring your girls, just whatever the night
+Your man just left, I'm the plumber tonight,
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.09
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,This Kiss,7cWLl1E5iMvqIVhpmtUp6k,"I went out last night
+I'm going out tonight again
+Anything to capture your attention (your attention)
+
+And she's a real sweet girl
+And you know I got a boy
+Details we both forgot to mention (forgot to mention)
+
+And you, I always know where you are
+And you always know where I am
+We're taking it way too far
+But I don't want it to end
+
+This kiss is something I can't resist
+Your lips are undeniable
+This kiss is something I can't risk
+Your heart is unreliable
+Something so sentimental
+You make so detrimental
+And I wish it didn't feel like this
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.79
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,More Than A Memory,61U2J5A1KkXsANbGk45S4l,"Speak to me (to me)
+You're walking closer, and it's hard to breathe (to breathe)
+I should be running, but the heart's naive
+And I expect too much (too much, too much, too much)
+You were good to me (to me)
+I left a scar that no one else can see (can see)
+And now you're back here and reminding me
+That I lost way too much (too much, too much, too much)
+
+Do you know that night I almost said I loved you?
+And you almost said it back
+
+Are we gonna be more than a memory?
+No matter how lame my apology
+I let go of you, you let go of me
+Are we gonna be more than a memory?
+Are you gonna just stand in front of me?
+Pretending I'm not your destiny
+I'm not over you, are you over me?
+Are we gonna be more than a memory?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,39.53
+Peter Bjorn and John,6u11Qbko2N2hP4lTBYjX86,Young Folks,6M6UoxIPn4NOWW0x7JPRfv,"If I told you things I did before, told you how I used to be
+Would you go along with someone like me?
+If you knew my story word for word, had all of my history
+Would you go along with someone like me?
+
+I did before and had my share, it didn't lead nowhere
+I would go along with someone like you
+It doesn't matter what you did, who you were hanging with
+We could stick around and see this night through
+
+And we don't care about the young folks
+Talking 'bout the young style
+And we don't care about the old folks
+Talking 'bout the old style too
+
+And we don't care about our own folks
+Talking 'bout our own style
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.37
+Spice Girls,0uq5PttqEjj3IH1bzwcrXF,Wannabe,1Je1IMUlBXcx1Fz0WE7oPT,"Yo, I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you want my future, forget my past
+If you wanna get with me, better make it fast
+Now don't go wasting my precious time
+Get your act together, we could be just fine
+
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you wanna be my lover, you gotta get with my friends (gotta get with my friends)
+Make it last forever, friendship never ends
+If you wanna be my lover, you have got to give
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.9
+Sia,5WUlDfRSoLAfcVSX1WnrxN,I'm In Here,3R2FxfQsTs5Ei2twCe339s,"I'm in here
+Can anybody see me?
+Can anybody help?
+
+I'm in here
+A prisoner of history
+Can anybody help?
+
+Can't you hear my call?
+Are you coming to get me now?
+I've been waiting for
+You to come rescue me
+I need you to hold
+All of the sadness, I can not
+Live with inside of me
+
+I'm in here
+I'm trying to tell you something
+Can anybody help?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.49
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Learning from Drunk,3GcgQrQ1yx3NSCYQ8wskNG,"I'm in here
+Can anybody see me?
+Can anybody help?
+
+I'm in here
+A prisoner of history
+Can anybody help?
+
+Can't you hear my call?
+Are you coming to get me now?
+I've been waiting for
+You to come rescue me
+I need you to hold
+All of the sadness, I can not
+Live with inside of me
+
+I'm in here
+I'm trying to tell you something
+Can anybody help?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Sweetie,2uxnPcTJa2UExlj1LwYZp6,"We were both headed different ways
+Both in a rush, trying to get away
+I ran into you-ou-ou
+Like a crash of thunder
+Out in the rain waiting for the bus
+We started talking 'bout different stuff
+
+And it's true-ue-ue
+There's an eighth world wonder
+And from now on
+You're not as lonely as you think you are
+I'm trying to tell you
+
+Anything you want boy
+I can make it happen
+We could fall in love and I could be your sweetie
+Anytime of day boy
+I'll be your distraction
+We can make it happen
+I could be your sweetie, sweetie
+
+You're not as lonely as you think you are
+I'm trying to tell you
+
+Anything you want boy
+I can make it happen
+We could fall in love and I could be your sweetie, sweetie
+
+A dinner date and a glass of wine
+We stayed up late and lost track of time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.54
+Jason Derulo,07YZf4WDAMNwqr4jfgOZ8y,Talk Dirty (feat. 2 Chainz),6g6A7qNhTfUgOSH7ROOxTD,"Jason, haha
+Jason Derulo
+Haha, get Jazzy on 'em
+
+I'm that flight that you get on, international
+First-class seat on my lap, girl, riding comfortable (oh yeah)
+Ha 'cause I know what the girl them need, New York to Haiti
+I got lipstick stamps on my passport, you make it hard to leave
+
+Been around the world, don't speak the language
+But your booty don't need explaining
+All I really need to understand is when you
+Talk dirty to me
+
+Talk dirty to me
+Talk dirty to me
+Talk dirty to me
+
+Get Jazzy on 'em
+You know the words to my songs, no habla inglés (oh)
+Our conversations ain't long, but you know what is
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.94
+Lenka,5g3uG8zZZANGT6YOssgjfC,Two,6V9oJaowRGXbJ5fkkar6KG,"Two, now that I'm with you
+Another point of view
+Instead of what I knew
+Oh two, whatever will we do
+I don't see a way through
+But you're the one I choose
+
+I never knew what double could do
+But things are better, so much better
+
+Hold me closer, never let me go
+I don't want any other, baby
+Two is the one, two is the one
+I was lonely, never had nobody
+But now I've got double, baby
+Two is the one, two is the one for me
+
+One, never had so much fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.6
+Lenka,5g3uG8zZZANGT6YOssgjfC,Heart Skips A Beat,6mKcOe06yuwMIWaJQRtftw,"Heart skips a beat
+My heart skips a beat
+
+My heart is playing tricks on me
+And it's building bricks on me
+I can't break through
+And I can't face you
+
+My world is turning slowly now
+But it's burnin' up somehow
+I need some time
+To know what's right
+'Cause it's only in the quiet that I feel some relief
+
+I'm tryin' hard not to resist the joy
+Don't listen to me I'm being paranoid
+I might try hard but it's too hard to avoid
+My heart skips a beat
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.17
+Lily Allen,13saZpZnCDWOI9D4IJhp1f,Fuck You,5st5644IlBmKiiRE73UsoZ,"Look inside, look inside your tiny mind, now look a bit harder
+'Cause we're so uninspired
+So sick and tired of all the hatred you harbour
+
+So you say it's not okay to be gay, well, I think you're just evil
+You're just some racist who can't tie my laces
+Your point of view is medieval
+
+Fuck you (Fuck you), fuck you very, very much
+'Cause we hate what you do
+And we hate your whole crew
+So, please don't stay in touch
+
+Fuck you (Fuck you), fuck you very, very much
+'Cause your words don't translate
+And it's getting quite late
+So, please don't stay in touch
+
+Do you get, do you get a little kick out of being small-minded?
+You want to be like your father, it's approval you're after
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.09
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,Apologize,24nRdDUUIdM2mv1YdwMdu6,"I'm holding on your rope
+Got me ten feet off the ground
+And I'm hearing what you say
+But I just can't make a sound
+
+You tell me that you need me
+Then you go and cut me down, but wait
+You tell me that you're sorry
+Didn't think I'd turn around and say
+
+That it's too late to apologize, it's too late
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,36.120000000000005
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,7Lf7oSEVdzZqTA0kEDSlS5,"You were my sun
+You were my earth
+But you didn't know all the ways I loved you, no
+So you took a chance
+And made other plans
+But I bet you didn't think that they would come crashing down, no
+
+You don't have to say what you did
+I already know, I found out from him
+Now there's just no chance for you and me
+There'll never be
+And don't it make you sad about it
+
+You told me you loved me
+Why did you leave me all alone
+Now you tell me you need me
+When you call me on the phone
+Girl I refuse
+You must have me confused
+With some other guy
+The bridges were burned
+Now it's your turn
+To cry
+
+Cry me a river
+Cry me a river
+Cry me a river
+Cry me a river
+
+Know that they say
+That some things are better left unsaid
+It wasn't like you only talked to him and you know it
+(Don't act like you don't know it)
+
+All of these things people told me
+Keep messing with my head
+(Messing with my head)
+Should've picked honesty
+Then you may not have blown it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.24
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Kill Em With Kindness,7KxhSJOYiqCDclXDBNlFSZ,"The world can be a nasty place
+You know it, I know it, yeah
+We don't have to fall from grace
+Put down the weapons you fight with
+
+Kill 'em with kindness
+Kill 'em with kindness
+Kill 'em, kill 'em, kill 'em with kindness
+Kill 'em with kindness
+Kill 'em with kindness
+Go ahead, go ahead, go ahead now
+
+We're runnin' out of time
+Chasing our lies
+Everyday a small piece of you dies
+Always somebody
+You're willin' to fight, to be right
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.54
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Naturally,1YaVmBh7EAeR54FIjuFcb5,"How you choose to express yourself
+It's all your own, and I can tell
+It comes naturally, it comes naturally
+
+You follow what you feel inside
+It's intuitive, you don't have to try
+It comes naturally, mm, it comes naturally
+
+And it takes my breath away
+What you do so naturally
+
+You are the thunder and I am the lightning
+And I love the way you know who you are
+And to me it's exciting
+When you know it's meant to be
+Everything comes naturally, it comes naturally
+When you're with me, baby
+Everything comes naturally, it comes naturally
+Ba-ba-baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.26
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Back To You - From 13 Reasons Why – Season 2 Soundtrack,4hQ6UGyWQIGJmHSo0J88JW,"Took you like a shot
+Thought that I could chase you with a cold evening
+Let a couple years water down how I'm feeling about you
+And every time we talk
+Every single word builds up to this moment
+And I gotta convince myself I don't want it
+Even though I do (Even though I do)
+
+You could break my heart in two
+But when it heals, it beats for you
+I know it's forward, but it's true
+
+I wanna hold you when I'm not supposed to
+When I'm lying close to someone else
+You're stuck in my head and I can't get you out of it
+If I could do it all again
+I know I'd go back to you
+I know I'd go back to you
+I know I'd go back to you
+
+We never got it right
+Playing and replaying old conversations
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,41.93
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Bang Bang Bang,1P5RYVvxPVrzonLqAC8uxk,"Yeah, yeah
+
+Whoa, whoa, oh
+
+My new boy used to be a model
+He looks way better than you
+He looks way better than you
+My new boy gets it how to get me
+His love is deeper, you know
+He's a real keeper, you know, oh
+
+Bang, bang, bang, I'm breakin' in
+Stealin' all my love back, givin' it to him (oh-whoa)
+Bang, bang, bang, this time I win
+I thought your love was all that 'til I let him in (oh-whoa)
+
+You're gonna be the one
+You're gonna be the one
+You're gonna be the one
+You're gonna be the one that's mopin' (oh-whoa)
+
+You're gonna be the one
+You're gonna be the one
+When I'm out havin' fun
+You're gonna be the one that's broken (oh-whoa)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.94
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Hit The Lights,6ciLLh4TkPYDUfNxn2Z0KO,"It's the boy you never told I like you
+It's the girl you let get away
+It's the one you saw that day on the train
+But you freaked out and walked away
+
+It's the plane you wanna catch to Vegas
+Things you swear you'll do before you die
+It's the city of love that waits for you
+But you're too damn scared to fly
+
+Hit the lights
+Let the music move you
+Lose yourself tonight
+Come alive
+Let the moment take you
+Lose control tonight
+
+Hit the lights
+Let the music move you
+Lose yourself tonight
+Come alive
+Let the moment take you
+Lose control tonight
+
+It's the time that you totally screwed up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.43
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Outlaw,2SGMSZjsT9516hW4xyjykB,"You've been riding this horse a long time
+Why can't you find what you've been looking for?
+Always greener on the other side
+Always believin' there must be something more
+
+Never stay very long anywhere
+As the next girl you leave gets smaller
+In you rear-view mirror
+
+You're an outlaw
+You're an outlaw
+You're an outlaw running from love
+
+You're an outlaw
+You're an outlaw
+You're an outlaw running from love
+
+If you tear her world apart
+You have no regrets
+If there's a key to your heart
+No one's found it yet
+
+You're an outlaw
+You're an outlaw
+You're an outlaw running from love
+
+Your reputation's gettin' out of control
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.53
+Fitz and The Tantrums,4AcHt3JxKy59IX7JNNlZn4,HandClap,4qRaZYiaOsSvWC7VgcxrI0,"Turn it up
+
+Somebody save your soul 'cause you've been sinning in this city, I know
+Too many troubles, all these lovers got you losing control
+You're like a drug to me, a luxury, my sugar and gold
+I want the good life, every good night, you're a hard one to hold
+
+'Cause you don't even know
+I can make your hands clap
+Said I can make your hands clap
+
+Somebody save your soul 'cause you've been sinning in this city, I know
+Too many troubles, all these lovers got you losing control
+You're like a drug to me, a luxury, my sugar and gold
+I want your sex and your affection when they're holding you close (ha, ha, ha)
+
+'Cause you don't even know
+I can make your hands clap
+Said I can make your hands clap
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.68
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Fifteen,4t0OI7XrODjSkAu3bTPmWj,"You take a deep breath and you walk through the doors
+It's the mornin' of your very first day
+You say hi to your friends you ain't seen in a while
+Try and stay out of everybody's way
+
+It's your freshman year and you're gonna be here
+For the next four years in this town
+Hopin' one of those senior boys will wink at you and say
+""You know, I haven't seen you around before""
+
+'Cause when you're 15
+And somebody tells you they love you
+You're gonna believe them
+And when you're 15
+Feelin' like there's nothin' to figure out, well
+
+Count to ten, take it in
+This is life before you know who you're gonna be
+At 15
+
+You sit in class next to a redhead named Abigail
+And soon enough, you're best friends
+Laughin' at the other girls who think they're so cool
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.9
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Beauty And A Beat,0KTsmr6JOuhxZuiXUha1xC,"Show you off, yeah
+Tonight I wanna show you off, oh, oh
+What you got, yeah
+A billion could've never bought, oh, oh, oh
+
+We gonna party like it's 3012 tonight
+I wanna show you all the finer things in life
+So just forget about the world, we're young tonight
+I'm coming for ya, I'm coming for ya
+
+'Cause all I need
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.22
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,As Long As You Love Me,4rvtlpAeDuOn4baUJPCEhy,"As long as you love me
+As long as you love me
+As long as you love me
+
+We're under pressure
+Seven billion people in the world tryna fit in
+Keep it together
+Smile on your face, even though your heart is frowning
+
+But hey now, you know girl
+We both know it's a cruel world
+But I will take my chances
+
+As long as you love me
+We could be starving
+We could be homeless
+We could be broke
+
+As long as you love me
+I'll be your platinum
+I'll be your silver
+I'll be your gold
+
+As long as you love me
+As long as you love me, love me
+
+I'll be your soldier
+Fighting every second of the day for your dreams, girl
+I'll be your Hova
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.55
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Right Here,6SKxEiP89WRgniJuQ5gR94,"Baby I'm here, I'm here to stay, I ain't going nowhere
+I know you're scared cause you've been hurt,
+Baby it's alright
+Lost in your eyes, every time that you look in mine
+Promise to be, all that you need,
+I won't leave you baby
+
+No, cause I just wanna love you
+I will never ever put nobody up above you
+I just wanna kiss you baby,
+I just wanna hug you 'til the end
+Baby 'til the end
+
+Cause I'm right here, ain't nobody gotta hold ya
+Cause I'm right here, ain't nobody gon' control ya
+Cause I'm right right here, yeah yeah
+I'm right here, I'm right here,
+I'm right here, I'm right here, yeah
+I'm right here, I'm right here, yeah
+I'm right here, I'm right here, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.19
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Die In Your Arms,6RgSSndg8PUH2UcaCgia5V,"Hmm
+Uh-huh
+Yeah, yeah
+Alright
+Hmm
+Uh-huh
+Yeah, yeah
+Alright
+
+Say you love me
+As much as I love you, yeah
+Would you hurt me, baby?
+Could you do that to me, yeah?
+Would you lie to me, baby?
+'Cause the truth hurts so much more
+Would you do the things that drive me crazy?
+Leave my heart still at the door?
+
+Oh, I can't help it, I'm just selfish
+There's no way that I could share you
+That would break my heart to pieces
+Honestly, the truth is
+
+If I could just die in your arms
+I wouldn't mind
+'Cause every time you touch me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.9
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Be Alright,0Ff2HEyq4Ja4Acb0n180DP,"Ooh, ooh
+Across the ocean, across the sea
+Startin' to forget the way you look at me now
+Over the mountains, across the sky
+Need to see your face
+
+I need to look in your eyes
+Through the storm and through the clouds
+Bumps in the road and upside down now
+I know it's hard babe, to sleep at night
+Don't you worry
+
+'Cause everything's gonna be alright, ai-ai-ai-a'ight
+Be alright, ai-ai-ai-a'ight
+
+Through the sorrow
+And the fights
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,45.77
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Believe,6akbXZeXdrWWsG77ZD3cuD,"Believe, believe, believe
+
+I don't know how I got here
+I knew it wouldn't be easy
+But your faith in me was so clear
+
+It didn't matter how many times I got knocked on the floor
+But you knew one day I would be standing tall
+Just look at me now
+
+'Cause everything starts from something
+But something would be nothing
+Nothing if your heart didn't dream with me
+Where would I be, if you didn't believe
+Believe, yeah
+
+There were days when I was just broken, you know (you know)
+There were nights when I was doubting myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.2
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Catching Feelings,0XjaTaW5zEKoASxbdzHHAx,"The sun comes up on another morning
+My mind never wakes up without you on it
+And it's crazy to me
+I even see you in my dreams
+Is this meant to be?
+Could this be happening to me? Yeah
+
+We were best of friends since we were this high
+So why do I get nervous every time you walk by?
+We would be on the phone all day
+Now I can't find the words to say to you
+Now what am I supposed to do?
+
+Could it be a possibility?
+I'm tryna see what's up
+It's been me for you, and you for me
+Maybe now it's time for us
+Tryna keep it all together
+But enough is enough
+They say we're too young for love
+But I'm catching feelings
+
+Catching feelings, girl
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.2
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Take You,2m7DhPeRvWtFSPTVSLO8SV,"Hey, what's the situation? Whoa
+I'm just tryna make a little conversation
+Why the hesitation? Whoa
+Tell me what your name is, for your information
+
+Don't get me wrong, you know you're right
+Don't be so cold, we could be fire
+Tomorrow we'll go, let's start tonight
+You know what it's all about, whoa
+
+I could take you out, I could take you home
+I could take you, oh, where you wanna go
+I could pick it up, we could take it slow
+I could take you, oh-oh-oh-oh
+
+I could take you out, I could take you home
+I could take you, oh, where you wanna go
+I could pick it up, we could take it slow
+I could take you, oh-oh-oh-oh
+
+I might have a reputation, whoa
+But there's only me and you in this equation
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,21.03
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Heartbreaker,2GCKWEsbb0Xo1oodTOKVi1,"Girl you don't know how I feel (how I really feel)
+Since you been away, oh baby
+Any chance that you could take my call (take my call),
+If I got you today
+You say that you don't wanna talk but it's cool
+I've been thinking about you all day long,
+Hoping you pick up your phone
+
+And I know that I don't wanna lose your love,
+Oh baby, oh baby, oh baby
+
+Oh girl I got a secret place that we can go
+'Cause I really wanna be alone
+And baby nobody else gotta know
+Just meet me later on the low
+
+Don't tell me you're my heartbreaker
+'Cause girl my heart is breaking
+Don't tell me you're my heartbreaker
+'Cause girl my heart is breaking
+
+Girl you see me standing here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.59
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All That Matters,6CLVh9sekZ1p2G8Tfhhj8h,"Oh-oh, just as sure as the stars in the sky
+I need you to shine in my life
+Not just for the meanwhile, for a long long time
+Better believe it
+
+Oh-oh, whenever you're not in my presence
+It feels like I'm missing my blessings, yeah
+So I sleep through the daylight, stay awake all night
+'Til you're back again, oh yeah, yeah
+
+You think I'm biased, to my significant other
+You hit it right on the head, only been missing my lover
+Got a whole lot of texts in my phone and I don't reply
+But the next eight bars tell you why
+
+You're all that matters to me, yeah yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.17
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All Bad,3JNEXPTnSxqlxNqhTW61D2,"It's another, if it ain't one thing
+Instigators, like putting fire on propane
+The wrong thing, they be worrying about
+Ooh, you know females and how they like to run they mouths
+
+Wanna be, wanna be
+Just like talk like, you (like you, you, like you)
+Misery, misery loves company
+Don't let 'em change your mood (don't let 'em change your mood)
+
+They try to get at me (they try to get at me)
+Behind your back (your back, your back, your back)
+They tryna tell me that I'm just like the others
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,59.940000000000005
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Roller Coaster,18ws4dUbhpoGB7Uv7U89yp,"Come here
+I don't know what happened
+
+Where did they go?
+Nights like this don't happen anymore
+I need to know
+Is it me, did I lose control? (Slow it down)
+
+Lonely overseas, only memories
+Wish I had the key to your heart
+People come and go, baby, they don't know
+What we had before, but it fell before our eyes
+
+Roller coaster, roller coaster
+Spinning all around and around for a while baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,45.15
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Baby,6epn3r7S14KUqlReYr77hA,"Oh whoa, oh whoa, oh whoa
+You know you love me, I know you care
+Just shout whenever and I'll be there
+You want my love, you want my heart
+And we will never, ever, ever be apart
+
+Are we an item? Girl, quit playin'
+We're just friends, what are you sayin'
+Said, ""there's another,"" and looked right in my eyes
+My first love broke my heart for the first time
+
+And I was like baby, baby, baby, oh
+Like baby, baby, baby, no
+Like baby, baby, baby, oh
+I thought you'd always be mine, mine
+Baby, baby, baby, oh
+Like baby, baby, baby, no
+Like baby, baby, baby, oh
+I thought you'd always be mine, mine
+
+Oh, for you, I would have done whatever
+And I just can't believe we ain't together
+And I wanna play it cool
+But I'm losin' you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.2
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Somebody To Love,3rLIv187BhjyweFe89SgLn,"Gotta, gotta keep it
+Got-got-got
+Gotta, gotta keep it closer (it feels so right)
+Got-got (oh), gotta, gotta keep it closer (it feels so right) oh
+
+For you, I'd write a symphony
+I'd tell the violin, it's time to sink or swim
+Watch 'em play for you
+For you, I'd be (whoa oh), running a thousand miles
+Just to get to where you are, step to the beat of my heart
+
+I don't need a whole lot, but for you, I admit I
+I'd rather give you the world or we can share mine
+I know I won't be the first one giving you all this attention
+Baby, listen
+
+I just need somebody to love
+I, I don't need too much, just somebody to love
+Somebody to love, I don't need nothing else
+I promise, girl, I swear, I just need somebody to love
+I need somebody, I, I need somebody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.81
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Stuck In The Moment,1DyV9obL0pPibOjW5ufg15,"With you, with you
+I wish we had another time
+I wish we had another place
+
+Now Romeo and Juliet
+Bet they never felt the way we felt
+Bonnie and Clyde
+Never had to hide like we do, we do
+
+You and I both know it can't work
+It's all fun and games
+'Til someone gets hurt
+And I don't, I won't let that be you
+
+Now you don't wanna let go
+And I don't wanna let you know
+That there might be something real between us two, who knew?
+Now we don't wanna fall but
+We're tripping in our hearts and
+It's reckless and clumsy
+
+'Cause I know you can't love me, hey
+I wish we had another time
+I wish we had another place
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.27
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,U Smile,6Xw2FLih8m5ItDbyP992HH,"Oh, yeah, hmm
+
+I'd wait on you forever and a day
+Hand and foot
+Your world is my world, yeah
+Ain't no way you're ever gon' get any less than you should
+
+'Cause baby, you smile, I smile, oh
+'Cause whenever you smile, I smile
+Hey, hey, hey
+
+Your lip's my biggest weakness
+Shouldn't have let you know
+I'm always gonna do what they say, hey
+If you need me, I'll come running from a thousand miles away
+
+When you smile, I smile
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.64
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Runaway Love,1xgN9KBVVoTNygpYjpXnvH,"You see my baby up and hit the road
+Where she's going, that's when nobody knows
+I need to find her 'fore another man does
+I wouldn't want him to steal my love
+
+I'm just trying to be cool, cool, cool, trying to be cool
+What you expect me to do? (oh, oh, oh, yeah)
+I'm just trying to find, find, find
+Sweet love of mine
+
+Running out of time, where is my runaway love?
+Searching low and high, know that I'm not giving up
+I'd give it all up for us, it'll never be enough
+I won't stop until I find my runaway love
+
+See my baby really needs some help
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.15
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Never Let You Go,01BlGnXpLuC0BjgUxVYZFb,"Oh no, oh no, oh
+
+They say that hate has been sent
+So let loose the talk of love
+Before they outlaw the kiss
+Baby, give me one last hug
+
+There's a dream that I've been chasing
+Want so badly for it to be reality
+
+And when you hold my hand
+Then I understand that it's meant to be
+'Cause baby, when you're with me
+
+It's like an angel came by and took me to heaven
+Like you took me to heaven, girl
+'Cause when I stare in your eyes, it couldn't be better
+I don't want you to go, oh no, so
+
+Let the music blast, we gon' do our dance
+Bring the doubters on, they don't matter at all
+'Cause this life's too long and this love's too strong
+So baby, know for sure that I'll never let you go
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.79
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Overboard,1tzkJMX3gNjnpcHdLD0pM3,"It feels like we've been out at sea, Oh
+So back and forth that's how it seems, whoa
+And when I wanna talk you say to me
+That if it's meant to be, it will be
+Whoa, whoa, no
+
+So crazy is this thing we call love
+And now that we've got it
+We just can't give up
+I'm reaching out for you
+Got me out here in the water
+And I
+
+I'm overboard
+And I need your love
+Pull me up
+I can't swim on my own
+It's too much
+Feels like I'm drowning without your love
+So throw yourself out to me
+My lifesaver (Lifesaver, oh lifesaver)
+My lifesaver (Lifesaver, oh lifesaver)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.83
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Eenie Meenie,75vEuMA15pb8JmgrGugHEs,"Eenie meenie miney mo
+Catch a bad chick by her toe
+If she holla (if, if, if, she holla) let her go
+
+She's indecisive
+She can't decide
+She keeps on lookin'
+From left to right
+Girl, c'mon get closer
+Look in my eyes
+Searching is so wrong
+I'm Mr. Right
+
+You seem like the type
+To love 'em and leave 'em
+And disappear right after the song
+So give me the night
+To show you, and hold you
+Don't leave me out here dancin' alone
+
+You can't make up your mind, mind, mind, mind, mind
+Please don't waste my time, time, time, time, time
+I'm not tryin' to rewind, wind, wind, wind, wind, wind
+I wish our hearts could come together as one
+
+'Cause shawty is an eenie meenie miney mo lover'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.53999999999999
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Up,7wj1Lb5ggzMWJ9TqZJ2dwo,"It's a big, big world
+It's easy to get lost in it
+You've always been my girl, oh
+And I'm not ready to call it quits
+
+We can make the sun shine in the moon light
+We can make the grey clouds turn to blue skies
+I know it's hard
+Baby, believe me
+
+That we can't go nowhere but up
+From here, my dear
+Baby, we can't go nowhere but up
+Tell me what we've got to fear
+
+We'll take it to the sky past the moon to the galaxy
+As long as you're with me, baby
+Honestly, with the strength of our love
+We can't go nowhere but up
+
+It's a big, big world
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.06
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,That Should Be Me,0aPZbnkMoWJaJ5CNVLCj8S,"Everybody's laughin' in my mind
+Rumours spreadin' 'bout this other guy
+Do you do what you did when you did with me?
+Does he love you the way I can?
+Did you forget all the plans that you made with me?
+'Cause, baby, I didn't
+
+That should be me, holdin' your hand
+That should be me, makin' you laugh
+That should be me, this is so sad
+That should be me, that should be me
+
+That should be me, feelin' your kiss
+That should be me, buyin' you gifts
+This is so wrong, I can't go on
+'Til you believe that that should be me
+That should be me
+
+You said, you needed a little time from my mistakes
+It's funny how you used that time to have me replaced
+Did you think that I wouldn't see you out at the movies?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.13
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Mistletoe,7xapw9Oy21WpfEcib2ErSA,"It's the most beautiful time of the year
+Lights fill the streets, spreading so much cheer
+I should be playing in the winter snow
+But I'ma be under the mistletoe
+I don't wanna miss out on the holiday
+But I can't stop staring at your face
+I should be playing in the winter snow
+But I'ma be under the mistletoe
+
+With you, shawty with you
+With you, shawty with you
+With you, under the mistletoe
+
+Everyone's gathering around the fire
+Chestnuts roasting like a hot July
+I should be chilling with my folks, I know
+But I'ma be under the mistletoe
+Word on the street, Santa's coming tonight
+Reindeer's flying through the sky so high
+I should be making a list, I know
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.91
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All I Want For Christmas Is You (SuperFestive!) Duet with Mariah Carey,1IUtgwxLYzDVd41EgbKUjX,"Yeah
+
+I just can't wait, yeah
+
+I don't want a lot for Christmas
+There is just one thing I need (and I)
+Don't care about the presents
+Underneath the Christmas tree
+
+I don't need to hang my stocking
+There upon the fireplace
+Santa Claus won't make me happy
+With a toy on Christmas day
+
+I just want you for my own
+More than you could ever know
+Make my wish come true
+All I want for Christmas is you
+You, baby
+
+Oh, I won't ask for much this Christmas
+I won't even wish for snow (and I)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,17.64
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All I Want Is You,0E4rAAAzRPE8I7tYzNq99p,"Sitting here all alone watching the snow fall
+Looking back at the days when we threw them snowballs
+I can't believe, I'm putting the tree up by myself
+I need you and nobody else
+
+And I'm sorry if I pushed you away
+'Cause I need you here
+And I want for you to know
+
+And I don't care if I don't get anything
+All I need is you here right now
+And I'm sorry if I hurt you
+But I know that all I want is you this Christmas
+
+This Christmas, this Christmas
+All I want is you this Christmas
+This Christmas, this Christmas (I'm sorry if I hurt you)
+This Christmas (but I know that)
+All I want is you this Christmas
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.08
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Never Say Never,5GYbkDveRD2I8M5ZJ14hWn,"Never say never
+Pick it up, pick, pick, pick it up
+Pick it up, pick, pick, pick it up
+Yeah, yeah, never ever, ever, ever, ever
+
+See, I never thought that I could walk through fire (eh)
+I never thought that I could take the burn (eh)
+I never had the strength to take it higher (eh)
+Until I reached the point of no return (eh)
+
+And there's just no turning back (back)
+When your heart's under attack (attack)
+Gonna give everything I have
+It's my destiny
+
+I will never say never, I will fight
+I will fight 'til forever, to make it right
+Whenever you knock me down
+I will not stay on the ground
+Pick it up, pick it up, pick it up, pick it up, up, up
+And never say never
+
+Ne-never say never
+Ne-never say never
+Ne-never say never
+Never say it, never, never say it
+
+I never thought that I could feel this power (eh)
+I never thought that I could feel this free (eh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.83
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Womanizer,4fixebDZAVToLbUCuEloa2,"Superstar, where you from? How's it going?
+I know you got a clue what you're doing
+You can play brand new to all the other chicks out here
+But I know what you are, what you are, baby
+
+Look at you gettin' more than just a re-up
+Baby, you got all the puppets with their strings up
+Fakin' like a good one but I call 'em like I see 'em
+I know what you are, what you are, baby
+
+Womanizer, woman-womanizer, you're a womanizer
+Oh, womanizer, oh, you're a womanizer, baby
+You, you-you are, you, you-you are
+Womanizer, womanizer, womanizer
+(Womanizer)
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You got me goin'
+(You!) You're oh so charmin'
+(You!) But I can't do it
+(You!) You womanizer
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You say I'm crazy
+(You!) I got your crazy
+(You!) You're nothing but a
+(You!) Womanizer
+
+Daddy-O, you got the swagger of a champion
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.91
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,If U Seek Amy,2hdy9Wt9qp7M7d0U3ossu2,"La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+
+Oh, baby, baby, have you seen Amy tonight?
+Is she in the bathroom, is she smoking up outside? Oh
+Oh, baby, baby, does she take a piece of lime for the drink that I'mma buy her?
+Do you know just what she likes? Oh
+
+Oh, oh
+Tell me, have you seen her?
+'Cause I'm so, oh
+I can't get her off of my brain
+I just wanna go to the party she gon' go
+Can somebody take me home?
+Ha, ha, he, he, ha, ha, ho
+
+Love me, hate me, say what you want about me
+But all of the boys and all of the girls are begging to if you seek Amy
+Love me, hate me, but can't you see what I see?
+All of the boys and all of the girls are begging to if you seek Amy
+
+La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.59
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Just Can’t Get Enough,3JA9Jsuxr4xgHXEawAdCp4,"Boy, I think about it every night and day
+I'm addicted, wanna drown inside your love
+I wouldn't wanna have it any other way
+I'm addicted and I just can't get enough
+
+I just can't get enough
+I just can't get enough
+I just can't get enough
+I just can't get enough
+
+Honey got a sexy all steamin'
+She givin' hotness a new meanin'
+Perfection, mami you gleamin'
+Inception, you got a brother dreamin', dreamin'
+
+Damn, baby, I'm fiendin'
+I'm tryna holler at you, I'm screamin'
+Let me love you down this evenin'
+Love you, love you, yeah, you know you are my demon
+
+Girl, we could form a team and
+I could be the king, you could be the queen and
+My mind's dirty and it don't need cleanin'
+I love you long time, so you know the meanin'
+
+Oh, baby, I can't come down, so please come help me out
+You got me feelin' high and I can't step off the cloud
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.17
+Molly Sandén,0NRMzT05nsc8mTm4iUvuHY,Why Am I Crying,51aG912WH7j8W1m3QI4bHn,,Neutral,0.0
+Andrew Lloyd Webber,4aP1lp10BRYZO658B2NwkG,The Phantom Of the Opera - From 'The Phantom Of The Opera' Motion Picture,4EaBMhUIOfnFEbIgqCfKbi,"Beneath the opera house
+I know he's there
+He's with me on the stage
+He's everywhere
+And when my song begins
+I always find
+The Phantom of the Opera is there
+Inside my mind
+
+Sing once again with me
+Our strange duet
+My power over you
+Grows stronger yet
+You'll give your love to me
+For love is blind
+The Phantom of the Opera is now
+Your mastermind
+
+Those who have seen your face
+Draw back in fear
+I am the mask you wear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,64.86
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Begin Again,0L4YCNRfXAoTvdpWeH2RGj,"Took a deep breath in the mirror
+He didn't like it when I wore high heels
+But I do
+
+Turn the lock and put my headphones on
+He always said he didn't get this song
+But I do, I do
+
+Walked in expecting you'd be late
+But you got here early and you stand and wave
+I walk to you
+
+You pull my chair out and help me in
+And you don't know how nice that is
+But I do
+
+And you throw your head back laughing
+Like a little kid
+I think it's strange that you think I'm funny, 'cause
+He never did
+
+I've been spending the last eight months
+Thinking all love ever does
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.16
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,22,2ULNeSomDxVNmdDy8VxEBU,"It feels like a perfect night
+To dress up like hipsters
+And make fun of our exes
+Ah-ah, ah-ah
+It feels like a perfect night
+For breakfast at midnight
+To fall in love with strangers
+Ah-ah, ah-ah
+
+Yeah, we're happy, free, confused and lonely at the same time
+It's miserable and magical, oh yeah
+Tonight's the night when we forget about the deadlines
+It's time, oh-oh
+
+I don't know about you
+But I'm feeling 22
+Everything will be alright if
+You keep me next to you
+
+You don't know about me
+But I'll bet you want to
+Everything will be alright if
+We just keep dancing like we're 22, 22
+
+It seems like one of those nights
+This place is too crowded
+Too many cool kids
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.01
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,7AEAGTc8cReDqcbPoY9gwo,"I remember when we broke up the first time
+Saying, ""This is it, I've had enough""
+'Cause like we hadn't seen each other in a month
+When you said you needed space
+What?
+
+Then you come around again and say
+""Baby, I miss you, and I swear I'm gonna change, trust me""
+Remember how that lasted for a day?
+I say, ""I hate you"", we break up, you call me, ""I love you""
+
+Ooh, ooh-ooh-ooh-ooh
+We called it off again last night but
+Ooh, ooh-ooh-ooh-ooh
+This time, I'm telling you, I'm telling you
+
+We are never, ever, ever getting back together
+We are never, ever, ever getting back together
+You go talk to your friends, talk to my friends, talk to me
+But we are never, ever, ever, ever getting back together
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.88000000000001
+A Fine Frenzy,5dTYaRzOn4rXGBLH052EeQ,Almost Lover,3GSYWQNnSdovwC2H8HpziA,"Your fingertips across my skin
+The palm trees swaying in the wind
+
+Images
+
+You sang me spanish lullabies
+The sweetest sadness in your eyes
+
+Clever trick
+
+Well, I'd never want to see you unhappy
+I thought you'd want the same for me
+
+Goodbye, my almost lover
+Goodbye, my hopeless dream
+I'm trying not to think about you
+Can't you just let me be?
+
+So long, my luckless romance
+My back is turned on you
+Should've known you'd bring me heartache
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.56
+The Vamps,7gAppWoH7pcYmphCVTXkzs,All Night,0dXNQ8dckG4eYfEtq9zcva,"I been up all night, no sleep
+'Cause I feel like I'm always dreamin'
+All night, no sleep
+'Cause I feel like I'm always dreamin'
+
+'Cause I feel like I'm always dreamin'
+
+Sometimes I tend to lose myself when I'm out here on my own
+I never seem to get it right, but I guess that's how it goes
+Ever since you came around, can't nobody hold me down
+You showed me how to find myself when I needed it the most
+
+I been up all night, no sleep
+'Cause I feel like I'm always dreamin'
+All night, no sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,28.46
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,09IStsImFySgyp0pIQdqAc,"Take a seat, right over there, sat on the stairs
+Stay or leave, the cabinets are bare, and I'm unaware
+Of just how we got into this mess, got so aggressive
+I know we meant all good intentions
+
+So pull me closer
+Why don't you pull me close?
+Why don't you come on over?
+I can't just let you go
+
+Oh, baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+
+Baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.13000000000001
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Getaway,3ggRsGsgdpvMlPtFEZ83vp,"I wanna take this money get out of town
+Buy some time we can make it some how
+Waitin' for a dream to come around
+You know me better than that
+Baby I'm not down
+
+I left a letter for my sister in a bottle full of booze
+One day I'm gonna love you too
+But for now, I'm runnin' oh
+I'm runnin' south
+
+They say you better have a way back home
+But I know, they wont forget my name back home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.2
+Daya,6Dd3NScHWwnW6obMFbl1BH,"Sit Still, Look Pretty",0EGuSSpuu9wmHCtvb4PdLO,"Could dress up, to get love
+But guess what?
+I'm never gonna be that girl
+Who's living in a Barbie world
+Could wake up, and make up, and play dumb
+Pretending that I need a boy
+Who's gonna treat me like a toy
+
+I know the other girls wanna wear expensive things, like diamond rings
+But I don't wanna be the puppet that you're playing on a string
+This queen don't need a king
+
+Oh, I don't know what you've been told
+But this girl right here's gonna rule the world
+Yeah, that's where I'm gonna be because I wanna be
+No, I don't wanna sit still, look pretty
+
+You get off on your 9 to 5
+Dream of picket fences and trophy wives
+But no, I'm never gonna be 'cause I don't wanna be
+No, I don't wanna sit still look pretty
+
+Mr. Right could be nice, for one night
+But then he wanna take control
+And I would rather fly solo
+That Snow White
+She did it right in her life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.7
+A Flock Of Seagulls,0uAjBatvB4ubpd4kCfjmNt,I Ran,10zlwR7kvVbD9OBkeZWr3L,"I walked along the avenue
+I never thought I'd meet a girl like you
+Meet a girl like you
+
+With auburn hair and tawny eyes
+The kind of eyes that hypnotize me through
+Hypnotize me through
+And I ran, I ran so far away
+I just ran, I ran all night and day
+I couldn't get away
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.24000000000001
+Eleni Karaindrou,2ojmPypSGMyKaRvknyxKKP,Eternity And A Day: 2. By The Sea,595G0No6FI82sWWsbsQEoX,"I walked along the avenue
+I never thought I'd meet a girl like you
+Meet a girl like you
+
+With auburn hair and tawny eyes
+The kind of eyes that hypnotize me through
+Hypnotize me through
+And I ran, I ran so far away
+I just ran, I ran all night and day
+I couldn't get away
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,自己的房間,2tNiV2AYBlb1NgHXoAUyED,"高高的舞台下降
+脫下了亮麗堂皇
+什麼是真 什麼是假
+關起門 不要對自己說謊
+讓行李就躺在地上
+脹痛的腳晾在床上
+只想在自己房間虛度 時光
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Eason Chan,2QcZxAgcs2I1q7CtCkl6MI,十年,25pWemriUQVrZ3yIiS2IBf,"如果那兩個字沒有顫抖 我不會發現 我難受
+怎麼說出口 也不過是分手
+如果對於明天沒有要求 牽牽手就像旅遊
+成千上萬個門口 總有一個人要先走
+
+懷抱既然不能逗留
+何不在離開的時候
+一邊享受 一邊淚流
+
+十年之前 我不認識你 你不屬於我
+我們還是一樣
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+ZAYN,5ZsFI1h6hIdQRw2ti0hz81,PILLOWTALK,0IKK48xF4eEdfofyaeKWWO,"Climb on board
+We'll go slow and high tempo
+Light and dark
+Hold me hard and mellow
+
+I'm seeing the pain, seeing the pleasure
+Nobody but you, 'body but me
+'Body but us, bodies together
+I love to hold you close, tonight and always
+I love to wake up next to you
+I love to hold you close, tonight and always
+I love to wake up next to you
+
+So we'll piss off the neighbours
+In the place that feels the tears
+The place to lose your fears
+Yeah, reckless behavior
+A place that is so pure, so dirty and raw
+In the bed all day, bed all day, bed all day
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.11999999999999
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Rap God,6or1bKJiZ06IlK0vFvY75k,"Look, I was gonna go easy on you not to hurt your feelings
+But I'm only going to get this one chance (six minutes-, six minutes-)
+Something's wrong, I can feel it (six minutes, Slim Shady, you're on!)
+Just a feeling I've got, like something's about to happen, but I don't know what
+If that means what I think it means, we're in trouble, big trouble
+And if he is as bananas as you say, I'm not taking any chances
+You are just what the doc ordered
+
+I'm beginnin' to feel like a Rap God, Rap God
+All my people from the front to the back nod, back nod
+Now, who thinks their arms are long enough to slap box, slap box?
+They said I rap like a robot, so call me Rap-bot
+
+But for me to rap like a computer, it must be in my genes
+I got a laptop in my back pocket
+My pen'll go off when I half-cock it
+Got a fat knot from that rap profit
+Made a livin' and a killin' off it
+Ever since Bill Clinton was still in office
+With Monica Lewinsky feelin' on his nutsack
+I'm an MC still as honest
+But as rude and as indecent as all hell
+Syllables, skill-a-holic (kill 'em all with)
+
+This flippity dippity-hippity hip-hop
+You don't really wanna get into a pissin' match
+With this rappity brat, packin' a MAC in the back of the Ac'
+Backpack rap crap, yap-yap, yackety-yack
+And at the exact same time, I attempt these lyrical acrobat stunts while I'm practicin' that
+I'll still be able to break a motherfuckin' table
+Over the back of a couple of faggots and crack it in half
+
+Only realized it was ironic, I was signed to Aftermath after the fact
+How could I not blow? All I do is drop F-bombs
+Feel my wrath of attack
+Rappers are havin' a rough time period, here's a maxi pad
+It's actually disastrously bad for the wack
+While I'm masterfully constructing this masterpièce
+
+'Cause I'm beginnin' to feel like a Rap God, Rap God
+All my people from the front to the back nod, back nod
+Now, who thinks their arms are long enough to slap box, slap box?
+Let me show you maintainin' this shit ain't that hard, that hard
+Everybody want the key and the secret to rap immortality like Ι have got
+
+Well, to be truthful the blueprint's
+Simply rage and youthful exuberance
+Everybody loves to root for a nuisance
+Hit the Earth like an asteroid
+Did nothing but shoot for the Moon since (pew!)
+MCs get taken to school with this music
+'Cause I use it as a vehicle to ""Bus the rhyme""
+Now I lead a new school full of students
+
+Me? I'm a product of Rakim
+Lakim Shabazz, 2Pac, N.W.A, Cube, hey Doc, Ren
+Yella, Eazy, thank you, they got Slim
+Inspired enough to one day grow up, blow up and be in a position
+To meet Run-D.M.C., induct them
+Into the motherfuckin' Rock and Roll Hall of Fame
+
+Even though I'll walk in the church and burst in a ball of flames
+Only Hall of Fame I'll be inducted in is the alcohol of fame
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.23
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Space Bound,0sHW1jXe6Sou3437gJQNGA,"We touch, I feel a rush, we clutch, it isn't much
+But it's enough to make me wonder what's in store for us
+It's lust, it's torturous, you must be a sorceress
+'Cause you just did the impossible, gained my trust
+Don't play games, it'd be dangerous if you fuck me over
+'Cause if I get burnt, I'ma show ya what it's like to hurt
+'Cause I've been treated like dirt befo' ya
+And love is evol, spell it backwards, I'll show ya
+Nobody knows me, I'm cold, walk down this road all alone
+It's no one's fault but my own, it's the path I've chosen to go
+Frozen as snow, I show no emotion whatsoever, so
+Don't ask me why I have no love for these mo'fuckin' ho's
+Blood suckin' succubuses, what the fuck is up with this?
+I've tried in this department, but I ain't had no luck with this
+It sucks, but it's exactly what I thought it would be
+Like tryin' to start over
+I've got a hole in my heart for some kind of emotional roller coaster
+Somethin' I won't go on, so you toy with my emotions, ho, it's over
+It's like an explosion every time I hold ya, I wasn't jokin' when I told ya
+You take my breath away, you're a supernova and I'm a
+
+I'm a space bound rocket ship and your heart's the moon
+And I'm aimin' right at you, right at you
+
+250, 000 miles on a clear night in June
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.17
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Love The Way You Lie,15JINEqzVMv3SvJTAXAKED,"Just gonna stand there and watch me burn?
+Well, that's alright because I like the way it hurts
+Just gonna stand there and hear me cry?
+Well, that's alright because I love the way you lie
+I love the way you lie
+
+I can't tell you what it really is
+I can only tell you what it feels like
+And right now, there's a steel knife in my windpipe
+I can't breathe, but I still fight while I can fight
+As long as the wrong feels right, it's like I'm in flight
+High off her love, drunk from her hate
+It's like I'm huffin' paint, and I love her the more I suffer, I suffocate
+And right before I'm about to drown, she resuscitates me
+She f- hates me, and I love it
+
+""Wait! Where you going?"" ""I'm leaving you""
+""No, you ain't, come back""
+We're running right back, here we go again
+It's so insane 'cause when it's going good, it's going great
+I'm Superman with the wind at his back, she's Lois Lane
+But when it's bad, it's awful
+I feel so ashamed, I snapped, ""Who's that dude?""
+I don't even know his name
+I laid hands on her, I'll never stoop so low again
+I guess I don't know my own strength
+
+Just gonna stand there and watch me burn?
+Well, that's alright because I like the way it hurts
+Just gonna stand there and hear me cry?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.83
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Beautiful,1HR2CTi0ytRJIcik1QKdOa,"Lately I've been hard to reach
+I've been too long on my own
+Everybody has a private world where they can be alone
+Are you calling me?
+
+Are you trying to get through?
+Are you reaching out for me
+I'm reaching out for you?
+
+I'm just so fucking depressed, I just can seem to get out this slump
+If I could just get over this hump but I need something to pull me out this dump
+I took my bruises, took my lumps fell down and I got right back up
+But I need that spark to get psyched back up in order for me to pick the mic back up
+I don't know how or why or when I ended up in this position I'm in
+I'm starting to feel distant again so I decided just to pick this pen
+Up and try to make an attempt to vent but I just can't admit
+Or come to grips with the fact that I may be done with rap ineed a new outlet
+I know some shit's so hard to swallow
+And I just can't sit back and wallow
+In my own sorrow but I know one fact, I'll be one tough act to follow
+One tough act to follow
+I'll be one tough act to follow
+Here today, gone tomorrow
+But you have to walk a thousand miles
+
+In my shoes, just to see
+What it's like, to be me
+I'll be you, let's trade shoes
+Just to see what it'd be like to
+Feel your pain, you feel mine
+Go inside each other's mind
+Just to see what we find
+Look at shit through each other's eyes
+But don't let 'em say you ain't beautiful, oh oh
+They can all get fucked just stay true to you so oh oh
+So don't let 'em say you ain't beautiful, oh oh
+They can all get fucked just stay true to you so oh oh
+
+I think I'm starting to lose my sense of humor
+Everything is so tense and gloom
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.34
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Crack A Bottle,4dK00wCxlqWEeN8BoM1BHT,"Oh, ladies and gentlemen
+The moment you've all been waiting for
+In this corner, weighing 175 pounds
+With a record of 17 rapes, 400 assaults, and four murders
+The undisputed, most diabolical villain in the world
+Slim Shady!
+
+So crack a bottle, let your body waddle
+Don't act like a snobby model, you just hit the lotto
+O-oh, o-oh, bitches hoppin' in my Tahoe
+Got one ridin' shotgun and no, not one of 'em got clothes
+
+Now, where's the rubbers? Who's got the rubbers?
+I noticed there's so many of 'em
+And there's really not that many of us
+And ladies love us, my posse's kickin' up dust
+It's on 'til the break of dawn
+And we're starting this party from dusk
+
+(Okay, let's go)
+Back with Andre the Giant, Mr. Elephant Tusk
+Fix your musk, you'll be just another one bit the dust
+Just one of my mother's sons who got thrown under the bus
+Kiss my butt, lick from unda cheese from under my nuts
+
+It disgusts me to see the game the way that it looks
+It's a must, I redeem my name and haters get mushed
+Bitches lust, man, they love me when I lay in the cut
+Fisticuffs, the lady give her eighty-some paper cuts
+
+Now picture us; it's ridiculous, you curse at the thought
+'Cause when I spit the verse the shit gets worse than Worcestershire sauce
+If I could fit the words, it's picture perfect, works every time
+Every verse, every line, as simple as nursery rhymes
+
+It's elementary, the elephants have entered the room
+I venture to say we're the center of attention, it's true
+Not to mention back with a vengeance, so hence the signal
+Of the bat symbol, the platinum trio's back on you hoes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.02
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Like Toy Soldiers,1U49kGdfMaoMSBWreMVWmK,,Neutral,0.0
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Rain Man,2AuU35arXZdYoscOIxHWSc,,Neutral,0.0
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,Rolling in the Deep,5ItpwLOgLKmCV1caENPmIB,"There's a fire startin' in my heart
+Reachin' a fever pitch, and it's bringin' me out the dark
+Finally, I can see you crystal clear
+Go ahead and sell me out and I'll lay your ship bare
+
+See how I'll leave with every piece of you
+Don't underestimate the things that I will do
+There's a fire startin' in my heart
+Reachin' a fever pitch and it's bringin' me out the dark
+
+The scars of your love remind me of us
+They keep me thinkin' that we almost had it all
+The scars of your love, they leave me breathless
+I can't help feelin'
+
+We could have had it all
+Rollin' in the deep
+You had my heart inside of your hands
+And you played it with the beat
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.99
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,All I Want for Christmas Is You,10avizu2eFpmz90oweAJdp,"I don't want a lot for Christmas
+There's just one thing I need
+I don't care about presents
+Underneath the Christmas tree
+
+I just want you for my own
+More than you could ever know
+Make my wish come true...
+All I want for Christmas
+
+Is you...
+
+I don't want a lot for Christmas
+There is just one thing I need
+
+I don't care about presents
+Underneath the Christmas tree
+I don't need to hang my stocking
+There upon the fireplace
+
+Santa Claus won't make me happy
+With a toy on Christmas day
+I just want you for my own
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.78
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,Forget You,5ym2AFr59J1WOgCpdGqGN8,"I see you driving 'round town
+With the guy i love and i'm like
+Forget you
+I guess the change in my pocket
+Wasn't enough i'm like
+Forget you
+And forget him too
+I said, if i was richer, i'd still be with ya
+Ha, now ain't that some shi
+And although there's pain in my chest
+I still wish you the best with a...
+Forget you
+
+Yeah i'm sorry, i can't afford a ferrari
+But that don't mean i can't get you there.
+I guess she's an xbox and i'm more atari
+But the way you play your game ain't fair.
+
+I pity the fool that falls in love with you
+(Oh shit he's a gold digger)
+Well
+(Just thought you should know better)
+Ooooooh
+I've got some news for you
+Yeah go run and tell your little girlfriend
+
+I see you driving 'round town
+With the guy i love and i'm like
+Forget you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.27
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,The Show,0cz0p1TUwcF7xqPVlI2EUX,"I'm just a little bit caught in the middle
+Life is a maze and love is a riddle
+I don't know where to go, I can't do it alone, I've tried
+And I don't know why
+
+Slow it down
+Make it stop
+Or else my heart is going to pop
+'Cause it's too much
+Yeah, it's a lot
+To be something I'm not
+
+I'm a fool
+Out of love
+'Cause I just can't get enough
+
+I'm just a little bit caught in the middle
+Life is a maze and love is a riddle
+I don't know where to go, I can't do it alone, I've tried
+And I don't know why
+
+I am just a little girl lost in the moment
+I'm so scared but I don't show it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.86
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Tattooed Heart,5yxghrFKJbU7pcaUFEv1Sg,"You don't need a lot of money
+Honey, you don't have to play no games
+All I need is all your loving
+To get the blood rushing through my veins, oh
+
+I wanna say we're going steady
+Like it's 1954
+No, it doesn't have to be forever
+Just as long as I'm the name on your tattooed heart
+
+Tattooed heart, tattooed heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.98
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Insignificance,6HfomODkY1fsoJRgvIHVeE,"You don't need a lot of money
+Honey, you don't have to play no games
+All I need is all your loving
+To get the blood rushing through my veins, oh
+
+I wanna say we're going steady
+Like it's 1954
+No, it doesn't have to be forever
+Just as long as I'm the name on your tattooed heart
+
+Tattooed heart, tattooed heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Kiss My Lips,6djvOSgu4IvgIghmDPJyEn,"I was sittin' on the beach, starin' at the nite
+Pulled out a ciggarette, and you were there with the light
+What you tryin' to do, lookin' in my eyes
+Pretty boy step back, you don't wanna take this fight
+But if you wanna talk, well first you gotta listen
+I ain't like those other girls that you been missin'
+I knew it all along, queen of my throne
+One of a kind, I'm in a league of my own
+
+And get your hand off my hip, and kiss my lips
+Kiss my lips, kiss me all over
+Are you gonna take that risk, take that risk
+'Cause we're only gettin' older
+I said kiss my lips, kiss my lips, and do it all over
+I know you weren't expectin' this tonite
+But baby that's me
+
+Hey, hey, hey, hey, hey, hey, hey
+Hey, hey, hey, hey, hey, hey, hey
+
+I feel you gettin' hot, I can see it in your face
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.22
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Piano,1xCqIXCApBgcjwRLostpKl,"Oh, whoa
+Oh, whoa
+Here we go
+
+I could write a song with my new piano
+I could sing about how love is a losing battle
+Not hard (it's not hard)
+It's not hard (it's not hard)
+It's not hard (it's not hard)
+It's not hard (it's not hard)
+
+And I could sing about Cupid and his shooting arrow
+In the end, you'll find out that my heart was battered
+Real hard (real hard)
+It's so hard (so hard)
+Real hard (real hard)
+It's that hard (it's that hard)
+
+But I rather make a song they can play on the radio
+That makes you wanna dance
+Don't it make you wanna dance?
+But I rather make a song they can play on the radio
+That makes you wanna grab your lover's hand
+
+So hold up and take it through the night
+And you should follow through to make it alright
+Now grab each other's hands, get 'em up
+I want to see you rock to the piano, the piano
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.66
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,克卜勒,15tD731GK0VYsmd1Im4C7q,"好像你的身体
+藏在众多孤星之中还是找得到你
+挂在天上放光明
+提醒我 我也只是一颗寂寞的星星
+
+等不到你 成为我最闪亮的星星
+我依然愿意借给你我的光
+投射给你 直到你那灿烂的光芒
+静静地挂在遥远的天上
+
+当你沉浸 天空那条冰冷的银河
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,泡沫,2IfSPLPDW6RGosdB5huwAA,"陽光下的泡沫 是彩色的
+就像被騙的我 是幸福的
+追究什麼對錯 你的謊言 基於你還愛我
+
+美麗的泡沫 雖然一剎花火
+你所有承諾 雖然都太脆弱
+但愛像泡沫 如果能夠看破 有什麼難過
+
+早該知道泡沫 一觸就破
+就像已傷的心 不勝折磨
+也不是誰的錯 謊言再多 基於你還愛我
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Ronghao Li,0rTP0x4vRFSDbhtqcCqc8K,李白,5PwyWoebyv4ofg4Z5MprFd,"大部分人讓我學習去看世俗的眼光
+我認真學習了世俗眼光世俗到天亮
+一部外國電影沒聽懂一句話
+看完結局才是笑話
+你看我多乖多聰明多麼聽話
+多奸詐
+
+喝了幾大碗米酒再離開是為了模仿
+一出門不小心吐的那幅是誰的書畫
+你一天一口一個 親愛的對方
+多麼不流行的模樣
+都應該練練書法再出門闖蕩
+才會有人熱情買帳
+
+要是能重來 我要選李白
+好幾百年前做的好壞
+沒那麼多人猜
+要是能重來 我要選李白
+至少我還能寫寫詩來澎湃
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Round & Round,5RhxBpoCwX2vLBcSJzYa5j,"Round and round
+Round and round
+Round and round
+Round and Round
+
+You see me standin' there and act like you don't know me
+But last night, you were callin' me, sayin' you want me
+Oh, why you always make me feel like I'm the one that's crazy?
+You've got my heart racin', my-my heart racin'
+
+Boy, I need you here with me
+We can't go on this way
+I'm fallin' hard for you
+All I can say
+
+We're goin' round and round
+We're never gonna stop goin' round and round
+We'll never get where we're goin'
+Round and round
+Well, you're gonna miss me, 'cause I'm gettin' dizzy
+Goin' round and round and round
+
+You tried to pull me close and whisper in my ear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.4
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Criminal,6T689Jvh5KrSXyaPtUWZtQ,"He is a hustler, he's no good at all
+He is a loser, he's a bum, bum, bum, bum
+He lies, he bluffs, he's unreliable
+He is a sucker with a gun, gun, gun, gun
+
+I know you told me I should stay away
+I know you said he's just a dog astray
+He is a bad boy with a tainted heart
+And even I know this ain't smart
+
+But mama I'm in love with a criminal
+And this type of love isn't rational
+It's physical
+Mama please don't cry, I will be alright
+All reasons aside, I just can't deny
+Love the guy
+
+He is a villain by the devil's law
+He is a killer just for fun, fun, fun, fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.22
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,What Makes You Beautiful,03oZejWqXLbKhhM4iTgShq,"You're insecure, don't know what for
+You're turning heads when you walk through the door
+Don't need makeup to cover up
+Being the way that you are is enough
+
+Everyone else in the room can see it
+Everyone else, but you, ooh
+
+Baby, you light up my world like nobody else
+The way that you flip your hair gets me overwhelmed
+But when you smile at the ground, it ain't hard to tell
+You don't know, oh-oh
+You don't know you're beautiful
+
+If only you saw what I can see
+You'll understand why I want you so desperately
+Right now I'm lookin' at you, and I can't believe
+
+You don't know, oh-oh
+You don't know you're beautiful, oh, oh-oh
+That's what makes you beautiful
+
+So c-come on, you got it wrong
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,64.67
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Gotta Be You,3UT493iwo6kvyL18zvAJE5,"Girl, I see it in your eyes you're disappointed
+'Cause I'm the foolish one that you anointed with your heart
+I tore it apart
+And, girl, what a mess I made upon your innocence
+And no woman in the world deserves this
+But here I am asking you for one more chance
+
+Can we fall, one more time?
+Stop the tape and rewind
+Oh, and if you walk away, I know I'll fade
+'Cause there is nobody else
+
+It's gotta be you
+Only you
+It's got to be you
+Oh, only you
+Hey
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,20.91
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,One Thing,6tKW2g2So84pCTZXE0Furx,"I've tried playin' it cool
+But when I'm lookin' at you
+I can't ever be brave
+'Cause you make my heart race
+
+Shot me out of the sky
+You're my kryptonite
+You keep making me weak
+Yeah, frozen and can't breathe
+
+Something's gotta give now
+'Cause I'm dying just to make you see
+That I need you here with me now
+'Cause you've got that one thing
+
+So, get out, get out, get out of my head
+And fall into my arms instead
+I don't, I don't, don't know what it is
+But I need that one thing
+And you've got that one thing
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,40.9
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Live While We're Young,6aGjEZ7kq3YXgD0EDt80O5,"Hey, girl, I'm waiting on you, I'm waiting on you
+Come on, and let me sneak you out
+And have a celebration, a celebration
+The music up, the window's down
+
+Yeah, we'll be doing what we do
+Just pretending that we're cool and we know it too
+Yeah, we'll keep doing what we do
+Just pretending that we're cool, so tonight
+
+Let's go crazy, crazy, crazy 'til we see the sun
+I know we only met, but let's pretend it's love
+And never, never, never stop for anyone
+Tonight, let's get some
+And live while we're young
+(Oh-oh-oh-oh-oh-oh-oh)
+(Oh-oh-oh-oh-oh-oh-oh)
+And live while we're young (Oh-oh-oh-oh-oh-oh-oh)
+Tonight, let's get some
+And live while we're young
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,82.85
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Kiss You,0AkQbXGN4KG34TS7xLrM68,"Oh, I just wanna take you anywhere that you'd like
+We could go out any day, any night
+Baby, I'll take you there, take you there
+Baby, I'll take you there, yeah
+
+Oh, tell me, tell me, tell me how to turn your love on
+You can get, get anything that you want
+Baby, just shout it out, shout it out
+Baby, just shout it out, yeah
+
+And if you, you want me to
+
+Let's make a move
+
+Yeah, so, tell me, girl, if every time we
+To-o-uch, you get this kind of ru-u-ush
+Baby, say, yeah, yeah, yeah, yeah, yeah, yeah
+
+If you don't wanna take it slow
+And you just wanna take me home
+Baby, say, yeah, yeah, yeah, yeah, yeah
+And let me kiss you
+
+Oh, baby, baby, don't you know you got what I need
+Looking so good from your head to your feet
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.96
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Story of My Life,4nVBt6MZDDP6tRVdQTgxJg,"Written in these walls are the stories that I can't explain
+
+I leave my heart open but it stays right here empty for days
+She told me in the morning she don't feel the same about us in her bones
+It seems to me that when I die these words will be written on my stone
+
+And I'll be gone, gone tonight
+The ground beneath my feet is open wide
+The way that I've been holding on too tight
+With nothing in between
+
+The story of my life, I take her home
+I drive all night to keep her warm and time is frozen (the story of, the story of)
+The story of my life, I give her hope
+I spend her love until she's broke inside
+The story of my life (the story of, the story of)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.05
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Steal My Girl,2Bs4jQEGMycglOfWPBqrVG,"She's been my queen since we were 16
+We want the same things, we dream the same dreams
+Alright, alright
+
+I got it all 'cause she is the one
+Her mum calls me love, her dad calls me son
+Alright, alright
+
+I know, I know, I know for sure
+
+Everybody wanna steal my girl
+Everybody wanna take her heart away
+Couple billion in the whole wide world
+Find another one 'cause she belongs to me
+
+Everybody wanna steal my girl
+Everybody wanna take her heart away
+Couple billion in the whole wide world
+Find another one 'cause she belongs to me
+
+Na, na, na, na, na-na (Oh, yeah)
+Na, na, na, na, na-na (Alright)
+Na, na, na, na, na-na
+Na, na
+She belongs to me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.09
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Drag Me Down,2K87XMYnUMqLcX3zvtAF4G,"I've got fire for a heart
+I'm not scared of the dark
+You've never seen it look so easy
+I got a river for a soul
+And baby, you're a boat
+Baby, you're my only reason
+
+If I didn't have you, there would be nothing left
+The shell of a man that could never be his best
+If I didn't have you, I'd never see the sun
+You taught me how to be someone, yeah
+
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+
+Nobody, nobody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.59
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,History,0HMjXBAZmSYOTTi33WpMso,"You gotta help me, I'm losing my mind
+Keep getting the feel you wanna leave this all behind
+Thought we were going strong
+I thought we were holding on
+Aren't we?
+
+No, they don't teach you, this in school
+Now my heart's breaking and I don't know what to do
+Thought we were going strong
+Thought we were holding on
+Aren't we?
+
+You and me got a whole lot of history
+We could be the greatest team
+That the world has ever seen
+You and me got a whole lot of history
+So don't let it go, we can make some more
+We can live forever
+
+All of the rumours, all of the fights
+But we always find a way to make it out alive
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.19
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Roar,27tNWlhdAryQY04Gb2ZhUI,"I used to bite my tongue and hold my breath
+Scared to rock the boat and make a mess
+So I sat quietly, agreed politely
+I guess that I forgot I had a choice
+I let you push me past the breaking point
+I stood for nothing, so I fell for everything
+
+You held me down, but I got up (hey)
+Already brushing off the dust
+You hear my voice, you hear that sound
+Like thunder, gonna shake the ground
+You held me down, but I got up (hey)
+Get ready 'cause I've had enough
+I see it all, I see it now
+
+I got the eye of the tiger, a fighter
+Dancing through the fire
+'Cause I am a champion, and you're gonna hear me roar
+Louder, louder than a lion
+'Cause I am the champion, and you're gonna hear me roar
+
+Oh-oh-oh-oh-oh-oh-oh
+Oh-oh-oh-oh-oh-oh-oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.0
+Willemijn Verkaik,7KawEFi5g9T9cTCd92h7j9,"Lass jetzt los - aus ""Die Eiskönigin - Völlig Unverfroren""/Deutscher Film-Soundtrack",367XBtIzCzWOQppgd2ipMT,"Der Schnee glänzt weiß auf dem Bergen heut Nacht
+Keine Spuren sind zu sehen
+Ein einsames Königreich
+Und ich bin die Königin
+Der Wind, er heult so wie der Sturm ganz tief in mir
+Nicht zu kontrollieren, ich hab' es versucht
+Lass sie nicht rein! Lass sie nicht sehen
+Wer du bist. Nein! Das darf niemals geschehen
+Du darfst nichts fühlen, zeig ihnen nicht
+Dein wahres Ich!
+
+Ich lass los, lass jetzt los
+Die Kraft sie ist grenzenlos
+Ich lass los, lass jetzt los
+Und ich schlag die Türen zu
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.7
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,What the Hell,10zycm3kRmxg5etQ8Qhpq4,"You say that I'm messing with your head
+All 'cause I was making out with your friend
+Love hurts whether it's right or wrong
+I can't stop 'cause I'm having too much fun
+
+You're on your knees
+Begging, ""Please, stay with me""
+But, honestly I just need to be a little crazy
+
+All my life I've been good
+But now I'm thinking, ""What the hell""
+All I want is to mess around
+And I don't really care about
+
+If you love me, if you hate me
+You can't save me, baby, baby
+All my life I've been good
+But, now what the hell
+What? What? What? What the hell?
+
+So, what if I go out on a million dates
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.14
+Adam Lambert,6prmLEyn4LfHlD9NnXWlf7,Whataya Want from Me,2rDwdvBma1O1eLzo29p2cr,"Hey, slow it down
+Whataya want from me?
+Whataya want from me?
+
+Yeah, I'm afraid
+Whataya want from me?
+Whataya want from me?
+
+There might've been a time when I would give myself away
+Oh, once upon a time, I didn't give a damn
+
+But now, here we are
+So whataya want from me?
+Whataya want from me?
+
+Just don't give up, I am working it out
+Please don't give in, I won't let you down
+It messed me up, need a second to breathe
+Just keep comin' around
+
+Hey, whataya want from me?
+Whataya want from me?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.18
+Alan Walker,7vk5e3vY1uw9plTHJAMwjN,Faded,7gHs73wELdeycvS48JfIos,"You were the shadow to my light
+Did you feel us?
+Another star
+You fade away
+Afraid our aim is out of sight
+Wanna see us
+Alive
+
+Where are you now?
+
+Where are you now?
+Where are you now?
+
+Was it all in my fantasy?
+Where are you now?
+Were you only imaginary?
+
+Where are you now?
+Atlantis
+Under the sea, under the sea
+Where are you now?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,55.14
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Head Above Water,1N7YeVU0ZwAFbOhwM61ef6,"I gotta keep the calm before the storm
+I don't want less, I don't want more
+Must bar the windows and the doors
+To keep me safe, to keep me warm
+
+Yeah, my life is what I'm fighting for
+Can't part the sea, can't reach the shore
+And my voice becomes the driving force
+I won't let this pull me overboard
+
+God, keep my head above water
+Don't let me drown, it gets harder
+I'll meet you there at the altar
+As I fall down to my knees
+Don't let me drown, drown, drown
+Don't let me, don't let me, don't let me drown
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.42
+Show Luo,33ApZ6LzfimooQNIKqf4jo,夠了,5Ub0U2yzlqzkMysApmLOL5,"Do you get vibe? I'm about to spit my rhyme
+I'm in my prime! we going wild
+
+Ya 大眾話的小說都不用線索 很多嘴天天都塞滿砲火
+製造紛亂當幽默 只是看圖想太多 雞蛋挑骨頭
+誰又 愛無中生有
+聽說 再推給夢遊
+你 瞎啦 醉啦 扯吧 奇葩
+吧啦吧啦吧啦吧啦你不累嗎
+
+時間沒有那麼多 怎麼你都沒事做
+只敢在暗處放火 夠了 get down get down
+以前明嗆容易躲 現在按鍵難捉摸
+你思想停在侏羅 just get down get down
+
+夠了
+像是 你在我身邊下的毒
+不去 管誰咆哮我的態度
+不去 管誰咆哮我的態度
+不去 管誰咆哮我的態度
+不去 管誰咆哮我的態度
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+BLACKPINK,41MozSoPIsD1dJM0CLPjZF,WHISTLE,7HWmJ1wBecOAMNGjC6SmKE,"Hey, boy
+
+Make 'em whistle like a missile bomb, bomb
+Every time I show up, blow up, uh
+Make 'em whistle like a missile bomb, bomb
+Every time I show up, blow up, uh
+
+넌 너무 아름다워, 널 잊을 수가 없어
+그 눈빛이 아직 나를 이렇게 설레게 해, boom, boom
+24, 365, 오직 너와 같이 하고파
+낮에도, 이 밤에도, 이렇게 너를 원해, mmm, mmm
+
+Yeah, 모든 남자들이 날 매일 check out
+대부분이 날 가질 수 있다 착각
+절대 많은 걸 원치 않아, 맘을 원해 난 (uh)
+넌 심장을 도려내 보여봐
+아주 씩씩하게, 때론 chic, chic 하게
+So hot, so hot, 내가 어쩔 줄 모르게 해 (uh)
+나지막이 불러줘
+내 귓가에 도는 휘파람처럼
+
+이대로 지나치지 마요
+너도 나처럼 날 잊을 수가 없다면, whoa
+널 향한 이 마음은 fire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,70.03
+BLACKPINK,41MozSoPIsD1dJM0CLPjZF,DDU-DU DDU-DU,7b8YOVV5quZcSKEijDgyWB,"BLACKPINK!
+Ah, yeah, ah, yeah
+BLACKPINK!
+Ah, yeah, ah, yeah
+
+Yeah, 착한 얼굴에 그렇지 못한 태도 (uh)
+가녀린 몸매 속 가려진 volume은 두 배로 (double up)
+거침없이 직진 굳이 보진 않지 눈치 (whoo!)
+Black 하면 pink, 우린 예쁘장한 savage (BLACKPINK!)
+
+원할 땐 대놓고 뺏지 (uh)
+넌 뭘 해도 칼로 물 베기 (uh)
+두 손엔 가득한 fat check
+궁금하면 해봐 fact check
+눈 높인 꼭대기
+물 만난 물고기
+좀 독해, 난 toxic
+You 혹해, I'm foxy
+
+두 번 생각해
+흔한 남들처럼 착한 척은 못 하니까
+착각하지 마
+쉽게 웃어주는 건 날 위한 거야
+
+아직은 잘 모르겠지
+굳이 원하면 test me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.02
+MARINA,6CwfuxIqcltXDGjfZsMd9A,Valley of the Dolls,1rdxUkcQLJRQwocz7mWyo7,"In the valley of the dolls we sleep, we sleep
+Got a hole inside of me, of me
+
+Born with a void, hard to destroy with love or hope
+Built with a heart, broken from the start
+And now I die slow
+
+In the valley of the dolls we sleep
+Got a hole inside of me
+Living with identities
+That do not belong to me
+In my life, I got this far
+Now I'm ready for the last hoorah
+Dying like a shooting star
+In the valley, in the valley, in the valley
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.97
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Party For One,39YLC6osLe9btq1vpsDglx,"If you didn't know that you were right for me
+Then there's nothing I can say
+Tried to call you out to spend some time to see
+But somebody's in your way
+Tried to let it go and say I'm over you
+
+I'm not over you
+But I'm trying
+
+Party for one
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+I'll be the one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+You don't want my love
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+Party for one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+Ahh, ahh, ahh
+Ahh, ahh, ahh
+Ahh, ahh...
+
+Once upon a time, I thought you wanted me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,26.1
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",2rPE9A1vEgShuZxxzR2tZH,"Thought I'd end up with Sean
+But he wasn't a match
+Wrote some songs about Ricky
+Now I listen and laugh
+Even almost got married
+And for Pete, I'm so thankful
+Wish I could say ""thank you"" to Malcolm
+'Cause he was an angel
+
+One taught me love
+One taught me patience
+And one taught me pain
+Now, I'm so amazing
+Say I've loved and I've lost
+But that's not what I see
+So, look what I got
+Look at what you taught me
+And for that, I say
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next
+I'm so grateful for my ex
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next (next)
+I'm so
+
+Spend more time with my friends
+I ain't worried 'bout nothin'
+Plus, I met someone else
+We're havin' better discussions
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.69
+All Time Low,46gyXjRIvN1NL1eCB8GBxo,Break Your Little Heart,1qvxqCOU41LIoJIneUqt3J,"Wide awake, my mistake, so predictable
+You were fake, I was great, nothing personal
+I'm walking, who's laughing now?
+(Who's laughing, who's laughing now?)
+I'm wasting, wasting time
+You talk for hours but you're wasting lines
+A pretty face but the chase ain't worth the prize
+
+I'm gonna break your little heart
+Watch you take the fall
+Laughing all the way to the hospital
+'Cause there's nothing surgery can do
+When I break your little heart in two
+I'm gonna break your little heart in two
+
+Party queen, cause a scene, so ridiculous
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.63
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH,"It was great at the very start
+Hands on each other
+Couldn't stand to be far apart
+Closer the better
+
+Now we're picking fights and slamming doors
+Magnifying all our flaws
+And I wonder why, wonder what for
+Why we keep coming back for more
+
+Is it just our bodies? Are we both losing our minds?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+Do we need somebody just to feel like we're alright?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+girl in red,3uwAm6vQy7kWPS2bciKWx9,we fell in love in october,1BYZxKSf0aTxp8ZFoeyM3d,"Smoking cigarettes on the roof
+You look so pretty and I love this view
+
+We fell in love in October
+That's why, I love fall
+Looking at the stars
+Admiring from afar
+
+My girl, my girl, my girl
+You will be my girl
+My girl, my girl, my girl
+You will be my world
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.53
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,I'm a Mess,04ZTP5KsCypmtCmQg5tH9R,"Everything's been so messed up here lately
+Pretty sure he don't wanna be my baby
+Oh, he don't love me, he don't love me
+He don't love me, he don't love me
+
+But that's okay
+'Cause I love me, yeah, I love me
+Yeah, I love me
+Yeah, I love myself anyway
+Hey
+
+Everything's gonna be alright
+Everything's gonna be okay
+It's gonna be a good, good, life
+That's what my therapist say
+Everything's gonna be alright
+Everything's gonna be just fine
+It's gonna be a good, good life
+
+I'm a mess, I'm a loser
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.32
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Most Girls,10GJQkjRJcZhGTLagFOC62,"Some girls feel best in their tiny dresses
+Some girls, nothin' but sweatpants, lookin' like a princess
+Some girls kiss new lips every single night
+They're stayin' out late 'cause they just celebratin' life
+
+You know some days you feel so good in your own skin
+But it's okay if you want to change the body that you came in
+'Cause you look greatest when you feel like a damn queen
+We're all just playin' a game in a way, tryin' to win that life
+
+Most girls are smart and strong and beautiful
+Most girls work hard, go far, we are unstoppable
+Most girls, our fight to make every day
+No two are the same
+
+I wanna be like, I wanna be like most girls
+I wanna be like, I wanna be like most girls
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.36
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,imagine,0todbbT9g5uQGbeFCiBf2F,"Step up the two of us, nobody knows us
+Get in the car like, ""Skrrt""
+Staying up all night, order me pad thai
+Then we gon' sleep 'til noon
+Me with no makeup, you in the bathtub
+Bubbles and bubbly, ooh
+This is a pleasure, feel like we never
+Act this regular
+
+Click, click, click and post
+Drip-drip-dripped in gold
+Quick, quick, quick, let's go
+Kiss me and take off your clothes
+
+Imagine a world like that
+Imagine a world like that
+We go like up 'til I'm 'sleep on your chest
+Love how my face fits so good in your neck
+Why can't you imagine a world like that?
+Imagine a world
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.82
+Daya,6Dd3NScHWwnW6obMFbl1BH,Hide Away,0uyZ5ckiIUbFZd3P6RWmrj,"Boys seem to like the girls
+Who laugh at anything
+The ones who get undressed
+Before the second date
+Girls seem to like the boys
+Who don't appreciate
+All the money and the time that it takes
+To be fly as a mother
+Got my both eyes out for Mr. Right
+Guessing I just don't know where to find 'em
+But I hope they all come out tonight
+Hey!
+
+Where do the good boys go to hide away, hide away?
+I'm a good, good girl who needs a little company
+Looking high and low, someone let me know
+Where do the good boys go to hide away, hide away?
+
+Boys seem to like the girls
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.11
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,What the Hell,5zTzDqrEmseqL2G8ElgBu7,"You say that I'm messing with your head
+All 'cause I was making out with your friend
+Love hurts whether it's right or wrong
+I can't stop 'cause I'm having too much fun
+
+You're on your knees
+Begging, ""Please, stay with me""
+But, honestly I just need to be a little crazy
+
+All my life I've been good
+But now I'm thinking, ""What the hell""
+All I want is to mess around
+And I don't really care about
+
+If you love me, if you hate me
+You can't save me, baby, baby
+All my life I've been good
+But, now what the hell
+What? What? What? What the hell?
+
+So, what if I go out on a million dates
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.14
+Miley Cyrus,5YGY8feqx7naU7z4HrwZM6,We Can't Stop,5ve0BYRZZ2aoHFqZMxqYgt,"It's our party, we can do what we want
+It's our party, we can say what we want
+It's our party, we can love who we want
+We can kiss who we want
+We can screw who we want
+It's our party, we can do what we want
+It's our party, we can say what we want
+It's our party, we can love who we want
+We can kiss who we want
+We can screw who we want
+
+Red cups and sweaty bodies everywhere
+Hands in the air like we don't care
+'Cause we came to have so much fun now
+Bet somebody here might get some now
+If you're not ready to go home
+Can I get a ""hell no""?
+'Cause we gonna go all night
+'Till we see the sunlight, alright (Hey, hey, hey)
+
+So la-da-di-da-di, we like to party
+Dancing with Molly
+Doing whatever we want
+This is our house
+This is our rules
+
+And we can't stop
+And we won't stop
+Can't you see it's we who own the night?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.99
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Million Reasons,7dZ1Odmx9jWIweQSatnRqo,"Ou're giving me a million reasons to let you go
+You're giving me a million reasons to quit the show
+You're givin' me a million reasons
+Give me a million reasons
+Giving me a million reasons
+About a million reasons
+
+If I had a highway, I would run for the hills
+If you could find a dry way, I'd forever be still
+But you're giving me a million reasons
+Give me a million reasons
+Giving me a million reasons
+About a million reasons
+
+I bow down to pray
+I try to make the worst seem better
+Lord, show me the way
+To cut through all his worn out leather
+I've got a hundred million reasons to walk away
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.24000000000001
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,曖昧,3kACZ4aS3uzwRIRyALJqoe,"反正現在的感情 都曖昧
+你大可不必為難 找般配
+付出過的人排隊 談體會
+趁年輕別害怕一個人睡
+
+可能是現在感情 太昂貴
+讓付出真心的人 好狼狽
+還不如聽首情歌 的機會 忘了誰
+
+感情像牛奶一杯 越甜越讓人生畏
+都早有些防備 潤色前的原味
+所以人們都拿起咖啡 把試探放在兩人位
+距離感一對 就不必再赤裸相對
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,紳士,3QOQ8HlMpJTupsoj5okuof,"好久没见了什么角色呢
+细心装扮着
+白色衬衫的袖扣是你送的
+尽量表现着像不在意的
+频繁暴露了自欺欺人者
+越掩饰越深刻
+你说我说听说
+忍着言不由衷的段落
+我反正决定自己难过
+我想摸你的头发
+只是简单的试探啊
+我想给你个拥抱
+像以前一样可以吗
+你退半步的动作认真的吗
+小小的动作伤害还那么大
+我只能扮演个绅士
+才能和你说说话
+我能送你回家吗
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,墨綠的夜 (電影[地球最後的夜晚] 宣傳曲),3hargM51dfz3jDVHeH1Uzt,"月亮出來了 月亮睜開美麗的眼
+輕輕地對著我瞧
+好像對我說 月光是它多情的話語
+無聲無息地說
+
+鳥兒歸去了 鳥兒乘著夜的翅膀
+神秘地飛掠過
+彷彿是憂傷 糢糢糊糊的美感
+在我心裡迴響
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Lost In Japan,79esEXlqqmq0GPz0xQSZTV,"All it'd take is one flight, we'd be in the same time zone
+Looking through your timeline
+Seeing all the rainbows, I, I got an idea
+And I know that it sounds crazy
+I just wanna see ya, oh, I gotta ask
+
+Do you got plans tonight?
+I'm a couple hundred miles from Japan, and I
+I was thinkin' I could fly to your hotel tonight
+'Cause I-I-I can't get you off my mind
+Can't get you off my mind
+Can't get you off my mind (oh)
+
+I could feel the tension, we could cut it with a knife
+I know it's more than just a friendship
+I can hear you thinking 'bout it, yeah
+Do I gotta convince you that you shouldn't fall asleep?
+It'll only be a couple hours, and I'm about to leave
+
+Do you got plans tonight?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,16.3
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Stole My Heart,3Fld33fuWTUUmVx9BEkyDx,"Waiting for a girl like you
+
+The light shines
+It's getting hot on my shoulders
+I don't mind
+This time, it doesn't matter
+'Cause your friends
+They look good, but you look better
+
+Don't you know all night?
+I've been waiting for a girl like you to come around, 'round, 'round
+
+Under the lights tonight, you turned around
+And you stole my heart with just one look
+When I saw your face, I fell in love
+It took a minute, girl, to steal my heart tonight (eh, eh, eh, eh)
+With just one look, yeah (eh, eh, eh, eh, eh)
+Been waiting for a girl like you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.61
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,7 rings,14msK75pk3pA33pzPVNtBF,"Yeah, breakfast at Tiffany's and bottles of bubbles
+Girls with tattoos who like getting in trouble
+Lashes and diamonds, ATM machines
+Buy myself all of my favorite things (yeah)
+Been through some bad shit, I should be a sad bitch
+Who woulda thought it'd turn me to a savage?
+Rather be tied up with calls and not strings
+Write my own checks like I write what I sing, yeah
+
+My wrist, stop watchin', my neck is flossy
+Make big deposits, my gloss is poppin'
+You like my hair? Gee, thanks, just bought it
+I see it, I like it, I want it, I got it, yeah
+
+I want it, I got it, I want it, I got it
+I want it, I got it, I want it, I got it
+You like my hair? Gee, thanks, just bought it
+I see it, I like it, I want it, I got it (yep)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.5
+The Vamps,7gAppWoH7pcYmphCVTXkzs,Can We Dance,5plDUEEu4r5YEzHL8IhOs1,"I talk a lot of shit when I'm drinking, baby
+I'm known to go a little too fast
+Don't mind all my friends, I know they're all crazy
+But they're the only friends that I have
+I know I don't know you
+But I'd like to skip the small talk and romance, girl
+That's all I have to say, so, baby, can we dance?
+
+Here we go again, another drink I'm caving in
+Stupid words keep falling from my mouth
+You know that I mean well
+My hands were meant for somewhere else
+Your eyes are doing naughty butterflies
+
+Oh, oh, one more drink and I should go
+Oh, oh, but maybe she might like me though
+Oh, oh, I just can't think of what to say
+Should I go, should I stay?
+Just can't let her slip away
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.24
+Zella Day,100sLnojEpcadRx4edEBA6,Compass,6o20dsWQsZjhydaq893DnE,"We can build a tree-house in the pine trees
+We can keep our secrets buried underneath
+Wire flowers crushed between your fingers
+Clinging to the wild things are raved eyes*
+
+Compass points you home
+Calling out from the east
+Compass points you anywhere
+Closer to me
+If we make it out alive, from the depths of the sea
+Compass points you anywhere
+Closer to me
+
+Where you are, I will be
+Miles high, in the deep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,5.16
+Zella Day,100sLnojEpcadRx4edEBA6,Sweet Ophelia,1jPZgfC9tWFNf7iBGdrTPV,"Believe me now, you're too young girl
+Cherry pie with your gold curls
+Growin' up like a grapevine
+Wrapped around you in due time
+
+Oh-ah, oh-ah
+Oh-ah, oh-ah
+Oh-ah, oh-ah
+Oh-ah, oh-ah
+
+Sweet Ophelia!
+When young blood escapes
+Vows that break
+Go up, up away
+Sweet Ophelia!
+When young blood escapes
+Vows that break
+Go up, up away
+
+Up, up away
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.74
+Zella Day,100sLnojEpcadRx4edEBA6,East of Eden,2Wc2tcQl7cPetPKeXH3GD3,"Pink toes pressed against the carpet
+Show your face and finish what you started
+The record spins down the alley, late night
+Be my friend, surround me like a satellite
+
+Tiger on the prowl
+East of Eden
+Coming for you now
+
+Keep me from the cages under the control
+Running in the dark to find East of Eden
+Keep me from the cages under the control
+Running in the dark to find East of Eden
+
+Find East of Eden (Ah-ah-ah-ah-ah-oh)
+To find East of Eden (Ah-ah-ah-ah-ah-oh)
+To find East of Eden (Ah-ah-ah-ah-ah-oh)
+To find East of Eden (Ah-ah-ah-ah-ah-oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,69.08
+Zella Day,100sLnojEpcadRx4edEBA6,1965,1DP3tixUaj6mNz3Y4sfMN8,"You saw me spinning from the corner of your eye
+You saw me spinning like it's 1965
+You saw me spinning from the corner of your eye
+And you touched my neck
+You're a beauty baby child
+
+I never had nobody touch me like I'm glass
+You had me spinning in the midnight summer grass
+I never had nobody touch me like I'm glass
+With a moon bird kiss
+
+Can we go back to the world we had?
+With a love so sweet it makes me sad
+Can we go back to the world we had?
+It's the world we've been dreaming of
+Can we go back to the world we had?
+Cut like diamonds, we were made to last
+Can we go back to the world we had
+It's the world we've been dreaming of
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.38
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,I Have Questions,3NgCzSW98SsqBdpYcnm4kv,"Why did you leave me here to burn?
+I'm way too young to be this hurt
+I feel doomed in hotel rooms
+Staring straight up at the wall
+Counting wounds, and I am trying to numb them all
+
+Do you care, do you care?
+Why don't you care?
+I gave you all of me
+My blood, my sweat, my heart, and my tears
+Why don't you care, why don't you care?
+I was there, I was there when no one was
+Now you're gone, and I'm here
+
+(I have questions for you)
+Number one, tell me who you think you are
+You got some nerve tryna tear my faith apart
+(I have questions for you)
+Number two, why would you try and play me for a fool?
+I shoulda never ever, ever trusted you
+(I have questions)
+Number three, why weren't you who you swore that you would be?
+I have questions, I got questions haunting me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.33
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,"Flashlight (Sweet Life Mix) - From ""Pitch Perfect 2"" Soundtrack",6W5RmgWh46p9RQ4LDezHKE,"When tomorrow comes
+I'll be on my own
+Feeling frightened of the
+Things that I don't know
+When tomorrow comes
+Tomorrow comes
+When tomorrow comes
+
+And though the road is long
+I look up to the sky
+Darkness all around
+I hope that I could fly
+Then I sing along
+I sing along
+
+Then I sing along
+
+I got all I need when I got you and I
+'Cause I look around me
+And see a sweet life
+I'm stuck in the dark
+But you're my flashlight
+You're getting me
+Getting me
+Through the night
+Kick-start my heart
+When you're shining in my eyes
+
+I can't lie
+It's a sweet life
+I'm stuck in the dark
+But you're my flashlight
+You're getting me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.08
+Little Mix,3e7awlrlDSwF3iM0WBjGMp,Shout Out to My Ex,1pwo8l3Ko7idwaz4LVUEC4,"This is a shout out to my ex
+Heard he in love with some other chick
+Yeah, yeah, that hurt me, I'll admit
+Forget that boy, I'm over it
+I hope she gettin' better sex (ah)
+Hope she ain't fakin' it like I did, babe
+Took four long years to call it quits
+Forget that boy, I'm over it
+
+Guess I should say thank you
+For the ""hate yous"" and the tattoos
+Oh baby, I'm cool by the way
+Ain't sure I loved you anyway
+Go 'head, babe, I'ma live my life, my life, yeah
+
+Shout out to my ex, you're really quite the man
+You made my heart break and that made me who I am
+Here's to my ex, hey, look at me now
+Well, I, I'm all the way up
+I swear you'll never bring me down
+
+Shout out to my ex, you're really quite the man
+You made my heart break and that made me who I am
+Here's to my ex, hey, look at me now
+Well, I'm, I'm all the way up
+I swear you'll never, you'll never bring me down
+
+Oh, I deleted all your pics
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.94
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Rock Bottom,2qxaR31Te4xDR2yO6LqM8z,"What are we fighting for?
+Seems like we do it just for fun
+In this, this stupid war
+We play hard with our plastic guns
+Breathe deep, bottle it up
+So deep until it's all we got
+Don't speak, just use your touch
+Don't speak before we say too much
+
+You hate me now, and I feel the same way
+You love me now and I feel the same way
+Scream and we shout
+And make up the same day, the same day
+
+Oh, we're on the right side of rock bottom
+And I hope that we keep falling
+We're on the good side of bad karma
+'Cause we keep on coming back for more
+We're on the right side of rock bottom
+And to you, I just keep crawling
+You're the best kind of bad something
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.67
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Hell Nos And Headphones,4ToeppjiHi7kGMAVUvosv0,"Seems like everybody here
+Is speaking different languages (Ha ha ha)
+With that green prescription fog
+Blowing out their faces (Ha ha ha)
+
+And they all look me up and down like I'm the fucking new kid
+But I saw the sun rise on this town way before you did
+And they're all skiing in the powder room
+Making love to Jack and Jameson (Ha)
+But I'll stick with hell no's and headphones
+
+Cause all of my friends are leaving soon
+To find them, themselves another round
+But I'll be here in this stranger's room
+Just for now (Just for now)
+Yeah, I'll stick with hell no's and headphones
+Don't want another drink
+I just, just wanna be alone
+No, I don't care 'bout what you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.06999999999999
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,City Lights,1OZEvLQ4MUrqcnuCWX7vW0,"It's a long road, and it gets windy
+Fog is real low, and it's so blinding
+Oh I'm trying to steer, trying to take the lead
+But I feel like the road is steering me
+
+Getting so lost, like a castaway
+Feeling so crossed, like a renagade
+And I'm trying to call out in the big city
+Just a small voice and no one's listening to me
+
+Oh, oh
+Tell me where to go-oh
+Tell me that you know-oh
+Just how bright I glow-oh
+
+Every time that you think you've lost your shine
+Just remember, nothing's brighter
+You're the city lights
+Every time that you fade into the night
+Just remember, you're the fire
+You're the city lights
+
+That shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.5
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,Ready or Not,5xvUgoVED1F4mBu8FL0HaW,"He-e-ey
+He-e-ey
+Ooooh
+
+I'm the kinda girl who doesn't say a word
+Who sits at the curb and waits for the world
+But I'm about to break out, about to break out
+I'm like a crook tonight
+I caught you staring at me and I was thinking clearly
+Now I'm like a bee and I'm huntin' for the honey
+And I'm kinda shy but, you're super fly, yeah
+I could be your kryptonite
+
+Like ohhh
+Light my heart up, baby, like a matchstick
+Ohhh
+And hit the gas quick
+
+Ready or not, here I come
+Where you at? The night is young
+In the crowd the music's loud but I will find you
+
+Ready or not, here I come
+I like your face, do you like my song?
+Just sing it la la la la la la la and I'll find you
+
+Ready or not
+Ready or not
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.25
+Jay Chou,2elBjNSdBE2Y3f0j1mjrql,晴天,0F02KChKwbcQ3tk4q1YxLH,"故事的小黃花
+從出生那年就飄著
+童年的盪鞦韆
+隨記憶一直晃到現在
+
+Re So So Si Do Si La
+So La Si Si Si Si La Si La So
+吹著前奏望著天空
+我想起花瓣試著掉落
+
+為妳翹課的那一天 花落的那一天
+教室的那一間 我怎麼看不見
+消失的下雨天 我好想再淋一遍
+沒想到失去的勇氣我還留著
+好想再問一遍 妳會等待還是離開
+
+颳風這天 我試過握著妳手
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Sodagreen,3WYT2b8pOLsLsqSaoWYr7U,小情歌,0roIOt1l3otYmaSEDzsHxw,"這是一首簡單的小情歌
+唱著人們心腸的曲折
+我想我很快樂 當有你的溫熱
+腳邊的空氣轉了
+
+這是一首簡單的小情歌
+唱著我們心頭的白鴿
+我想我很適合 當一個歌頌者
+青春在風中飄著
+
+你知道 就算大雨讓這座城市顛倒
+我會給你懷抱
+受不了 看見你背影來到
+寫下我 度秒如年難捱的離騷
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+JJ Lin,7Dx7RhX0mFuXhCOUgB01uM,小酒窩,53WV5mAY2opmFC0r0LjRdM,"我還在尋找 一個依靠 和一個擁抱
+誰替我祈禱 替我煩惱 為我生氣為我鬧
+
+幸福開始有預兆 緣份讓我們慢慢緊靠
+然後孤單被吞沒了 無聊變得有話聊 有變化了
+
+小酒窩長睫毛是你最美的記號
+我每天睡不著想念你的微笑
+你不知道你對我多麼重要
+(你不知道 多麼重要)
+有了你生命完整的剛好
+
+小酒窩長睫毛迷人的無可救藥
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,日不落,2aY9L0d1OPp0eVf5Vco51i,"天空的霧 來的漫不經心
+河水像油畫 一樣安靜
+和平鴿慵懶步伐押著韻
+心偷偷的放晴
+
+祈禱你像 英勇的禁衛軍
+動也不動的 守護愛情
+你在回憶裡 留下的腳印
+是我愛的 風景
+
+我要送你 日不落的想念
+寄出代表愛的 明信片
+我要送你 日不落的愛戀
+緊牽著心 把世界走遍
+
+你就是慶典 你就是晴天
+我的愛未眠
+不落的想念 飛在你身邊
+我的愛未眠
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,會呼吸的痛,5IgElbSREzVyqgf1OCuKJd,"在東京鐵塔 第一次眺望
+
+看燈火模仿 墜落的星光
+我終於到達 但卻更悲傷
+一個人完成 我們的夢想
+
+你總說 時間還很多 你可以等我
+以前我不懂得 未必明天 就有以後
+想念是會呼吸的痛 它活在我身上所有角落
+
+哼你愛的歌會痛 看你的信會痛 連沈默也痛
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,情歌,5oL7vOxCz2eJKAX6G4Yluh,"時光是琥珀 淚一滴滴 被反鎖
+情書再不朽 也磨成沙漏
+青春的上游 白雲飛走 蒼狗與海鷗
+閃過的念頭 潺潺的溜走
+
+命運好幽默 讓愛的人都沉默
+一整個宇宙 換一顆紅豆
+回憶如困獸 寂寞太久 而漸漸溫柔
+放開了拳頭 反而更自由
+
+慢動作 繾綣膠卷 重播默片
+定格一瞬間
+我們在告別的演唱會
+說好不再見
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Macklemore & Ryan Lewis,5BcAKTbp20cv7tC5VqPFoC,Can't Hold Us (feat. Ray Dalton),3bidbhpOYeV4knp8AIu8Xn,"Ay, ay, ay
+Good to see you
+Come on in, let's go
+Yeah, let's go, hahaha
+Alright, alright, okay, uh
+Alright, okay, alright, okay
+
+Return of the Mack
+Get 'em, what it is, what it does, what it is, what it isn't
+Lookin' for a better way to get up out of bed
+Instead of gettin' on the Internet and checkin' on who hit me, get up
+Thrift-shop, pimp strut walkin'
+Little bit of humble, little bit of cautious
+Somewhere between like Rocky and Cosby
+Sweater game, nope, nope, y'all can't copy, yup
+
+Bad, moonwalkin', and this here is our party
+My posse's been on Broadway
+And we did it our way
+Grown music, I shed my skin and put my bones
+Into everything I record to it and yet I'm on
+
+Let that stage light go and shine on down
+Got that Bob Barker suit game and Plinko in my style
+Money, stay on my craft and stick around for those pounds
+But I do that to pass the torch and put on for my town
+
+Trust me, on my I-N-D-E-P-E-N-D-E-N-T shit, hustlin'
+Chasing dreams since I was 14, with the four-track bussin'
+Halfway cross that city with the back, pack, fat, cat, crushin'
+Labels out here, now, they can't tell me nothin' (Hey, hey, hey)
+We give that to the people, spread it across the country (Hey, hey, hey, oh)
+Labels out here, now, they can't tell me nothin' (Hey, hey, hey)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.94
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bury a friend,4SSnFejRGlZikf02HLewEF,"Billie...
+
+What do you want from me?
+Why don't you run from me?
+What are you wondering?
+What do you know?
+Why aren't you scared of me?
+Why do you care for me?
+When we all fall asleep, where do we go?
+
+Come here...
+
+Say it, spit it out, what is it exactly?
+You're payin'?
+Is the amount cleanin' you out
+Am I satisfactory?
+Today, I'm thinkin' about
+The things that are deadly
+The way I'm drinkin' you down
+Like I wanna drown, like I wanna end me
+
+Step on the glass, staple your tongue (Ahh)
+Bury a friend, try to wake up (Ahh-ha)
+Cannibal class, killin' the son (Ahh)
+Bury a friend, I wanna end me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.39
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,Six Feet Under - Gazzo Remix,3UHa28GclZhNqqlaNFzKKY,"Help, I lost myself again
+But I remember you
+Don't come back, it won't end well
+But I wish you'd tell me too
+Our love is six feet under
+I can't help but wonder
+If our grave was watered by the rain
+Would roses bloom?
+Could roses bloom?
+Could roses bloom?
+Could roses bloom?
+Retrace my lips
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.260000000000005
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bad guy,2Fxmhks0bxGSBdJ92vM42m,"White shirt now red, my bloody nose
+Sleepin', you're on your tippy toes
+Creepin' around like no one knows
+Think you're so criminal
+
+Bruises on both my knees for you
+Don't say thank you or please
+I do what I want when I'm wanting to
+My soul, so cynical
+
+So you're a tough guy
+Like it really rough guy
+Just can't get enough guy
+Chest always so puffed guy
+I'm that bad type
+Make your mama sad type
+Make your girlfriend mad tight
+Might seduce your dad type
+I'm the bad guy
+Duh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.98
+Air,1P6U1dCeHxPui5pIrGmndZ,Photograph,3L3zrewWMcjncFKbbaetov,"I would like to own your autograph
+The angels cry to have your photograph
+
+As if you were awfully made for life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,15.310000000000002
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Joanne,2kecdnlyueotEMC8rdNlf6,"Take my hand, stay Joanne
+Heaven's not ready for you
+Every part of my aching heart
+Needs you more than the angels do
+
+Girl, where do you think you're goin'?
+Where do you think you're goin', goin', girl?
+Girl, where do you think you're goin'?
+Where do you think you're goin', goin', girl?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.870000000000005
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,6HkjpGIOHv4y0IBAxUbE5z,"RedOne
+Konvict
+Gaga (oh-oh, eh)
+
+I've had a little bit too much, much
+All of the people start to rush (start to rush by)
+A dizzy twister dance
+Can't find my drink or man
+Where are my keys?
+I lost my phone, phone
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+Keep it cool
+What's the name of this club?
+I can't remember, but it's alright, alright
+
+Just dance
+Gonna be okay
+Da-da-doo-doot-n, just dance
+Spin that record, babe
+Da-da-doo-doot-n, just dance
+Gonna be okay
+Da-da-da-dance, dance, dance
+Just j-j-just dance
+
+Wish I could shut my playboy mouth (oh, oh, oh)
+How'd I turn my shirt inside out? (Inside out, right)
+Control your poison, babe
+Roses have thorns, they say
+And we're all gettin' hosed tonight
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.04
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Paparazzi,16Me2jlMlTX4xsps2j71mC,"We are the crowd
+We're c-coming out
+Got my flash on, it's true
+Need that picture of you
+It's so magical
+We'd be so fantastical
+
+Leather and jeans
+Garage glamorous
+Not sure what it means
+But this photo of us
+It don't have a price
+Ready for those flashing lights
+'Cause you know that, baby, I
+
+I'm your biggest fan
+I'll follow you until you love me
+Papa-paparazzi
+Baby, there's no other superstar
+You know that I'll be
+Your papa-paparazzi
+
+Promise I'll be kind
+But I won't stop until that boy is mine
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.53
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,0WfKDYeUAoLA3vdvLKKWMW,"Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+
+I wanna hold 'em like they do in Texas, please
+Fold 'em, let 'em, hit me, raise it, baby, stay with me (I love it)
+Love game intuition, play the cards with spades to start
+And after he's been hooked, I'll play the one that's on his heart
+
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.81
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Boys Boys Boys,59C8rQGhU7VGLizJKR99Xk,"Hey there sugar baby
+Saw you twice at the pop show
+You taste just like glitter
+Mixed with rock and roll
+I like you a lot, lot
+Think you're really hot, hot
+
+Know you think you're special
+When we dance real crazy
+Glamophonic, electronic, d-d-disco baby
+I like you a lot, lot
+All we want is hot, hot
+
+Boys, Boys, Boys
+We like boys in cars
+Boys, Boys, Boys
+Buy us drinks in bars
+Boys, Boys, Boys
+With hairspray and denim
+And Boys, Boys, Boys
+We love them! We love them!
+
+Ohh, oh oh oh- uh-ohhhh-oooo-wuh-ohh
+Ohh, oh oh oh-uh-ohhhh-oooo-wuh-ohh
+
+Baby is a bad boy with some retro sneakers
+Let's go see The Killers
+And make out in the bleachers
+I like you a lot, lot
+Think you're really hot, hot
+
+Let's go to the party
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.31
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,1WP9BnIr6SbcneveMTedPj,"Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+I want your ugly, I want your disease
+I want your everything as long as it's free
+I want your love
+Love, love, love, I want your love (hey)
+
+I want your drama, the touch of your hand (hey)
+I want your leather-studded kiss in the sand
+I want your love
+Love, love, love, I want your love (love, love, love)
+(I want your love)
+
+You know that I want you
+And you know that I need you
+I want it bad, your bad romance
+
+I want your love, and I want your revenge
+You and me could write a bad romance (oh-oh-oh-oh-oh)
+I want your love and all your lover's revenge
+You and me could write a bad romance
+
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.74
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Monster,6Q5ClIrkVCcLOFHwMsN8QV,"Don't call me Gaga
+I've never seen one like that before
+Don't look at me like that
+You amaze me
+He ate my heart, he a-a-ate my heart (you little monster)
+He ate my heart, he a-a-ate my heart out (you amaze me)
+Ate my heart, he a-a-ate my heart
+He ate my heart, he a-a-ate my heart out (big boy)
+
+Look at him, look at me
+That boy is bad and honestly
+He's a wolf in disguise
+But I can't stop staring in those evil eyes (evil eyes, evil eyes)
+
+I asked my girlfriend if she'd seen you 'round before (oh yeah)
+She mumbled something while we got down on the floor, baby
+""We might've fucked, not really sure, don't quite recall
+But something tells me that I've seen him, yeah""
+
+That boy is a monster (mo-mo-mo-monster)
+That boy is a monster (mo-mo-mo-monster)
+That boy is a monster (mo-mo-mo-monster)
+That boy is a monster-er-er-er-er-er
+
+He ate my heart (I love that girl)
+He ate my heart (wanna talk to her, she's hot as hell)
+He ate my heart (I love that girl)
+He ate my heart (wanna talk to her, she's hot as hell)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.02
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Dance In The Dark,4ye3W4xNyQkIItKp01QbLM,"Silicone, saline, poison
+Inject me, baby, I'm a free bitch
+I'm a free bitch
+
+Some girls won't dance to the beat of the track
+She won't walk away, but she won't look back
+She looks good, but her boyfriend says she's a mess
+She's a mess, she's a mess
+Now the girl is stressed
+She's a mess, she's a mess, she's a mess, she's a mess
+(Tell 'em, girls)
+
+Baby loves to dance in the dark
+'Cause when he's looking, she falls apart
+Baby loves to dance in the dark
+(Tell 'em, girls)
+
+Baby loves to dance in the dark
+'Cause when he's looking, she falls apart
+Baby loves to dance, loves to dance in the dark
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.45
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,3E5XrOtqMAs7p2wKhwgOjf,"RedOne
+Konvict
+Gaga (oh-oh, eh)
+
+I've had a little bit too much, much
+All of the people start to rush (start to rush by)
+A dizzy twister dance
+Can't find my drink or man
+Where are my keys?
+I lost my phone, phone
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+Keep it cool
+What's the name of this club?
+I can't remember, but it's alright, alright
+
+Just dance
+Gonna be okay
+Da-da-doo-doot-n, just dance
+Spin that record, babe
+Da-da-doo-doot-n, just dance
+Gonna be okay
+Da-da-da-dance, dance, dance
+Just j-j-just dance
+
+Wish I could shut my playboy mouth (oh, oh, oh)
+How'd I turn my shirt inside out? (Inside out, right)
+Control your poison, babe
+Roses have thorns, they say
+And we're all gettin' hosed tonight
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.04
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Born This Way,6r2BECwMgEoRb5yLfp0Hca,"It doesn't matter if you love him or capital H-I-M
+Just put your paws up
+'Cause you were born this way, baby
+
+My mama told me when I was young, ""We are all born superstars""
+She rolled my hair and put my lipstick on in the glass of her boudoir
+""There's nothing wrong with loving who you are""
+She said, ""'Cause He made you perfect, babe
+So hold your head up, girl, and you'll go far""
+Listen to me when I say
+
+I'm beautiful in my way 'cause God makes no mistakes
+I'm on the right track, baby, I was born this way
+Don't hide yourself in regret, just love yourself, and you're set
+I'm on the right track, baby, I was born this way (born this way)
+
+Ooh, there ain't no other way, baby, I was born this way
+Baby, I was born this way (born this way)
+Ooh, there ain't no other way, baby, I was born this way
+Right track, baby, I was born this way
+
+Don't be a drag, just be a queen
+Don't be a drag, just be a queen
+Don't be a drag, just be a queen
+Don't be (don't be, don't be)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.21
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,The Edge Of Glory,6uxYfENm7zw050dNUi031W,"There ain't no reason you and me should be alone tonight
+Yeah, baby, tonight, yeah, baby
+But I got a reason that you-hoo should take me home tonight
+I need a man that thinks it right when it's so wrong
+Tonight, yeah, baby
+Tonight, yeah, baby
+Right on the limit's where we know we both belong tonight
+
+It's hot to feel the rush
+To brush the dangerous
+I'm gonna run right to
+To the edge with you
+Where we can both fall far in love
+
+I'm on the edge of glory
+And I'm hangin' on a moment of truth
+I'm on the edge of glory
+And I'm hangin' on a moment with you
+
+I'm on the edge
+The edge, the edge, the edge
+The edge, the edge, the edge
+I'm on the edge of glory
+And I'm hangin' on a moment with you
+I'm on the edge with you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.02
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Applause,5ka2ajep9OAvU5Sgduhiex,"I stand here waiting for you to bang the gong
+To crash the critic saying, ""Is it right or is it wrong?""
+If only fame had an I.V, baby could I bear?
+Being away from you, I found the vein, put it in here
+
+I live for the applause, applause, applause
+I live for the applause-plause, live for the applause-plause, live for the-
+Way that you cheer and scream for me
+The applause, applause, applause
+
+Give me that thing that I love (I'll turn the lights out)
+Put your hands up, make 'em touch, touch (Make it real loud)
+Give me that thing that I love (I'll turn the lights out)
+Put your hands up, make 'em touch, touch (Make it real loud)
+
+(A-P-P-L-A-U-S-E) Make it real loud
+Put your hands up, make 'em touch, touch
+(A-P-P-L-A-U-S-E) Make it real loud
+Put your hands up, make 'em touch, touch
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.89
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,ME! (feat. Brendon Urie of Panic! At The Disco),4Sib57MmYGJzSvkW84jTwh,"I promise that you'll never find another like me
+
+I know that I'm a handful baby, uh
+I know I never think before I jump
+And you're the kind of guy the ladies want
+(And there's a lot of cool chicks out there)
+
+I know that I went psycho on the phone
+I never leave well enough alone
+And trouble's gonna follow where I go
+(And there's a lot of cool chicks out there)
+
+But one of these things is not like the others
+Like a rainbow with all of the colors
+Baby doll, when it comes to a lover
+I promise that you'll never find another like
+
+Me-eh-eh, ooh-ooh-ooh-ooh-ooh
+I'm the only one of me
+Baby, that's the fun of me
+Eh-eh-eh, ooh-ooh-ooh-ooh-ooh
+You're the only one of you
+Baby, that's the fun of you
+And I promise that nobody's gonna love you like me-eh-eh
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.44
+Matt Cardle,3906URNmNa1VCXEeiJ3DSH,Amazing,15YOIZfFLX6q5hy8GzS8P0,"I had to look inside this fragile heart of mine
+To find exactly what it was you saw
+I had to put myself back in the firing line
+To take the shot that knocked me to the floor
+
+I was down, losing faith, oh, I was lost in the crowd
+You brought me 'round
+
+How did you find me?
+You came out of nowhere like lightning
+It's kind of amazing how you found me
+Through all the noise somehow
+
+I was pulling empty pails out of the wishing well
+Only holy water breaks the spell
+I had to pinch myself, 'cause I knew all too well
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.03999999999999
+Laine Hardy,2e4sMCgdXD5TkFquoTEA4j,Flame,4menArgtu2QyKU36ngRguV,"I hope you find what you're looking for
+I hope you get what you're wishing for
+I hope you see, what I see, when I see, what I see in you
+
+I hope you stumble and fall in love
+I hope it's all that you're dreamin' of
+And everyday, is a day, that your heartbeat beats for two
+
+And if the darkness arrives, in the still of the night
+And there's no one inside
+
+Put your light,
+Put your light, put your light up
+Put your light, put your light up
+Put your light, put your light up, so I can see your flame
+
+Put your light,
+Put your light, put your light up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.68
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Señorita,0TK2YIli7K1leLovkQiNik,"I love it when you call me señorita
+I wish I could pretend I didn't need ya
+But every touch is ooh-la-la-la
+It's true, la-la-la
+Ooh, I should be runnin'
+Ooh, you keep me coming for ya
+
+Land in Miami
+The air was hot from summer rain
+Sweat drippin' off me
+Before I even knew her name, la-la-la
+It felt like ooh-la-la-la (Yeah, no)
+
+Sapphire moonlight
+We danced for hours in the sand
+Tequila Sunrise
+Her body fit right in my hands, la-la-la
+It felt like ooh-la-la-la, yeah
+
+I love it when you call me señorita
+I wish I could pretend I didn't need ya
+But every touch is ooh-la-la-la
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.49
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt,"Guess it's true, I'm not good at a one-night stand
+
+But I still need love 'cause I'm just a man
+
+These nights never seem to go to plan
+
+I don't want you to leave, will you hold my hand?
+
+Oh, won't you stay with me?
+
+'Cause you're all I need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.06
+mxmtoon,0HthCchcL0kVLHTr113Vk1,prom dress,0X3a2iLqyGMYi4g2WtUaXu,"I'm nearing the end of my fourth year
+I feel like I've been lacking, crying too many tears
+Everyone seemed to say, it was so great
+But did I miss out? Was it a huge mistake?
+
+I can't help the fact I like to be alone
+It might sound kinda sad, but that's just what I seem to know
+I tend to handle things usually by myself
+And I can't ever seem to try and ask for help
+
+I'm sitting here, crying in my prom dress
+I'd be the Prom Queen if crying was a contest
+Make-up is running down, feelings are all around
+How did I get here? I need to know
+I guess I maybe had a couple expectations
+Thought I'd get to them, but no I didn't
+I guess I thought that prom was gonna be fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.68
+Clairo,3l0CmX0FuQjFxr8SK7Vqag,Flaming Hot Cheetos,1F6IbA7di42uPc3cff8PXV,"Sometimes I feel like I just wanna go back to my old ways
+You're telling me I'm silly, it's no fun in the old days
+I'm such a romantic, I never remember how things really happen
+I guess you're attractive or something
+Live in the moment, that's what they tell me
+But what ever happened to when you would hold me
+And hold me, and hold me
+
+Girlfriend or girl that's a friend?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.34
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,boyfriend (with Social House),4GqkWberT9cHK9P6REykBd,"I'm a motherfuckin' train wreck
+I don't wanna be too much
+But I don't wanna miss your touch
+And you don't seem to give a fuck
+I don't wanna keep you waiting
+But I do just what I have to do
+And I might not be the one for you
+But you ain't about to have no boo
+
+'Cause I know we be so complicated
+But we be so smitten, it's crazy
+I can't have what I want, but neither can you
+
+You ain't my boyfriend (Boyfriend)
+And I ain't your girlfriend (Girlfriend)
+But you don't want me to see nobody else
+And I don't want you to see nobody
+But you ain't my boyfriend (Boyfriend)
+And I ain't your girlfriend (Girlfriend)
+But you don't want me to touch nobody else
+Baby, we ain't gotta tell nobody
+
+Even though you ain't mine, I promise the way we fight
+Make me honestly feel like we just in love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,56.78
+BANKS,2xe8IXgCTpwHE3eA9hTs4n,Gemini Feed,5fdzPMOxUqVJYSzTP5cFP7,"Open up your eyes
+There's nothing on my body left to see
+I tried a thousand times
+I tried to say ""I love you"", but you didn't hear me
+And you're passive-aggressive
+Convinced me other people didn't care about me
+And you're passive-aggressive
+You're passive-aggressive
+You're passive-aggressive, hey
+
+And to think you would get me to the altar
+Like I'd follow you around like a dog that needs water
+But admit it that you wanted me smaller
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.62
+Halsey,26VFTg2z8YR0cCuwLzESi2,Nightmare,340UVheS8z3ncW9TTUhAbc,"Now I lay me down to sleep
+I pray the Lord, my soul to keep
+If I shall die before I wake
+I pray the Lord, my soul to take
+
+I, I keep a record of the wreckage in my life
+I gotta recognize the weapon in my mind
+They talk shit, but I love it every time
+And I realize
+
+I've tasted blood and it is sweet
+I've had the rug pulled beneath my feet
+I've trusted lies and trusted men
+Broke down and put myself back together again
+Stared in the mirror and punched it to shatters
+Collected the pieces and picked out a dagger
+I've pinched my skin in between my two fingers
+And wished I could cut some parts off with some scissors
+
+Come on, little lady, give us a smile
+No, I ain't got nothin' to smile about
+I got no one to smile for, I waited a while for
+A moment to say I don't owe you a goddamn thing
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.89
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Lover,0bzbvANY6oETSJLc0wlVGY,"We could leave the Christmas lights up 'til January
+And this is our place, we make the rules
+And there's a dazzling haze, a mysterious way about you dear
+Have I known you 20 seconds or 20 years?
+
+Can I go where you go?
+Can we always be this close forever and ever?
+And ah, take me out, and take me home
+You're my, my, my, my
+Lover
+
+We could let our friends crash in the living room
+This is our place, we make the call
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.86999999999999
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,我懷念的,7z2M7DsEjZjwXBkWG3zd21,"我問為什麼
+那女孩傳簡訊給我
+
+而你為什麼
+不解釋 低著頭沉默
+我該相信你很愛我
+
+不願意敷衍我
+還是明白你已不想挽回什麼
+想問為什麼
+我不再是你的快樂
+可是為什麼
+
+卻苦笑說我都懂了
+自尊常常將人拖著
+把愛都走曲折
+
+假裝了解是怕
+真相太赤裸裸
+狼狽比失去難受
+我懷念的是無話不說
+我懷念的是一起做夢
+
+我懷念的是爭吵以後
+
+還是想要愛你的衝動
+我記得那年生日
+也記得那一首歌
+記得那片星空
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,When You're Gone,54JKnDB3CzVu8wNAOM27BI,"I always needed time on my own
+I never thought I'd need you there when I cry
+And the days feel like years when I'm alone
+And the bed where you lie is made up on your side
+
+When you walk away, I count the steps that you take
+Do you see how much I need you right now?
+
+When you're gone, the pieces of my heart are missing you
+When you're gone, the face I came to know is missing too
+When you're gone, the words I need to hear
+To always get me through the day
+And make it okay
+I miss you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+Cigarettes After Sex,1QAJqy2dA3ihHBFIHRphZj,Apocalypse,3AVrVz5rK8Hrqo9YGiVGN5,"You leapt from crumbling bridges
+Watching cityscapes turn to dust
+
+Filming helicopters crashing
+In the ocean from way above
+
+Got the music in you, baby
+Tell me why
+Got the music in you, baby
+Tell me why
+You've been locked in here forever
+And you just can't say goodbye
+
+Kisses on the foreheads of the lovers
+Wrapped in your arms
+
+You've been hiding them in hollowed out pianos
+Left in the dark
+
+Got the music in you, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.85
+Cigarettes After Sex,1QAJqy2dA3ihHBFIHRphZj,K.,7LX4aXtvImhdgUHQBlo8Kp,"I remember when I first noticed that you liked me back
+We were sitting down in a restaurant waiting for the check
+We had made love earlier that day with no strings attached,
+But I could tell that something had changed how you looked at
+Me then
+
+Kristen, come right back
+I've been waiting for you to slip back in bed
+When you light the candle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,44.04
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Will Be,1ERza8JzFin9c3Keo8XQEX,"There's nothing I could say to you
+Nothing I could ever do to make you see
+What you mean to me
+All the pain, the tears I cried
+Still you never said goodbye and now I know
+How far you'd go
+
+I know I let you down
+But it's not like that now
+This time I'll never let you go
+
+I will be, all that you want
+And get myself together
+'Cause you keep me from falling apart
+All my life, I'll be with you forever
+To get you through the day
+And make everything okay
+
+I thought that I had everything
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,63.28
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Anything but Ordinary,6STHWwMa2vbr1nKArQH7hd,"Sometimes I get so weird
+I even freak myself out
+I laugh myself to sleep, it's my lullaby
+Sometimes I drive so fast
+Just to feel the danger
+I wanna scream, it makes me feel alive
+
+Is it enough to love?
+Is it enough to breathe?
+Somebody rip my heart out and leave me here to bleed
+Is it enough to die?
+Somebody save my life
+I'd rather be anything but ordinary, please
+
+To walk within the lines
+Would make my life so boring
+I want to know that I have been to the extreme
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,20.28
+Patrick Rosal,1E7dUAAhA98iIzN2KNw4TK,Sofia,084YxThHOrmrM5YC0tyZEY,"I'm gonna miss you Sofia
+You're the sweetest girl who knocked me off my feet
+I'm gonna miss you Sofia
+You're that Swedish girl who came and set me free
+
+And you opened my eyes
+And helped me see
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.32
+SAYGRACE,6y5amJcTjeDgLXIjtQLMst,You Don't Own Me (feat. G-Eazy),6Slaf2WBzQA86oS7MNMUNS,"You don't own me
+
+You don't own me
+
+Well, let's go
+But I'm Gerald and I can always have just what I want
+She's the baddest I would love to flaunt
+Take her shopping, you know Yves Saint Laurent
+But nope, she ain't with it though
+All because she got her own dough
+Boss bossed if you don't know
+She could never ever be a broke hoe
+
+You don't own me
+I'm not just one of your many toys
+You don't own me
+Don't say I can't go with other boys
+
+Don't tell me what to do
+And don't tell me what to say
+Please, when I go out with you
+Don't put me on display
+
+You don't own me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,72.64
+Chelsea Effect,6xgzhNUI3leAz0ZOEBu3dK,Ghosts in the Wall,706iZ9ubf1POfjlRj95MdT,"I've been looking for a reason
+Trying to find the meaning on a dime
+Focused on the feeling
+Got down on my knees, prayed to God to give life
+Conquering the demons
+Flew the skies still dreaming for a change
+Something to believe in
+They closed your voice so patiently you wait
+
+We're the ghosts in the wall
+Silently we're the fighters (Oh-oh-oh-oh)
+We're the ghosts in the wall
+I wanna feel it, feel it, feel it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.24000000000001
+Dan + Shay,7z5WFjZAIYejWy0NI5lv4T,"10,000 Hours (with Justin Bieber)",2wrJq5XKLnmhRXHIAf9xBa,"Do you love the rain, does it make you dance
+When you're drunk with your friends at a party?
+What's your favorite song, does it make you smile?
+Do you think of me?
+
+When you close your eyes
+Tell me, what are you dreamin'?
+Everything, I wanna know it all
+
+I'd spend 10,000 hours and 10,000 more
+Oh, if that's what it takes to learn that sweet heart of yours
+And I might never get there, but I'm gonna try
+If it's 10,000 hours or the rest of my life
+I'm gonna love you (ooh, ooh-ooh, ooh-ooh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.78
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,Play我呸 - Alesso Remix Version,6anhAH3FPfQmvZmKwMCmVD,"Do you love the rain, does it make you dance
+When you're drunk with your friends at a party?
+What's your favorite song, does it make you smile?
+Do you think of me?
+
+When you close your eyes
+Tell me, what are you dreamin'?
+Everything, I wanna know it all
+
+I'd spend 10,000 hours and 10,000 more
+Oh, if that's what it takes to learn that sweet heart of yours
+And I might never get there, but I'm gonna try
+If it's 10,000 hours or the rest of my life
+I'm gonna love you (ooh, ooh-ooh, ooh-ooh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+mxmtoon,0HthCchcL0kVLHTr113Vk1,prom dress,2xCGBWfzTe8l2kvHpgvB6M,"I'm nearing the end of my fourth year
+I feel like I've been lacking, crying too many tears
+Everyone seemed to say, it was so great
+But did I miss out? Was it a huge mistake?
+
+I can't help the fact I like to be alone
+It might sound kinda sad, but that's just what I seem to know
+I tend to handle things usually by myself
+And I can't ever seem to try and ask for help
+
+I'm sitting here, crying in my prom dress
+I'd be the Prom Queen if crying was a contest
+Make-up is running down, feelings are all around
+How did I get here? I need to know
+I guess I maybe had a couple expectations
+Thought I'd get to them, but no I didn't
+I guess I thought that prom was gonna be fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.68
+Conan Gray,4Uc8Dsxct0oMqx0P6i60ea,The King,54GASuUdLbhhdyECNUp3Pb,"Crush always making me feel like I got nothing to offer
+But I'm the only one that can make you feel right
+I'm the only one that you think of at night
+Baby, don't lie
+You're always talking to me like you're totally bothered
+So why you always ring at the end of my line?
+Don't you got a girl that can make you feel nice?
+It's a dead sign
+
+You see me as your lifeline
+Other boys and girls never really made you feel right
+And you can't explain why I'm always running your mind
+Don't you see the answer's right in front of your eyes?
+
+You like me, oh, obviously
+So why you trying to leave when you know that I'm the king?
+(You'll see)
+'Cause I'm supreme
+(Choose me)
+Other lovers give you no luck
+'Cause I'm the only one that has made you fall in love
+(You'll see)
+So just shut up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.37
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Why Do You Love Me,2y8iBf0QRqCKFtePi9Rl2H,"Hate your friends
+I hate your mom and dad
+I hope they hate me back
+I guess for once, I'm being honest
+Got to be a lot that's wrong with you
+To want to be with me
+It's kind of sweet when we
+We're fighting 'til someone's calling the cops
+But you never blame it on me
+You're so annoying
+Four in the morning, you're changing the locks
+How could you do this to me? (Oh)
+
+I, I, I only love, love you when you don't love me
+So, why do you, why do you, why do you love me?
+I, I, I only need, need you when you don't need me
+So, why do you, why do you, why do you love me?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.39
+Alec Benjamin,5IH6FPUwQTxPSXurCrcIov,Let Me Down Slowly,2qxmye6gAegTMjLKEBoR3d,"This night is cold in the kingdom
+I can feel you fade away
+From the kitchen to the bathroom sink and
+Your steps keep me awake
+
+Don't cut me down, throw me out, leave me here to waste
+I once was a man with dignity and grace
+Now I'm slipping through the cracks of your cold embrace
+So please, please
+
+Could you find a way to let me down slowly?
+A little sympathy I hope you can show me
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+Let me down, down, let me down, down
+Let me down, let me down, down
+Let me down, down, let me down
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.98
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Joke's On You,2D0FX6WiP1GKGL3yCdXxs7,"Drag me to death, like a lit cigarette
+Took my last breath, like the smoke from my lips
+I've lied for you, and I liked it too
+But my knees are bruised, from kneelin' to you
+I've had enough, but you're too hard to quit
+We've had our fun, now your sugar makes me sick
+I've lied for you, and I liked it too
+But my makeup's ruined
+
+And now I'm laughin' through my tears
+I'm cryin' through my fear
+But baby, if I had to choose
+The joke's on you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.81
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,懸日,5F4yb5DOs3aJmDzcTvs5er,"黃昏宣告著 今天已死亡
+淡去的光陰 是我的戰場
+重遇在熱絡的市集
+我很喜歡你的她
+多配你啊
+是真的開心 不是在作假
+沒有煙硝 互動健康
+趕緊拿出我的手機
+也讓你看看我的他
+不介意的話
+
+落下 同一顆太陽
+有什麼特別的嗎
+你還不是一樣
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Jodi Benson,4mmMtabvFCKA6HfmVmitNH,Part of Your World,7tUSJY4nsDBJTjd1UXKRsT,"Maybe he's right
+Maybe there is something the matter with me
+I just don't see how a world that makes such wonderful things
+Could be bad
+
+Look at this stuff
+Isn't it neat?
+Wouldn't you think my collection's complete?
+Wouldn't you think I'm the girl
+The girl who has everything
+
+Look at this trove
+Treasures untold
+How many wonders can one cavern hold?
+Lookin' around here you'd think
+Sure, she's got everything
+
+I've got gadgets and gizmos aplenty
+I've got whozits and whatzits galore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.620000000000005
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,玫瑰少年,2uHMTG5xr9Xk7MrXIWrVUH,"Whoa
+
+Whoa
+
+Whoa
+
+Whoa
+
+Baby boy (baby boy)
+
+Whoa
+
+誰把誰的靈魂 裝進誰的身體
+誰把誰的身體 變成囹圄囚禁自己
+亂世總是最不缺耳語
+哪種美麗會喚來妒忌
+你並沒有罪 有罪是這世界
+
+生而為人無罪 ah
+你不需要抱歉 ah
+One day I will be you (one day I will be you)
+Baby boy and you gon' be me (boy and you gon' be me)
+喧嘩如果不停(不停 whoa)
+讓我陪你安靜(安靜 whoa)
+I wish I could hug you (whoa)
+'Til you're really, really being free
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.39
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Physical,5px6upUHM3fhOP621Edp4V,"Common love isn't for us
+We created something phenomenal
+Don't you agree? Don't you agree?
+You got me feeling diamond-rich
+Nothing on this planet compares to it
+Don't you agree? Don't you agree?
+
+Who needs to go to sleep when I got you next to me?
+
+All night, I'll riot with you
+I know you got my back, and you know I got you
+So come on (come on), come on (come on), come on (come on)
+Let's get physical
+Lights out, follow the noise
+Baby, keep on dancing like you ain't got a choice
+So come on (come on), come on (come on), come on
+Let's get physical
+
+Adrenaline keeps on rushing in
+Love the simulation we're dreaming in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.08
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Till the World Ends,38iU2jg98IZZEIJPrP7aWD,"Aw!
+This kitten got your tongue-tied in knots, I see
+Spit it out, 'cause I'm dying for company
+
+I notice that you got it
+You notice that I want it
+You know that I can take it
+To the next level, baby
+If you want this good shit
+Sicker than the remix
+Baby, let me blow your mind tonight
+
+I can't take it, take it, take no more
+Never felt like, felt like this before
+Come on, get me, get me on the floor
+DJ, what you, what you waitin' for?
+
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,24.78
+Far East Movement,698hF4vcwHwPy8ltmXermq,Like A G6,0eVxER8x5zcXd1g1tWCYJn,"Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+Sippin' sizzurp in my ride, in my ride like Three 6
+Now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+
+Gimme that mo-moet-wet
+Gimme that crys-crystal-stal
+Ladies love my style, at my table gettin' wild
+Get-get-get-get-get them bottles poppin', we get that drip and that drop
+Now-now give me two more bottles 'cause you know it don't stop (808) hell yeah
+Drink it up, drink-drink it up
+When sober girls around me, they be acting like they drunk
+They be acting like they drunk, acting a-acting like they drunk
+When-when-when sober girls around me, they be acting like they dru-u-unk
+
+Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.91
+Édith Piaf,1WPcVNert9hn7mHsPKDn7j,"Non, je ne regrette rien",3dkIE8P7hvl3tHl9KSb6dA,"Non, rien de rien
+Non, je ne regrette rien
+Ni le bien, qu'on m'a fait
+Ni le mal, tout ça m'est bien égal
+
+Non, rien de rien
+Non, je ne regrette rien
+C'est payé, balayé, oublié
+Je me fous du passé
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+Christina Aguilera,1l7ZsJRRS8wlW3WfJfPfNS,"Loyal Brave True - From ""Mulan""",3gy8PSkBSyvPyWZazgQn0F,"War is not freedom
+Over my shoulder
+I see a clearer view
+All for my family
+Reason I'm breathing
+Everything to lose
+
+Should I ask myself in the water
+What a warrior would do?
+Tell me underneath my armor
+Am I loyal, brave and true?
+Am I loyal, brave and true?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.7
+Ashnikko,3PyJHH2wyfQK3WZrk9rpmP,"Hi, It's Me",2QClD0hEJbn3BmqUtwzuWs,"Uh, when I'm with you I have amnesia, got me without a mind
+My stupid brain thinks that I need you, misleads me all the time
+It's like I need a babysitter, someone to come and get me
+'Cause I forget the crazy shit, the littlest things impress me
+Mediocre in the bed, my bestie would never let me
+Uh, I did it again
+
+I slip up, I text you, I forget
+That you were so, so disrespectful
+I did what I said that I wouldn't
+Why am I such a sucker for a fuckboy's freckles?
+
+Hi, it's me, back again
+Here to remind you that he's not worth it
+Hi, it's me, your best friend
+Take his old t-shirt off and burn it
+Repeat after me, ""I'm over it""
+Yeah, we're so over, over
+Repeat after me, ""I'm over it""
+Yeah, we're so over, over
+
+Hi, it's me, back again
+Here to remind you that he's not worth it
+Hi, it's me, your best friend
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,76.96
+Allie X,0wnYgCeP013HkKoOyC5V32,Downtown,5ckUvSqW1Oaucm19P6VmIK,"Love is a condition of the head
+Wanna push a button and reset
+But you're still up in my skirt
+I thought if you had a piece of me
+I could keep the other two or three
+But now that's not how it works
+
+I shouldn't be here right now
+But you got me figured out
+Pushing my pieces round, I know this game
+And I need a miracle
+To break from this ritual
+'Til then I'll be saying the same thing
+
+Take me downtown
+Use my body all night
+Make me feel like last time
+Make it taste like love
+Take me downtown
+Yours until my heart dies
+Give it up one last time
+Give it up for love
+
+Oh, oh, oh
+Give it up, give it up
+Oh, oh, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+WayV,1qBsABYUrxg9afpMtyoFKz,Love Talk - English Version,2e3cJdJ8xWwydl8JIYlCqB,"I can hear it callin'
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Callin'
+Something in the way you wanna talk
+
+You got me sayin', you got me sayin'
+How you doing?
+Tell me, what's your name? (What's your name?)
+What's your sign?
+Feeling like you are into me
+Yeah I'm waiting
+I just want you to come on over
+Where I'm staying
+
+Falling for a stranger
+Good gracious
+I might even fly out to Vegas (catch a flight)
+I'm thinking maybe you'd be down to do it
+But you don't know what I'm saying (saying)
+
+Got me going through the roof (roof)
+Really don't care what we do (do)
+We could fly to the moon
+I see your lips moving
+But we ain't got a clue
+
+Baby we're two distant strangers
+I know you don't speak my language
+But I love the way she's talking to me (talking to me)
+
+I can hear it callin'
+From where you are
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Touch me, tease me, feel me up
+
+Call me when it's after dark
+Something in the way you wanna talk
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.68
+HA:TFELT,3Mrp5B6JdfoiObgY0WR8lF,Life Sucks,6wvtvChKoIGAJpE99av3AI,"I can hear it callin'
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Callin'
+Something in the way you wanna talk
+
+You got me sayin', you got me sayin'
+How you doing?
+Tell me, what's your name? (What's your name?)
+What's your sign?
+Feeling like you are into me
+Yeah I'm waiting
+I just want you to come on over
+Where I'm staying
+
+Falling for a stranger
+Good gracious
+I might even fly out to Vegas (catch a flight)
+I'm thinking maybe you'd be down to do it
+But you don't know what I'm saying (saying)
+
+Got me going through the roof (roof)
+Really don't care what we do (do)
+We could fly to the moon
+I see your lips moving
+But we ain't got a clue
+
+Baby we're two distant strangers
+I know you don't speak my language
+But I love the way she's talking to me (talking to me)
+
+I can hear it callin'
+From where you are
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Touch me, tease me, feel me up
+
+Call me when it's after dark
+Something in the way you wanna talk
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Lexie Liu,6fs2or0cKLEM2xohWq8SoX,Manta,2ckGH6FtxWeAv0SskcREd1,"Not a swimming pool, it's an ocean
+Dive in that cash, like l'm chosen
+That my 24 karat, got you frozen ya?
+
+活在不一样世界又怎样
+He'll be on the surface
+Lur, lurkin'
+Overheated up
+That gon' make me nervous
+
+水里呼吸着 扇动不属于我的翅膀
+Lucifer 别慌这不是我的名字呢
+
+Now he can start the fishing, buy me another round
+Diamonds on me like I'm fresh outta water
+A Mariner reelin' reelin' me in with dat thin line
+
+Fly underwater
+I don't need no manner
+绝不会干涸的
+我为海洋染色
+Fly underwater
+I don't need no manner
+绝不会干涸的
+我为海洋染色
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.91
+Raveena,2kQnsbKnIiMahOetwlfcaS,If Only,4jyU03J2YOhRxgOHit2auK,"When I was younger
+And I didn't know better
+Living with these wolves
+Hurting for pleasure
+Some kind of angel
+Took me out of the jungle
+
+From your blue nights
+Into sunlight
+I sleep better at night
+Without you around
+Sometimes I still awake from
+You calling out
+
+It's too late to hold me
+Too late to call me too
+You're saying if only
+I could get over you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,35.99
+Nana Ou-Yang,22JbAaWA5Abf5esf6N4PHY,The Best For You,4WMCn6s4BZZPfQT3DJbB47,"One day I knew this wasn't fixable
+I still want you
+But I won't be in this if you don't want to
+You don't want to open up
+Oh
+
+This how it starts
+Fighting about nothing and going too far
+I just can't look now we're falling apart
+Falling apart in my arms
+Oh
+
+Oh, I must confess you made a mess
+We got regrets
+Saying things we never meant
+Tryna get into each other's head
+
+Oh somehow I still got love
+After all that you've done
+Swear no matter what we do
+I still want the best for you
+'Cause even when things seem bad
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,63.42
+Lil Peep,2kCcBybjl3SAtIcwdWpUe3,hellboy,2YGHCHkWTbtCUTjL0LUXtx,"Can this be him?
+The one I have waited centuries to see?
+How strange
+So far from his path that I barely see the promise of glory
+Can this be him? This hellboy?
+
+You don't even know what I been through (what I been through)
+You don't gotta like me, your bitch do (your bitch do)
+Blowin' up my phone like, ""I miss you"" (like I miss you)
+You know I love you by the way that I kiss you
+
+You don't even know what I been through (what I been through)
+You don't gotta like me, your bitch do (your bitch do)
+Blowin' up my phone like, ""I miss you"" (like I miss you)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.79
+Glass Animals,4yvcSjfu4PC0CYQyLy4wSq,The Other Side Of Paradise,0rRjGruFonCGOt0S5zAJNQ,"When I was young and stupid
+My love left to be a rock and roll star
+He told me, ""Please don't worry""
+Wise little smile that spoke so safely
+
+He booked a one-way ticket
+Out West, that's where they make it
+Six kids stuck in a bedsit
+To sun swept poolside riches
+
+He met a girl who wore Versace
+Pink feather coats and jumbo jewellery
+Gonna be a hoop phenomenon
+He's gonna be Hakeem Olajuwan
+
+He's got a gold Camaro
+He said over the payphone
+I try to keep my cool but
+My life turns in slow motion
+
+Bye-bye, baby blue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.7
+Mirei,7pZ9s793JnnIIJj4eZHpZW,Lonely in Tokyo,5hkyCYlfxi91HcfMDrlCKt,"Lonely in Tokyo, neon can't light the road
+Reach out in need of hope with nowhere to go
+Lonely in Tokyo, black suits gon' pay for love
+They never give enough, there's no place like home
+
+When I see five bucks on the table
+I know my mom's out wasted, so unstable
+When I go to the 24-hour store (store)
+Everything taste so plastic (plastic) I don't wanna eat no more
+
+Beep, beep, beep - there goes my phone
+How much to be alone?
+What do I do? Where do I go? (Where do I go?)
+One more drink I'm right back home
+One little dinner won't crush my soul
+Dior bag, how can I say no? (How can I say no?)
+
+We are lonely in Tokyo, (Tokyo) neon can't light the road (light the road)
+Reach out in need of hope with nowhere to go
+Lonely in Tokyo, black suits gon' pay for love (pay for love)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.58
+Demi Lovato,6S2OmqARrzebs0tKUEyXyp,Met Him Last Night (feat. Ariana Grande),0BI0hfbmqybnd3TezrDME3,"Late at night, I'm sippin' as you pass me by
+Red or white, you pour another, say ""It's fine""
+
+I don't believe in you (I, I don't believe)
+'Cause I know just how you do (I, I see right through)
+
+I've seen the devil, yeah, I met him last night
+Had conversation, yeah, I think he's alright
+Seemed kinda funny, yeah, he's kinda my type
+Yeah, yeah, yeah (yeah, he kinda my type)
+I've seen the devil, yeah, I met him last night
+One conversation, now he's spendin' the night
+I think I Iove him, though I know it ain't right
+
+You got mе fucked up, I won't let this happen again
+This thе last time, you won't take advantage of my innocence
+
+I don't believe in you (I, I don't believe)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,62.79
+Griff,5RJFJWYgtgWktosLrUDzff,Black Hole,6xw8ld1ztoCKifwTN6uGDq,"Now and then
+Your name comes up in conversation with my friends
+I hate how much I feel it right there in my chest
+I hate how much I feel it, yeah
+
+Like, how are you?
+It seems like things are going really well for you
+I wish that I could say the same about me too
+I wish that I could say the same
+
+And boy, you know I've tried to pray
+I've bruised my knees
+I've tried to bring you back to me
+I've tried my best to find some kind of peace
+Don't you see?
+
+There's a big black hole where my heart used to be
+And I tried my best to fill it up with things I don't need
+It don't work like that, no, it's not easy
+To fill this gap that you left in me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.4
+Lil Peep,2kCcBybjl3SAtIcwdWpUe3,Better Off (Dying),1tlrTC3x7viJ1U30oOFGdF,"Chains on shining, you can see me riding
+Cocaine lined up, secrets that I'm hiding
+You don't wanna find out, better off lying
+You don't wanna cry now, better off dying
+Chains on shining, you can see me riding
+Cocaine lined up, secrets that I'm hiding
+You don't wanna find out, better off lying
+You don't wanna cry now, better off dying
+
+Baby, I'ma dive in, I don't put the time in
+Even if I try hard, I ain't gonna make it
+We ain't gonna make it, we ain't gonna make it
+Baby, I'ma dive in, I don't put the time in
+Even if I try hard, I ain't gonna make it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,57.3
+Doja Cat,5cj0lLjcoR7YOSnhnX0Po5,Woman,6Uj1ctrBOjOas8xZXGqKk4,"Hey, woman
+Hey, woman
+
+Woman
+Let me be your woman
+Woman, woman, woman
+I can be your woman
+Woman, woman, woman
+Let me be your woman
+Woman, woman, woman
+I can be your woman
+Woman, woman, woman
+
+Know what you need
+She give tenfold, come here, papa, plant your seed
+She can grow it from the womb, a family
+Provide loving, overlooked and unappreciated, you see? (Yeah)
+
+You can't reciprocate, I got delicious taste
+You need a woman's touch in your place
+Just protect her and keep her safe
+Baby, worship my hips and waist
+So feminine with grace
+I touch your soul when you hear me say
+""(Boy), let me be your woman""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.98
+Joanna Wang,1km0aro5NJuoX5dE0Mub5C,Vincent,3ATLA1G2gCX5u3MQ5dpa7v,"Starry,
+Starry night
+Paint your palette blue and grey
+Look out on a summer's day
+With eyes that know the
+Darkness in my soul.
+Shadows on the hills
+Sketch the trees and the daffodils
+Catch the breeze and the winter chills
+In colors on the snowy linen land.
+
+And now I understand what you tried to say to me
+How you suffered for your sanity
+How you tried to set them free.
+They would not listen
+They did not know how
+Perhaps they'll listen now.
+
+Starry
+Starry night
+Flaming flo'rs that brightly blaze
+Swirling clouds in violet haze reflect in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,20.23
+oceanfromtheblue,76eIrOIqck4yuOhrYZGx3a,unusual,5idFQaXtDbOeSx9mNAaEG6,"Unusual
+Baby you're unusual
+반짝거리는 shape
+넌 날 끌리게 해
+
+Unusual
+Baby you're unusual
+비틀거리는 나는
+뭔가 필요해 많이
+
+Woo baby
+흐트러진 내 맘을 잡아줘
+이 어둠 속에서
+
+알고 지냈던 듯이
+반갑게 날 맞아줘
+아침엔 다시 남일 텐데
+
+밤새도록
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Seori,2bWTIIQP9zaVc55RaMGu7e,긴 밤 (feat. GIRIBOY),5YAO57ujV1cs5eubzyOL1E,"긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+텅 빈 이 방안 속
+텅 빈 이 공기를
+견디지 못하고
+혼자 서 있어
+
+즐거이 웃다가도
+밤이 되고 또 혼자가 돼
+Maybe I'm so lonely
+Everyday 공허한 이 밤이 내게서 널 가져가
+
+긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+긴 밤 아 오지 마 날 데려가지 마
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,50.09
+Vinida Weng,6oYvpkS6pM9ts4nbXRaINg,Angel Said,4D053wMXtH2mTa6Z7nPqgp,"긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+텅 빈 이 방안 속
+텅 빈 이 공기를
+견디지 못하고
+혼자 서 있어
+
+즐거이 웃다가도
+밤이 되고 또 혼자가 돼
+Maybe I'm so lonely
+Everyday 공허한 이 밤이 내게서 널 가져가
+
+긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+긴 밤 아 오지 마 날 데려가지 마
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+2 Chainz,17lzZA2AlOHwCwFALHttmp,It's A Vibe,6H0AwSQ20mo62jGlPGB8S6,"Yeah, hahaha
+Yeah, ooh
+Yah
+
+That's a vibe (That's a vibe)
+She wanna vibe, yeah (Wanna vibe)
+That's a vibe (That's a vibe)
+Yeah, uh (That's a vibe)
+That's a vibe (That's a vibe)
+It's a vibe (It's a vibe)
+That's a vibe, yeah (That's a vibe)
+Yeah, yeah (That's a vibe)
+Oh that's a vibe (That's a vibe)
+Oh it's a vibe (It's a vibe)
+That's a vibe (That's a vibe, that's a vibe, yeah, yeah)
+That's a vibe (That's a vibe)
+She wanna vibe, yeah (Wanna vibe)
+That's a vibe, yeah (What's a vibe)
+Yeah, yeah
+
+Yeah, that's a vibe
+She wanna vibe
+That's a vibe
+This shit vibe, yeah, yeah
+Late night
+Oh it's a vibe
+Let me slide
+Oh it's a vibe, yeah, yeah
+Dim the lights
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.33
+Cyndi Wang,3AroL2oDPiAnMpTmIQv3KP,愛你,6T7oK4eP3Tezw4Ogy7q6KO,"Yo yo yo yo Cyndi, what
+What's wrong with me?
+愛你
+Yo yo Cyndi baby
+What's wrong with me?
+Cyndi, give me your love
+You make me sneeze all the time
+
+Now now 怎麼我一直狂打噴嚏
+在凌晨三點二十六分
+Let me sing let me sing a song
+陪妳入睡 yo yo what is love?
+Say yes 嗯哼我正在聽 say yes
+Yo yo 妳要什麼都 say yes
+Cyndi I really do love you so
+
+如果你突然打了個噴嚏
+那一定就是我在想你
+如果半夜被手機吵醒
+啊那是因為我關心
+
+常常想你說的話是不是別有用心
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.61
+Post Malone,246dkjvS1zLTtiykXe5h60,I Like You (A Happier Song) (with Doja Cat),0O6u0VJ46W86TxN9wgyqDj,"Ooh, girl, I like you, I do
+I wanna be your friend, go shoppin' in a Benz
+I like you, I do
+I'll hit you when I land, can you fit me in your plans?
+I like you, I do
+We went over to France, then we woke up in Japan
+I like you, I do (I do, mm)
+
+Oh, girl, I know you only like it fancy (fancy)
+So, I pull up in that Maybach Candy
+Yeah, your boyfriend'll never understand me (understand)
+'Cause I'm 'bout to pull his girl like a hammy, hammy (wow)
+Let's take a lil' dip, lil' lady, hit PCH, 180
+
+Hey, I've been thinkin' lately
+That I need someone to save me
+Now that I'm famous, I got — all around me
+But I need a good girl, I need someone to ground me
+
+So, please be true, don't — around with me
+I need someone to share this heart with me
+Fill you up, then run it back again (run it back again)
+
+Ooh, girl, I like you, I do (I do)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.99
+Drake,3TVXtAsR1Inumwj472S9r4,Rich Flex,1bDbXMyjaUIooNwFE9wn0N,"Go buy a zip of weed, hit the club
+Pay for 'bout ten nigga to get in, we crunk, lit in this bitch, yeah
+
+(Body up, yuh, yuh)
+Know we walk around the world
+(Body up, yuh, yuh)
+Steppin' not givin' a damn 'bout where our feet land at
+
+Yeah, get your ass mushed, smooshed (6ix)
+Yeah, 21, the biggest
+
+Put a nigga in the chicken wing, pussy
+
+21, can you do some' for me? (21)
+Can you hit a lil' rich flex for me? (21)
+And 21, can you do sum' for me? (21, 21)
+Drop some bars to my pussy ex to me
+And 21 (21), can you do some' for me? (Yeah)
+Can you talk to the opps necks for me? (Okay)
+21, do your thing, 21, do your thing (21)
+Do your thing, 21, do your thing
+
+Yellow diamonds in the watch, this shit cost a lot
+Never send a bitch your dot, that's how you get shot
+I DM in Vanish Mode, I do that shit a lot
+Took her panties off and this bitch thicker than a plot
+
+All my exes ain't nothin', them hoes busted
+If my opps ain't rappin', they ass duckin'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.53
+Drake,3TVXtAsR1Inumwj472S9r4,Major Distribution,46s57QULU02Voy0Kup6UEb,"No, no, no, no, no, no
+No, no, no, no, no
+Major distribution, man, my label on my dick, for real
+Fucking with your friend and she ain't tell you y'all ain't shit, for real
+I've been out here crushing on success, now she my bitch, for real
+You say I'm persuasive, girl, but you can't spell that shit, for real
+
+Hmm, hmm, in this mansion, I'm Macaulay Culkin
+Paid in full, I'm Mekhi Phifer
+Know you're tired, we just did dinner for three hours
+Lying to me all night, buying Benz Benz's out of spite
+Paid a hundred, ran up something light
+Simple price to keep 'em out my life
+Booby Trap, we need a business office
+Magic City need a business office
+29, I keep a business office
+I'm in lovе with Houston, Dallas, Austin
+Tell your guys to hold off on the team
+Chains seem like they may need money for coffins
+Cuban girl, a fan of ground coffee
+Text me on the Signal, don't call me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.47
+Drake,3TVXtAsR1Inumwj472S9r4,Pussy & Millions (feat. Travis Scott),2KLwPaRDOB87XOYAT2fgxh,"I been out, late night creepin', should I slide on bitches?
+Posted up with the militia
+Niggas ain't switchin', mind on missions
+Mind on pussy and millions, mind on pussy and millions
+I'm tryna call a sex symbol to eat my kids up
+
+They say more money, more problems (Will)
+Bring on the problems (Will)
+Bring on the problems (Will)
+Bring on the motherfuckin' problems
+They say more money, more problems
+Bring on the problems
+Bring on the problems
+Bring on the motherfuckin' problems, ayy
+
+Braided up and my two weeks up
+Hit 'em then I get amnesia
+Life ain't gettin' any easier
+Flaca, Flacasita
+I know that I'm not in love, she don't love me either
+It's just hard to find the love, this shit keep on gettin' deeper
+
+Who said it's cheaper to keep her?
+I'd rather release her
+Body ain't give her the wave like a feature
+You know the procedure
+Niggas is praying to God so we stay with the sweeper
+I'm reppin' 4L with my twinny, so treacherous introduce y'all to the leader
+
+Come to me with all the smoke
+I like the money, for sure
+But I love the hustle the most
+She pretty, she show off her toes
+And my Pateks, they came with a pole
+Know this money bring envy and jealousy
+I'm like, ""Fuck it, I want me some more""
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.92999999999999
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Anti-Hero,0V3wPSX9ygBnCm8psDIegu,"I have this thing where I get older but just never wiser
+Midnights become my afternoons
+When my depression works the graveyard shift
+All of the people I've ghosted stand there in the room
+
+I should not be left to my own devices
+They come with prices and vices
+I end up in crises
+Tale as old as time
+I wake up screaming from dreaming
+One day I'll watch as you're leaving
+'Cause you got tired of my scheming
+For the last time
+
+It's me
+Hi!
+I'm the problem, it's me
+At teatime
+Everybody agrees
+I'll stare directly at the sun but never in the mirror
+It must be exhausting always rooting for the anti-hero
+
+Sometimes I feel like everybody is a sexy baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.79
+Drake,3TVXtAsR1Inumwj472S9r4,On BS,34tz0eDhGuFErIuW3q4mPX,"Yeah, whoa, whoa, whoa
+
+I had to cut some niggas off, they didn't mean me no good
+I come from the ghetto, so my trunk is in my hood
+She wouldn't wear no panties 'round me even if she could
+Gave out plenty spankings 'til they got it understood
+Fuck the nosebleeds, baby, come sit on this wood
+If you know it's tension, don't come 'round me like it's good
+I got street smarts and you can't get this out no book
+I can't right my wrongs, but I can still write these hooks
+
+Oh, time to get exposed
+You ain't been from 'round here, nigga, come get off your show
+Savage said you pussy and he hit it on the nose
+But that board is opеn, why you actin' like it's closed?
+I don't know
+Y'all be goin' in and out rеcessions
+The same way that I be goin' in and out of Texas
+Or in and out my sessions, or in and out her best friends
+Or in and out these courtrooms, my lawyer like, ""Objection""
+
+Yeah, whoa, whoa
+All my bitches Spanish, boricua
+Water on my neck, these diamonds came with coral reefer
+She from overseas, I had to buy her a new visa
+Met your wife in Vegas, but I hit her in Ibiza
+She a supermodel, so she only eatin' Caesar
+Used to date a rapper, but he acted like a diva
+Niggas hustlin' backwards, out here ballin' with the reup
+
+Popped an Adderall, I feel like I can lift a tree up
+Seen too many cameras, so I never lift my ski up (yeah)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.92
+Drake,3TVXtAsR1Inumwj472S9r4,Spin Bout U,2ZL7WZcjuYKi1KUDtp4kCC,"You gotta motherfuckin' feel this shit, boy
+(BanBwoi)
+Woah
+
+I got feelings for you
+Hope you ain't lovin' the crew
+How many bodies you got?
+Pray it ain't more than a few
+Know that you dealt with some lames
+When you was young and in school
+He had to pop your cherry
+But I got it wet like a pool
+
+She got a new G-Wag'
+She wanna hit Highlight Room and show it off
+Got a new body, girl, show it off
+This a Brazilian, I know it's soft
+Toned up and she got a six-pack
+Look like she used to play volleyball
+American Express, you can have it all
+Code to the safe, you can have it all
+
+Fuck your main page, what's your Finsta? I wanna know the real you
+You started dancin' to pay your tuition, girl, I wanna know what you been through
+You want a boutique or you wanna sell hair, just let me know what you into
+If you out in public, and he want your number, just tell him, ""My nigga'll spin you""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.59
+Drake,3TVXtAsR1Inumwj472S9r4,Privileged Rappers,7l2nxyx7IkBX5orhkALg0V,"Whoa, whoa, yeah
+Look at me dead in my eyes, I know that you know that a — ain't lyin'
+Too much respect, all of my shawty BDs, they know not to try it
+Too much respect, I used to hand out CDs before they would buy it
+Whoa, she love me so much, it seem like she biased
+— Don't know how I live, but that's 'cause they live at the Hyatt, ayy
+4L step team steppin' on — 'til it's quiet
+He brought me the money sealed up, I still had to count it, I cannot just eye it
+
+Whoa, whoa, whoa
+Yeah, let's have sex in the bank, tell 'em to open the safe
+I hate a privileged rapper who don't even know what it take
+The diamonds, they hit like a rainbow, that's 'cause the necklace a Frank (purr)
+Whoa, whoa, whoa
+Yeah, let's have sex in the nine (let's do it)
+Breakin' and bendin' her spine (let's do it, let's do it)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.73
+Drake,3TVXtAsR1Inumwj472S9r4,Circo Loco,7GeTsDIc5ykNB6lORO6Cee,"(One more time)
+
+I've been blowin' through the money like it grow on trees
+I've been fuckin' on a French bitch, c'est la vie
+I just put 'em on a jet, now they all Italian
+Way I'm dressin', tell I've been to a thousand islands
+
+This bitch lie 'bout gettin shots but she still a stallion
+She don't even get the joke but she still smilin'
+Every night, late night like I'm Jimmy Fallon
+Crod' shoot from anywhere like he Ray Allen
+
+Crody turn me up
+Crody turn me up
+Crody turn me up
+
+Got a fur on a temp but got me burning up
+Shorty say she graduated, she ain't learn enough
+Play the album track one, 'kay I heard enough
+Girl, the driver downstairs, better hurry up
+
+Savage got a new stick, he wanna dirt it up
+Touchdown in N.Y., turn the Mercer up
+Ayy, Bottega shades with the grey tints
+Introduce me to a nigga, yeah it make sense
+Gotta put her on the team, got a grey Benz
+Linking with the opps, bitch I did that shit for J Prince
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.2
+Drake,3TVXtAsR1Inumwj472S9r4,BackOutsideBoyz,0wshkEEcJUQU33RSRBb5dv,"BackOutsideBoyz, totin a seventy on the strip, I'm ready to die (die)
+Cutting the traction, bending the corner, bet I make shit glide (shh)
+Tried to bring the drama to me, he ain't know how we cha-cha slide (yeah)
+I'll never lose sleep over no bitch, way too much pride (yeah, yeah, yeah)
+Fill it up in a briefcase, split this shit with the vibes (yeah, yeah)
+Hm, hm, hm (pssh), hm (pssh)
+
+Breaking a Brink's truck, my right wrist Van Cleef (Cleef)
+I spent days in the East tryna figure if I'm geeked (huh, 'kay)
+This bitch tweaking, talked too much while I was geeked, blew my peep (brr)
+Fuckin' rap niggas' hoes, I'm on the street, this shit sweet (hey)
+I went half a million on rosé and four million on my ice (hey, hey)
+Couple million on my cars, I went Tyson, I'm too nice (hey, hey)
+Nigga stopped me on the street, wanted to talk, so he asked my price (yeah, hey, 'kay)
+The number was as high as me, I ain't gon' lie (yeah, okay)
+I was fucking with this lil' woe, I think she bi (bi)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,76.05
+Drake,3TVXtAsR1Inumwj472S9r4,Broke Boys,45pUWUeEWGoSdH6UF162G8,"Yeah, ayy
+Hop in that bitch and I start the V
+Snakes in the grass so they harder to see
+My brother would give up his life to the O
+He told me he gon' be a martyr for me
+Said that she ready to come to the 6ix
+I hit up Pauleen, the charter, the P
+
+Ain't really lead but I'm back in (back in), I'm back in (back in), I'm back in (back in)
+I'm ridin' around in Atlanta with Sav
+'Cause that nigga been goin' harder than me
+Nothin' had changed, I'm just harder to please
+Ferrari is makin' an SUV
+We ain't got a choice, we orderin' these
+Shout out Noel for recordin' the V's
+
+He know where this shit 'bout to go, 'cause nobody touchin' the flow
+They say you alone at the top, but it's gotta be lonely below
+You boys gettin' ready to diss, but don't even mention the O
+And don't even mention a foe unless you boys tryna go broke
+
+Whoa, I got more stripes than Adidas
+(Yeah, I got the stripes, but fuck Adidas, nigga)
+I don't chase bitches, I leave 'em
+(Hoes screamin' like I'm Justin Bieber, nigga)
+I don't get mad, I get even
+(Hit you niggas like a buzzer beater, nigga)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,38.47
+Drake,3TVXtAsR1Inumwj472S9r4,Hours In Silence,0sSRLXxknVTQDStgU1NqpY,"Leave your phone, come to mine
+You'll catch a hint in due time
+I think, think that I
+Could fuck the idea of him outta your mind
+He said he rap, he ain't signed, that ain't a good sign
+Change your mind, good conversation and some rosé wine
+Unless there's some other things you gotta mind
+You mind me, ayy, ayy
+
+The smoke got me talkin' in Dutch
+A pill in Ibiza, so what?
+She leanin' on me, I'm her crutch
+She creamin' on me, I'm her crush
+Her photos don't need a retouch
+She askin' why haven't I nut?
+I didn't know we in a rush
+Enjoyin' the moment, so hush
+My album was payin' her bills
+I don't еven need a deluxe
+Hеr stomach is flat as fuck
+
+She still fit that shit in her gut somehow
+The fat musta went in her butt somehow
+I don't even ask her what's up?
+She sayin' that shit is natural
+Don't care if she makin' it up
+I never put you in no Uber, girl
+I'm always gon' send you a truck
+I'm always gon' keep it a buck
+You give me that shit and I'm stuck
+
+.30 on my waist
+'Cause a lotta broke niggas 'round the way ridin' 'round town
+And they lookin' for my face
+Gotta pray to God above you, girl, you know that Savage love you
+And I hope that you feel the same
+Tryna be the one for you, but my nickname true
+And I hope that I can change
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,20.4
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Lavender Haze,5jQI2r1RdgtuT8S3iG8zFC,"Meet me at midnight ...
+
+Staring at the ceiling with you
+Oh, you don't ever say too much
+And you don't really read into
+My melancholia
+
+I been under scrutiny
+You handle it beautifully
+All of this is new to me
+
+I feel the lavender haze creeping up on me
+Surreal
+I'm damned if I do give a damn what people say
+No deal
+The 1950s sh- they want from me
+I just wanna stay in that lavender haze
+
+All they keep asking me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,45.88
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Midnight Rain,3rWDp9tBPQR9z6U5YyRSK4,"Rain, he wanted it comfortable
+I wanted that pain
+He wanted a bride
+I was making my own name
+Chasing that fame
+He stayed the same
+All of me changed like midnight
+
+My town was a wasteland
+Full of cages, full of fences
+Pageant queens and big pretenders
+But for some, it was paradise
+
+My boy was a montage
+A slow-motion, love potion
+Jumping off things in the ocean
+I broke his heart 'cause he was nice
+
+He was sunshine, I was midnight rain
+He wanted it comfortable
+I wanted that pain
+He wanted a bride
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.06
+Steve Lacy,57vWImR43h4CaDao012Ofp,Bad Habit,4k6Uh1HXdhtusDW5y8Gbvy,"(I wish I knew you) wanted me
+I wish I knew, I wish I knew you wanted me
+I wish I knew, I wish I knew you wanted me
+
+What you, ooh, uh, what you do?
+Made a move, coulda made a move
+If I knew I'd be with you
+Is it too late to pursue?
+
+I bite my tongue, it's a bad habit
+Kinda mad that I didn't take a stab at it
+Thought you were too good for me, my dear
+Never gave me time of day, my dear
+It's okay, things happen for
+Reasons that I think are sure, yeah
+
+I wish I knew, I wish I knew you wanted me
+I wish I knew (oh), I wish I knew you wanted me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.46
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Maroon,3eX0NZfLtGzoLUxPNvRfqm,"When the morning came we
+Were cleaning incense off your
+Vinyl shelf 'cause we lost track of time again
+Laughing with my feet in your lap
+Like you were my closest friend
+
+""How'd we end up on the floor anyway?""
+You say
+""Your roommate's cheapest screw top rosé
+That's how""
+I see you every day now
+
+And I chose you
+The one I was dancing with in New York
+No shoes
+Looked up at the sky and it was
+The burgundy on my t-shirt when you splashed your wine into me
+And how the blood rushed into my cheeks, so scarlet it was
+The mark they saw on my collarbone
+The rust that grew between telephones
+The lips I used to call home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.03
+Drake,3TVXtAsR1Inumwj472S9r4,Treacherous Twins,4Flfb4fGscN9kXPOduQLrv,"Yeah, uh
+Yeah
+
+You my treacherous lil' twin, and you know that we locked in
+And I love you like my kin, it's whatever for you
+I go up and down that road, I go anywhere you go
+When you tell me life is good, I want better for you (Yeah)
+
+You my twin
+You my twin, you my treacherous lil' twin
+You my twin, you my treacherous lil' twin
+You my twin, you my treacherous lil' twin
+
+Yeah, fuck what they say say
+Fuck what they— (Uh, yeah) Fuck what they— (Uh, yeah)
+Fuck what they say
+Five hundred million out the face, feel like KayKay
+And I know the city that we from not a safe place
+But I know you ridin' with your twin 'til we fade away
+We used to have nothin' to our names, still had great days
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.33
+Drake,3TVXtAsR1Inumwj472S9r4,Middle of the Ocean,410TZrK18uRjtsTunG14cl,"Yeah
+I'm in the Missoni room at the Byblos
+The boat was rockin' too much on some Aaliyah shit
+For real
+We goin' from the Vava to Cinquante-Cinq, then back to the Vava
+If you know, you know, baby, I don't, I don't know what to tell you
+Yeah
+
+Ayy
+Look
+Long way from Sette Mezzo
+Meet Tommaso and Ernesto
+Short rigatoni with the pesto
+These verses are my manifesto
+Hallways got an echo
+Me and Smiggz on the loose in the city, you know how the rest go
+Casual sex, I'm like, ""Fuck a dress code""
+The first martini is an espresso
+
+Chill shot glasses with prosecco
+Niggas so ignorant in our hood
+They bе like, ""Why the fuck you makin' techno?""
+I'm worldwidе and this is just another cargo jet flow, I had to let go
+Life insurance policies, you niggas 'bout to need the gecko
+I got some meaner threats, though
+Me, Spider-Man, and Leonardo, I'm back tomorrow
+I had the chopper to a wedding out in Monaco or Monte Carlo
+I'm losin' track of where we all go
+I wouldn't trade my life for none of y'alls, it's an embargo
+
+Fifty-nine bags on the 767, this is heavy cargo
+Yeah
+Fifty-nine bags on the—, ayy
+Swedish jail cell smellin' like some Carby Musk
+For your birthday, your boyfriend got a party bus
+Bottle signs, club lines, should've come with us
+We left that shit in '09 when we was comin' up
+I mean, these just my suggestions of course
+I'm ridin' here fresh off divorce
+And I'm tryna look in her eyes, maybe express my remorse
+If she want a rebound with me, I'm down to go get her some boards
+I'm here for the moral support
+Whippin' the Vespa off of six tequilas
+Big Benjamins like the Pittsburgh Steelers
+Drake, you got it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.47999999999999
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Karma,7KokYm8cMIXCsGVmUvKtqf,"You're talking shit for the hell of it
+Addicted to betrayal, but you're relevant
+You're terrified to look down
+'Cause if you dare, you'll see the glare
+Of everyone you burned just to get there
+It's coming back around
+
+And I keep my side of the street clean
+You wouldn't know what I mean
+
+'Cause karma is my boyfriend
+Karma is a god
+Karma is the breeze in my hair on the weekend
+Karma's a relaxing thought
+Aren't you envious that for you it's not?
+Sweet like honey, karma is a cat
+Purring in my lap 'cause it loves me
+Flexing like a goddamn acrobat
+Me and karma vibe like that
+
+Spider-boy, king of thieves
+Weave your little webs of opacity
+My pennies made your crown
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,49.63
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Unholy (feat. Kim Petras),3nqQXoyQOWXiESFLlDF1hG,"Mummy don't know daddy's getting hot
+At the body shop
+Doing something unholy
+Lucky, lucky girl (ooh)
+Lucky, lucky girl (yeah, yeah)
+Lucky, lucky girl
+Lucky, lucky
+
+A lucky
+Lucky, lucky (oh, baby)
+Lucky, lucky
+Lucky
+Lucky, lucky
+
+A lucky, lucky girl
+She got married to a boy like you
+She'd kick you out if she ever, ever knew
+'Bout all the - you tell me that you do
+
+Dirty, dirty boy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.3
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,"You're On Your Own, Kid",4D7BCuvgdJlYvlX5WlN54t,"Summer went away
+Still, the yearning stays
+I play it cool with the best of them
+I wait patiently
+He's gonna notice me
+It's okay, we're the best of friends
+Anyway
+
+I hear it in your voice
+You're smoking with your boys
+I touch my phone as if it's your face
+I didn't choose this town
+I dream of getting out
+There's just one who could make me stay
+All my days
+
+From sprinkler splashes to fireplace ashes
+I waited ages to see you there
+I search the party of better bodies
+Just to learn that you never cared
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.15
+Drake,3TVXtAsR1Inumwj472S9r4,Jumbotron Shit Poppin,2ZlABhxMMa43COmZ97kKsJ,"(Wake up, F1LTHY)
+Yeah
+
+We ain't even out in Turks, she finna take sand
+Ridin' 'round with F&N, we like to hold hands
+(Oogie Mane he killed it) Boat was too sipped out, he ain't leave the bed
+Damn, they dipped a pint of TEC in a Code Red
+If I tell this bitch to pull up, she gon' moped it
+My dawg, he don't smoke on shit, unless it's unleaded
+I don't back and forth over no net, so just go on and dead it
+See me when you see me, if it's smoke, dawg, you're unleashy
+
+Thick Moroccan bitch, this my fav', I'ma go on and beat it
+Lookin' in the mirror, kiss my face, I'm too conceited
+Send a girl home, call another, dawg, I'm too slime
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.67
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Bejeweled,3qoftcUZaUOncvIYjFSPdE,"Baby love, I think I've been a little too kind
+Didn't notice you walking all over my peace of mind
+In the shoes I gave you as a present
+Putting someone first only works
+When you're in their top 5
+And by the way
+I'm going out tonight
+
+Best believe I'm still bejeweled
+When I walk in the room
+I can still make the whole place shimmer
+And when I meet the band
+They ask, ""Do you have a man?""
+I could still say, ""I don't remember""
+Familiarity breeds contempt
+Don't put me in the basement
+When I want the penthouse of your heart
+Diamonds in my eyes
+I polish up real
+I polish up real nice
+
+Nice!
+
+Baby boy, I think I've been too good of a girl
+(Too good of a girl)
+Did all the extra credit then got graded on a curve
+I think it's time to teach some lessons
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.46
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Snow On The Beach (feat. Lana Del Rey),1wtOxkiel43cVs0Yux5Q4h,"One night a few moons ago I
+Saw flecks of what could've been lights
+But it might just have been you
+Passing by unbeknownst to me
+Life is emotionally abusive
+And time can't stop me quite like you did
+And my flight was awful, thanks for asking
+I'm unglued - thanks to you
+
+And it's like snow at the beach
+Weird but fuckin' beautiful
+Flying in a dream
+Stars by the pocketful
+You wanting me
+Tonight
+Feels impossible
+But it's comin' down, no sound, it's all around
+Like snow on the beach
+Like snow on the beach
+Like snow on the beach
+Like snow
+
+This scene feels like what I once saw on a screen
+I searched 'aurora borealis green'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.96
+Drake,3TVXtAsR1Inumwj472S9r4,More M’s,29YW2xXlo6Pc6M0SBTCXYN,"(Metro!)
+Metro in this bitch goin' brazy
+
+Strike like a match, knock him out his hat
+Knife to a gun fight, this ain't none of that
+Had to cut her off, she got too attached
+I ain't wastin' time that I'm never gettin' back
+Takin' less L's, makin' more M's
+Put her Skims on, now she actin' like she Kim
+Take it to the paint, take it to the rim
+You look good on camera, baby, let's go make a film
+
+Big diamonds, Big Puns, VS1's
+Long guns, home runs, I'm the don
+I can hang in the trenches with no one
+Plenty switches with extensions, it's no fun
+Givin' out spankings
+Ridin' with lil', uh, 'cause he shoot without thinkin'
+Baptize a nigga, send him home in a blanket
+Upgrade a bitch and put some diamonds in her anklet
+Better not get no throw up on my seat, I know you drinkin'
+
+You ain't fuck no rapper, you a dinosaur, you ancient
+I like fried rice, you better cook like you an Asian
+Wrote a lot of verses, but I never wrote no statement
+I been in them rooms, I never did no contemplatin'
+This bitch wanna argue, I ain't doin' no debatin'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,28.1
+Joji,3MZsBdqDrRTJihTHQrO6Dq,Die For You,26hOm7dTtBi0TdpDGl141t,"Swear I couldn't sleep a wink last night
+No point in turning off the lights
+Not the same without your head on my shoulders
+Growing pains, but I don't wanna get older
+
+Almost like we left it all on read
+Couple feelings never laid to rest
+Didn't know that the party was over
+And it's true that I need you here closer
+
+Burning photos
+Had to learn to let go
+I used to be
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.21
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Vigilante Shit,1xwAWUI6Dj0WGC3KiUPN0O,"Draw the cat eye, sharp enough to kill a man
+You did some bad things, but I'm the worst of them
+Sometimes I wonder which one will be your last lie
+They say looks can kill and I might try
+I don't dress for women
+I don't dress for men
+Lately I've been dressing for revenge
+
+I don't start it but I can tell you how it ends
+Don't get sad, get even
+So on the weekends
+I don't dress for friends
+Lately I've been dressing for revenge
+
+She needed cold hard proof so I gave her some
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.36
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Question...?,0heeNYlwOGuUSe7TgUD27B,"(I remember)
+
+Good girl, sad boy
+Big city, wrong choices
+We had one thing goin' on
+I swear that it was somethin'
+'Cause I don't remember who I was
+Before you painted all my nights
+
+A color I've searched for since
+But one thing after another
+Fuckin' situations, circumstances
+Miscommunications and I
+Have to say, by the way
+I just may like some explanations
+
+Can I ask you a question?
+Did you ever have someone kiss you in a crowded room
+And every single one of your friends was makin' fun of you
+But 15 seconds later, thеy were clappin' too?
+Then what did you do?
+
+Did you lеave her house in the middle of the night? (Oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.56
+Lil Uzi Vert,4O15NlyKLIASxsJ0PrXPfz,Just Wanna Rock,4FyesJzVpA39hbYvcseO2d,"Ah, ah, ah, ah
+I just wanna rock
+Body-ody, yeah (shake it down)
+
+Damn
+Damn
+(MC, make another hit) whoa!
+This ain't what you want (Project, Project X)
+This ain't what you want
+This ain't what you want
+
+Ha! 1600 block, I just wanna rock (shake it down)
+I just wanna, ah, ah, ah, ah, ah, ah, ah
+I just wanna rock, body-ody, yeah (shake it down)
+Shawty got that body-ody, ah, ah, ah (shake it down)
+Hit her once, no ties (shake it-shake it)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.17
+d4vd,5y8tKLUfMvliMe8IKamR32,Romantic Homicide,1xK59OXxi2TAAAbmZK0kBL,"I'm scared
+
+It feels like you don't care
+
+Enlighten me, my dear
+
+Why am I still here?
+
+I don't mean to be complacent with the decisions you made
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.15
+SZA,7tYKF4w9nC0nq9CsPZTHyP,Shirt,34ZAzO78a5DAVNrYIGWcPm,"Kiss me, dangerous
+Been so lost without you all around me
+Get anxious
+Lead me, don't look back, it's all about you
+
+In the dark right now
+Feeling lost, but I like it
+Comfort in my sins, and all about me
+All I got right now
+Feel the taste of resentment
+Simmer in my skin, it's all about
+
+Blood stain on my shirt, new bitch on my nerves
+Old nigga got curved, going back on my word
+Damn, bitch, you so thirsty
+Still don't know my worth, still stressing perfection
+Let you all in my mental, got me looking too desperate
+Damn, you ain't deserve
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.87
+Drake,3TVXtAsR1Inumwj472S9r4,I Guess It’s Fuck Me,31bsuKDOzFGzBAoXxtnAJm,"You said f- me, and I was like, ""Cool""
+So, now what's the problem?
+
+Don't go hiding again
+Tired of asking where you've been
+You left so abruptly
+I guess it's f- me
+Tell me, what did I do wrong?
+Tell me, what did I do wrong?
+Tell me, what did I do wrong?
+Tell me, what did I do wrong?
+
+Before it's over
+I need you to come over once again
+And before you give me closure
+Need you to come a little bit closer
+
+Still steppin' like Omega Psi Phi for mine
+If bein' real was a crime, I'd be doin' life
+Like that n- not nice, I don't know polite
+I'm the first ever antisocial socialite
+The pain that I seen in my mother's eyes in 2009
+Have me workin' 'til it's 2049
+Ain't get hate when I tell you, ""Oh, some other time""
+Like I really got some other time
+
+You just tell me, ""Never mind""
+Know I sound crazy to a lazy mind
+Know it'll be a different kind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.47
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Mastermind,7FmYn9e7KHMXcxqGSj9LjH,"Once upon a time
+The planets and the fates and all the stars aligned
+You and I ended up in the same room at the same time
+And the touch of a hand lit the fuse
+Of a chain reaction of countermoves
+To assess the equation of you
+Checkmate, I couldn't lose
+
+What if I told you
+None of it was accidental
+And the first night that you saw me
+Nothing was gonna stop me
+I laid the groundwork
+And then just like clockwork
+The dominoes cascaded in a line
+
+What if I told you I'm a mastermind
+And now you're mine
+It was all by design
+'Cause I'm a mastermind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.99
+Drake,3TVXtAsR1Inumwj472S9r4,Jimmy Cooks (feat. 21 Savage),3F5CgOj3wFlRv51JsHbxhe,"Just awaken shaken once again, so you know it's on
+(Just awaken shaken once again, ho, you know it's on)
+Just awaken shaken once again, so you know it's on
+(Just awaken shaken once again, ho, you know it's on)
+Yeah, life
+Life is only thing we need
+They need me to go, but I don't wanna leave
+Rest in peace to Lil Keed
+
+Fuck a pigeonhole, I'm a night owl, this a different mode
+I might have to make her paint a 6 on her pinky toe
+Heard you with a shooting guard, just let a nigga know
+I would have you courtside, not the middle row
+All good, love, in a minute, though
+I can't stress about no bitch 'cause I'm a timid soul
+Plus I'm cookin' up ambition on a kitchen stove
+Pot start to bubble, see the suds, that shit good to go
+
+Hoes say I'm suave, but I can't get RICO'd
+Bro think he John Wayne, I bought him yellow stones
+Love the way they hang, babe, fuck the silicone
+Everybody fake now, you could crack the code
+Bust down everything, set in rose gold
+Dread talkin' to you niggas like I'm J. Cole
+I can tell her head good before I even know
+Bitch, don't tell me that you model if you ain't been in Vogue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.87
+Joji,3MZsBdqDrRTJihTHQrO6Dq,Glimpse of Us,4ewazQLXFTDC8XvCbhvtXs,"She'd take the world off my shoulders if it was ever hard to move
+She'd turn the rain to a rainbow when I was living in the blue
+Why then if she's so perfect, do I still wish that it was you?
+Perfect don't mean that it's working, so what can I do? (Ooh)
+
+When you're out of sight in my mind
+
+'Cause sometimes I look in her eyes, and that's where I find a glimpse of us
+And I try to fall for her touch, but I'm thinking of the way it was
+Said, ""I'm fine"" and said, ""I moved on""
+I'm only here passing time in her arms
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.42
+21 Savage,1URnnhqYAYcrqrcwql10ft,3AM on Glenwood,1MTXYvJ9TSqg9x6WPCDx2n,"Woah, I get rid of all the smoke like Ozium
+Shorty got that real jelly, yeah, petroleum
+Niggas actin' like my kids, and they be older than him
+Can't believe they killed Skinny, I really growed up with him
+I'ma leave a lot of niggas covered in roses for him
+Spray the witness, I ain't leavin' no Jehovah for them
+Won a Grammy and I couldn't even show it to him
+Put my face inside a line-up, niggas know that I'm him
+
+Anybody speakin' on my brothers got stepped on
+Pull up from the three like Stephen
+And the coupe bald-headed like the other Stephon
+Put my kids in private school, so they could get they prep on
+Think my heart made out of Teflon
+What? What? Think my heart bulletproof
+You ain't got a mask, I can show you what a hoodie do
+Pull the string tight 'til your eyelids covered too
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.1
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Labyrinth,0A1JLUlkZkp2EFrosoNQi0,"It only hurts this much right now
+Was what I was thinking the whole time
+Breathe in, breathe through
+Breathe deep, breathe out
+I'll be getting over you my whole life
+You know how scared I am of elevators
+Never trust it if it rises fast
+It can't last
+
+Uh oh, I'm falling in love
+Oh no, I'm falling in love again
+Oh, I'm falling in love
+I thought the plane was going down
+How'd you turn it right around
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.63
+JVKE,164Uj4eKjl6zTBKfJLFKKK,golden hour,5odlY52u43F5BjByhxg7wg,"It was just two lovers
+Sittin' in the car, listening to Blonde
+Fallin' for each other
+Pink and orange skies, feelin' super childish
+
+No Donald Glover
+Missed call from my mother
+Like, ""Where you at tonight?""
+Got no alibi
+
+I was all alone with the love of my life
+She's got glitter for skin, my radiant beam in the night
+I don't need no light to see you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.03
+Zach Bryan,40ZNYROS4zLfyyBSs2PGe2,Something in the Orange,3WMj8moIAXJhHsyLaqIIHI,"It'll be fine by dusk that I'm telling you, baby
+These things eat at your bones and drive your young mind crazy
+But when you place your head between my collar and jaw
+I don't know much, but there's no weight at all
+
+And I'm damned if I do, and I'm damned if I don't
+'Cause if I say I miss you, I know that you won't
+But I miss you in the mornings when I see the sun
+Something in the orange tells me we're not done
+
+To you, I'm just a man
+To me, you're all I am
+Where the hell am I supposed to go?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.54
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,As It Was,4Dvkj6JhhA12EX05fT7y2e,"Come on, Harry, we wanna say ""good night"" to you!
+
+Holding me back
+Gravity's holding me back
+I want you to hold out the palm of your hand
+Why don't we leave it at that?
+
+Nothing to say
+When everything gets in the way
+Seems you cannot be replaced
+And I'm the one who will stay
+Oh-oh-oh
+
+In this world
+It's just us
+You know it's not the same as it was
+
+In this world
+It's just us
+You know it's not the same as it was
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.08
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Sweet Nothing,0wavGRldH0AWyu2zvTz8zb,"I spy with my little tired eye
+Tiny as a firefly
+A pebble that we picked up last July
+Down deep inside your pocket
+We almost forgot it
+Does it ever miss Wicklow sometimes?
+Ooh...
+
+They said the end is coming
+Everyone's up to something
+I find myself running home to your
+Sweet nothings
+Outside they're push and shoving
+You're in the kitchen humming
+All that you ever wanted from me was
+Sweet nothing
+
+On the way home
+I wrote a poem
+You say, ""what a mind""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.01
+The Weeknd,1Xyo4u8uXC1ZmMpatF05PJ,Die For You,2LBqCSwhJGcFQeTHMVGwy3,"I'm findin' ways to articulate the feeling I'm goin' through
+I just can't say I don't love you
+'Cause I love you, yeah
+It's hard for me to communicate the thoughts that I hold
+But tonight, I'm gon' let you know
+Let me tell the truth
+Baby, let me tell the truth, yeah
+
+You know what I'm thinkin', see it in your eyes
+You hate that you want me, hate it when you cry
+You're scared to be lonely, especially in the night
+I'm scared that I'll miss you, happens every time
+I don't want this feelin', I can't afford love
+I try to find a reason to pull us apart
+It ain't workin' 'cause you're perfect
+And I know that you're worth it
+I can't walk away, (oh)
+
+Even though we're going through it
+And it makes you feel alone
+Just know that I would die for you
+Baby, I would die for you, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.13
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,"Would've, Could've, Should've",3pUa0ZxdSeaJXm0EIydD3F,"If you would've blinked, then I would've
+Looked away at the first glance
+If you tasted poison, you could've
+Spit me out at the first chance
+If I was some paint, did it splatter
+On a promising grown man
+And if I was a child, did it matter
+If you got to wash your hands
+
+Oh, all I used to do was pray
+Would've, could've, should've
+If you'd never looked my way
+
+I would've stayed
+On my knees
+And I damn sure never would've danced with the devil
+At nineteen, and the god's honest truth is that the pain was heaven
+And now that I'm grown
+I'm scared of ghosts
+Memories feel like weapons
+And now that I know
+I wish you'd left me wondering
+
+If you never touched me, I would've
+Gone along with the righteous
+If I never blushed then they could've
+Never whispered about this
+And if you never saved me from boredom
+I could've gone on as I was
+But lord, you made me feel important
+And then you tried to erase us
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.31
+Bad Bunny,4q3ewBCX7sLwd24euuV69X,Tití Me Preguntó,1IHWl5LamUGEuP4ozKQSXZ,"Ey, Tití me preguntó si tengo mucha' novia'
+Mucha' novia'
+Hoy tengo a una, mañana otra, ey
+Pero no hay boda
+
+Tití me preguntó si tengo mucha' novia'
+Mucha' novia'
+Hoy tengo a una, mañana otra
+
+Me las vo'a llevar a to'a, pa un VIP, un VIP
+Ey, saluden a Tití
+Vamo' a tirarno' un selfi, say ""cheese"", ey
+Que sonrían las que ya les metí
+
+En un VIP, un VIP, ey, saluden a Tití
+Vamo' a tirarno' un selfi, say ""cheese""
+Que sonrían las que ya se olvidaron de mí
+
+Me gustan mucho las Gabriela', las Patricia'
+Las Nicole', las Sofía'
+Mi primera novia en kínder, María
+Y mi primer amor se llamaba Thalía
+
+Tengo una colombiana que me escribe to' los día'
+Y una mexicana que ni yo sabía
+Otra en San Antonio que me quiere todavía
+Y las de PR que toítas son mía'
+
+Una dominicana que es uva bombón
+Uva, uva bombón
+La de Barcelona que vino en avión
+Y dice que mi bicho está cabrón
+
+Yo dejo que jueguen con mi corazón
+Quisiera mudarme con to'as pa una mansión
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.35
+Bad Bunny,4q3ewBCX7sLwd24euuV69X,Me Porto Bonito,6Sq7ltF9Qa7SNFBsV5Cogx,"Yeah-yeah-yeah-yeah-yeah-yeah, Ey
+En La Guagua Se Quedó El
+Olor De Tu Perfume
+Tú Ere' Una Bellaca, Yo Soy Un Bellaco
+Eso E' Lo Que No' Une
+Ella Sabe Que Está Buenota
+Y No La Presumen
+Si Yo Fuera Tu Gato, Subiera Una Foto
+Los Vierne' Y Los Lune'. (So)
+Pa' Que To' El Mundo Vea
+Lo Rica Que Tú Está', Que Tú Está'
+Contigo Tengo Que Apretar
+Y Еn La Calle Ando Suelto, Pero Por Ti Mе Quito
+Si Tú Me Lo Pides, Yo Me Porto Bonito
+Y Subo Un Selfie Pa' Que
+Vean Lo Rica Que Tú Está', Que Tú Está'
+Las Otras Tienen Que Apretar
+En La Calle Ando Suelto, Pero Por Ti Me Quito
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,29.6
+The Neighbourhood,77SW9BnxLY8rJ0RciFqkHh,Sweater Weather,2QjOHCTQ1Jl3zawyYOpxh6,"And all I am is a man
+I want the world in my hands
+I hate the beach but I stand
+In California with my toes in the sand
+Use the sleeves of my sweater
+Let's have an adventure
+Head in the clouds but my gravity's centered
+Touch my neck and I'll touch yours
+You in those little high-waisted shorts, oh
+
+She knows what I think about
+And what I think about
+One love, two mouths
+One love, one house
+No shirt, no blouse
+Just us, you find out
+Nothing that I wouldn't wanna tell you about, no
+
+'Cause it's too cold
+For you here and now
+So let me hold
+Both your hands in the holes of my sweater
+
+And if I may just take your breath away
+I don't mind if there's not much to say
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.18
+Steve Lacy,57vWImR43h4CaDao012Ofp,Dark Red,3EaJDYHA0KnX88JvDhL9oa,"Something bad is 'bout to happen to me
+I don't know it, but I feel it coming
+Might be so sad, might leave my nose running
+I just hope she don't wanna leave me
+
+Don't you give me up, please don't give up
+Honey, I belong with you, and only you, baby
+Only you, my girl, only you, babe (you)
+Only you, darling, only you, babe (you)
+Only you, my girl, only you, babe (you)
+Only you, darling, only you
+
+Something bad is 'bout to happen to me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,64.16
+David Guetta,1Cs0zKBU1kc0i8ypK3B9ai,I'm Good (Blue),4uUG5RXrOk84mYEfFvj3cK,"I'm good, yeah, I'm feelin' alright
+Baby, I'ma have the best freakin' night of my life
+And wherever it takes me, I'm down for the ride
+Baby, don't you know I'm good? Yeah, I'm feelin' alright
+
+'Cause I'm good, yeah, I'm feelin' alright
+Baby, I'ma have the best freakin' night of my life
+And wherever it takes me, I'm down for the ride
+Baby, don't you know I'm good? Yeah, I'm feelin' alright
+
+Don't you know I'm good? Yeah, I'm feelin' alright
+
+You know I'm down for whatever tonight
+I don't need the finer things in life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.02
+Morgan Wallen,4oUHIQIBe0LHzYfvXNW4QM,You Proof,5uU1uuyaUIBOiiUSQG7Wl3,"Hey, I've been throwin' down the whiskey
+I oughta get my money back
+Someone said it drowns a memory
+Ah, but it ain't doing jack
+Yeah, I've been sippin', I've been buzzin'
+Shootin' doubles like it's nothing
+Aw, but nothin' makes you go away
+
+I need something you-proof, something stronger than I'm used to
+Yeah, I've been pullin' 90 to a 100
+Feel like nothing's gonna cut it, that's the hard truth
+Yeah, I need something you-proof, aw, I need something you-proof
+
+Poured 'em up 'til they shut 'em down, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,The Great War,5BYl3SodS3rGmafWXRWmB7,"My knuckles were bruised like violets
+Sucker punching walls
+Cursed you as I sleep talked
+Spineless in my tomb of silence
+Tore your banners down
+Took the battle underground
+And maybe it was egos swinging
+Maybe it was her
+Flashes of the battle come back to me in a blur
+
+All that bloodshed
+Crimson clover
+Uh huh, sweet dream was over
+My hand was the one you reached for
+All throughout the Great War
+Always remember, uh huh
+Tears on the letter
+I vowed not to cry anymore
+If we survived the Great War
+
+You drew up some good faith treaties
+I drew curtains closed
+Drank my poison all alone
+You said I have to trust more freely
+But diesel is desire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.4
+Future,1RyvyyTE3xzB2ZywiAwp0i,WAIT FOR U (feat. Drake & Tems),59nOXPmaKlBfGMDeOVGrIK,"I will wait for you, for you
+Early in the mornin', late at night (I will wait for you)
+It doesn't even matter what time it is (I will wait for you)
+
+Presidential Rollie already on the way (higher, sayin', ""Aye-aye-aye-aye"")
+Whenever I find time, it's okay (aye)
+ATL Jacob, ATL Jacob
+
+You pray for my demons, girl, I got you
+Every time I sip on c-, I get vulnerable
+I'm knowin' the sounds of the storm when it come
+She understand I can't take her everywhere a n- going
+I been in the field like the children of the corn
+
+I can hear your tears when they drop over the phone
+Get mad at yourself 'cause you can't leave me alone
+Gossip, bein' messy, that ain't what we doing (world was ending)
+
+Travel around the world (would you cry or would you try to get me?)
+Over the phone, dropping tears (tell me now, I want you to be clear, yeah)
+I get more vulnerable when I do pills (tell me now, I need you to be clear, yeah)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,26.840000000000003
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0,"One, one, one, one, one
+
+Talkin' in my sleep at night, makin' myself crazy
+(Out of my mind, out of my mind)
+Wrote it down and read it out, hopin' it would save me
+(Too many times, too many times)
+
+My love
+He makes me feel like nobody else, nobody else
+But my love
+He doesn't love me, so I tell myself, I tell myself
+
+One: Don't pick up the phone
+You know he's only callin' 'cause he's drunk and alone
+Two: Don't let him in, you'll have to kick him out again
+Three: Don't be his friend
+You know you're gonna wake up in his bed in the mornin'
+And if you're under him, you ain't gettin' over him
+
+I got new rules, I count 'em
+I got new rules, I count 'em
+I gotta tell them to myself
+I got new rules, I count 'em
+I gotta tell them to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.67
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,I'm a Mess,04ZTP5KsCypmtCmQg5tH9R,"Everything's been so messed up here lately
+Pretty sure he don't wanna be my baby
+Oh, he don't love me, he don't love me
+He don't love me, he don't love me
+
+But that's okay
+'Cause I love me, yeah, I love me
+Yeah, I love me
+Yeah, I love myself anyway
+Hey
+
+Everything's gonna be alright
+Everything's gonna be okay
+It's gonna be a good, good, life
+That's what my therapist say
+Everything's gonna be alright
+Everything's gonna be just fine
+It's gonna be a good, good life
+
+I'm a mess, I'm a loser
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.32
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr,"You call me all friendly
+Telling me how much you miss me
+That's funny, I guess you've heard my songs
+Well, I'm too busy for your business
+Go find a girl who wants to listen
+'Cause if you think I was born yesterday
+You have got me wrong
+
+So I cut you off
+I don't need your love
+'Cause I already cried enough
+I've been done
+I've been moving on, since we said goodbye
+I cut you off
+I don't need your love, so you can try all you want
+Your time is up, I'll tell you why
+
+You say you're sorry
+But it's too late now
+So save it, get gone, shut up
+'Cause if you think I care about you now
+Well, boy, I don't give a fuck
+
+I remember that weekend
+When my best friend caught you creeping
+You blamed it all on the alcohol
+So I made my decision
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.89
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Elastic Heart,6kwAbEjseqBob48jCus7Sz,"And another one bites the dust
+Oh, why can I not conquer love?
+And I might've thought that we were one
+Wanted to fight this war without weapons
+
+And I wanted it, and I wanted it bad
+But there were so many red flags
+Now another one bites the dust
+Yeah, let's be clear I'll trust no one
+
+You did not break me
+
+I'm still fighting for peace
+
+I've got thick skin and an elastic heart
+But your blade it might be too sharp
+I'm like a rubber band until you pull too hard
+I may snap and I move fast
+But you won't see me fall apart
+
+'Cause I've got an elastic heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.5
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",2rPE9A1vEgShuZxxzR2tZH,"Thought I'd end up with Sean
+But he wasn't a match
+Wrote some songs about Ricky
+Now I listen and laugh
+Even almost got married
+And for Pete, I'm so thankful
+Wish I could say ""thank you"" to Malcolm
+'Cause he was an angel
+
+One taught me love
+One taught me patience
+And one taught me pain
+Now, I'm so amazing
+Say I've loved and I've lost
+But that's not what I see
+So, look what I got
+Look at what you taught me
+And for that, I say
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next
+I'm so grateful for my ex
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next (next)
+I'm so
+
+Spend more time with my friends
+I ain't worried 'bout nothin'
+Plus, I met someone else
+We're havin' better discussions
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.69
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,breathin,4OafepJy2teCjYJbvFE60J,"Some days, things just take
+Way too much of my energy
+I look up and the whole room's spinning
+You take my cares away
+I can so over-complicate, people tell me to medicate
+
+Feel my blood running, swear the sky's falling
+I know that all this -'s fabricated
+Time goes by and I, can't control my mind
+Don't know what else to try, but you tell me every time
+
+Just keep breathin', and breathin', and breathin', and breathin'
+And oh, I gotta keep, keep on breathin'
+Just keep breathin', and breathin', and breathin', and breathin'
+And oh, I gotta keep, keep on breathin', mmm-mmm
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.46
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,no tears left to cry,2qT1uLXPVPzGgFOx4jtEuo,"Right now, I'm in a state of mind
+I wanna be in like all the time
+Ain't got no tears left to cry
+
+So I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up
+I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up (Oh, yeah)
+
+I'm pickin' it up (Yeah), pickin' it up (Yeah)
+Lovin', I'm livin', so we turnin' up
+Yeah, we turnin' it up
+
+Ain't got no tears in my body
+I ran out, but boy, I like it, I like it, I like it
+Don't matter how, what, where, who tries it
+We out here vibin', we vibin', we vibin'
+
+Comin' out, even when it's rainin' down
+Can't stop now, can't stop so shut your mouth
+Shut your mouth, and if you don't know
+Then now you know it, babe
+Know it, babe, yeah
+
+Right now, I'm in a state of mind
+I wanna be in like all the time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.44
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Green Light,3I4QOvltiKcMu3xmnQjEct,"I do my makeup in somebody else's car
+We order different drinks at the same bars
+I know about what you did and I wanna scream the truth
+She thinks you love the beach, you're such a damn liar
+
+Those great whites, they have big teeth
+Hope they bite you
+Thought you said that you would always be in love
+But you're not in love no more
+Did it frighten you
+How we kissed when we danced on the light up floor?
+On the light up floor
+
+But I hear sounds in my mind
+Brand new sounds in my mind
+But honey I'll be seein' you 'ever I go
+But honey I'll be seein' you down every road
+I'm waiting for it, that green light, I want it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.89
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,He's Gone,2lmLoyUwFBWjzQbb4yiVjM,"I do my makeup in somebody else's car
+We order different drinks at the same bars
+I know about what you did and I wanna scream the truth
+She thinks you love the beach, you're such a damn liar
+
+Those great whites, they have big teeth
+Hope they bite you
+Thought you said that you would always be in love
+But you're not in love no more
+Did it frighten you
+How we kissed when we danced on the light up floor?
+On the light up floor
+
+But I hear sounds in my mind
+Brand new sounds in my mind
+But honey I'll be seein' you 'ever I go
+But honey I'll be seein' you down every road
+I'm waiting for it, that green light, I want it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Tonight I’m Getting Over You,471JtpRQ0oox9OoZcbB8OO,"I wanna smash your fears
+And get drunken off your tears
+Don't you share your smile with anyone else but me
+I wanna touch your heart
+I wanna crush it in my hands
+Make you plead and cry
+As you give up all the lies
+
+We're not lovers
+But more than friends
+Put a flame to every single word you ever said
+No more crying
+To get me through
+I'll keep dancing 'til the morning with somebody new
+Tonight I'm getting over you
+
+Tonight I'm getting over you
+Tonight I'm getting over you
+Tonight I'm getting over you
+Over you
+Over you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,27.78
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Love Myself,0xCmwofyCiXdhoBsMSNj2w,"Hey!
+
+Yeah
+When I get chills at night, I feel it deep inside
+Without you, yeah (hey!)
+Know how to satisfy, keepin' that tempo right
+Without you, yeah (hey!)
+
+Pictures in my mind on replay
+I'm gonna touch the pain away (hey!)
+I know how to scream my own name
+Scream my name
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime, day or night
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime that I like
+(I love me)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Big Girls Cry,7zE6pyXLjUCOy8PG0UL5SZ,"Tough girl, in the fast lane
+No time for love, no time for hate
+No drama, no time for games
+Tough girl whose soul aches
+
+I come home, on my own
+Check my phone, nothing though
+Act busy, order in
+Pay TV, it's agony (oh, oh, oh)
+
+I may cry, ruining my makeup
+Wash away all the things you've taken
+And I don't care if I don't look pretty
+Big girls cry when their hearts are breaking
+Big girls cry when their hearts are breaking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.68
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Someone In The Crowd,39ncDMVidHOeQgeC5anYZM,"You got the invitation
+You got the right address
+You need some medication?
+The answer's always yes
+
+A little chance encounter
+Could be the one you've waited for
+Just squeeze a bit more
+
+Tonight we're on a mission
+Tonight's the casting call
+If this is the real audition
+Oh, God, help us all
+
+You make the right impression
+Then ev'rybody knows your name
+We're in the fast lane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.45
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Problem,7vS3Y0IKjde7Xg85LWIEdP,"Uh huh
+It's Iggy Iggs
+I got one more problem with you girl
+(One less, one less problem)
+
+Hey baby even though I hate ya
+I wanna love ya
+(I want you)
+And even though I can't forgive you
+I really want ya
+(I want you)
+
+Tell me, tell me baby
+Why can't you leave me?
+Cause even though I shouldn't want it
+I gotta have it
+(I want you)
+
+Head in the clouds
+Got no weight on my shoulders
+I should be wiser
+And realize that I've got
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+I know you're never gonna wake up
+I gotta give up
+(But it's you)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.48
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Party For One,39YLC6osLe9btq1vpsDglx,"If you didn't know that you were right for me
+Then there's nothing I can say
+Tried to call you out to spend some time to see
+But somebody's in your way
+Tried to let it go and say I'm over you
+
+I'm not over you
+But I'm trying
+
+Party for one
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+I'll be the one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+You don't want my love
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+Party for one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+Ahh, ahh, ahh
+Ahh, ahh, ahh
+Ahh, ahh...
+
+Once upon a time, I thought you wanted me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,26.1
+Sia,5WUlDfRSoLAfcVSX1WnrxN,The Greatest,6bLopGnirdrilrpdVB6Um1,"Uh-oh, runnin' out of breath, but I
+Oh, I, I got stamina
+Uh-oh, running now, I close my eyes
+Well, oh, I got stamina
+And uh-oh, I see another mountain to climb
+But I, I, I got stamina
+Uh-oh, I need another lover, be mine
+Cause I, I, I got stamina
+
+Don't give up, I won't give up
+Don't give up, no no no
+Don't give up, I won't give up
+Don't give up, no no no
+
+I'm free to be the greatest, I'm alive
+I'm free to be the greatest here tonight, the greatest
+The greatest, the greatest alive
+The greatest, the greatest alive
+
+Well, uh-oh, runnin' out of breath, but I
+Oh, I, I got stamina
+Uh-oh, runnin' now, I close my eyes
+But, oh, I got stamina
+And oh yeah, runnin' through the waves of love
+But I, I got stamina
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.86
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,7AEAGTc8cReDqcbPoY9gwo,"I remember when we broke up the first time
+Saying, ""This is it, I've had enough""
+'Cause like we hadn't seen each other in a month
+When you said you needed space
+What?
+
+Then you come around again and say
+""Baby, I miss you, and I swear I'm gonna change, trust me""
+Remember how that lasted for a day?
+I say, ""I hate you"", we break up, you call me, ""I love you""
+
+Ooh, ooh-ooh-ooh-ooh
+We called it off again last night but
+Ooh, ooh-ooh-ooh-ooh
+This time, I'm telling you, I'm telling you
+
+We are never, ever, ever getting back together
+We are never, ever, ever getting back together
+You go talk to your friends, talk to my friends, talk to me
+But we are never, ever, ever, ever getting back together
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.88000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,72jCZdH0Lhg93z6Z4hBjgj,"Once upon a time, a few mistakes ago
+I was in your sights, you got me alone
+You found me, you found me, you found me, e-e-e-e
+I guess you didn't care and I guess I liked that
+And when I fell hard, you took a step back
+Without me, without me, without me, e-e-e-e
+
+And he's long gone when he's next to me
+And I realize the blame is on me
+
+'Cause I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+'Til you put me down, oh
+I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+Now I'm lying on the cold hard ground
+Oh, oh, trouble, trouble, trouble
+Oh, oh, trouble, trouble, trouble
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.95
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Shake It Off,5xTtaWoae3wi06K5WfVUUH,"I stay out too late
+Got nothing in my brain
+That's what people say, mm-mm
+That's what people say, mm-mm
+
+I go on too many dates
+But I can't make 'em stay
+At least that's what people say, mm-mm
+That's what people say, mm-mm
+
+But I keep cruisin'
+Can't stop, won't stop movin'
+It's like I got this music in my mind
+Sayin' it's gonna be alright
+
+'Cause the players gonna play, play, play, play, play
+And the haters gonna hate, hate, hate, hate, hate
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+Heartbreakers gonna break, break, break, break, break
+And the fakers gonna fake, fake, fake, fake, fake
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+
+I never miss a beat
+I'm lightnin' on my feet
+And that's what they don't see, mm-mm
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.58
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,4dkuqcxZh4ljTMkY6q6ZEo,"You were my sun
+You were my earth
+But you didn't know all the ways I loved you, no
+So you took a chance
+And made other plans
+But I bet you didn't think that they would come crashing down, no
+
+You don't have to say what you did
+I already know, I found out from him
+Now there's just no chance for you and me
+There'll never be
+And don't it make you sad about it
+
+You told me you loved me
+Why did you leave me all alone
+Now you tell me you need me
+When you call me on the phone
+Girl I refuse
+You must have me confused
+With some other guy
+The bridges were burned
+Now it's your turn
+To cry
+
+Cry me a river
+Cry me a river
+Cry me a river
+Cry me a river
+
+Know that they say
+That some things are better left unsaid
+It wasn't like you only talked to him and you know it
+(Don't act like you don't know it)
+
+All of these things people told me
+Keep messing with my head
+(Messing with my head)
+Should've picked honesty
+Then you may not have blown it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.24
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I'm with You,1jlG3KJ3gdYmhfuySFfpO1,"I'm standing on the bridge
+I'm waiting in the dark
+I thought that you'd be here by now
+There's nothing but the rain
+No footsteps on the ground
+I'm listening but there's no sound
+
+Isn't anyone trying to find me?
+Won't somebody come take me home?
+
+It's a damn cold night
+Tryin' to figure out this life
+Won't you take me by the hand
+Take me somewhere new?
+I don't know who you are, but I
+I'm with you
+I'm with you, mm
+
+I'm looking for a place
+I'm searching for a face
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.86
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Partition,2vPTtiR7x7T6Lr17CE2FAE,"Let me hear you say, ""Hey, Ms. Carter!"" (Hey, Ms. Carter!)
+Say, ""Hey, Ms. Carter!"" (Hey, Ms. Carter!)
+Give me some!
+
+See me up in the club with fifty-'leven girls
+Posted in the back, diamond fangs in my grill
+Brooklyn brim, with my eyes sittin' low
+Every boy in here with me got that smoke
+And every girl in here gotta look me up and down
+All on Instagram, cake by the pound
+Circulate the image every time I come around
+G's up, tell me how I'm looking babe
+
+Boy, this all for you, just walk my way
+Just tell me how it's looking babe
+Just tell me how it's looking babe (How it's looking, babe?)
+I do this all for you, baby just take aim
+Tell me how I looking babe (How it's looking, babe?)
+Tell me how I looking babe, looking babe
+
+Drop the bass, man the bass, get lower
+Radio say, speed it up, I just go slower
+High like treble, puffin on the mids
+The man ain't ever seen a booty like this
+And why do you think you keep up my name rollin' off the tongue?
+'Cause when he wanna smash, I'll just write another one
+I sneezed on the beat and the beat got sicker
+
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Like, like liquor, like, like, like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Like, like liquor, like, like, like liquor
+
+Beyoncé, Beyoncé?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.1
+Halsey,26VFTg2z8YR0cCuwLzESi2,Hold Me Down,0xkRMasLtvGqw7AUli6b0e,"My demons are begging me to open up my mouth
+I need them mechanically make the words come out
+They fight me, vigorous and angry, watch them pounce
+Ignite me, licking up the flames they bring about
+
+I sold my soul to a three-piece
+And he told me I was holy
+He's got me down on both knees
+But it's the devil that's tryna
+
+Hold me down, hold me down
+Sneaking out the back door,
+Make no sound
+Knock me out, knock me out
+Saying that I want more, this is what I live for
+
+Hold me down, hold me down
+Throw me in the deep end, watch me drown
+Knock me out, knock me out
+Saying that I want more, this is what I live for
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.17
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You're Not Sorry,7zen3j1316Tsk5iEZuDOft,"All this time I was wasting hoping you would come around
+I've been giving out chances every time and all you do is let me down
+And it's taken me this long, baby, but I've figured you out
+And you're thinking we'll be fine again, but not this time around
+
+You don't have to call anymore, I won't pick up the phone
+This is the last straw, don't wanna hurt anymore
+And you can tell me that you're sorry
+But I don't believe you, baby, like I did before
+You're not sorry, no-no-no-no
+
+You're looking so innocent, I might believe you if I didn't know
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.63
+Katy Perry,6jJ0s89eD6GaHleKKya26X,The One That Got Away,4uQY80TKE1u4ZQZQKHzVEi,"Summer after high school when we first met
+We'd make out in your Mustang to Radiohead
+And on my 18th birthday we got matching tattoos
+Used to steal your parents' liquor and climb to the roof
+Talk about our future like we had a clue
+Never planned that one day I'd be losing you
+
+In another life
+I would be your girl
+We'd keep all our promises
+Be us against the world
+In another life
+I would make you stay
+So I don't have to say you were
+The one that got away
+The one that got away
+
+I was June and you were my Johnny Cash
+Never one without the other, we made a pact
+Sometimes when I miss you I put those records on (whoa)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.82
+Arctic Monkeys,7Ln80lUS6He07XvHI8qqHH,Do I Wanna Know?,3jfr0TF6DQcOLat8gGn7E2,"Have you got colour in your cheeks?
+Do you ever get that fear that you can't shift the type
+That sticks around like summat in your teeth?
+Are there some aces up your sleeve?
+Have you no idea that you're in deep?
+
+I've dreamt about you nearly every night this week
+How many secrets can you keep?
+'Cause there's this tune I found that makes me think of you somehow
+And I play it on repeat until I fall asleep
+Spillin' drinks on my settee
+
+(Do I wanna know?)
+If this feelin' flows both ways?
+(Sad to see you go)
+Was sorta hopin' that you'd stay
+(Baby, we both know)
+That the nights were mainly made for sayin' things
+That you can't say tomorrow day
+
+Crawlin' back to you
+Ever thought of callin' when you've had a few?
+'Cause I always do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+Nicki Minaj,0hCNtLu0JehylgoiP8L4Gh,Feeling Myself,5fyIGoaaKelzdyW8ELhYJZ,"Yo, B
+They ready?
+Let's go!
+
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my, feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+
+I'm with some hood girls lookin' back at it
+And a good girl in my tax bracket (Uh)
+Got a black card that'll let Saks have it
+These Chanel bags is a bad habit
+I-I do balls, Dal Mavericks
+My Maybach, black matted (Uh)
+Bitch, never left but I'm back at it
+And I'm feelin' myself, jack rabbit
+Feelin' myself, back off
+'Cause I'm feelin' myself, jack off (Uh)
+He be thinking about me when he whacks off
+Wax on? (Wax off)
+National anthem, hats off
+Then I curve that nigga, like a bad toss (Uh)
+Lemme get a number two, with some Mac sauce
+""On The Run Tour"" With my mask off
+
+I'm feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my, feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+
+Changed the game with that digital drop
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.32
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0,"For all the times that you rained on my parade
+And all the clubs you get in using my name
+You think you broke my heart, oh, girl, for goodness' sake
+You think I'm crying on my own, well, I ain't
+
+And I didn't wanna write a song
+'Cause I didn't want anyone thinkin' I still care, I don't, but
+You still hit my phone up
+And baby, I'll be movin' on
+And I think you should be somethin' I don't wanna hold back
+Maybe you should know that
+
+My mama don't like you and she likes everyone
+And I never like to admit that I was wrong
+And I've been so caught up in my job
+Didn't see what's going on, but now I know
+I'm better sleeping on my own
+
+'Cause if you like the way you look that much
+Oh, baby, you should go and love yourself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.64999999999999
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,You're Such A,78GykAuZzZEZz3qdHdOdZZ,"Yeah
+Oh-oh
+
+You keep calling, you keep calling
+Saying that you want it back
+All my loving, all my loving
+But you can't, you can't
+You keep trying, you keep trying
+With that sweet talk on your tongue
+But I'm not buying, I'm not buying
+I can't, I can't
+
+'Cause you had your chance and you blew it
+Yeah, you ripped it up and you chewed it
+And the more you talk, you prove it
+Yeah, you prove it
+
+That, damn, you're such a
+Did you think that I would let you
+Crawl right back into my bedroom
+After everything we've been through
+I know the truth
+That, damn, you're such a
+Difficult little devil
+Trying to put it back together
+'Cause you see I'm doing better
+Without you now
+
+Damn, you're such a
+Dadadadadadadada dadadadadada
+Damn, you're such a
+Dadadadadadadada
+I know the truth
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.28
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Cheap Thrills,27SdWb2rFzO6GWiYDBTD9j,"Come on, come on, turn the radio on
+It's Friday night, and it won't be long
+Gotta do my hair, put my make-up on
+It's Friday night, and it won't be long
+
+'Til I hit the dance floor, hit the dance floor
+I got all I need
+No, I ain't got cash, I ain't got cash
+But I got you, baby
+
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+But I don't need no money
+As long as I can feel the beat
+I don't need no money
+As long as I keep dancing
+
+Come on, come on, turn the radio on
+It's Saturday, and it won't be long
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.69
+Daya,6Dd3NScHWwnW6obMFbl1BH,Hide Away,2hsza71y54ABzmabyNDtM4,"Boys seem to like the girls
+Who laugh at anything
+The ones who get undressed
+Before the second date
+Girls seem to like the boys
+Who don't appreciate
+All the money and the time that it takes
+To be fly as a mother
+Got my both eyes out for Mr. Right
+Guessing I just don't know where to find 'em
+But I hope they all come out tonight
+Hey!
+
+Where do the good boys go to hide away, hide away?
+I'm a good, good girl who needs a little company
+Looking high and low, someone let me know
+Where do the good boys go to hide away, hide away?
+
+Boys seem to like the girls
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.11
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Don't Let Me Down,1i1fxkWeaMmKEB4T7zqbzK,"Crashin', hit a wall
+Right now, I need a miracle
+Hurry up now, I need a miracle
+
+Stranded, reaching out
+I call your name but you're not around
+I say your name but you're not around
+
+I need you, I need you, I need you right now
+Yeah, I need you right now
+So don't let me, don't let me, don't let me down
+I think I'm losing my mind now
+
+It's in my head, darlin' I hope
+That you'll be here, when I need you the most
+So, don't let me, don't let me, don't let me down
+D-don't let me down
+
+Don't let me down
+Don't let me down, down, down
+Don't let me down, don't let me down, down, down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.51
+Halsey,26VFTg2z8YR0cCuwLzESi2,Haunting,6onmpB4WJxFj2oPR9vHVK9,"Keep on haunting
+Keep on haunting me
+Keep on haunting
+Keep on haunting me
+
+I was as pure as a river
+But now I think I'm possessed
+You put a fever inside me
+And I've been cold since you left
+
+I've got a boyfriend now, and he's made of gold
+And you've got your own mistakes in a bed at home
+I'm hoping you could save me now, but you break and fold
+You've got a fire inside, but your heart's so cold
+
+'Cause I've done some things that I can't speak
+(Ah, ah, ah, ah)
+And I tried to wash away, but you just won't leave
+(Ah, ah, ah, ah)
+So won't you take a breath and dive in deep
+(Ah, ah, ah, ah)
+'Cause I came here, so you'd come for me
+(Ah, ah, ah, ah)
+
+I'm begging you to keep on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,8.44
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,0xG0SHshCStMEyNbNC5d4k,"I'm jealous, I'm overzealous
+When I'm down I get real down
+When I'm high I don't come down
+But I get angry, baby, believe me
+I could love you just like that
+And I can leave you just as fast
+
+But you don't judge me
+'Cause if you did, baby, I would judge you too
+No, you don't judge me
+'Cause if you did, baby, I would judge you too
+
+'Cause I got issues, but you got 'em too
+So give 'em all to me and I'll give mine to you
+Bask in the glory of all our problems
+'Cause we got the kind of love it takes to solve 'em
+Yeah, I got issues
+And one of them is how bad I need you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.82
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Never Be the Same,4eWQlBRaTjPPUlzacqEeoQ,"Something must've gone wrong in my brain
+Got your chemicals all in my veins
+Feeling all the highs, feeling all the pain
+
+Let go on the wheel, it's the bullet lane
+Now I'm seeing red, not thinking straight
+Blurring all the lines, you intoxicate me
+
+Just like nicotine, heroin, morphine
+Suddenly, I'm a fiend and you're all I need
+All I need
+Yeah, you're all I need
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never be the same
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never, ever, ever be the same
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.25
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,2ARqIya5NAuvFVHSN3bL0m,"Take a seat, right over there, sat on the stairs
+Stay or leave, the cabinets are bare, and I'm unaware
+Of just how we got into this mess, got so aggressive
+I know we meant all good intentions
+
+So pull me closer
+Why don't you pull me close?
+Why don't you come on over?
+I can't just let you go
+
+Oh, baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+
+Baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.13000000000001
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,I Have Questions,3NgCzSW98SsqBdpYcnm4kv,"Why did you leave me here to burn?
+I'm way too young to be this hurt
+I feel doomed in hotel rooms
+Staring straight up at the wall
+Counting wounds, and I am trying to numb them all
+
+Do you care, do you care?
+Why don't you care?
+I gave you all of me
+My blood, my sweat, my heart, and my tears
+Why don't you care, why don't you care?
+I was there, I was there when no one was
+Now you're gone, and I'm here
+
+(I have questions for you)
+Number one, tell me who you think you are
+You got some nerve tryna tear my faith apart
+(I have questions for you)
+Number two, why would you try and play me for a fool?
+I shoulda never ever, ever trusted you
+(I have questions)
+Number three, why weren't you who you swore that you would be?
+I have questions, I got questions haunting me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.33
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Rock Bottom,2qxaR31Te4xDR2yO6LqM8z,"What are we fighting for?
+Seems like we do it just for fun
+In this, this stupid war
+We play hard with our plastic guns
+Breathe deep, bottle it up
+So deep until it's all we got
+Don't speak, just use your touch
+Don't speak before we say too much
+
+You hate me now, and I feel the same way
+You love me now and I feel the same way
+Scream and we shout
+And make up the same day, the same day
+
+Oh, we're on the right side of rock bottom
+And I hope that we keep falling
+We're on the good side of bad karma
+'Cause we keep on coming back for more
+We're on the right side of rock bottom
+And to you, I just keep crawling
+You're the best kind of bad something
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.67
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Hell Nos And Headphones,4ToeppjiHi7kGMAVUvosv0,"Seems like everybody here
+Is speaking different languages (Ha ha ha)
+With that green prescription fog
+Blowing out their faces (Ha ha ha)
+
+And they all look me up and down like I'm the fucking new kid
+But I saw the sun rise on this town way before you did
+And they're all skiing in the powder room
+Making love to Jack and Jameson (Ha)
+But I'll stick with hell no's and headphones
+
+Cause all of my friends are leaving soon
+To find them, themselves another round
+But I'll be here in this stranger's room
+Just for now (Just for now)
+Yeah, I'll stick with hell no's and headphones
+Don't want another drink
+I just, just wanna be alone
+No, I don't care 'bout what you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.06999999999999
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,City Lights,1OZEvLQ4MUrqcnuCWX7vW0,"It's a long road, and it gets windy
+Fog is real low, and it's so blinding
+Oh I'm trying to steer, trying to take the lead
+But I feel like the road is steering me
+
+Getting so lost, like a castaway
+Feeling so crossed, like a renagade
+And I'm trying to call out in the big city
+Just a small voice and no one's listening to me
+
+Oh, oh
+Tell me where to go-oh
+Tell me that you know-oh
+Just how bright I glow-oh
+
+Every time that you think you've lost your shine
+Just remember, nothing's brighter
+You're the city lights
+Every time that you fade into the night
+Just remember, you're the fire
+You're the city lights
+
+That shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.5
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bury a friend,4SSnFejRGlZikf02HLewEF,"Billie...
+
+What do you want from me?
+Why don't you run from me?
+What are you wondering?
+What do you know?
+Why aren't you scared of me?
+Why do you care for me?
+When we all fall asleep, where do we go?
+
+Come here...
+
+Say it, spit it out, what is it exactly?
+You're payin'?
+Is the amount cleanin' you out
+Am I satisfactory?
+Today, I'm thinkin' about
+The things that are deadly
+The way I'm drinkin' you down
+Like I wanna drown, like I wanna end me
+
+Step on the glass, staple your tongue (Ahh)
+Bury a friend, try to wake up (Ahh-ha)
+Cannibal class, killin' the son (Ahh)
+Bury a friend, I wanna end me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.39
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,Six Feet Under - Gazzo Remix,3UHa28GclZhNqqlaNFzKKY,"Help, I lost myself again
+But I remember you
+Don't come back, it won't end well
+But I wish you'd tell me too
+Our love is six feet under
+I can't help but wonder
+If our grave was watered by the rain
+Would roses bloom?
+Could roses bloom?
+Could roses bloom?
+Could roses bloom?
+Retrace my lips
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.260000000000005
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bad guy,2Fxmhks0bxGSBdJ92vM42m,"White shirt now red, my bloody nose
+Sleepin', you're on your tippy toes
+Creepin' around like no one knows
+Think you're so criminal
+
+Bruises on both my knees for you
+Don't say thank you or please
+I do what I want when I'm wanting to
+My soul, so cynical
+
+So you're a tough guy
+Like it really rough guy
+Just can't get enough guy
+Chest always so puffed guy
+I'm that bad type
+Make your mama sad type
+Make your girlfriend mad tight
+Might seduce your dad type
+I'm the bad guy
+Duh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.98
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt,"Guess it's true, I'm not good at a one-night stand
+
+But I still need love 'cause I'm just a man
+
+These nights never seem to go to plan
+
+I don't want you to leave, will you hold my hand?
+
+Oh, won't you stay with me?
+
+'Cause you're all I need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.06
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,我懷念的,7z2M7DsEjZjwXBkWG3zd21,"我問為什麼
+那女孩傳簡訊給我
+
+而你為什麼
+不解釋 低著頭沉默
+我該相信你很愛我
+
+不願意敷衍我
+還是明白你已不想挽回什麼
+想問為什麼
+我不再是你的快樂
+可是為什麼
+
+卻苦笑說我都懂了
+自尊常常將人拖著
+把愛都走曲折
+
+假裝了解是怕
+真相太赤裸裸
+狼狽比失去難受
+我懷念的是無話不說
+我懷念的是一起做夢
+
+我懷念的是爭吵以後
+
+還是想要愛你的衝動
+我記得那年生日
+也記得那一首歌
+記得那片星空
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,克卜勒,15tD731GK0VYsmd1Im4C7q,"好像你的身体
+藏在众多孤星之中还是找得到你
+挂在天上放光明
+提醒我 我也只是一颗寂寞的星星
+
+等不到你 成为我最闪亮的星星
+我依然愿意借给你我的光
+投射给你 直到你那灿烂的光芒
+静静地挂在遥远的天上
+
+当你沉浸 天空那条冰冷的银河
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,当冬夜渐暖,1zABsjNknUjs26f9jW8jM8,"很多事情 不是誰說了就算
+即使傷心 結果還是自己擔
+多少次失望表示著多少次期盼
+事實證明 幸福很難
+
+我們之間 不是誰說了就算
+拉扯的愛 徒增結局的難堪
+一百次相愛只要有一次的絢爛
+下一次會更勇敢
+
+當冬夜漸暖 當大海也不再那麼藍
+當月色的純白變得陰暗
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,愚人的国度,2gNW0NDW06O6ZqqwAFPkLZ,"愛是愚人的國度 看我們演的好辛苦
+是你所謂的領悟 我不懂我不哭
+看悲歡喜怒每一步
+是疲憊還是依賴的束縛
+來你能不能再重複 讓我懂讓我哭
+
+再讓時間停住 把自己看清楚
+不必再說假如 我穿過一地荒蕪
+幸福不能碰觸
+
+愛是愚人的國度 不能自拔不懂退出
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,天黑黑,6Vdb5GA3Q0zlmrMfHjgUwi,"我的小時候 吵鬧任性的時候
+我的外婆 總會唱歌哄我
+夏天的午後 老老的歌安慰我
+那首歌 好像這樣唱的
+天黑黑 欲落雨 天黑黑 黑黑
+
+離開小時候 有了自己的生活
+新鮮的歌 新鮮的念頭
+任性和衝動 無法控制的時候
+我忘記 還有這樣的歌
+天黑黑 欲落雨 天黑黑 黑黑
+
+我愛上讓我奮不顧身的一個人
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,開始懂了,429T9YKEYhMXvayWlSNhLK,"我竟然沒有調頭 最殘忍那一刻
+靜靜看你走 一點都不像我
+
+原來人會變得溫柔 是透徹的懂了
+愛情是流動的 不由人的 何必激動著要理由
+
+相信你只是怕傷害我
+不是騙我 很愛過誰會捨得
+把我的夢搖醒了 宣佈幸福不會來了
+
+用心酸微笑去原諒了
+也翻越了 有昨天還是好的
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,When You're Gone,54JKnDB3CzVu8wNAOM27BI,"I always needed time on my own
+I never thought I'd need you there when I cry
+And the days feel like years when I'm alone
+And the bed where you lie is made up on your side
+
+When you walk away, I count the steps that you take
+Do you see how much I need you right now?
+
+When you're gone, the pieces of my heart are missing you
+When you're gone, the face I came to know is missing too
+When you're gone, the words I need to hear
+To always get me through the day
+And make it okay
+I miss you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+A Fine Frenzy,5dTYaRzOn4rXGBLH052EeQ,Almost Lover,3GSYWQNnSdovwC2H8HpziA,"Your fingertips across my skin
+The palm trees swaying in the wind
+
+Images
+
+You sang me spanish lullabies
+The sweetest sadness in your eyes
+
+Clever trick
+
+Well, I'd never want to see you unhappy
+I thought you'd want the same for me
+
+Goodbye, my almost lover
+Goodbye, my hopeless dream
+I'm trying not to think about you
+Can't you just let me be?
+
+So long, my luckless romance
+My back is turned on you
+Should've known you'd bring me heartache
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.56
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,我好嗎,3xaJcOD4T0U8m1AVvIoZIG,"金黃的銀杏樹再次滿開了
+那一年樹下的約定已解散了
+儘管藍天仍像青春般清澈
+我們不再見了 自顧自活著
+
+再多問候往往與快樂無涉
+也只能獨自沉溺 思念的片刻
+淚水淹沒歲月 何時甘願 去跟遺憾求和
+曾經圓滿我的 碾碎我的 都回不去了
+
+不是心不死 還留你一個位置
+只是呼喚過的名字
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Hands To Myself,7jGpa7ynADyaSmcprXgO7I,"Can't keep my hands to myself
+No matter how hard I'm trying to
+I want you all to myself
+Your metaphorical gin and juice
+
+So come on, give me a taste
+Of what it's like to be next to you
+Won't let one drop go to waste
+Your metaphorical gin and juice
+
+Oh, cause all of the downs and the uppers
+Keep making love to each other
+And I'm trying, trying, I'm trying, trying
+All of the downs and the uppers
+Keep making love to each other
+And I'm trying, trying, I'm trying
+But I...
+
+Can't keep my hands to myself
+My hands to myself
+Can't keep my hands to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.64
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Same Old Love,6itUc9sOq5is39AaPX5D6R,"Take away your things and go
+You can't take back what you said, I know
+I've heard it all before, at least a million times
+I'm not one to forget, you know
+
+I don't believe, I don't believe it
+You left in peace, left me in pieces
+Too hard to breathe, I'm on my knees
+Right now, 'ow
+
+I'm so sick of that same old love, that shit, it tears me up
+I'm so sick of that same old love, my body's had enough
+Oh, (that same old love)
+Oh, (that same old love)
+I'm so sick of that same old love, feels like I've blown apart
+I'm so sick of that same old love, the kind that breaks your heart
+Oh, (that same old love)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.34
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Will Be,1ERza8JzFin9c3Keo8XQEX,"There's nothing I could say to you
+Nothing I could ever do to make you see
+What you mean to me
+All the pain, the tears I cried
+Still you never said goodbye and now I know
+How far you'd go
+
+I know I let you down
+But it's not like that now
+This time I'll never let you go
+
+I will be, all that you want
+And get myself together
+'Cause you keep me from falling apart
+All my life, I'll be with you forever
+To get you through the day
+And make everything okay
+
+I thought that I had everything
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,63.28
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Keep Holding On,4UPcXTh26ilb7owtuyHqNI,"You're not alone, together we stand
+I'll be by your side, you know, I'll take your hand
+When it gets cold and it feels like the end
+There's no place to go, you know, I won't give in
+No, I won't give in
+
+Keep holding on
+'Cause you know we'll make it through
+We'll make it through
+Just stay strong
+
+'Cause you know I'm here for you, I'm here for you
+There's nothing you can say, nothing you can do
+There's no other way when it comes to the truth
+
+So keep holdin' on
+'Cause you know we'll make it through
+We'll make it through
+
+So far away, I wish you were here
+Before it's too late, this could all disappear
+Before the doors close and it comes to an end
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.7
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Can Do Better,5kyqKoOnHwvxk0bZLeK1kr,"I couldn't give a damn what you say to me
+I don't really care what you think of me
+'Cause either way you're gonna think what you believe
+There's nothing you could say that would hurt me
+I'm better off without you anyway
+
+I thought it would be hard but I'm okay
+I don't need you if you're gonna be that way
+'Cause with me, it's all or nothing
+
+I'm sick of this shit, don't deny
+You're a waste of time
+I'm sick of this shit, don't ask why
+
+I hate you now
+So go away from me
+You're gone, so long
+I can do better, I can do better
+
+Hey, hey, you
+I found myself again
+That's why you're gone
+I can do better, I can do better
+
+You're so full of shit, I can't stand
+The way you act, I just can't comprehend
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.74000000000001
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,My Happy Ending,6sqNctd7MlJoKDOxPVCAvU,"Oh, oh, oh, oh, oh, oh
+So much for my happy ending
+Oh, oh, oh, oh, oh, oh
+So much for my happy ending
+Oh, oh, oh, oh, oh, oh
+
+Let's talk this over, it's not like we're dead
+Was it something I did?
+Was it something you said?
+Don't leave me hanging in a city so dead
+Held up so high on such a breakable thread
+
+You were all the things I thought I knew
+And I thought we could be
+
+You were everything, everything that I wanted
+We were meant to be, supposed to be, but we lost it
+All of the memories so close to me just fade away
+All this time you were pretending
+So much for my happy ending
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.95
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,How You Remind Me,4H560RqZEEhrgOquGqTCvs,"Never made it as a wise man
+I couldn't cut it as a poor man stealing
+Tired of living like a blind man
+I'm sick of sight without a sense of feeling
+
+This is how you remind me
+This is how you remind me
+Of what I really am
+
+It's not like you to say sorry
+I was waiting on a different story
+This time I'm mistaken
+For handing you a heart worth breaking
+
+And I've been wrong, I've been down
+Into the bottom of every bottle
+These five words in my head
+Scream, ""Are we having fun yet?""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.41
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Head Above Water,7gY3cyGcB2wnk2xDXiA0pe,"I gotta keep the calm before the storm
+I don't want less, I don't want more
+Must bar the windows and the doors
+To keep me safe, to keep me warm
+
+Yeah, my life is what I'm fighting for
+Can't part the sea, can't reach the shore
+And my voice becomes the driving force
+I won't let this pull me overboard
+
+God, keep my head above water
+Don't let me drown, it gets harder
+I'll meet you there at the altar
+As I fall down to my knees
+Don't let me drown, drown, drown
+Don't let me, don't let me, don't let me drown
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.42
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Fell In Love With The Devil,6HHtTXPyBTJsLQT0y3afnm,"Shot guns and roses
+Make a deadly potion
+Heartbreak explosions
+In reckless motion
+Teddy bears and ""I'm sorry"" letters
+Don't seem to make things better
+Don't bury me alive
+Sweet talkin' alibi
+
+But I can't stop the rush
+And I can't give you up
+No I know you're no good for me
+You're no good for me
+
+I fell in love with the Devil
+And now I'm in trouble
+I fell in love with the Devil
+I'm underneath his spell (Oh)
+Someone send me an angel
+To lend me a halo
+I fell in love with the Devil
+Please save me from this hell (Oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.96
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Tell Me It's Over,0aeZzfSoZAcETjba8MCvco,"I ain't playin no games
+'Cause I got nothing left to lose
+I'm so tired of circular motions
+They leave me dizzy and confused
+My heart, oh, no, it's not your revolving door
+I get stuck spinnin', and spinnin', and spinnin'
+Oh I, 'till I collapse on the floor
+But every time that you touch me
+I forget what we're fighting about
+(I forget, I forget, what we're fightin')
+Oh, you come and you leave shame on
+Me for believing every word out of your mouth
+
+Tell me it's over
+If it's really over
+'Cause it don't feel like it's over
+Whenever you're closing the door, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.59
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Souvenir,28H24GURvUF2PQ6275xudN,"Yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah
+
+Say, say what you want
+Just don't say that you're leaving
+I hope this summer breeze
+Will last more than a season
+Will you write to me? In time, we'll see
+Maybe spend your whole life with me
+We've packed our suitcases
+We've shut up all the windows
+Hold tight, soon you and
+I flow anywhere the wind blows
+So make life to me, hold tight to me
+Stay awake the whole night with me
+
+Can I keep you as a souvenir?
+Can I take your shirt to dry my tears?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.9
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Warrior,27wvjuKafcmKhoLcBcJ0uO,"I'll pick my battles 'cause I know I'm gonna win the war (Win the war)
+I'm not rattled 'cause I shattered all of this before (This before)
+Steadier than steel 'cause I'm ready with my shield and sword (Shield and sword)
+Back on the saddle 'cause I gathered all my strength for more (Strength for more)
+
+And I won't bow, I won't break
+No, I'm not afraid to do whatever it takes
+I'll never bow, I'll never break
+
+'Cause I'm a warrior, I fight for my life
+Like a soldier all through the night
+And I won't give up, I will survive, I'm a warrior
+And I'm stronger, that's why I'm alive
+I will conquer, time after time
+I'll never falter, I will survive, I'm a warrior
+
+Woah, woah, woah, woah
+Woah, woah, woah, woah
+Woah, woah, woah, woah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.22
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Lose You To Love Me,1HfMVBKM75vxSfsQ5VefZ5,"You promised the world and I fell for it
+I put you first and you adored it
+Set fires to my forest
+And you let it burn
+Sang off-key in my chorus
+'Cause it wasn't yours
+
+I saw the signs and I ignored it
+Rose-colored glasses all distorted
+Set fire to my purpose
+And I let it burn
+You got off on the hurtin'
+When it wasn't yours, yeah
+
+We'd always go into it blindly
+I needed to lose you to find me
+This dancing was killing me softly
+I needed to hate you to love me, yeah
+
+To love, love, yeah
+To love, love, yeah
+To love, yeah
+I needed to lose you to love me, yeah
+To love, love, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.77
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Real Friends,4V6MRo0CEAC9MwAm7dkPuL,"No, I think I'll stay in tonight
+Skip the conversations and the, oh, I'm fine's
+No, I'm no stranger to surprise
+This paper town has let me down too many times
+Why do I even try?
+Give me a reason why
+
+I thought that I could trust you, nevermind
+Why all the switching sides?
+Where do I draw the line?
+I guess I'm too naive to read the signs
+
+I'm just lookin' for some real friends
+All they ever do is let me down
+Every time I let somebody in
+Then I find out what they're all about
+I'm just lookin' for some real friends
+Wonder where they're all hidin' out
+I'm just lookin' for some real friends
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.88000000000001
+warner case,106OuakzOxxbXTuigEEf01,we should go,3BL9fu7oVGRGofjrwvzhQS,"You wonder why I'd be here
+Like you don't even know
+
+We're starting not to see clear
+I think we should go.
+
+Go
+
+We're starting not to see clear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,21.87
+Eason Chan,2QcZxAgcs2I1q7CtCkl6MI,愛情轉移(國),5geqxGTn2dFte1KywqcXYq,"徘徊过多少橱窗 住过多少旅馆
+才会觉得分离也并不冤枉
+感情是用来浏览 还是用来珍藏
+好让日子天天都过得难忘
+
+熬过了多久患难 湿了多少眼眶
+才能知道伤感是爱的遗产
+流浪几张双人床 换过几次信仰
+才让戒指义无反顾的交换
+
+把一个人的温暖 转移到另一个的胸膛
+让上次犯的错反省出梦想
+每个人都是这样 享受过提心吊胆
+才拒绝做爱情待罪的羔羊
+
+回忆是捉不到的月光握紧就变黑暗
+等虚假的背影消失于晴朗
+阳光在身上流转 等所有业障被原谅
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,"很久以後 - 電影《可不可以,你也剛好喜歡我》主題曲",6lZKB76djHxzO0p2Y3E8vj,"也許是不甘心 也許是可惜
+也許無法相信 突然身邊再也不是你
+能給的都已經給你 能做的都用盡全力
+也許遇見你是種幸運 分開卻是天意
+
+不是不能面對 又不是十八歲
+愛過你的年歲 心裡至少真的不後悔
+也許會不捨會落淚 但得不到也許才珍貴
+也許再等等就有人會 比我們匹配
+
+很久很久很久以後
+當我抱著別個他的時候
+是否我就能夠 對你笑著揮手
+好久不見的朋友 換個角色 對你問候
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Olivia O'Brien,1QRj3hoop9Mv5VvHQkwPEp,hate u love u,6ATgDc6e4sPn84hvJsAmPt,"Feeling used, but I'm still missing you
+And I can't see the end of this
+Just wanna feel your kiss against my lips
+And now all this time is passing by
+But I still can't seem to tell you why
+It hurts me every time I see you
+Realize how much I need you
+
+I hate you, I love you
+I hate that I love you
+Don't want to, but I can't put nobody else above you
+I hate you, I love you
+I hate that I want you
+You want her, you need her
+And I'll never be her
+
+What about all the times
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,64.08
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH,"It was great at the very start
+Hands on each other
+Couldn't stand to be far apart
+Closer the better
+
+Now we're picking fights and slamming doors
+Magnifying all our flaws
+And I wonder why, wonder what for
+Why we keep coming back for more
+
+Is it just our bodies? Are we both losing our minds?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+Do we need somebody just to feel like we're alright?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,分手快樂 - 獨唱版,0OrKSryMCjp44hkGwKRvwU,"我無法幫你預言 委曲求全有沒有用
+可是我多麼不捨 朋友愛得那麼苦痛
+愛可以不問對錯 至少要喜悅感動
+如果他總為別人撐傘 妳何苦非為他等在雨中
+
+泡咖啡讓妳暖手 想擋擋妳心口裡的風
+妳卻想上街走走 吹吹冷風會清醒的多
+妳說妳不怕分手 只有點遺憾難過
+情人節就要來了 剩自己一個
+其實愛對了人 情人節每天都過
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,小幸運,1ZeVIrCWzEmsJexkrgvjFv,"我聽見雨滴 落在青青草地
+我聽見遠方 下課鐘聲響起
+可是我沒有聽見你的聲音
+認真呼喚我姓名
+
+愛上你的時候 還不懂感情
+離別了 才覺得刻骨銘心
+為什麼沒有發現 遇見了你
+是生命最好的事情
+
+也許當時忙著微笑和哭泣
+忙著追逐天空中的流星
+人理所當然的忘記
+是誰風裡 雨裡 一直默默守護在原地
+
+原來你是 我最想留住的幸運
+原來我們 和愛情曾經靠得那麼近
+那為我對抗世界的決定
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,寂寞寂寞就好,4LhAUjPqfLpBVNYEdPd5Go,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,你还要我怎样,0kuKQQMx6L3efJuRVTgWQb,"你停在了這條我們熟悉的街
+
+把你準備好的台詞全念一遍
+我還在逞強 說著謊
+也沒能力遮擋 你去的方向
+至少分開的時候我落落大方
+
+我後來都會選擇繞過那條街
+
+又多希望在另一條街能遇見
+思念在逞強 不肯忘
+怪我沒能力跟隨 你去的方向
+若越愛越被動 越要落落大方
+
+你還要我怎樣 要怎樣
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Kelly Yu,5R56NYbLCC2HpOwlYBnmeN,體面(電影《前任3:再見前任》插曲),7cE5ehlKJ3L9Ejhzm3udcF,"别堆砌怀念让剧情变得狗血
+深爱了多年又何必毁了经典
+
+都已成年不拖不欠
+浪费时间是我情愿
+像谢幕的演员
+眼看着灯光熄灭
+
+来不及再轰轰烈烈
+就保留告别的尊严
+我爱你不后悔
+也尊重故事结尾
+
+分手应该体面
+谁都不要说抱歉
+何来亏欠
+我敢给就敢心碎
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Alec Benjamin,5IH6FPUwQTxPSXurCrcIov,Let Me Down Slowly,2qxmye6gAegTMjLKEBoR3d,"This night is cold in the kingdom
+I can feel you fade away
+From the kitchen to the bathroom sink and
+Your steps keep me awake
+
+Don't cut me down, throw me out, leave me here to waste
+I once was a man with dignity and grace
+Now I'm slipping through the cracks of your cold embrace
+So please, please
+
+Could you find a way to let me down slowly?
+A little sympathy I hope you can show me
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+Let me down, down, let me down, down
+Let me down, let me down, down
+Let me down, down, let me down
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.98
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,One Kiss (with Dua Lipa),7ef4DlsgrMEH11cDZd32M6,"One kiss is all it takes
+Falling in love with me
+Possibilities, I look like all you need
+
+Let me take the night, I'll love real easy
+And I know that you'll still wanna see me
+On the Sunday morning, music real loud
+Let me love you while the moon is still out
+
+Something in you, lit up Heaven in me
+The feeling won't let me sleep
+'Cause I'm lost in the way you move
+The way you feel
+
+One kiss is all it takes
+Falling in love with me
+Possibilities, I look like all you need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.43
+Mao Buyi,6gvSKE72vF6N20LfBqrDmm,像我這樣的人,5VGIY7p4J5WPMCtXYWBdbX,"像我這樣優秀的人
+本該燦爛過一生
+怎麼二十多年到頭來
+還在人海裡浮沉
+
+像我這樣聰明的人
+早就告別了單純
+怎麼還是用了一段情
+去換一身傷痕
+
+像我這樣迷茫的人
+像我這樣尋找的人
+像我這樣碌碌無為的人
+你還見過多少人
+
+像我這樣庸俗的人
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Godzilla (feat. Juice WRLD),7FIWs0pqAYbP91WWM0vlTQ,"(Ugh, you're a monster)
+
+I can swallow a bottle of alcohol and I'll feel like Godzilla
+Better hit the deck like the card dealer
+My whole squad's in here, walkin' around the party
+A cross between a zombie apocalypse and B-Bobby, ""The
+Brain"" Heenan which is probably the same reason I wrestle with mania
+Shady's in this bitch, I'm posse'd up
+Consider it to cross me a costly mistake
+If they sleepin' on me, the hoes better get insomnia, ADHD, Hydroxycut
+Pass the Courvoisi' (hey, hey)
+
+In AA, with an AK, melee, finna set it like a playdate
+Better vacate, retreat like a vacay, mayday (ayy)
+This beat is cray-cray, Ray J, H-A-H-A-H-A
+Laughin' all the way to the bank, I spray flames
+They cannot tame or placate the (ayy)
+
+Monster
+You get in my way? I'ma feed you to the monster (yeah)
+I'm normal during the day, but at night turn to a monster (yeah)
+When the moon shines like Ice Road Truckers
+I look like a villain outta those blockbusters
+Godzilla, fire spitter, monster
+Blood on the dance floor, and on the Louis V carpet
+Fire, Godzilla, fire, monster
+Blood on the dance floor, and on the Louis V carpet
+
+I'm just a product of Slick Rick, at Onyx, told 'em lick the balls
+Had 'em just appalled at so many things that pissed 'em off
+It's impossible to list 'em all
+And in the midst of all this
+I'm in a mental hospital with a crystal ball
+Tryna see, will I still be like this tomorrow?
+Risperdal, voices whisper
+
+My fist is balled back up against the wall, pencil drawn
+This is just the song to go ballistic on
+You just pulled a pistol on the guy with the missile launcher
+I'm just a Loch Ness, the mythological
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,82.53
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Joke's On You,2D0FX6WiP1GKGL3yCdXxs7,"Drag me to death, like a lit cigarette
+Took my last breath, like the smoke from my lips
+I've lied for you, and I liked it too
+But my knees are bruised, from kneelin' to you
+I've had enough, but you're too hard to quit
+We've had our fun, now your sugar makes me sick
+I've lied for you, and I liked it too
+But my makeup's ruined
+
+And now I'm laughin' through my tears
+I'm cryin' through my fear
+But baby, if I had to choose
+The joke's on you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.81
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Don't Start Now,6WrI0LAC5M1Rw2MnX2ZvEg,"If you don't wanna see me
+
+Did a full 180, crazy
+Thinking 'bout the way I was
+Did the heartbreak change me? Maybe
+But look at where I ended up
+I'm all good, already
+So moved on, it's scary
+I'm not where you left me at all, so
+
+If you don't wanna see me dancing with somebody
+
+If you wanna believe that anything could stop me
+
+Don't show up, don't come out
+Don't start caring about me now
+Walk away, you know how
+Don't start caring about me now
+
+Aren't you the guy who tried to
+Hurt me with the word ""goodbye""?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.92
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Back To December,3DrjZArsPsoqbLzUZZV1Id,"I'm so glad you made time to see me
+How's life, tell me how's your family
+I haven't seen them in a while
+You've been good, busier then ever
+We small talk, work and the weather
+Your guard is up and I know why
+
+'Cause the last time you saw me
+Is still burned in the back of your mind
+You gave me roses and I left them there to die
+
+So this is me swallowing my pride
+Standing in front of you saying I'm sorry for that night
+And I'd go back to December all the time
+It turns out freedom ain't nothing but missing you
+Wishing I'd realized what I had when you were mine
+I'd go back to December
+Turn around and make it all right
+I'd go back to December all the time
+
+These days I haven't been sleeping
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.23
+Jodi Benson,4mmMtabvFCKA6HfmVmitNH,Part of Your World,7tUSJY4nsDBJTjd1UXKRsT,"Maybe he's right
+Maybe there is something the matter with me
+I just don't see how a world that makes such wonderful things
+Could be bad
+
+Look at this stuff
+Isn't it neat?
+Wouldn't you think my collection's complete?
+Wouldn't you think I'm the girl
+The girl who has everything
+
+Look at this trove
+Treasures untold
+How many wonders can one cavern hold?
+Lookin' around here you'd think
+Sure, she's got everything
+
+I've got gadgets and gizmos aplenty
+I've got whozits and whatzits galore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.620000000000005
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Physical,5px6upUHM3fhOP621Edp4V,"Common love isn't for us
+We created something phenomenal
+Don't you agree? Don't you agree?
+You got me feeling diamond-rich
+Nothing on this planet compares to it
+Don't you agree? Don't you agree?
+
+Who needs to go to sleep when I got you next to me?
+
+All night, I'll riot with you
+I know you got my back, and you know I got you
+So come on (come on), come on (come on), come on (come on)
+Let's get physical
+Lights out, follow the noise
+Baby, keep on dancing like you ain't got a choice
+So come on (come on), come on (come on), come on
+Let's get physical
+
+Adrenaline keeps on rushing in
+Love the simulation we're dreaming in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.08
+Gotye,2AsusXITU8P25dlRNhcAbG,Somebody That I Used To Know,4wCmqSrbyCgxEXROQE6vtV,"Now and then I think of when we were together
+Like when you said you felt so happy you could die
+Told myself that you were right for me
+But felt so lonely in your company
+But that was love, and it's an ache I still remember
+
+You can get addicted to a certain kind of sadness
+Like resignation to the end, always the end
+So when we found that we could not make sense
+Well, you said that we would still be friends
+But I'll admit that I was glad it was over
+
+But you didn't have to cut me off
+Make out like it never happened and that we were nothing
+And I don't even need your love
+But you treat me like a stranger, and that feels so rough
+No, you didn't have to stoop so low
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.21
+Plain White T's,1g1yxsNVPhMUl9GrMjEb2o,Hey There Delilah,4RCWB3V8V0dignt99LZ8vH,"Hey there Delilah, what's it like in New York City?
+I'm a thousand miles away, but girl, tonight you look so pretty, yes, you do
+Times Square can't shine as bright as you, I swear it's true
+
+Hey there Delilah, don't you worry about the distance
+I'm right there if you get lonely
+Give this song another listen, close your eyes
+Listen to my voice, it's my disguise, I'm by your side
+
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me, what you do to me
+
+Hey there Delilah, I know times are getting hard
+But just believe me, girl, someday I'll pay the bills with this guitar
+We'll have it good
+We'll have the life we knew we would, my word is good
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.8
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Break My Heart,1raaNykBg1bDnWENUiglUA,"I've always been the one to say the first goodbye
+Had to love and lose a hundred million times
+Had to get it wrong to know just what I like
+Now I'm falling
+
+You say my name like I have never heard before
+I'm indecisive, but this time, I know for sure
+I hope I'm not the only one that feels it all
+Are you falling?
+
+Centre of attention
+You know you can get whatever you want from me
+Whenever you want it, baby
+It's you in my reflection
+I'm afraid of all the things it could do to me
+If I would've known it, baby
+
+I would've stayed at home
+'Cause I was doing better alone
+But when you said, ""Hello""
+I knew that was the end of it all
+I should've stayed at home
+'Cause now there ain't no letting you go
+Am I falling in love with the one that could break my heart?
+
+Oh no, I was doing better alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.83
+Maxence Cyrin,3NcPjvA2rp9FPj1JBAXwOS,Where Is My Mind,4jNQkWhuzqrbqQuqanFFJ6,"I've always been the one to say the first goodbye
+Had to love and lose a hundred million times
+Had to get it wrong to know just what I like
+Now I'm falling
+
+You say my name like I have never heard before
+I'm indecisive, but this time, I know for sure
+I hope I'm not the only one that feels it all
+Are you falling?
+
+Centre of attention
+You know you can get whatever you want from me
+Whenever you want it, baby
+It's you in my reflection
+I'm afraid of all the things it could do to me
+If I would've known it, baby
+
+I would've stayed at home
+'Cause I was doing better alone
+But when you said, ""Hello""
+I knew that was the end of it all
+I should've stayed at home
+'Cause now there ain't no letting you go
+Am I falling in love with the one that could break my heart?
+
+Oh no, I was doing better alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Rachel Bay Jones,782wocBbKLROLTSPViayHH,So Big / So Small,5M2LiZ8SmRFWl1IJ0F7JNR,"It was a February day
+When your dad came by, before going away
+A U-Haul truck in the driveway
+The day it was suddenly real
+
+I told you not to come outside
+But you saw that truck
+And you smiled so wide
+A real live truck in your driveway
+We let you sit behind the wheel
+
+Goodbye, goodbye
+Now it's just me and my little guy
+And the house felt so big, and I felt so small
+The house felt so big, and I felt so small
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,69.56
+Cher Lloyd,4m4SfDVbF5wxrwEjDKgi4k,None Of My Business,2SPEg45ZaUFJCg9GwNmRvw,"Damn, I heard that you and her been having problems
+She likes to fight, I guess you both have that in common
+Started at the top and now you at the bottom
+But baby, this is none of my business
+
+You moved on, that a wrong, been a while, baby
+So did I (so did I, so did I)
+Took her home to your mom
+Oh, but trust me that ain't on my mind
+(On my mind, on my mind, on my mind)
+
+I-I-I-I, I-I-I-I
+I saw on my feed
+She looks a little like me
+I-I-I-I, I-I-I-I
+I can't help but see
+It's not jealousy, no
+
+Damn, I heard that you and her been having problems
+She likes to fight, I guess you both have that in common
+Started at the top, and now you at the bottom
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,45.52
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Lonely (with benny blanco),4y4spB9m0Q6026KfkAvy9Q,"Everybody knows my name now
+But somethin' 'bout it still feels strange
+Like lookin' in a mirror, tryna steady yourself
+And seein' somebody else
+And everything is not the same now
+It feels like all our lives have changed
+Maybe when I'm older, it'll all calm down
+But it's killin' me now
+
+What if you had it all
+But nobody to call?
+Maybe then you'd know me
+'Cause I've had everything
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.47
+Griff,5RJFJWYgtgWktosLrUDzff,Black Hole,6xw8ld1ztoCKifwTN6uGDq,"Now and then
+Your name comes up in conversation with my friends
+I hate how much I feel it right there in my chest
+I hate how much I feel it, yeah
+
+Like, how are you?
+It seems like things are going really well for you
+I wish that I could say the same about me too
+I wish that I could say the same
+
+And boy, you know I've tried to pray
+I've bruised my knees
+I've tried to bring you back to me
+I've tried my best to find some kind of peace
+Don't you see?
+
+There's a big black hole where my heart used to be
+And I tried my best to fill it up with things I don't need
+It don't work like that, no, it's not easy
+To fill this gap that you left in me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.4
+Mika Nakashima,3D73KNJRMbV45N59E8IN0F,僕が死のうと思ったのは,2NOIV90vZjJEzbKiJyGZiS,"僕が死のうと思ったのは
+ウミネコが桟橋で鳴いたから
+波の随意に浮かんで消える
+過去も啄ばんで飛んでいけ
+
+僕が死のうと思ったのは
+誕生日に杏の花が咲いたから
+その木漏れ日でうたた寝したら
+虫の死骸と土になれるかな
+
+薄荷飴 漁港の灯台 錆びたアーチ橋 捨てた自転車
+木造の駅のストーブの前で
+どこにも旅立てない心
+今日はまるで昨日みたいだ
+明日を変えるなら今日を変えなきゃ
+分かってる 分かってる けれど
+
+僕が死のうと思ったのは
+心が空っぽになったから
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Wizkid,3tVQdUvClmAT7URs9V3rsp,2 Sugar (feat. Ayra Starr),1DA2ADZs6O28y2rmdmpekw,"Got a bag full of feeling
+And a house full of regret
+This baggage is confit no plane, don't mean to digress, hmm
+I wanna know what's the reason why you moving slow?
+If you move no dey cross my lane
+
+Shori nonsense ma gbe sunmomi
+Ma gbe sunmomi
+If you get problem, ma gbe sunmomi
+Ma gbe sunmomi
+I dey fight my own demons, don't you see
+Don't know, don't you see
+If you get problem, ma gbe sunmomi
+Ma gbe sunmomi
+
+Oya mami jo, jogo, jogodo, mami go
+And I no fit lie for you, mami oh, yo
+Kolo, kopami oh
+And me no dey love when them try me oh
+Say my kind life no dey funny oh
+Many things I sing fit don pami oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.27
+Masego,3ycxRkcZ67ALN3GQJ57Vig,Say You Want Me,1xTYy3K3hiTcoZfoD7culn,"I seek the love drum (yeah)
+I seek communion (oh, hmm, right there)
+I need your ocean
+I see your ocean
+Your seas are militant (wait, there he go)
+
+One dose then I'm bested
+Almost, nearly missed it
+One dose, finish it, ah, finish it, ah, finish it, ah
+One dose then I'm bested (almost)
+Almost, nearly missed it
+One dose, finish it, ah, finish it, ah, finish it, ah
+
+All night long I led you on
+Can't stay for long
+It's alright I'm moving on
+And you wanna play on
+When the sun go down
+Call my name, oh, say you want me
+I-I, when the sun go down
+Oh, leave me lonely
+
+Let me get lost in the night (oh, yeah)
+Two years I been suffering
+But I fought for you right (oh, yeah)
+I never wanna see the day that I'm not in ya light
+In case, I'm on my way
+S.O.S., I'm on my way
+It's alright, I'm on my way, I'm on my way like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.14
+NxWorries,6PEMFpe3PTOksdV4ZXUpbE,Where I Go (feat. H.E.R.),3MlQPB0wJuopo3NTZGlMpI,"She wanna know where I've been
+And who I seen
+She wanna know where I'm goin'
+And can we meet?
+She say I'm so terrible
+But this is me
+I love her from head to toe
+And in between
+
+I know we do a lot of back and forth
+I know we do a lot of fast and slow
+I know I'm gon' contradict myself
+I know you gon' ride the dick like a pro
+I know you got a lot of faith in me
+I know you put a lot of things on hold
+I hope you got a policy, yeah, yeah
+You know you got a lock on the whole thing
+
+Look
+I had to tell you somethin', tell you somethin' before you go
+I left a lil' somethin' special in the envelope
+I had to mail you somethin', tell me when it's at the door
+And when you open it, I hope you get hysterical
+I had to share it with somebody that I really trust
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.22
+SZA,7tYKF4w9nC0nq9CsPZTHyP,Shirt,34ZAzO78a5DAVNrYIGWcPm,"Kiss me, dangerous
+Been so lost without you all around me
+Get anxious
+Lead me, don't look back, it's all about you
+
+In the dark right now
+Feeling lost, but I like it
+Comfort in my sins, and all about me
+All I got right now
+Feel the taste of resentment
+Simmer in my skin, it's all about
+
+Blood stain on my shirt, new bitch on my nerves
+Old nigga got curved, going back on my word
+Damn, bitch, you so thirsty
+Still don't know my worth, still stressing perfection
+Let you all in my mental, got me looking too desperate
+Damn, you ain't deserve
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.87
+Babyface,3aVoqlJOYx31lH1gibGDt3,Liquor (with Ari Lennox),0Phy2m1BWmxCB56byt2qvh,"Two (two) shots (shots) of liquor, no chaser
+No rocks, no blend, straight up, just you
+Two (two) shots (shots) of liquor, oh, oh (oh, oh)
+I need one hundred from my man, he can't be eighty proof
+When he ask me throw it back, I tell him absolutely, oh, oh
+
+I wanna feel like I'm wasted, from the lips that I tasted
+I want our love to be agin' with time, more vintage than wine, so smooth
+I like it rough around the edges, picture perfect with no edits
+A little hard, but he romantic
+Need someone who understands me, yeah
+I wanna know where the real ones rеside, 'cause I need
+
+Two (two) shots (shots) of liquor, no chaser
+No rocks, no blеnd, straight up, just you
+Two (two) shots (shots) of liquor, oh, oh (said, baby, I need)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.92
+SiR,3QTDHixorJelOLxoxcjqGx,Nothing Even Matters,1pJsmr01tzKnFfjeCvzcdc,"I don't know where to start, maybe your heart
+I can feel it beatin', hopin' to be the rhyme or reason
+Oh, you make me wanna be a better man
+I'm getting stronger than I've ever been
+
+Making a connection with your perfect imperfections
+Break it down at your discretion, if it's under my protection
+Your ebony complexion, I would die for your affection
+You keep giving me direction
+Baby, this is my confession, oh-ooh
+
+I can't get enough
+Hard to believe I even found your love
+Diamond in the rough
+Light up the dark like the fire I'm sparkin' up
+Baby, when we touch
+Nothing even matters
+No one loves me better
+I want this forever, oh-ooh
+
+I can't get enough
+Can't even picture my life without my girl
+Diamond in the rough
+Shine any brighter and you might save the world
+Baby, when we touch
+Nothing even matters
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.99
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,CUFF IT,1xzi1Jcr7mEi9K2RfzLOqS,"I feel like falling in love (falling in love)
+I'm in the mood to roll something up (tonight I'm rolling something up, baby)
+I need some drink in my cup (I need a drink), hey (pour me a drink)
+I'm in the mood to pour something up (I'm in the mood to pour something up)
+
+I wanna go missing, I need a prescription
+I wanna go higher, can I sit on top of you? (Oh-la-la-la-la)
+I wanna go where nobody's been (I wanna go where nobody's been)
+Have you ever had fun like this? (Have you ever had fun like this?) oh, woah
+
+We gon' roll up tonight, black lights
+Spaceships fly (spaceships fly), yeah
+Unapologetic when we pull up tonight (roll it up, roll it up), pull up tonight
+We gettin' poured up tonight
+We gon' pull up tonight
+
+Bet you you'll see far
+Bet you you'll see stars
+Bet you you'll elevate
+Bet you you'll need God
+'Cause I feel like falling in love
+I'm in the mood to pour something up
+'Cause we gon' roll up tonight
+
+What's in these four walls? You sexy, my love (turn it up)
+Don't miss this roll call, is you here or what? (Roll it up), yeah
+Show up, show up (show up, show up), pour up, pour up (pour up, pour up), oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.09
+Chlöe,1FtBEIWAwvw5ymBen5GICR,For the Night,6y39UI6gdUexBGprn6pQo6,"I feel like falling in love (falling in love)
+I'm in the mood to roll something up (tonight I'm rolling something up, baby)
+I need some drink in my cup (I need a drink), hey (pour me a drink)
+I'm in the mood to pour something up (I'm in the mood to pour something up)
+
+I wanna go missing, I need a prescription
+I wanna go higher, can I sit on top of you? (Oh-la-la-la-la)
+I wanna go where nobody's been (I wanna go where nobody's been)
+Have you ever had fun like this? (Have you ever had fun like this?) oh, woah
+
+We gon' roll up tonight, black lights
+Spaceships fly (spaceships fly), yeah
+Unapologetic when we pull up tonight (roll it up, roll it up), pull up tonight
+We gettin' poured up tonight
+We gon' pull up tonight
+
+Bet you you'll see far
+Bet you you'll see stars
+Bet you you'll elevate
+Bet you you'll need God
+'Cause I feel like falling in love
+I'm in the mood to pour something up
+'Cause we gon' roll up tonight
+
+What's in these four walls? You sexy, my love (turn it up)
+Don't miss this roll call, is you here or what? (Roll it up), yeah
+Show up, show up (show up, show up), pour up, pour up (pour up, pour up), oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Mariah the Scientist,7HO5fOXE4gh3lzZn64tX2E,Spread Thin,4MbzauKV2ydtZZjLsPcuTF,"And now I cannot trust you
+And I'm forced to let you go
+That's what spreading thin on us do
+Hate to see you lose control
+
+Now I must spend all my time thinking of all your lies and cover ups
+You're switching up on everyone who loves you
+But that doesn't stop the show and I think you should know that
+
+Baby, you're the reason
+You always think the only one who needs any attention is you
+Don't be so conceited
+Hope you learned honesty was the only thing that could keep me from leaving
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.29
+Mahalia,16rCzZOMQX7P8Kmn5YKexI,Bag Of You,3X7aFBB2ja4QT2XEuxKCIA,"Oh-oh
+Yeah, yeah, yeah, oh
+
+Coffee
+And a morning kiss for breakfast
+Eye-to-eye, you're playing with my necklace
+My God, that smile is so infectious
+
+Baby, baby, I don't
+I don't wanna think about it
+When you're not there laying on my couch, yeah
+I hear the silence getting louder (louder) and louder (louder)
+
+I'm sorry if I come off like I'm needy
+All I need to know is that you need me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.0
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Lift Me Up - From Black Panther: Wakanda Forever - Music From and Inspired By,35ovElsgyAtQwYPYnZJECg,"Lift me up
+Hold me down
+Keep me close
+Safe and sound
+
+Burning in a hopeless dream
+Hold me when you go to sleep
+Keep me in the warmth of your love
+When you depart, keep me safe
+Safe and sound
+
+Lift me up
+Hold me down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.13
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Queen Space (with Summer Walker),2dOUErBzFZJ8l7MbV6FcYW,"Oh-oh-oh-oh, ooh
+Yeah, hey, hey
+
+There's one thing we should speak on
+This royalty you're seeking
+Don't have a problem even (no-o-o, no-o-o)
+There's something I am sure of
+I deserve something purer
+My love is a privilege (yeah)
+
+I guess you can't take confrontation
+Well, I ain't got time
+It's so good when everything going your way
+But what about mine?
+
+So
+Don't waste my queen space
+True elevation, when I let you taste
+Let it rearrange the way you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.68
+SAULT,1uRxRKC7d9zwYGSRflTKDR,Fight for Love,1LPQheJpIsG8rlUkCmZx2D,"Oh-oh-oh-oh, ooh
+Yeah, hey, hey
+
+There's one thing we should speak on
+This royalty you're seeking
+Don't have a problem even (no-o-o, no-o-o)
+There's something I am sure of
+I deserve something purer
+My love is a privilege (yeah)
+
+I guess you can't take confrontation
+Well, I ain't got time
+It's so good when everything going your way
+But what about mine?
+
+So
+Don't waste my queen space
+True elevation, when I let you taste
+Let it rearrange the way you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Wizkid,3tVQdUvClmAT7URs9V3rsp,Money & Love,3nIj7jkWVKKmmKPdhgrddu,"Yeah
+
+Nobody like me, 'body like me
+Baby, when I pull up, put you all in my jeans
+Big lollipop, baby lick like ice cream
+Big bad wiz, Mr. Shift-Your-Panties
+Fuck you to Buju Banton or Buju Benson
+Girl, any record, girl, I go make you sing
+Kneel, she dey pray for the kokomicin
+I got the holy water, baby, make you come swim
+
+My pocket full of money, oh
+My heart dey full of love, oh, oh, oh
+Nobody beat am for the dancer, no
+Fine lady she dey bounce along
+Skin tight for your body, yeah
+What you dey want na hin I want to know
+Don't stop, make you drag me on
+What you dey on na hin I want take on
+
+Now pami, oh, lomi, oh
+Burn that spliff, be your Romeo
+Wa lomi, oh, ragabomi, oh
+Got your back, wa sun bi, oh
+Ja sungba, oh, omo jupa, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.12
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,ALL MINE,3XgGQ1wjo5khvq2UImjyNF,"Yeah
+It's all mine (yeah)
+Yeah
+
+You know how it feels (yeah)
+All mine, all mine (yeah)
+All mine, all mine, all mine (yeah)
+(It's all mine)
+All mine, all mine (yeah)
+All mine, all mine, all mine (yeah)
+Baby, let's keep it real
+
+We both still young, so what's the rush?
+The night is young and we not drunk enough
+You'll come around if I don't do too much
+We had our downs but we had way more ups
+Let's make love
+That be the reason that you always hit me up (I swear)
+You like the way I f- 'cause I get rough
+You told me yo' new man don't make you -, that's a - shame
+You come here, I'll knock yo' - out the damn frame
+'Member that last time I made you miss your - plane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.6
+Jeremih,3KV3p5EY4AvKxOlhGHORLg,Changes,3noiPAHonb3coH4jSVM09i,"How am I supposed to miss you every night?
+How you left me standin' in the rain?
+How you gonna forget all the things we did in one argument
+Then (sound) change, baby? (Hitmaka)
+
+Changin' up the tempo ('po)
+You been on my mental ('tal)
+If I could keep you, I would keep it there (there)
+We be vibin' like you never left, yeah (yeah, yeah)
+There's damn too much to handle, yeah
+But you gave me what I asked for (for), yeah
+'Cause I told you that I wanted space (space)
+Yeah, but you didn't have to pump the brakes, mm-hmm
+
+How am I supposed to miss you every night? (Night)
+How you left me standin' in the rain? (Rain)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,52.23
+dvsn,7e1ICztHM2Sc4JNLxeMXYl,Don't Take Your Love,35fBkyvLRrHKO4edE69LtA,"I, I, I, I should've told you
+(Don't take your love from me)
+
+Why didn't I just listen? (That)
+Why you said you needed me the most, I just went missin'?
+Why didn't I pay attention to my intuition? (That)
+Because I know you, I know you, I know you and
+I can feel you slippin' (that)
+Like that time you hinted
+That niggas got you on they hit list
+Did you just think I missed it? (That)
+I played that in my mind like 30 thousand times, I just wasn't bright
+
+Why you bringin' up other niggas (that)
+When I ain't out here bringin' up other bitches?
+Sorry, no other women
+This is you and me shit
+This is about treatment
+This is mostly recent
+So, don't you take, baby (don't take your love from me)
+
+I, I, I, I should've told you
+I, I, I, I, I should've showed you (that)
+Time and focus, but I didn't
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.02
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,PLASTIC OFF THE SOFA,6ufcuVInt0ocHrUimDjGlb,"Boy, I know you can't help but to be yourself 'round me, yourself 'round me, no
+And I know nobody's perfect, so I'll let you be, I'll let you be
+It's the way you wear your emotions on both of your sleeves, ah
+To the face you make when I tell you that I have to leave, uh
+
+But I like it, baby
+I like it, baby
+But I like it, baby, baby
+But I like it, baby
+
+Ah, we don't need the world's acceptance
+They're too hard on me, they're too hard on you, boy
+I'll always be your secret weapon in your arsenal, your arsenal
+And I know you had it rough growing up but that's okay (that's okay, baby), I like it rough (that's okay, baby)
+Even when you let your feeling get in the way (let your feelings get in the way)
+I still like it, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.29
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Call Me Every Day (feat. Wizkid),0SSVi1ND8YAk5XpaHOePoo,"(O', Obah)
+
+Come rewind oh (rewind oh)
+Girl, I got the money wey fit make you mine o
+Give you lovin' every night, fit make you mad oh (mad oh)
+Na only you gimme love wey make me nice oh, nice oh, nice oh
+Haffi make you mine oh (mine oh)
+Girl, I love you, plus I'll never make you minus
+If I let you smoke, is you gon' lose my lighter?
+If you paranoid, then I'ma spend the night
+
+You talkin' that lovin' every day (every day)
+Tell me nicely, if na money, I go pay (pay)
+For your love, I go pay on
+E dey make e man dey chase on, uh
+I fit no dey call you every day
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.09
+Oxlade,3WTrdbZU99dgTtt3ZkyamT,KU LO SA - A COLORS SHOW,2WigMwGJysIh9fRnSJvpjn,"Yeah, yeah
+Yeah, yeah, yeah, oh-oh
+Uh lo
+
+So many reason wey I wan dey for you my love
+Na you I wan to retire with my love oh
+See all the likkle things you do dey make me nor nor
+This distance is taking a hold on me for sure
+Baby come closer oh
+
+Omo I want make we dey (ku lo sa)
+Uhh, girl, I wan make you (ku lo sa)
+O lo lo, I for like make you-u-u (ku lo sa) u-u-u oh-no (ku lo sa)
+
+Omo I want make we dey (ku lo sa)
+O lo lo
+Girl, I want make you (ku lo sa)
+Oh, no, no
+I for like make you (pull over)
+Pull over, omo pull over (ku lo sa, oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.32
+Muni Long,7tjVFCxJdwT4NdrTmjyjQ6,The Words,5HMl6aG4uTWFo8TZvJ7pfn,"When we first met
+I would've never guessed
+You would be my ex
+Oh, we had some good times
+I was yours and you were mine
+Oh, now I'm cryin' every night
+I wanna make it right
+
+If I could turn back time
+I would go back to the night
+You hurt me first
+And I would kiss you right before you said the words, the words
+The words that broke up our forever
+The reason why we're not together (oh-oh)
+
+The words, the words, the words (the words)
+The words (the words)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+Jessie Reyez,3KedxarmBCyFBevnqQHy3P,FOREVER (with 6LACK),2lVYLiHGIX6GajMqYXF1Un,"Oh, somebody
+Oh, somebody
+Oh, somebody
+Oh, somebody
+
+Passwords
+That means you love me, I can give you what you ask for
+Say you need a shooter, I can do it from the half-court
+I can change your life up, painting murals on your passport (Louie)
+Future kids all on the dashboard
+
+Ooh
+I like every flaw I see in you
+This is all new
+But I hope I got what you need too
+(I hope I got what you need)
+
+'Cause sometimes somebody loves somebody
+But that body don't love 'em back
+And it's easy to say that you didn't know
+You didn't know what you had
+But you don't, you're educated
+You know that they don't make 'em
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.68
+Sonder,2ICR2m4hOBPhaYiZB3rnLW,Make Me Stay,3REQkt60mafExNVnJehMdL,"Stop calling your friends and sayin' you got one
+While you at it, call a doctor
+You outta pocket, you need to stop it
+You saw me at the club and it was sorta poppin'
+But don't make no-
+
+Don't make no mistakes
+You can't have your way
+Fuck that shit you think
+You can't make me stay
+Don't make no-
+Don't make no mistakes
+You can't have your way
+Fuck that shit you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.74
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Under The Influence,5IgjP7X4th6nMNDh4akUHb,"Kiddo, Kiddo
+K-Kiddominant on the beat, better run it back
+
+Fuckin' Robitussin
+I don't know why this shit got me lazy right now, yeah
+Can't do Percocets or Molly
+I'm turnin' one, tryna live it up here right, right, right
+
+Baby, you can
+Ride it, ooh yeah
+Bring it over to my place
+And you be like, ""Baby, who cares?""
+But I know you care
+Bring it over to my place
+
+You don't know what you did, did to me
+Your body lightweight, speaks to me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,77.98
+Summer Walker,57LYzLEk2LcFghVwuWbcuS,Karma,2Fyjjpg03fn7n5cj0Qm380,"I told you, you better stay prayed up
+You never thought the universe be looking for revenge
+
+You can't keep just doing them girls like that
+Thinking that nobody finna bite back
+Losing your mind baby
+Can't be sure, time's wasting
+
+Nice to meet you, I'm sorry
+I'm just here to do my job
+Nice to meet you, no running
+Please don't fear me, I'm just karma
+
+Let me dance for you, I'm sorry
+You'll wanna love me strong, then I'm gone
+This feeling's just for you and your wrongs
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,77.2
+Alex Vaughn,24S5IyzXICyGscL4vYshdq,So Be It,4QzljsoizfscCExqa1CDWN,"Say that I don't miss you but I do
+Say that I don't care, that's not the truth
+Ignore my intuition once again
+All for me to say you're still my friend
+Seems like everybody knows but me
+Didn't even know you moved up right the street
+All the things you said we wouldn't be (be, be, be)
+
+So be it
+It's been a hard time adjusting
+So be it
+Instead of lettin' me know, you kept secrets
+But if I cut you this deep, you'd be in pieces
+If that's how you really feel, then so be it
+
+So be it, so be it
+If that's who you are, then so be it
+So be it
+So be it
+So be it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,31.87
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Boy Bye (feat. Lucky Daye),0U8tC6UzgYePgOJT6Chlw9,"Good morning, y'all
+You're sweet like mangoes
+Sweet like mangoes, huh?
+Yeah
+You so fuckin' fake
+Say it with you chest, say what you mean, stop playin' with me
+I'm not playin', see, that's the problem, like
+I ain't playin' either, shit
+That's, that's the problem like
+But I'm not hearin' the fucked up shit you sayin', but
+
+Talkin' all that shit, where your girl at? (Pssh)
+You are way too fine, to be alone (why, thank you, thank you, I appreciate that)
+Girl, with all that ass and no one behind it, oh
+I'm just wonderin' if I can walk you home (home, home)
+
+Boy, bye
+Thinkin' you gon' come inside
+Boy, bye
+Not tonight
+Woah, now
+Can't say it ain't worth a try
+It feels right
+I'm tryna make you mine, oh
+
+Shit, girl, give me your number, let me follow you or somethin' (yeah)
+I actually got a man, yeah
+Uh, really? (Mmm)
+You playin'? (Nah, I'm good)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,66.10000000000001
+Snoh Aalegra,1A9o3Ljt67pFZ89YtPPL5X,DO 4 LOVE,3FImu2LpSuH6gDHBuFgIbS,"I guess you wonder where I've been
+I searched to find a love within
+I came back to let you know
+Got a thing for you and I can't let go
+
+My friends wonder what is wrong with me
+Well, I'm in a daze from your love, you see
+I came back to let you know
+Got a thing for you and I can't let go
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.89
+Kenyon Dixon,5AzjednUL6MFJP0dBic3be,Getting Late,4bYTTDFnNbakdU9NX8uMKj,"Girl, you been working hard (hard)
+Waiting on the weekend (yeah)
+And you deserve it, instead, you're nervous
+Wondering where he's been (he's been)
+'Bout to go off of the deep end
+
+'Cause it's a quarter past midnight, he ain't even call
+Got you sitting up, late night, looking at your phone
+If you really wanna get right, you already know
+You can get what you want with me
+
+We ain't gotta do it my way (yeah)
+You can choose, we can do what you say
+It's getting late, what you gon' do?
+Let me know, you should come through
+Sip a little red wine to some Vandross grooves
+
+If it's okay
+You can choose, we can do what you say
+It's getting late, what you gon' do?
+Let me know, you should follow through
+Sip a little red wine to some Vandross grooves
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,46.96
+Lucky Daye,5Vuvs6Py2JRU7WiFDVsI7J,Guess,51t119U9qFdDHorI8GpNPb,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.92
+DESTIN CONRAD,4jwROPSUkTkohLCRiyjiZZ,DAYDREAM,2dsbZwFPMYhchakMgL72DD,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Ambré,6gj3sMEZYP6IESIptoXnrP,I'm Baby (ft. Jvck James),2rZQC2Hwy4sClylYHg2MXI,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Ashanti,5rkVyNGXEgeUqKkB5ccK83,Falling For You,1KgqMmNUqRdXqZhR4PXtg8,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Ciara,2NdeV5rLm47xAvogXrYhJX,Better Thangs (with Summer Walker),5ToBvPG8kVJ70jXGvealFs,"Uh
+
+Lately, I been livin' my life
+I don't pay the hate no mind
+Doin' better things with my time, yeah, yeah
+Elevated to a new height (height)
+Never do the same thing twice (twice)
+Puttin' all the lames on ice, yeah
+
+I been sippin' on this drink, I ain't got no complaints
+Ci'ci' in her own lane, eventually they come around
+You can say I'm livin' the dream, only winners on my team (oh-oh)
+You ain't gotta check up on me, I got everything I need (ah-ah)
+
+Better things, better things, all new еverything
+Better things, bеtter things (yeah-eah)
+Better things, better things
+Ain't got time for petty things, I'm on better things, yeah-yeah
+
+No, it ain't worth my time (no), stop calling my line
+You don't even cross my mind, now I'm on to better things
+No, it ain't worth my time (no), stop calling my line
+You don't even cross my mind, now I'm on to better things
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.82
+Bryson Tiller,2EMAnMvWE2eb56ToJVfCWs,Outside,4VY32hdU4byJ6cpEBAXRul,"White nail polish, ten toes down
+(Yeah)
+Look back at it, shawty, don't look down
+Tattoo peakin' through the see-through
+(Damn, yeah)
+Body critical, ICU
+I see you
+
+Used to be in love, now you're like, ""Fuck Cupid""
+Hate to be your ex, know that nigga feel stupid
+Thumbin' through the 'Gram, tryna figure out where you been
+All he need to know is that you're outside
+Watchin' real time while you're too live
+Easily adjusted to your new life
+Since you let loose, he been too tight
+Tight
+
+No plans to unknown plans
+You don't need a man, you got your own bands
+No kid money, these grown bands
+Had to wake 'em up, they sleepin'
+Pussy so good, gotta sleep in it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.98
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,JACKIE BROWN,2IlT65thKQQw248mhk2PjQ,"Only been a few hours, but it felt like days
+Only been days, but it feel like months
+I been gone for a year, only wrote like once
+Life moves fast when you do what you want
+I guess I'm doing what I want
+Hope you doing what you want (what else)
+But what you want
+(I don't know)
+
+My new bitch look like Halle Berry
+But she don't love me, she too scary
+My old bitch fine like Jackie Brown
+I don't wanna love her, she too down
+Will you be my leading lady
+I wanna contract, girl no maybe
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.09
+Pink Sweat$,1W7FNibLa0O0b572tB2w7t,Lay Up N’ Chill (feat. A Boogie Wit da Hoodie),6FxdAycUNPT8gHH5JhG2xI,"I just wanna lay up and chill
+Sippin' on that Rosé, really get you in your feels
+I just wanna stay up all night
+Starin' in your eyes, take a deep dive in your mind
+
+I know at my worst, you gon' ride for me
+Even when it hurts, I know you'd die for me
+I always put you first 'cause you're my everything
+You're my everything
+And I'll do the worst for your love
+
+Really like this side of you
+Don Julio, 1942, Malibu
+We can take a shot or two
+After this bottle is done, done, done
+
+We had a moment, just take it and run away
+We can have a rendezvous, just me and you
+Grippin' on your thighs
+I know you like it 'cause your eyes, they never lie
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,77.22
+Babyface,3aVoqlJOYx31lH1gibGDt3,Seamless (with Kehlani),2UqMwz0vqVDdkLHZrzSLOp,"Always givin' me hell every time that you drink
+Two tequila shots in, now you wanna read me
+Tryna have a good time, now you wanna make a scene
+You deserve an Emmy, girl, go and get your Emmy, girl
+
+See you be tryna do the most, you be tryna rock the boat
+I was tryna make it work, tryna make this house a home
+Act like I'm anybody, girl, I ain't everybody, girl
+You don't know my body, how come I'm a body?
+
+We 'posed to be seamless
+But you love showin' off weakness
+Gettin' all mad for no reason
+Turnin' up on me for breathin' (oh-oh-oh, oh-oh)
+'Posed to be seamless
+Arguin' every weekend
+Switchin' up on me like seasons
+Wanna fight? Never mind, keep it (oh, oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,42.34
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Leak It (feat. Chlöe),42j49u8GO8zuWiDCbZq2W4,"I'll leak it
+
+'Cause, baby, I ain't got no shame
+
+Might just go ahead and leak it
+
+I want you to see it this way
+Yeah
+
+No filter
+Backdrop
+No sparkles
+No crop
+Leak it (leak it, ooh)
+All on your beautiful face
+
+I could care less
+What they see
+'Cause you got me, got me (you got, you got me)
+Feelin' a way
+(You got me feelin' a-)
+
+And I'll undress
+Any place (gon' get naked for you, oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,25.28
+Ravyn Lenae,5RTLRtXjbXI2lSXc6jxlAz,Skin Tight (Alternate) [feat. Steve Lacy],4c16iHPk6g5XQavzEfDpld,"I'll leak it
+
+'Cause, baby, I ain't got no shame
+
+Might just go ahead and leak it
+
+I want you to see it this way
+Yeah
+
+No filter
+Backdrop
+No sparkles
+No crop
+Leak it (leak it, ooh)
+All on your beautiful face
+
+I could care less
+What they see
+'Cause you got me, got me (you got, you got me)
+Feelin' a way
+(You got me feelin' a-)
+
+And I'll undress
+Any place (gon' get naked for you, oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+John Legend,5y2Xq6xcjJb2jVM54GHK3t,Splash (feat. Jhené Aiko & Ty Dolla $ign),5Ip2VxpYt1dCD7MKmjrw52,"Oh, oh
+Ohh
+Splash
+Listen
+
+Sunday mornin', holy water
+Runnin' over, let me know you
+Really want it, slide up on it
+Rain down on me, let the water
+
+Purify me, wanna be baptized
+Taste those thighs, make 'em touch the sky
+Purify me, bring me back to life
+Each and every time that I take a dive and I
+
+Splash, splash
+Yeah, I'm swimmin' in it right
+I'm spendin' every night, yeah
+Splash, splash
+The deeper that we go
+You feelin' every stroke, oh
+Splash (splash), splash (splash)
+Splash (speech), splash (ooh)
+Splash (ooh), splash
+I'm swimmin' in it right
+I'm spendin' every night, yeah
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.46000000000001
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,HEATED,1w7cgGZR86yWz1pA2puVJD,"Got a lot of bands, got a lot of Hermès on me
+
+Got a lot of bands, got a lot of Ivy on me
+I gotta fan myself off, I gotta fan myself off
+I gotta cool down (heated)
+I gotta cool it down (heated), yeah, yeah
+
+It's been a lot of years, you really think you're getting one past me?
+I gotta fan myself off, I gotta fan myself off
+I gotta cool it down (heated), oh
+You got me (heated), heated, oh
+
+Never met a girl with a mind like this, no, no
+To give you space at a time like this, my love
+Never met a girl so fine like this, no, no, no, no, no
+With a waist that whine like this, my love
+
+Only a real one could tame me
+Only the radio could play me
+Oh, now you wish I was complacent
+Boy, you must have mixed up our faces
+Oh, now you wanna have conversations?
+See how you testing my patience
+Yeah, yeah
+
+Got a lot of bands, got a lot of Chanel on me
+I gotta fan myself off, I gotta fan myself off
+I gotta cool down (heated)
+I gotta cool it down (heated)
+
+Got a lot of style, got a lot of Tiffany on me
+I gotta fan myself off, I gotta fan myself off
+I gotta cool it down (heated)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.44
+Diddy,59wfkuBoNyhDMQGCljbUbA,Gotta Move On (feat. Bryson Tiller),3K9IrLs25jHtvWjAAFAfav,"She don't want it, she don't want it
+She don't want it
+Get in your bag, stay in your bag (she don't want it)
+Get in your bag, stay in your bag (yeah, yeah, yeah, yeah)
+
+She don't want my love, I guess I gotta move on
+Yeah, oh yeah (oh yeah), oh yeah (oh nah, woah)
+Oh, but, if she don't want my love, I guess I gotta move on
+Oh yeah, oh no (come on)
+If she don't want my love, I'm guessin' I gotta move on, I guess
+I guess, I guess, I came a little too strong, I guess
+She don't want my love, I guess I got move on, I guess (gotta move on)
+Yeah
+
+I tried, I tried to give it all to you, baby
+Brand-new Mercedes, a newborn baby, yeah
+And I told you your love too lazy, damn
+All you had to do was love me, baby, yeah
+Man, it gets so frustrating, yeah
+Why you wanna go and test me, baby? Yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.64
+Muni Long,7tjVFCxJdwT4NdrTmjyjQ6,Plot Twist,17hfTG2AmDsmt2KmBVhV6d,"Yeah, yeah, yeah
+
+I can't believe you think you got away
+With all the stupid games you like to play (uh)
+'Cause I went through your phone the other day
+The things I saw I won't even say
+I went and got my pistol out the safe
+Can't even lie, you made me contemplate
+Oh-oh, 'cause I really wanna tell you what I know
+Just to see the look that's on your face
+
+You got a whole 'nother life, two kids and a wife
+Even a different last name
+Too good for you, your mama know it too
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.79
+Giveon,4fxd5Ee7UefO4CUXgwJ7IP,Make You Mine,7r1MqPAD09w24mCUUbxiCI,"Ooh, you're as good as it gets for me
+Slow it down, don't wanna miss a moment
+Sit me down if you want, teach me, girl, I'm willing
+I'll be yours if you want, whatever you want
+
+Got high hopes just like you
+Truth be told, we both got things to lose
+Can't go ghost, not like usual
+Because I'm ready for your love
+
+What would it take here to make you mine, for real?
+I got a taste and now can't keep off my mind
+What would it take, for real, to make you mine?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.38
+Arin Ray,6TvjXbopXg71XRM9OZWqUc,Bad Idea (feat. Blxst),0igni3l2TL5YMWiTa2b1Qb,"(Hitmaka)
+(Right now sound)
+(Sound)
+Yeah (yeah)
+Yeah, yeah, yeah
+Oh, oh, mm (oh)
+
+Star, baby, let me breathe (breathe)
+Too much all at once, had to take a break (break)
+Got me on them roads, tryna regulate ('late)
+You know I'm the one, I don't play it safe (safe)
+
+Don't want to drown in your water (whoa)
+You had me talking to myself again (again)
+Tell you the truth, never lie, girl, I'm caught up (caught)
+Take me to heaven from the hell I've been in
+
+You want the proof, girl, it happens every time (time)
+Just when I thought I make no mistakes (mistakes)
+Just when we cross that line (line)
+Baby, it's written all on your face (face)
+
+It's a bad idea to fuck with you when you love somebody else (else)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.91
+SiR,3QTDHixorJelOLxoxcjqGx,Life Is Good (feat. Scribz Riley),4bxr2sOVZSLjIN7tQx53ir,"Life is good, ayy, car fast as fuck
+Ain't got pulled over once while I was acting up
+Hundred-twenty while I'm headed to Sonoma
+I ain't turning down no fades
+No, I don't need any soldiers, ayy, ayy
+
+I might
+Fly you down to Florida tonight
+Miami where the water stays warm
+Baby, we can do what we like
+Baby, we can do what we want
+
+Ha-ha, ha, ha, ha-ha
+Ha-ah-ha-ah-ha-ah
+Life is good, ayy, roll another blunt
+Life is good, ayy, we do what we want (ayy, ayy)
+Ayy, we do what we want (ayy, ayy)
+
+Ha-ha, ha, ha, ha-ha
+Ha-ah-ha-ah-ha-ah
+Life is good, ayy, roll another blunt
+Life is good, ayy, we do what we want (ayy, ayy)
+Ayy, we do what we want (ayy, ayy)
+
+Life is good, ayy, car fast as fuck
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.5
+Chlöe,1FtBEIWAwvw5ymBen5GICR,Surprise,3xcapG4WdzvsER4g70MjKc,"If you be good to me, then I'ma be great to you
+If you stay down for me, then I'll stay awake for you
+Surprise! Slip my panties to the side
+
+Give me your money, baby, I'll make it rain for you
+Feel like you cheating the positions I play for you
+Surprise! (-prise!) Tonight, you get my freaky side (side)
+
+You like the way that I ride
+Give you a piece of the pie
+You say that you could just stay up and eat it all morning and into the night
+You know I never get tired teasing you just how I like
+Yeah, we both winning, I give you the business, but you're the one wearing the tie (ooh)
+
+Work that like how you should
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.53
+Summer Walker,57LYzLEk2LcFghVwuWbcuS,Unloyal (with Ari Lennox),081Shn2hU3YxvQmGaCPegr,"I ain't takin' your shit today, no
+I ain't takin' your shit tomorrow, no
+We can do it my way, so
+I ain't stickin', no
+No, I ain't stickin' 'round no more
+'Cause you just wanna play with my heart, and (oh)
+I seen you with the girl at the party (oh, no)
+
+You think I'm just gon' stand on by
+And watch you waste my time? (No)
+Boy, I am way too fine, so I'm out (no)
+
+I guess I'm unloyal, baby
+I guess I'm untrue (yeah, yeah)
+I guess I'm unloyal, baby (look)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.25
+Alex Isley,7E2ioKxoxI2J94tUkIx6As,Such A Thing,7dAtplicSnwRymddH1qmpC,"Tip toed 'round my door
+Was not looking for you
+Busy finding who I am (I am)
+
+Just one year ago
+You couldn't have told me
+That this was a part of my plan (my plan)
+
+Love
+Never imagined such a thing
+Never imagined such a thing
+So beautiful, wonderful
+Never imagined such a thing
+Never imagined such a thing
+
+Now I understand
+Was all in the timing
+Busy counting down the days
+
+And I could never see
+Never would've guessed that
+You'd show up for me this way
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.45
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,ROLLING STONE,0e0JshRej2NwT7jahEmv52,"I'm a rolling stone
+I'm too wild for you to own
+In a whip that's meant to speed
+If i hurt you would you leave?
+I learned the game from some heavyweights
+Catching buses, making change from another play
+
+I still got demons from my younger days
+I wish I could shake 'em but they follow me
+I wish I could take it easy but these fans watch
+Ask my mama, I been hustlin' since the sand box
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.74
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Rock Your Body,1AWQoqb9bSvzTjaLralEkT,"Don't be so quick to, walk away
+Dance with me
+I wanna rock your body
+Please stay
+Dance with me
+You don't have to admit you, wanna play
+Dance with me
+Just let me rock you
+'Til the break of day
+Dance with me
+
+Guy time, but I don't mind
+Just wanna rock you girl
+I'll have whatever you have
+Come on, just give it a whirl
+See I've been watchin' you
+And I like the way you move
+So go ahead, girl, just do
+That ass shakin' thing you do
+
+So you grab your girls
+And you grab a couple more
+And you all come meet me
+In the middle of the floor
+Said the air is thick, it's smellin' right
+So you pass to the left and you sail to the right
+
+Don't be so quick to, walk away
+Dance with me
+I wanna rock your body
+Please stay
+Dance with me
+You don't have to admit you, wanna play
+Dance with me
+Just let me rock you
+'Til the break of day
+Dance with me
+
+I don't mean no harm
+Just wanna rock you girl
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,16.86
+50 Cent,3q7HBObVc0L8jNeTe5Gofh,In Da Club,4RY96Asd9IefaL3X4LOLZ8,"Go, go, go, go, go, go
+Go, shorty
+It's your birthday
+We gon' party like it's your birthday
+We gon' sip Bacardi like it's your birthday
+And you know we don't give a fuck it's not your birthday
+
+You can find me in the club, bottle full of bub'
+Look, mami, I got the X, if you into takin' drugs
+I'm into havin' sex, I ain't into makin' love
+So come give me a hug, if you into getting rubbed
+
+You can find me in the club, bottle full of bub'
+Look, mami, I got the X, if you into takin' drugs
+I'm into havin' sex, I ain't into makin' love
+So come give me a hug, if you into getting rubbed
+
+When I pull out up front, you see the Benz on dubs
+When I roll 20 deep, it's 20 knives in the club
+Niggas heard I fuck with Dre, now they wanna show me love
+When you sell like Eminem, and the hoes they wanna fuck
+But, homie, ain't nothing change hoes down, G's up
+I see Xzibit in the cut, that nigga roll that weed up
+If you watch how I move, you'll mistake me for a playa or pimp
+Been hit wit' a few shells, but I don't walk wit' a limp (I'm ight)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,38.04
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,2x7MyWybabEz6Y6wvHuwGE,"RedOne
+Konvict
+Gaga (oh-oh, eh)
+
+I've had a little bit too much, much
+All of the people start to rush (start to rush by)
+A dizzy twister dance
+Can't find my drink or man
+Where are my keys?
+I lost my phone, phone
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+Keep it cool
+What's the name of this club?
+I can't remember, but it's alright, alright
+
+Just dance
+Gonna be okay
+Da-da-doo-doot-n, just dance
+Spin that record, babe
+Da-da-doo-doot-n, just dance
+Gonna be okay
+Da-da-da-dance, dance, dance
+Just j-j-just dance
+
+Wish I could shut my playboy mouth (oh, oh, oh)
+How'd I turn my shirt inside out? (Inside out, right)
+Control your poison, babe
+Roses have thorns, they say
+And we're all gettin' hosed tonight
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.04
+Gwen Stefani,4yiQZ8tQPux8cPriYMWUFP,The Sweet Escape,66ZcOcouenzZEnzTJvoFmH,"Konvicted
+
+(Woo hoo, yee hoo)
+(Woo hoo, yee hoo)
+(Woo hoo, yee hoo)
+
+(Woo hoo, yee hoo) If I could escape
+I would, but first of all, let me say
+I must apologize for acting stank and treating you this way
+'Cause I've been acting like sour milk all on the floor
+It's your fault, you didn't shut the refrigerator
+Maybe that's the reason I've been acting so cold
+
+If I could escape (escape)
+And recreate a place that's my own world (own world)
+And I could be your favorite girl (forever)
+Perfectly together
+And tell me boy, now wouldn't that be sweet?
+(The sweet escape)
+
+If I could be sweet
+Be sweet (Sorry boy)
+I know I've been a real bad girl
+Bad girl (I'll try to change)
+I didn't mean for you to get hurt
+(Whatsoever)
+We can make it better
+And tell me boy, now wouldn't that be sweet?
+(Sweet escape, sweet escape)
+
+(Woo hoo) I want to get away (yee hoo)
+(Woo hoo) To our sweet escape (yee hoo)
+(Woo hoo) I want to get away (yee hoo)
+(Woo hoo) Yeah (yee hoo)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.45
+Shakira,0EmeFodog0BfCgMzAIvKQp,Hips Don't Lie (feat. Wyclef Jean),3ZFTkvIE7kyPt6Nu3PEa7V,"Ladies up in here tonight
+No fighting
+We got the refugees up in here (no fighting)
+No fighting
+Shakira, Shakira
+
+I never really knew that she could dance like this
+She make a man want to speak spanish
+¿Cómo se llama? (Sí), bonita (sí)
+Mi casa, su casa (Shakira, Shakira)
+
+Oh, baby, when you talk like that
+You make a woman go mad
+So be wise (sí) and keep on (sí)
+Reading the signs of my body (uno, dos, tres, cuatro)
+
+I'm on tonight, you know my hips don't lie
+And I'm starting to feel it's right
+All the attraction, the tension
+Don't you see, baby? This is perfection
+
+Hey, girl, I can see your body moving
+And it's driving me crazy
+And I didn't have the slightest idea
+Until I saw you dancing
+And when you walk up on the dance floor nobody cannot
+Ignore the way you move your body, girl (your body just move)
+And everything's so unexpected
+The way you right and left it
+So you can keep on shaking it (let's go!)
+
+I never really knew that she could dance like this
+She make a man want to speak spanish
+¿Cómo se llama? (Sí), bonita (sí)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.23
+Usher,23zg3TcAtWQy7J6upgbUnj,Yeah! (feat. Lil Jon & Ludacris),5rb9QrpfcKFHM1EUbSIurX,"Peace up, A-Town down
+Yeah! Okay
+Lil Jon
+Yeah, yeah, yeah, yeah, yeah, yeah!
+Yeah, yeah, yeah, yeah, yeah, yeah!
+Let's go!
+
+I was up in the club with my homies, trying to get a lil V-I
+Keep it down on the low key
+You should know how it feels (Hey!)
+I seen shorty, she was checking up on me
+From the game she was spitting in my ear
+You would think that she know me
+I decided to chill (Okay!)
+Conversation got heavy
+She had me feeling like she's ready to blow (Watch out!)
+Ohh! (Watch out)
+She's saying, come get me
+So I got up and followed her to the floor
+She said, baby let's go
+When I told her (Let's go!) I said
+
+(Yeah!) Yeah!
+Shorty got down low said, come and get me
+(Yeah!) Yeah!
+I got so caught up, I forgot she told me
+(Yeah!) Yeah!
+Her and my girl, they used to be the best of homies
+(Yeah!) Yeah!
+Next thing I knew, she was all up on me screaming
+Yeah (Yeah!) yeah (Yeah!) yeah, yeah!
+Yeah (Yeah!) yeah (Yeah!) yeah, yeah!
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.68
+Mary J. Blige,1XkoF8ryArs86LZvFOkbyr,Family Affair,3aw9iWUQ3VrPQltgwvN9Xu,"Let's get it crunk upon
+Have fun upon up in this dancery
+We got ya'll open, now ya floatin'
+So you gots to dance for me
+
+Don't need no hateration, holleration
+In this dancery
+Let's get it perculatin' while you're waiting
+So just dance for me
+
+Come on everybody get on up
+Cause you know we gots to get it crunk
+Mary J. is in the spot tonight
+And I'ma make you feel alright
+(Make you feel alright)
+Come on baby just party with me
+Let loose and set your body free
+Leave your situations at the door
+
+So when you step inside, jump on the floor
+
+Let's get it crunk upon
+Have fun upon up In this dancery
+We got ya'll open, now ya floatin'
+So you gots to dance for me
+Don't need no hateration, holleration
+In this dancery
+
+Let's get it perculatin' while you're waiting
+So just dance for me
+
+It's only gonna be about a matter of time
+Before you get loose and start to lose your mind
+Cop you a drink, go 'head and rock your ice
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.96
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,"Lose Yourself - From ""8 Mile"" Soundtrack",5Z01UMMf7V1o0MzF86s6WJ,,Neutral,0.0
+Gnarls Barkley,5SbkVQYYzlw1kte75QIabH,Crazy,2N5zMZX7YeL1tico8oQxa9,"I remember when
+I remember, I remember when I lost my mind
+There was something so pleasant about that place
+Even your emotions have an echo in so much space
+
+And when you're out there without care
+Yeah, I was out of touch
+But it wasn't because I didn't know enough
+I just knew too much
+
+Does that make me crazy?
+Does that make me crazy?
+Does that make me crazy?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,87.87
+JAY-Z,3nFkdlSjzX9mRTtwJOzDYB,Empire State Of Mind,2igwFfvr1OAGX9SKDCPBwO,"Yeah, yeah, I'ma up at Brooklyn, now I'm down in Tribeca
+Right next to De Niro, but I'll be hood forever
+I'm the new Sinatra, and since I made it here
+I can make it anywhere, yeah, they love me everywhere
+
+I used to cop in Harlem, all of my Dominicanos
+Right there up on Broadway, brought me back to that McDonald's
+Took it to my stash spot, 560 State Street
+Catch me in the Kitchen like a Simmons whipping pastry
+
+Cruising down 8th Street, off-white Lexus
+Driving so slow, but BK is from Texas
+Me, I'm up at Bed-Stuy, home of that boy Biggie
+Now I live on Billboard, and I brought my boys with me
+
+Say what up to Ty Ty, still sipping mai tai
+Sitting courtside, Knicks and Nets give me high fives
+Nigga, I be spiked out, I can trip a referee
+Tell by my attitude that I am most definitely from
+
+In New York, concrete jungle where dreams are made, oh
+There's nothing you can't do, now you're in New York
+These streets will make you feel brand new
+Big lights will inspire you, let's hear it for New York
+New York, New York
+(I made you hot, nigga)
+
+Catch me at the X with OG at a Yankee game
+Shit, I made the Yankee hat more famous than a Yankee can
+You should know I bleed blue, but I ain't a Crip though
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.8
+Maroon 5,04gDigrS5kc9YWfZHwBETP,This Love,6ECp64rv50XVz93WvxXMGF,"I was so high, I did not recognize
+The fire burning in her eyes
+The chaos that controlled my mind
+Whispered goodbye as she got on a plane
+Never to return again but always in my heart, oh
+
+This love has taken its toll on me
+She said goodbye too many times before
+And her heart is breakin' in front of me
+And I have no choice
+'Cause I won't say goodbye anymore
+
+Whoa
+Whoa
+Whoa
+
+I tried my best to feed her appetite
+Keep her coming every night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.37
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,7Lf7oSEVdzZqTA0kEDSlS5,"You were my sun
+You were my earth
+But you didn't know all the ways I loved you, no
+So you took a chance
+And made other plans
+But I bet you didn't think that they would come crashing down, no
+
+You don't have to say what you did
+I already know, I found out from him
+Now there's just no chance for you and me
+There'll never be
+And don't it make you sad about it
+
+You told me you loved me
+Why did you leave me all alone
+Now you tell me you need me
+When you call me on the phone
+Girl I refuse
+You must have me confused
+With some other guy
+The bridges were burned
+Now it's your turn
+To cry
+
+Cry me a river
+Cry me a river
+Cry me a river
+Cry me a river
+
+Know that they say
+That some things are better left unsaid
+It wasn't like you only talked to him and you know it
+(Don't act like you don't know it)
+
+All of these things people told me
+Keep messing with my head
+(Messing with my head)
+Should've picked honesty
+Then you may not have blown it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.24
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Umbrella,49FYlytm3dAAraYgpoJZux,"Uh-huh, uh-huh (yeah, Rihanna)
+Uh-huh, uh-huh (good girl, gone bad)
+Uh-huh, uh-huh (take three, action)
+Uh-huh, uh-huh (Hov)
+
+No clouds in my stones
+Let it rain, I hydroplane in the bank
+Coming down with the Dow Jones
+When the clouds come, we gone, we Roc-A-Fella
+We fly higher than weather, in G5's or better
+You know me (you know me)
+In anticipation for precipitation, stack chips for the rainy day
+Jay, Rain Man is back
+With Little Miss Sunshine, Rihanna, where you at?
+
+You have my heart
+And we'll never be worlds apart
+Maybe in magazines
+But you'll still be my star
+Baby, 'cause in the dark
+You can't see shiny cars
+And that's when you need me there
+With you, I'll always share
+Because
+
+When the sun shine, we shine together
+Told you I'll be here forever
+Said I'll always be your friend
+Took an oath, I'ma stick it out to the end
+Now that it's raining more than ever
+Know that we'll still have each other
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.44
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Yellow,3AJwUDP919kvQ9QcozQPxg,"Look at the stars
+Look how they shine for you
+
+And everything you do
+
+Yeah, they were all yellow
+
+I came along
+I wrote a song for you
+And all the things you do
+
+And it was called Yellow
+
+So then I took my turn
+Oh, what a thing to have done
+And it was all yellow
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,29.6
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Without Me,7lQ8MOhq6IN2w8EYcFNSUk,,Neutral,0.0
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Mr. Brightside,003vvx7Niy0yvhvHt4a68B,"I'm coming out of my cage and I've been doing just fine
+Gotta, gotta be down because I want it all
+It started out with a kiss, how did it end up like this?
+It was only a kiss, it was only a kiss
+
+Now I'm falling asleep and she's calling a cab
+While he's having a smoke and she's taking a drag
+Now they're going to bed and my stomach is sick
+And it's all in my head, but she's touching his
+
+Chest now, he takes off her dress now
+Let me go
+
+I just can't look, it's killing me
+And taking control
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.49
+Linkin Park,6XyY86QOPPrYVGvF9ch6wz,In the End,60a0Rd6pjrkxjPbaKzXjfq,"It starts with one
+One thing I don't know why
+It doesn't even matter how hard you try
+Keep that in mind, I designed this rhyme
+To explain in due time
+
+All I know
+Time is a valuable thing
+Watch it fly by as the pendulum swings
+Watch it count down to the end of the day
+The clock ticks life away
+
+It's so unreal
+Didn't look out below
+Watch the time go right out the window
+Tryin' to hold on, did-didn't even know
+I wasted it all just to watch you go
+
+I kept everything inside and even though I tried
+It all fell apart
+What it meant to me will eventually
+Be a memory of a time when-
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,14.66
+Gorillaz,3AA28KZvwAUcZuOKwyblJQ,Feel Good Inc.,0d28khcov6AiegSCpG5TuT,"Feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+
+City's breaking down on a camel's back
+They just have to go, 'cause they don't know wack
+So while you fill the streets, it's appealing to see
+You won't get out the county, 'cause you're bad and free
+
+You got a new horizon, it's ephemeral style
+A melancholy town where we never smile
+And all I wanna hear is the message beep
+My dreams, they got a kissing
+'Cause I don't get sleep, no
+
+Windmill, windmill for the land
+Turn forever hand in hand
+Take it all in on your stride
+It is ticking, falling down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.61
+The White Stripes,4F84IBURUo98rz4r61KF70,Seven Nation Army,3dPQuX8Gs42Y7b454ybpMR,"I'm gonna fight 'em all
+A seven nation army couldn't hold me back
+They're gonna rip it off
+Taking their time right behind my back
+
+And I'm talking to myself at night
+Because I can't forget
+Back and forth through my mind
+Behind a cigarette
+
+And a message coming from my eyes says leave it alone
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.26
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,The Real Slim Shady,3yfqSUWxFvZELEM4PmlwIR,,Neutral,0.0
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,The Scientist,75JFxkI2RXiU7L9VXzMkle,"Come up to meet you, tell you I'm sorry
+You don't know how lovely you are
+I had to find you, tell you I need you
+Tell you I set you apart
+
+Tell me your secrets and ask me your questions
+Oh, let's go back to the start
+Running in circles, coming up tails
+Heads on a science apart
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.23
+Foster The People,7gP3bB2nilZXLfPHJhMdvc,Pumped Up Kicks,7w87IxuO7BDcJ3YUqCyMTT,"Robert's got a quick hand
+He'll look around the room, he won't tell you his plan
+He's got a rolled cigarette
+Hanging out his mouth, he's a cowboy kid
+
+Yeah, he found a six-shooter gun
+In his dad's closet with a box of fun things
+And I don't even know what
+But he's coming for you, yeah, he's coming for you, wait
+
+All the other kids with the pumped up kicks
+You'd better run, better run, outrun my gun
+All the other kids with the pumped up kicks
+You'd better run, better run faster than my bullet
+
+All the other kids with the pumped up kicks
+You'd better run, better run, outrun my gun
+All the other kids with the pumped up kicks
+You'd better run, better run faster than my bullet
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.56
+Linkin Park,6XyY86QOPPrYVGvF9ch6wz,Numb,2nLtzopw4rPReszdYBJU6h,"I'm tired of being what you want me to be
+Feeling so faithless, lost under the surface
+Don't know what you're expecting of me
+Put under the pressure of walking in your shoes
+
+(Caught in the undertow, just caught in the undertow)
+Every step that I take is another mistake to you
+(Caught in the undertow, just caught in the undertow)
+
+I've become so numb
+I can't feel you there
+Become so tired
+So much more aware
+I'm becoming this
+All I want to do
+Is be more like me
+And be less like you
+
+Can't you see that you're smothering me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.07
+The Game,0NbfKEOTQCcwd6o7wSDOHI,Hate It Or Love It,2wGSgTmgSF3xjRrHkTc25R,"Yeah, let's take 'em back
+
+Coming up I was confused, my mommy kissing a girl
+Confusion occurs coming up in the cold world
+Daddy ain't around, probably out committing felonies
+My favorite rapper used to sing, ""Check check out my melody""
+I wanna live good so, shit, I sell dope for a four finger ring
+One of them gold ropes
+Nana told me if I passed I'd get a sheepskin coat
+If I can move a few packs I'd get the hat, now that'd be dope
+Tossed and turned in my sleep that night
+Woke up the next morning, niggas had stole my bike
+Different day, same shit, ain't nothing good in the hood
+I'd run away from this bitch and never come back if I could
+
+Hate it or love it, the underdog's on top
+And I'm gon' shine, homie, until my heart stop
+Go 'head envy me, I'm rap's M.V.P
+And I ain't going nowhere, so you can get to know me
+Hate it or love it, the underdog's on top
+And I'm gon' shine, homie, until my heart stop
+Go 'head envy me, I'm rap's M.V.P
+And I ain't going nowhere, so you can get to know me
+
+(G-G-G-G-G-Unit!) On the grill of my lowrider
+Guns on both sides, right above the gold wires
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.81
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,0SiywuOBRcynK0uKGWdCnn,"Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+I want your ugly, I want your disease
+I want your everything as long as it's free
+I want your love
+Love, love, love, I want your love (hey)
+
+I want your drama, the touch of your hand (hey)
+I want your leather-studded kiss in the sand
+I want your love
+Love, love, love, I want your love (love, love, love)
+(I want your love)
+
+You know that I want you
+And you know that I need you
+I want it bad, your bad romance
+
+I want your love, and I want your revenge
+You and me could write a bad romance (oh-oh-oh-oh-oh)
+I want your love and all your lover's revenge
+You and me could write a bad romance
+
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.74
+Outkast,1G9G7WwrXka3Z1r7aIDjI7,Ms. Jackson,0I3q5fE6wg7LIfHGngUTnV,"Yeah, this one right here goes out to all the baby's mamas, mamas
+Mamas, mamas, baby mamas, mamas
+Yeah, go like this
+
+I'm sorry Ms. Jackson (oh), I am for real
+Never meant to make your daughter cry
+I apologize a trillion times
+I'm sorry Ms. Jackson (oh), I am for real
+Never meant to make your daughter cry
+I apologize a trillion times
+
+My baby's drama mama, don't like me
+She be doing things like having them boys come from her neighborhood
+To the studio trying to fight me
+She need to get a, piece of the american pie and take her bite out
+That's my house, I'll disconnect the cable and turn the lights out
+And let her know her grandchild is a baby, and not a paycheck
+
+Private school, daycare, shit medical bills I pay that
+I love your mom and everything, but see I ain't the one who laid down
+She wanna rib you up to start a custody war, my lawyers stay down
+Shit you never got a chance to hear my side of the story we was divided
+She had fish fries and cookouts for my child's birthday I ain't invited
+Despite it, I show her the utmost respect when I fall through
+All you, do is defend that lady when I call you, yeah
+
+I'm sorry Ms. Jackson (oh), I am for real
+Never meant to make your daughter cry
+I apologize a trillion times
+I'm sorry Ms. Jackson (oh), I am for real
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.84
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Viva La Vida,1mea3bSkSGXuIRvnydlB5b,"I used to rule the world
+Seas would rise when I gave the word
+Now in the morning, I sleep alone
+Sweep the streets I used to own
+
+I used to roll the dice
+Feel the fear in my enemy's eyes
+Listened as the crowd would sing
+""Now the old king is dead, long live the king""
+
+One minute I held the key
+Next, the walls were closed on me
+And I discovered that my castles stand
+Upon pillars of salt and pillars of sand
+
+I hear Jerusalem bells a-ringing
+Roman cavalry choirs are singing
+Be my mirror, my sword and shield
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.91
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Promiscuous,2gam98EZKrF9XuOkU13ApN,"Am I throwin' you off?
+Nope
+Didn't think so
+
+How you doin', young lady?
+That feeling that you giving really drives me crazy
+You dope, have a player 'bout to choke
+I was at a loss for words first time that we spoke
+You lookin' for a girl that'll treat you right?
+Have you lookin' for her in the daytime with the light
+You might be the type if I play my cards right
+I'll find out by the end of the night
+
+You expect me to just let you hit it?
+But will you still respect me if you get it?
+All I can do is try, gimme one chance
+What's the problem? I don't see no ring on your hand
+
+I'll be the first to admit it
+I'm curious about you, you seem so innocent
+You wanna get in my world, get lost in it?
+Boy, I'm tired of runnin', let's walk for a minute
+
+Promiscuous girl, wherever you are
+I'm all alone, and it's you that I want
+Promiscuous boy, you already know
+That I'm all yours, what you waiting for?
+Promiscuous girl, you're teasin' me
+You know what I want, and I got what you need
+Promiscuous boy, let's get to the point
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.19
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Till I Collapse,4xkOaSrkexMciUUogZKVTS,,Neutral,0.0
+Train,3FUY2gzHeIiaesXtOAdB7A,"Hey, Soul Sister",4HlFJV71xXKIGcU3kRyttv,"Hey, hey
+Hey-hey, hey-hey
+Hey-hey, hey-hey
+
+Your lipstick stains
+On the front lobe of my left side brains
+I knew I wouldn't forget you
+And so I went and let you blow my mind
+
+Your sweet moonbeam
+The smell of you in every single dream I dream
+I knew when we collided
+You're the one I have decided who's one of my kind
+
+Hey, soul sister
+Ain't that Mr. Mister on the radio, stereo
+The way you move ain't fair, you know
+Hey, soul sister
+I don't wanna miss a single thing you do tonight
+
+Hey, hey
+Hey-hey, hey-hey
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.07000000000001
+Evanescence,5nGIFgo0shDenQYSE0Sn7c,Bring Me To Life,0COqiPhxzoWICwFCS4eZcp,"How can you see into my eyes like open doors?
+Leading you down into my core where I've become so numb
+Without a soul (soul), my spirit's sleeping somewhere cold
+Until you find it there and lead it back home
+
+(Wake me up) wake me up inside
+(I can't wake up) wake me up inside
+(Save me) call my name and save me from the dark
+(Wake me up) bid my blood to run
+(I can't wake up) before I come undone
+(Save me) save me from the nothing I've become
+
+Now that I know what I'm without, you can't just leave me
+Breathe into me and make me real
+Bring (bring) me (me) to life
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.68
+Daddy Yankee,4VMYDCV2IEDYJArk749S6m,Gasolina,228BxWXUYQPJrJYHDLOHkj,"Who's this? (Daddy Yankee!)
+
+Zúmbale mambo pa' que mi' gata' prendan los motore'
+Zúmbale mambo pa' que mi' gata' prendan los motore'
+Zúmbale mambo pa' que mi' gata' prendan los motore'
+Que se preparen, que lo que viene es pa' que le den (duro)
+
+Mamita, yo sé que tú no te me va' a quitar (duro)
+Lo que me gusta es que tú te dejas llevar (duro)
+To' los wiquene' ella sale a vacilar (duro)
+Mi gata no para 'e janguear porque
+
+A ella le gusta la gasolina
+(Dame más gasolina)
+Cómo le encanta la gasolina
+(Dame más gasolina)
+
+A ella le gusta la gasolina
+(Dame más gasolina)
+Cómo le encanta la gasolina
+(Dame más gasolina)
+
+Ella prende las turbina', no discrimina
+No se pierde ni un party de marquesina
+Se acicala hasta pa' la esquina
+Luce tan bien que hasta la sombra le combina
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.91
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Fix You,7LVHVU3tWfcxj5aiPFEW4Q,"When you try your best, but you don't succeed
+When you get what you want, but not what you need
+When you feel so tired, but you can't sleep
+Stuck in reverse
+
+And the tears come streaming down your face
+When you lose something you can't replace
+When you love someone, but it goes to waste
+Could it be worse?
+
+Lights will guide you home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.7
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Stan,3UmaczJpikHgJFyBTAJVoz,,Neutral,0.0
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Sex on Fire,0ntQJM78wzOLVeCUAW7Y45,"Lay where you're laying
+Don't make a sound
+I know they're watching
+They're watching
+
+All the commotion
+The kiddie-like play
+Has people talking
+They're talking
+
+You
+Your sex is on fire
+
+The dark of the alley
+The breaking of day
+Head while I'm driving
+I'm driving
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,Can't Stop,3ZOEytgrvLwQaqXreDs2Jx,"Can't stop, addicted to the shindig
+Chop Top, he says I'm gonna win big
+Choose not a life of imitation
+Distant cousin to the reservation
+Defunkt the pistol that you pay for
+This punk, the feeling that you stay for
+In time, I want to be your best friend
+East Side love is living on the West End
+
+Knocked out, but boy, you better come to
+Don't die, you know, the truth is some do
+Go write your message on the pavement
+Burn so bright, I wonder what the wave meant
+White heat is screaming in the jungle
+Complete the motion if you stumble
+Go ask the dust for any answers
+Come back strong with 50 belly dancers
+
+The world I love, the tears I drop
+To be part of the wave, can't stop
+Ever wonder if it's all for you?
+The world I love, the trains I hop
+To be part of the wave, can't stop
+Come and tell me when it's time to
+
+Sweetheart is bleeding in the snow cone
+So smart, she's leading me to ozone
+Music the great communicator
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.59
+Outkast,1G9G7WwrXka3Z1r7aIDjI7,Hey Ya!,2PpruBYCo4H7WOBJ7Q2EwM,"One, two, three, uh!
+
+My baby don't mess around
+Because she loves me so
+And this I know for sure (uh)
+But does she really wanna
+But can't stand to see me walk out the door (ah)
+
+Don't try to fight the feeling
+'Cause the thought alone is killin' me right now (uh)
+Thank God for mom and dad
+For sticking two together
+'Cause we don't know how (c'mon)
+
+Hey ya!
+Hey ya!
+Hey ya!
+Hey ya!
+
+Hey ya!
+Hey ya!
+Hey ya!
+Hey ya!
+
+You think you've got it
+Oh, you think you've got it
+But got it just don't get it when there's nothin' at all
+We get together
+Oh, we get together
+But separate's always better when there's feelings involved
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.77
+Akon,0z4gvV4rjIZ9wHck67ucSV,Smack That,2kQuhkFX7uSVepCD3h29g5,"Shady!
+Konvict!
+Upfront!
+Akon!
+Slim Shady!
+I see the one
+Could she be that lady?
+
+Hey!
+I feel you creepin', I can see it from my shadow
+Wanna jump up in my Lamborghini Gallardo
+Maybe go to my place and just kick it like Tae-bo
+And possibly bend you over
+
+Look back and watch me
+Smack that all on the floor
+Smack that, give me some more
+Smack that 'til you get sore
+Smack that, oh ooh
+Smack that all on the floor
+Smack that, give me some more
+Smack that, 'til you get sore
+Smack that, oh oh ooh!
+
+Upfront style ready to attack now
+Pull in tha parkin' lot slow wit' tha 'Lac down
+Konvict's got tha whole thing packed now
+Step in tha club, the wardrobe intact now
+
+I feel it down and cracked now
+Ooh, I see a doll at back now!
+I'ma call her, then I put the mack down
+Money no problem, pocket full of that now!
+
+I feel you creepin', I can see it from my shadow
+Wanna jump up in my Lamborghini Gallardo?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,37.57
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,0HPD5WQqrq7wPWR7P7Dw1i,"Wake up in the morning feelin' like P. Diddy (hey, what up, girl?)
+Grab my glasses, I'm out the door, I'm gonna hit this city (let's go)
+Before I leave, brush my teeth with a bottle of Jack
+'Cause when I leave for the night, I ain't coming back
+
+I'm talking pedicure on our toes, toes
+Trying on all our clothes, clothes
+Boys blowing up our phones, phones
+Drop-topping, playing our favorite CDs
+Pulling up to the parties
+Trying to get a little bit tipsy
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Ain't got a care in the world, but got plenty of beer
+Ain't got no money in my pocket, but I'm already here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.02
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Clocks,0BCPKOYdS2jbQ8iyB56Zns,"The lights go out and I can't be saved
+Tides that I tried to swim against
+Have brought me down upon my knees
+Oh, I beg, I beg and plead, singing
+
+Come out of things unsaid
+Shoot an apple off my head, and a
+Trouble that can't be named
+A tiger's waiting to be tamed, singing
+
+You are
+You are
+
+Confusion never stops
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,80.13
+Hoobastank,2MqhkhX4npxDZ62ObR5ELO,The Reason,77loZpT5Y5PRP1S451P9Yz,"I'm not a perfect person
+There's many things I wish I didn't do
+But I continue learning
+I never meant to do those things to you
+And so, I have to say before I go
+That I just want you to know
+
+I've found a reason for me
+To change who I used to be
+A reason to start over new
+And the reason is you
+
+I'm sorry that I hurt you
+It's something I must live with everyday
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,69.55
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Low (feat. T-Pain),0CAfXk7DXMnon4gLudAp7J,"Mm-mm-mm-mm
+Let me talk to 'em
+Let me talk to 'em
+Let it rain, mm-mm-mm
+Let me talk to 'em
+C'mon
+
+Shawty had them apple bottom jeans (jeans)
+Boots with the fur (with the fur)
+The whole club was lookin' at her
+She hit the floor (she hit the floor)
+Next thing you know
+Shawty got low, low, low, low, low, low, low, low
+
+Them baggy sweat pants and the Reeboks with the straps (with the straps)
+She turned around and gave that big booty a slap (hey)
+She hit the floor (she hit the floor)
+Next thing you know
+Shawty got low, low, low, low, low, low, low, low
+
+Hey, I ain't never seen nothin' that'll make me go
+This crazy all night, spending my dough
+Had the million dollar vibe and a body to go
+Them birthday cakes, they stole the show
+So sexual
+She was flexible, professional
+Drinkin' X and O
+Hold up wait a minute, do I see what I think I-, whoa
+
+Did her thing, I seen shawty get low
+Ain't the same when it's up that close
+Make it rain, I'm makin' it snow
+Work the pole, I got the bankroll
+I'ma say that I prefer the no clothes
+I'm into that, I love women exposed
+She threw it back at me, I gave her more
+Cash ain't a problem, I know where it go
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.19
+Dr. Dre,6DPYiyq5kWVQS4RGwxzPC7,The Next Episode,4LwU4Vp6od3Sb08CsP99GC,"La-da-da-da-dah
+It's the motherfuckin' D-O-double-G
+Snoop Dogg!
+La-da-da-da-dah
+You know I'm mobbin' with the D.R.E
+
+Yeah, yeah, yeah, yeah
+You know who's back up in this, motherfucker!
+What? What? What? What?
+So blaze the weed up then (blaze it up, blaze it up)
+Just blaze that shit up, nigga
+Yeah, 'sup Snoop?
+
+Top Dogg, bite 'em all, nigga burn the shit up
+D-P-G-C, my nigga turn that shit up
+C-P-T, L-B-C, yeah we hookin' back up
+And when they bang this in the club, baby, you got to get up
+Thug niggas, drug dealers, yeah they givin' it up
+Lowlife, yo' life, boy we livin' it up
+Takin' chances while we dancin' in the party fo' sho'
+Slip my hoe a 44 when she got in the back door
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,68.52000000000001
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Disturbia,2VOomzT6VavJOGBeySqaMc,"Bum bum be-dum, bum bum be-dum bum (what's wrong with me?)
+Bum bum be-dum, bum bum be-dum bum (why do I feel like this?)
+Bum bum be-dum, bum bum be-dum bum (I'm going crazy now)
+Bum bum be-dum, bum bum be-dum bum
+
+No more gas, in the red
+Can't even get it started
+Nothing heard, nothing said
+Can't even speak about it
+All my life on my head
+Don't want to think about it
+Feels like I'm going insane, yeah
+
+It's a thief in the night to come and grab you (aha)
+It can creep up inside you and consume you (aha)
+A disease of the mind, it can control you (aha)
+It's too close for comfort, oh
+
+Put on your brake lights
+You're in the city of wonder
+Ain't gon' play nice
+Watch out, you might just go under
+Better think twice
+Your train of thought will be altered
+So if you must falter, be wise
+
+Your mind is in disturbia
+It's like the darkness is the light
+Disturbia
+Am I scaring you tonight? (your mind is in)
+Disturbia
+Ain't used to what you like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.19
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Maneater,4wH4dJgrsxONID6KS2tDQM,"Take it back
+
+Everybody look at me me
+I walk in the door you start screaming
+Come on everybody, what you here for?
+Move your body around like a nympho
+
+Everybody get your neck to crack around
+All you crazy people come on jump around
+I wanna see you all on your knees knees
+You either wanna be with me or be me
+Come on now
+
+Maneater, make you work hard, make you spend hard
+Make you want all of her love
+She's a maneater, make you buy cars, make you cut cards
+Make you fall real hard in love
+
+She's a maneater, make you work hard, make you spend hard
+Make you want all of her love
+She's a maneater, make you buy cars, make you cut cards
+Wish you never ever met her at all
+
+And when she walks she walks with passion
+When she talks she talks like she can handle it
+When she asks for something boy she means it
+Even if you never ever see it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.87
+Amy Winehouse,6Q192DXotxtaysaqNPy5yR,Back To Black,3FAclTFfvUuQYnEsptbK8w,"He left no time to regret
+Kept his dick wet
+With his same old safe bet
+Me and my head high
+And my tears dry
+Get on without my guy
+
+You went back to what you knew
+So far removed
+From all that we went through
+And I tread a troubled track
+My odds are stacked
+I'll go back to black
+
+We only said goodbye with words
+I died a hundred times
+You go back to her
+And I go back to
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.69
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,The Way I Are,2bLqfJjuC5syrsgDsZfGmn,"(State of emergency)
+Yeah, yeah (yeah)
+Yeah, yeah (yeah)
+Remember the time, baby
+Yeah, yeah
+
+I ain't got no money
+I ain't got no car to take you on a date
+I can't even buy you flowers
+But together we can be the perfect soulmates
+Talk to me, girl
+
+Oh, baby, it's alright now, you ain't gotta flaunt for me
+If we go Dutch, you can still touch, my love, it's free
+We can work without the perks, just you and me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.92
+50 Cent,3q7HBObVc0L8jNeTe5Gofh,Candy Shop,5D2mYZuzcgjpchVY1pmTPh,"Yeah
+Uh-huh
+So seductive
+
+I'll take you to the candy shop
+I'll let you lick the lollipop
+Go 'head, girl, don't you stop
+Keep going 'til you hit the spot, whoa
+
+I'll take you to the candy shop (yeah)
+Boy, one taste of what I've got (uh-huh)
+I'll have you spending all you got (come on)
+Keep going 'til you hit the spot, whoa
+
+You could have it your way, how do you want it?
+You gon' back that thing up, or should I push up on it?
+Temperature rising, okay, let's go to the next level
+Dance floor jam-packed, hot as a tea kettle
+I break it down for you now, baby it's simple
+If you be a nympho, I'll be a nympho
+In the hotel, or in the back of the rental
+On the beach or in the park, it's whatever you into
+
+Got the magic stick, I'm the love doctor
+Have your friends teasing you about how sprung I got you
+When you show me what you working, baby, no problem
+Get on top, get your bounce around like a low rider
+I'm a seasoned vet when it come to this shit
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.94
+Alicia Keys,3DiDSECUqqY1AuBP8qtaIa,If I Ain't Got You,3XVBdLihbNbxUwZosxcGuJ,"Mmm, mmm, mmm, yeah
+
+Some people live for the fortune
+Some people live just for the fame
+Some people live for the power, yeah
+Some people live just to play the game
+
+Some people think
+That the physical things
+Define what's within
+And I've been there before
+That life's a bore
+So full of the superficial
+
+Some people want it all
+But I don't want nothing at all
+If it ain't you, baby
+If I ain't got you, baby
+
+Some people want diamond rings
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,77.29
+Jimmy Eat World,3Ayl7mCk0nScecqOzvNp6s,The Middle,6GG73Jik4jUlQCkKg9JuGO,"Hey, don't write yourself off yet
+It's only in your head, you feel left out
+Or looked down on
+Just try your best
+Try everything you can
+And don't you worry what they tell themselves
+When you're away
+
+It just takes some time
+Little girl, you're in the middle of the ride
+Everything, everything'll be just fine
+Everything, everything'll be alright, alright
+
+Hey, you know they're all the same
+You know you're doing better on your own (on your own)
+So don't buy in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.32
+Papa Roach,4RddZ3iHvSpGV4dvATac9X,Last Resort,5W8YXBz9MTIDyrpYaCg2Ky,"Cut my life into pieces
+This is my last resort
+Suffocation, no breathing
+Don't give a fuck if I cut my arm bleeding
+This is my last resort
+
+Cut my life into pieces
+I've reached my last resort
+Suffocation, no breathing
+Don't give a fuck if I cut my arm bleeding
+Do you even care if I die bleeding?
+Would it be wrong, would it be right
+If I took my life tonight?
+Chances are that I might
+Mutilation out of sight
+And I'm contemplating suicide
+
+'Cause I'm losing my sight, losing my mind
+Wish somebody would tell me I'm fine
+Losing my sight, losing my mind
+Wish somebody would tell me I'm fine
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.2
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Dynamite,2CEgGE6aESpnmtfiZwYlbV,"I came to dance, dance, dance, dance (yeah)
+I hit the floor 'cause that's my plans, plans, plans, plans (yeah)
+I'm wearing all my favorite brands, brands, brands, brands (yeah)
+Give me some space for both my hands, hands, hands, hands
+Yeah, yeah
+
+'Cause it goes on, and on, and on
+And it goes on, and on, and on, yeah
+
+I throw my hands up in the air sometimes
+Saying, ""Ayo, gotta let go""
+I wanna celebrate and live my life
+Saying, ""Ayo, baby, let's go""
+'Cause we gon' rock this club, we gon' go all night
+We gon' light it up like it's dynamite
+'Cause I told you once, now I told you twice
+We gon' light it up like it's dynamite
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.29
+Snow Patrol,3rIZMv9rysU7JkLzEaC5Jp,Chasing Cars,5hnyJvgoWiQUYZttV4wXy6,"We'll do it all
+Everything
+On our own
+
+We don't need
+Anything
+Or anyone
+
+If I lay here
+If I just lay here
+Would you lie with me and just forget the world?
+
+I don't quite know
+How to say
+How I feel
+
+Those three words
+Are said too much
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,22.63
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Don't Stop The Music,0ByMNEPAPpOR5H69DVrTNy,"Please don't stop the music (music, music, music, music)
+Please don't stop the music (music, music, music, music)
+Please don't stop the music (music, music, music, music)
+Please don't stop the music (music, music, music, music)
+
+It's gettin' late, I'm making my way over to my favorite place
+I gotta get my body moving, shake the stress away
+I wasn't looking for nobody when you looked my way
+Possible candidate, yeah
+
+Who knew that you'd be up in here lookin' like you do?
+You're making stayin' over here impossible
+Baby, I'ma say your aura is incredible
+If you don't have to go, don't
+
+Do you know what you started? I just came here to party
+But now we're rockin' on the dance floor, actin' naughty
+Your hands around my waist, just let the music play
+We're hand in hand, chest to chest, and now we're face to face
+
+I wanna take you away
+Let's escape into the music, DJ, let it play
+I just can't refuse it, like the way you do this
+Keep on rockin' to it
+Please don't stop the, please don't stop the music
+
+I wanna take you away
+Let's escape into the music, DJ, let it play
+I just can't refuse it, like the way you do this
+Keep on rockin' to it
+Please don't stop the, please don't stop the, please don't stop the music
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.01
+Kendrick Lamar,2YZyLoL8N0Wb9xBt1NhZWg,Alright,3iVcZ5G6tvkXZkZKlMpIUs,"Alls my life I has to fight, nigga
+Alls my life I...
+Hard times like, ""Yah!""
+Bad trips like, ""Yah!""
+Nazareth, I'm fucked up
+Homie, you fucked up
+But if God got us, then we gon' be alright
+
+Nigga, we gon' be alright
+Nigga, we gon' be alright
+We gon' be alright
+Do you hear me? Do you feel me? We gon' be alright
+Nigga, we gon' be alright
+Huh? We gon' be alright
+Nigga, we gon' be alright
+Do you hear me? Do you feel me? We gon' be alright
+
+Uh, and when I wake up
+I recognize you're looking at me for the pay cut
+But homicide be looking at you from the face down
+What MAC-11 even boom with the bass down?
+Schemin', and let me tell you 'bout my life
+Painkillers only put me in the twilight
+Where pretty pussy and Benjamin is the highlight
+Now tell my momma I love her, but this what I like, Lord knows
+
+20 of 'em in my Chevy, tell 'em all to come and get me
+Reaping everything I sow, so my karma comin' heavy
+No preliminary hearings on my record
+I'm a motherfucking gangster in silence for the record
+Tell the world I know it's too late
+Boys and girls, I think I gone cray
+Drown inside my vices all day
+Won't you please believe when I say
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.55
+The Fray,0zOcE3mg9nS6l3yxt1Y0bK,How to Save a Life,5fVZC9GiM4e8vu99W0Xf6J,"Step one, you say, ""We need to talk""
+He walks, you say, ""Sit down, it's just a talk""
+He smiles politely back at you
+You stare politely right on through
+
+Some sort of window to your right
+As he goes left, and you stay right
+Between the lines of fear and blame
+You begin to wonder why you came
+
+Where did I go wrong? I lost a friend
+Somewhere along in the bitterness
+And I would have stayed up with you all night
+Had I known how to save a life
+
+Let him know that you know best
+'Cause after all, you do know best
+Try to slip past his defense
+Without granting innocence
+
+Lay down a list of what is wrong
+The things you've told him all along
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,11.64
+Dr. Dre,6DPYiyq5kWVQS4RGwxzPC7,Forgot About Dre,7iXF2W9vKmDoGAhlHdpyIa,,Neutral,0.0
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,5xEM5hIgJ1jjgcEBfpkt2F,"Uh-huh, life's like this
+Uh-huh, uh-huh, that's the way it is
+'Cause life's like this
+Uh-huh, uh-huh, that's the way it is
+
+Chill out, what you yelling for?
+Lay back, it's all been done before
+And if you could only let it be
+You would see
+
+I like you the way you are
+When we're driving in your car
+And you're talking to me, one on one
+But you've become
+
+Somebody else 'round everyone else
+You're watching your back like you can't relax
+You're trying to be cool
+You look like a fool to me
+Tell me
+
+Why do you have to go and make things so complicated?
+I see the way you're acting like you're somebody else
+Gets me frustrated
+Life's like this, you
+
+You fall, and you crawl, and you break
+And you take what you get, and you turn it into
+Honesty and promise me I'm never gonna find you fake it
+No, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.75
+Nickelback,6deZN1bslXzeGvOLaLMOIF,How You Remind Me,0gmbgwZ8iqyMPmXefof8Yf,"Never made it as a wise man
+I couldn't cut it as a poor man stealing
+Tired of living like a blind man
+I'm sick of sight without a sense of feeling
+
+And this is how you remind me
+
+This is how you remind me
+Of what I really am
+This is how you remind me
+Of what I really am
+
+It's not like you to say ""Sorry""
+I was waiting on a different story
+This time, I'm mistaken
+For handing you a heart worth breaking
+
+And I've been wrong, I've been down
+Been to the bottom of every bottle
+These five words in my head
+Scream, ""Are we having fun yet?""
+
+Yeah, yeah, yeah, no, no
+Yeah, yeah, yeah, no, no
+
+It's not like you didn't know that
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.17
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Pon de Replay,4TsmezEQVSZNNPv5RJ65Ov,"Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+Come, Mr. DJ, won't you turn the music up?
+Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+Come, Mr. DJ, won't you turn the music up?
+
+It goes one by one, even two by two
+Everybody on the floor, let me show you how we do
+Let's go, dip it low, then you bring it up slow
+Wind it up one time, wind it back once more
+
+Come run, run, run, run
+Everybody move, run
+Lemme see you move and rock it 'til the groove done
+Shake it 'til the moon becomes the sun (sun)
+Everybody in the club, give me a run (run)
+If you ready to move say it (yeah, yeah)
+One time for your mind say it (yeah, yeah)
+Well, I'm ready for ya
+Come let me show ya
+You want to groove, I'mma show you how to move
+Come, come
+
+Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+Come, Mr. DJ, won't you turn the music up?
+Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.74
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Where Is The Love?,0xmjwnQ3FNE6HuWCt2nHdZ,"What's wrong with the world, mama?
+People livin' like they ain't got no mamas
+I think the whole world's addicted to the drama
+Only attracted to things that'll bring you trauma
+
+Overseas, yeah, we tryna stop terrorism
+But we still got terrorists here livin'
+In the USA, the big CIA
+The Bloods and The Crips and the KKK
+
+But if you only have love for your own race
+Then you only leave space to discriminate
+And to discriminate only generates hate
+And when you hate, then you're bound to get irate, yeah
+
+Madness is what you demonstrate
+And that's exactly how anger works and operates
+Man, you gotta have love just to set it straight
+Take control of your mind and meditate
+Let your soul gravitate to the love, y'all, y'all
+
+People killin', people dyin'
+Children hurt, hear them cryin'
+Can you practice what you preach
+Or would you turn the other cheek?
+
+Father, Father, Father, help us
+Send some guidance from above
+'Cause people got me, got me questionin'
+Where is the love (love)
+
+Where is the love? (The love)
+Where is the love? (The love)
+Where is the love, the love, the love?
+
+It just ain't the same, old ways have changed
+New days are strange, is the world insane?
+If love and peace are so strong
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.59
+Plain White T's,1g1yxsNVPhMUl9GrMjEb2o,Hey There Delilah,4RCWB3V8V0dignt99LZ8vH,"Hey there Delilah, what's it like in New York City?
+I'm a thousand miles away, but girl, tonight you look so pretty, yes, you do
+Times Square can't shine as bright as you, I swear it's true
+
+Hey there Delilah, don't you worry about the distance
+I'm right there if you get lonely
+Give this song another listen, close your eyes
+Listen to my voice, it's my disguise, I'm by your side
+
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me, what you do to me
+
+Hey there Delilah, I know times are getting hard
+But just believe me, girl, someday I'll pay the bills with this guitar
+We'll have it good
+We'll have the life we knew we would, my word is good
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.8
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Say It Right,2aI21FnmY7TJVKeMaoQZ0t,"Hey
+You don't mean nothin' at all to me
+Hey, hey
+
+In the day, in the night
+Say it right, say it all
+You either got it, or you don't
+You either stand, or you fall
+When your will is broken
+When it slips from your hand
+When there's no, time for joking
+There's a hole in the plan
+
+Oh, you don't mean nothing at all to me (Hey, hey)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,25.0
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Gimme More,6ic8OlLUNEATToEFU3xmaH,"It's Britney bitch
+
+I see you
+And I just wanna dance with you
+
+Every time they turn the lights down
+Just wanna go that extra mile for you
+You got my display of affection
+Feels like no one else in the room but you
+
+We can get down like there's no one around
+We keep on rockin' (we keep on rockin')
+We keep on rockin' (we keep on rockin')
+Cameras are flashin' while we're dirty dancin'
+They keep watchin' (they keep watchin'), keep watchin'
+Feels like the crowd is sayin'
+
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,5.16
+Sean Paul,3Isy6kedDrgPYoTS1dazA9,Temperature,0k2GOhqsrxDTAbFFSdNJjT,"The gal dem Schillaci, Sean da Paul
+So me give it to, so me give to, so me give it to, to all girls
+Five million and forty naughty shorty
+Baby girl, all my girls, all my girls, Sean da Paul say
+
+Well woman the way the time cold, I wanna be keepin' you warm
+I got the right temperature fi shelter you from the storm
+Oh Lord, gyal, I got the right tactics to turn you on, and girl I
+Wanna be the Papa, you can be the Mom, oh-oh!
+
+Make I see the gal them bruk out pon the floor
+From you don't want no worthless performer
+From you don't want no man wey can't turn you on gyal
+Make I see your hand them up on ya
+Can't tan pon it long
+Nah eat no yam, no steam fish, nor no green banana
+But down in Jamaica we give it to you hot like a sauna
+
+Well, woman the way the time cold, I wanna be keepin' you warm
+I got the right temperature fi shelter you from the storm
+Oh Lord, gyal, I got the right tactics to turn you on, and girl I
+Wanna be the Papa, you can be the Mom, oh-oh!
+
+Bumper exposed and gal you got your chest out
+But you no wasters, cah gal you impress out
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.13
+Franz Ferdinand,0XNa1vTidXlvJ2gHSsRi4A,Take Me Out,20I8RduZC2PWMWTDCZuuAN,"So if you're lonely
+You know I'm here waiting for you
+I'm just a cross-hair
+I'm just a shot away from you
+
+And if you leave here
+You leave me broken, shattered I lie
+I'm just a cross-hair
+I'm just a shot, then we can die
+
+Ah-ah-ah
+I know I won't be leaving here
+With you
+
+I say, ""Don't you know?""
+You say, ""You don't know""
+I say
+""Take me out""
+
+I say, ""You don't show""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.26
+Maroon 5,04gDigrS5kc9YWfZHwBETP,She Will Be Loved - Radio Mix,4llK75pXNWZz6KAho2Gp16,"Beauty queen of only 18
+She had some trouble with herself
+He was always there to help her
+She always belonged to someone else
+
+I drove for miles and miles
+And wound up at your door
+I've had you so many times
+But somehow, I want more
+
+I don't mind spending everyday
+Out on your corner in the pouring rain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.1
+Owl City,07QEuhtrNmmZ0zEcqE9SF6,Fireflies,3DamFFqW32WihKkTVlwTYQ,"You would not believe your eyes
+If ten million fireflies
+Lit up the world as I fell asleep
+
+'Cause they fill the open air
+And leave teardrops everywhere
+You'd think me rude but I would just stand and stare
+
+I'd like to make myself believe
+That planet Earth turns slowly
+It's hard to say that I'd rather stay awake when I'm asleep
+'Cause everything is never as it seems
+
+'Cause I'd get a thousand hugs
+From ten thousand lightning bugs
+As they tried to teach me how to dance
+
+A foxtrot above my head
+A sock hop beneath my bed
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.5
+Empire of the Sun,67hb7towEyKvt5Z8Bx306c,Walking On A Dream,5r5cp9IpziiIsR6b93vcnQ,"Walking on a dream
+How can I explain
+Talking to myself?
+Will I see again?
+
+We are always running for the thrill of it thrill of it
+Always pushing up the hill searching for the thrill of it
+On and on and on, we are calling out and out again
+Never looking down, I'm just in awe of what's in front of me
+
+Is it real now?
+Two people become one
+I can feel it
+Two people become one
+
+Thought I'd never see
+The love you found in me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,68.8
+My Chemical Romance,7FBcuc1gsnv6Y1nwFtNRCb,Welcome to the Black Parade,5wQnmLuC1W7ATsArWACrgW,"When I was a young boy
+My father took me into the city
+To see a marching band
+He said, ""Son, when you grow up
+Would you be the savior of the broken
+The beaten and the damned?""
+He said, ""Will you defeat them?
+Your demons, and all the non-believers
+The plans that they have made?""
+""Because one day, I'll leave you a phantom
+To lead you in the summer
+To join the black parade""
+
+When I was a young boy
+My father took me into the city
+To see a marching band
+
+He said, ""Son, when you grow up
+Would you be the savior of the broken
+The beaten and the damned?""
+
+Sometimes I get the feelin'
+She's watchin' over me
+And other times I feel like I should go
+And through it all, the rise and fall
+The bodies in the streets
+And when you're gone, we want you all to know
+
+We'll carry on, we'll carry on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.47
+Sean Kingston,6S0dmVVn4udvppDhZIWxCr,Beautiful Girls,1hGy2eLcmC8eKx7qr1tOqx,"J.R, Sean Kingston
+
+You're way too beautiful, girl
+That's why it'll never work
+You have me suicidal, suicidal
+When you say it's over
+
+Damn, all these beautiful girls
+They only wanna do you dirt
+They'll have you suicidal, suicidal
+When they say it's over
+
+See, it started at the park, used to chill after dark
+Oh, when you took my heart, that's when we fell apart
+'Cause we both thought that love last forever (last forever)
+They say we're too young to get ourselves sprung
+Oh, we didn't care, we made it very clear
+And they also said that we couldn't last together (last together)
+
+See, it's very defined, you're one of a kind
+But you mash up my mind, you haffi get declined
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,27.72
+Foo Fighters,7jy3rLJdDQY21OgRLCZ9sD,The Pretender,7x8dCjCr0x6x2lXKujYD34,"Keep you in the dark
+You know they all pretend
+Keep you in the dark
+And so it all began
+
+Send in your skeletons
+Sing as their bones go marching in again
+They need you buried deep
+The secrets that you keep are ever ready
+Are you ready?
+
+I'm finished making sense
+Done pleading ignorance
+That whole defense
+
+Spinning infinity, boy
+The wheel is spinning me
+It's never-ending, never-ending
+Same old story
+
+What if I say I'm not like the others?
+What if I say I'm not just another one of your plays?
+You're the pretender
+What if I say I will never surrender?
+
+What if I say I'm not like the others?
+What if I say I'm not just another one of your plays?
+You're the pretender
+What if I say that I'll never surrender?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,51.71
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Oops!...I Did It Again,6naxalmIoLFWR0siv8dnQQ,"Yeah, yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah, yeah
+
+I think I did it again
+I made you believe we're more than just friends
+Oh, baby, it might seem like a crush
+But it doesn't mean that I'm serious
+
+'Cause to lose all my senses
+That is just so typically me
+Ooh, baby, baby
+
+Oops, I did it again
+I played with your heart
+Got lost in the game
+Ooh, baby, baby
+Oops, you think I'm in love
+That I'm sent from above
+I'm not that innocent
+
+You see, my problem is this
+I'm dreaming away, wishing that heroes, they truly exist
+I cry watching the days
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28
+Shaggy,5EvFsr3kj42KNv97ZEnqij,It Wasn't Me,3WkibOpDF7cQ5xntM1epyf,"Yo man
+Yo
+Open up, man
+Yo, what you want, man?
+My girl just caught me
+You made her catch you?
+I don't know how I let this happen
+With who?
+The girl next door, you know?
+Man...
+I don't know what to do
+Say it wasn't you
+Alright
+
+Honey came in and she caught me red-handed
+Creeping with the girl next door
+Picture this, we were both butt-naked
+Banging on the bathroom floor
+How could I forget that I had given her an extra key
+All this time she was standing there
+She never took her eyes off me
+
+How ya fi give the woman access to your villa?
+Trespasser and a witness all the hacklin' a yuh pillow
+You better watch your back before she turn into a killer
+Best review the situation that you caught up inna
+
+To be a true player, you haffi know how fi play
+If she say ""a night"", convince her, say, ""a day""
+Never admit to a word when she say
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.22
+Estelle,5T0MSzX9RC5NA6gAI6irSn,American Boy,22UDw8rSfLbUsaAGTXQ4Z8,"Just another one champion sound
+Yeah, Estelle, we 'bout to get down (get down)
+Who the hottest in the world right now
+Just touched down in London town
+
+Bet they give me a pound
+Tell them put the money in my hand right now
+Tell the promoter we need more seats
+We just sold out all the floor seats
+
+Take me on a trip, I'd like to go someday
+Take me to New York, I'd love to see L.A.
+I really want to come kick it with you
+You'll be my American boy
+
+He said ""Hey, sister, it's really, really nice to meet you""
+I just met this 5 foot 7 guy who's just my type
+I like the way he's speaking, his confidence is peaking
+Don't like his baggy jeans
+But I'mma like what's underneath them
+
+And no I ain't been to M.I.A
+I heard that Cali never rains and New York's heart awaits
+First let's see the west end, I'll show you to my brethren
+I'm liking this American boy, American boy
+
+Take me on a trip, I'd like to go someday
+Take me to New York, I'd love to see L.A.
+I really want to come kick it with you
+You'll be my American boy, American boy
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.78
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,Thnks fr th Mmrs,3Zwu2K0Qa5sT6teCCHPShP,"I'm gonna make you bend and break (it sent you to me without wings)
+Say a prayer, but let the good times roll
+In case God doesn't show
+(Let the good times roll)
+(Let the good times roll)
+
+And I want these words to make things right
+But it's the wrongs that make the words come to life
+""Who does he think he is?""
+If that's the worst you've got
+Better put your fingers back to the keys
+
+One night and one more time
+Thanks for the memories
+Even though they weren't so great
+""He tastes like you only sweeter""
+One night, yeah, and one more time
+Thanks for the memories
+Thanks for the memories
+""See, he tastes like you only sweeter""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.15
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,SexyBack (feat. Timbaland),0O45fw2L5vsWpdsOdXwNAR,"I'm bringing sexy back (yeah)
+Them other boys don't know how to act (yeah)
+I think you're special, what's behind your back? (Yeah)
+So turn around and I'll pick up the slack (yeah)
+Take 'em to the bridge (listen)
+
+Dirty babe (ah-huh)
+You see these shackles, baby I'm your slave (ah-huh)
+I'll let you whip me if I misbehave (ah-huh)
+It's just that no one makes me feel this way (ah-huh)
+Take 'em to the chorus
+
+Come here girl (go ahead, be gone with it)
+Come to the back (go ahead, be gone with it)
+V.I.P. (go ahead, be gone with it)
+Drinks on me (go ahead, be gone with it)
+Let me see what you're working with (go ahead, be gone with it)
+Look at those hips (go ahead, be gone with it)
+You make me smile (go ahead, be gone with it)
+Go ahead child (go ahead, be gone with it)
+
+And get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.78
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Dilemma,0ARK753YaiJbpLUk7z5yIM,"Uh, uh
+Check it, check it
+Uh, uh
+I love you and I need you
+Nelly, I love you, I do need you
+
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+Boy, you know I'm crazy over you
+
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+You know I'm crazy over you
+
+Uh-uh-uh-uh
+I met this chick and she just moved right up the block from me
+And she got the hots for me, the finest thing my hood done seen
+But oh no, oh no, she got a man and a son, though
+But that's okay
+'Cause I wait for my cue and just listen, play my position
+Like a shortstop, pick up everything mami hittin'
+And in no time I plan to make this one here mine
+And that's for sure
+
+'Cause I, I never been the type to break up a happy home
+But there's something 'bout baby girl, I just can't leave alone
+So tell me ma, what's it gonna be
+She said, ""You don't know what you mean to me"" c'mon
+
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+Boy, you know I'm crazy over you
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.85
+Usher,23zg3TcAtWQy7J6upgbUnj,My Boo,68vgtRHr7iZHpzGpon6Jlo,"There's always that one person that will always have your heart
+You never see it coming 'cause you're blinded from the start
+Know that you're that one for me, it's clear for everyone to see
+
+You will always be my boo
+See, I don't know 'bout y'all, but I know about us and, uh
+It's the only way we know how to rock
+I don't know 'bout y'all, but I know about us and, uh
+It's the only way we know how to rock
+Do you remember, girl?
+I was the one who gave you your first kiss
+'Cause I remember, girl
+I was the one who said, ""Put your lips like this""
+Even before all the fame
+And people screaming your name
+Girl, I was there when you were my baby
+It started when we were younger, you were mine (my boo)
+Now another brother's taken over, but it's still in your eyes (my boo)
+Even though we used to argue, it's alright (my boo)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.07000000000001
+t.A.T.u.,2Q3eZMfDQgT8MhPowKFXYO,All The Things She Said,4bJygwUKrRgq1stlNXcgMg,"All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+Runnin' through my head
+
+All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+All the things she said
+This is not enough
+
+I'm in serious shit, I feel totally lost
+If I'm asking for help, it's only because
+Being with you has opened my eyes
+Could I ever believe such a perfect surprise?
+
+I keep asking myself, wondering how
+I keep closing my eyes, but I can't block you out
+Wanna fly to a place where it's just you and me
+Nobody else, so we can be free
+(Nobody else, so we can be free)
+
+All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+Runnin' through my head
+
+All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+All the things she said
+This is not enough (я сошла с ума, ма)
+(This is not enough)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.62
+Green Day,7oPftvlwr6VrsViSDV7fJY,Wake Me up When September Ends,3ZffCQKLFLUvYM59XKLbVm,"Summer has come and passed
+The innocent can never last
+Wake me up when September ends
+
+Like my father's come to pass
+Seven years has gone so fast
+Wake me up when September ends
+
+Here comes the rain again
+Falling from the stars
+Drenched in my pain again
+Becoming who we are
+
+As my memory rests
+But never forgets what I lost
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,44.97
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,6FB3v4YcR57y4tXFcdxI1E,"Once upon a time, a few mistakes ago
+I was in your sights, you got me alone
+You found me, you found me, you found me, e-e-e-e
+I guess you didn't care and I guess I liked that
+And when I fell hard, you took a step back
+Without me, without me, without me, e-e-e-e
+
+And he's long gone when he's next to me
+And I realize the blame is on me
+
+'Cause I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+'Til you put me down, oh
+I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+Now I'm lying on the cold hard ground
+Oh, oh, trouble, trouble, trouble
+Oh, oh, trouble, trouble, trouble
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.95
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,"Sugar, We're Goin Down",2TfSHkHiFO4gRztVIkggkE,"Am I more than you bargained for yet?
+I've been dying to tell you
+Anything you wanna hear
+'Cause that's just who I am this week
+
+Lie in the grass next to the mausoleum
+I'm just a notch in your bedpost, but you're just a line in a song
+(Notch in your bedpost, but you're just a line in a song)
+
+Drop a heart
+And break a name
+We're always sleeping in, and sleeping
+For the wrong team
+
+We're going down, down in an earlier round
+And sugar, we're going down swinging
+I'll be your number one with a bullet
+A loaded god complex, cock it and pull it
+We're going down, down in an earlier round
+And sugar, we're going down swinging
+I'll be your number one with a bullet
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,39.190000000000005
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Crazy In Love (feat. Jay-Z),5IVuqXILoxVWvWEPm82Jxr,"Yes! So crazy right now!
+Most incredibly, it's your girl, B
+It's your boy, Young
+You ready?
+
+Oh-oh, oh-oh, oh-oh, oh-no-no (oww!)
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+
+Geah! History in the making
+Part two!
+It's so crazy right now
+
+I look and stare so deep in your eyes (I-)
+I touch on you more and more every time
+When you leave, I'm begging you not to go
+Call your name, two, three times in a row
+Such a funny thing for me to try to explain
+How I'm feeling, and my pride is the one to blame (yeah)
+'Cause I know I don't understand
+Just how your love can do what no one else can
+
+Got me looking so crazy right now
+Your love's got me looking so crazy right now (your love)
+Got me looking so crazy right now
+Your touch got me looking so crazy right now (your touch)
+Got me hoping you'll page me right now (hey)
+Your kiss got me hoping you'll save me right now
+Looking so crazy, your love's got me looking
+Got me looking so crazy in love
+
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.91
+Jay Sean,4pADjHPWyrlAF0FA7joK2H,Down,6cmm1LMvZdB5zsCwX5BjqE,"Baby, are you down, down, down, down, down?
+Down, down
+Even if the sky is falling down
+Down, down (ooh, ooh)
+
+You oughta know
+Tonight is the night to let it go
+Put on a show
+I wanna see how you lose control
+
+So leave it behind 'cause we have a night to get away
+So come on, and fly with me as we make our great escape
+
+So baby, don't worry, you are my only
+You won't be lonely even if the sky is falling down
+You'll be my only, no need to worry
+Baby, are you down, down, down, down, down?
+
+Down, down
+Baby, are you down, down, down, down, down?
+Down, down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,15.97
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Grenade,2tJulUYLDKOg9XrtVkMgcJ,"Easy come, easy go, that's just how you live
+Oh, take, take, take it all but you never give
+Should've known you was trouble from the first kiss
+Had your eyes wide open, ah, why were they open?
+
+Gave you all I had, and you tossed it in the trash
+You tossed it in the trash, you did
+To give me all your love is all I ever asked
+'Cause what you don't understand is
+
+I'd catch a grenade for ya (yeah-yeah-yeah)
+Throw my hand on a blade for ya (yeah-yeah-yeah)
+I'd jump in front of a train for ya (yeah-yeah-yeah)
+You know I'd do anything for ya (yeah-yeah-yeah)
+
+Oh-oh, oh, I would go through all this pain
+Take a bullet straight through my brain
+Yes, I would die for you, baby
+But you won't do the same
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.2
+MGMT,0SwO7SWeDHJijQ3XNS7xEE,Kids,1jJci4qxiYcOHhQR247rEU,"You were a child, crawling on your knees toward it
+Making momma so proud
+But your voice is too loud
+
+We like to watch you laughing
+You pick the insects off plants
+No time to think of consequences
+
+Control yourself
+Take only what you need from it
+A family of trees wanting
+To be haunted
+
+Control yourself
+Take only what you need from it
+A family of trees wanting
+To be haunted
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,26.27
+Stromae,5j4HeCoUlzhfWtjAfM1acR,Alors on danse - Radio Edit,2GYHyAoLWpkxLVa4oYTVko,"Alors on danse
+Alors on danse
+Alors on danse
+
+Qui dit étude dit travail,
+Qui dit taf te dit les thunes,
+Qui dit argent dit dépenses,
+Et qui dit crédit dit créance,
+Qui dit dette te dit huissier,
+Et lui dit assis dans la merde.
+Qui dit Amour dit les gosses,
+Dit toujours et dit divorce.
+Qui dit proches te dis deuils car les problèmes ne viennent pas seul.
+Qui dit crise te dis monde dit famine dit tiers-monde.
+Qui dit fatigue dit réveille encore sourd de la veille,
+Alors on sort pour oublier tous les problèmes.
+
+Alors on danse
+Alors on danse
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,25.0
+JAY-Z,3nFkdlSjzX9mRTtwJOzDYB,Run This Town,7LR85XLWw2yXqKBSI5brbG,"I'm screaming free my nigga TIP
+Brought it from Atlanta to Philly like Mick Vick
+Fighting charges lawyers say that they might stick
+I was praying to God man don't do me like this
+The hoes fucking niggas with the bricks
+Now they fucking me, I laugh, dirty bitch
+Stay humble even though I know I'm the shit
+But if rap don't work out I give me 36
+Or better 72 or better 144
+That's four of them if you ain't know it
+I break it down and I make it do what it do
+That dirty money galore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,62.86000000000001
+Soulja Boy,6GMYJwaziB4ekv1Y6wCDWS,Kiss Me Thru The Phone,2q4rjDy9WhaN3o9MvDbO21,"Baby, you know that I miss you
+I wanna get with you tonight but I cannot baby girl
+And that's the issue
+Girl, you know I miss you
+I just wanna kiss you
+But I can't right now so baby kiss me through the phone
+(Kiss me through the phone)
+I'll see you later on
+Kiss me through the phone
+(Kiss me through the phone)
+See you when I get home
+
+Baby, I know that you like me
+You my future wifey
+Soulja Boy Tell Em yeah you could be my Bonnie
+I could be your Clyde
+You could be my wife
+Text me, call me, I need you in my life, yeah
+All that, everyday I need ya
+And every time I see ya my feelings get deeper
+I miss ya, I miss ya
+I really wanna kiss you but I can't
+
+Six seven eight triple nine eight two one two ((678) 999-8212)
+
+Baby, you know that I miss you
+I wanna get with you tonight but I cannot baby girl
+And that's the issue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.98
+Ne-Yo,21E3waRsmPlU7jZsS13rcj,So Sick,6brl7bwOHmGFkNw3MBqssT,"Mmmh, mmmh, Yeah (doo, doo, dooo, doo)
+Gotta change my answering machine
+Now that I'm alone
+'Cause right now, it says that we
+Can't come to the phone
+And I know it makes no sense
+'Cause you walked out the door
+But it's the only way I hear your voice anymore
+
+It's ridiculous
+It's been months
+And for some reason I just
+Can't get over us
+And I'm stronger than this, yeah
+Enough is enough
+No more walkin' round
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,9.0
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,Dani California,10Nmj3JCNoMeBQ87uw5j8k,"Gettin' born in the state of Mississippi
+Papa was a copper and mama was a hippie
+In Alabama she would swing a hammer
+Price you gotta pay when you break the panorama
+She never knew that there was anything more than poor
+What in the world? What does your company take me for?
+
+Black bandana, sweet Louisiana
+Robbin' on a bank in the state of Indiana
+She's a runner, rebel and a stunner
+On her merry way sayin' baby whatcha gonna?
+Lookin' down the barrel of a hot metal forty-five
+Just another way to survive
+
+California, rest in peace
+Simultaneous release
+California, show your teeth
+She's my priestess, I'm your priest
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.2
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,Apologize - feat. One Republic,6ucR4KfvsBFWCMVFDvyKKl,"I'm holding on your rope
+Got me ten feet off the ground
+And I'm hearing what you say
+But I just can't make a sound
+
+You tell me that you need me
+Then you go and cut me down
+
+But wait...
+You tell me that you're sorry
+Didn't think I'd turn around and say.
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,47.67
+Modjo,0AkpPlFLnr0VQwZQeMGht0,Lady - Hear Me Tonight,49X0LAl6faAusYq02PRAY6,"Lady
+Hear me tonight
+'Cause my feeling
+Is just so right
+
+As we dance
+By the moonlight
+Can't you see
+You're my delight
+
+Lady
+I just feel like
+I won't get you
+Out of my mind
+
+I feel love
+For the first time
+And I know that it's true
+I can tell by the look in your eyes
+
+Lady
+Hear me tonight
+'Cause my feeling
+Is just so right
+
+As we dance
+By the moonlight
+Can't you see
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.71
+Toploader,6xeFne1rkxMhKSW3ipvkdV,Dancing in the Moonlight,3Fzlg5r1IjhLk2qRw667od,"We get it almost every night
+When that moon is big and bright
+It's a supernatural delight!
+Everybody's dancing in the moonlight
+
+Everybody here is out of sight
+They don't bark and they don't fight
+They keep things loose they keep it tight
+Everybody's dancing in the moonlight
+
+Dancing in the moonlight
+Everybody's feeling warm and bright
+It's such a fine and natural sight
+Everybody's dancing in the moonlight
+
+We like our fun and we never fight
+You can't dance and stay uptight, It's a supernatural delight
+Everybody was dancing in the moonlight
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.46
+The Killers,0C0XlULifJtAgn6ZNCW2eu,When You Were Young,70wYA8oYHoMzhRRkARoMhU,"You sit there in your heartache
+Waiting on some beautiful boy to
+To save you from your old ways
+You play forgiveness
+Watch it now
+Here he comes
+
+He doesn't look a thing like Jesus
+But he talks like a gentlemen
+Like you imagined
+When you were young
+
+Can we climb this mountain?
+I don't know
+Higher now than ever before
+I know we can make it if we take it slow
+Let's take it easy
+Easy now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.72
+Green Day,7oPftvlwr6VrsViSDV7fJY,Boulevard of Broken Dreams,5GorCbAP4aL0EJ16frG2hd,"I walk a lonely road
+The only one that I have ever known
+Don't know where it goes
+But it's home to me, and I walk alone
+
+I walk this empty street
+On the Boulevard of Broken Dreams
+Where the city sleeps
+And I'm the only one, and I walk alone
+
+I walk alone, I walk alone
+I walk alone, I walk a-
+
+My shadow's the only one that walks beside me
+My shallow heart's the only thing that's beating
+Sometimes, I wish someone out there will find me
+'Til then, I walk alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.38
+blink-182,6FBDaR13swtiWwGhX1WQsP,I Miss You,1AdYZ6X00nXmO613Y7GJOl,"I miss you, I miss you
+
+Hello there, the angel from my nightmare
+The shadow in the background of the morgue
+The unsuspecting victim of darkness in the valley
+We can live like Jack and Sally if we want
+Where you can always find me
+And we'll have Halloween on Christmas
+And in the night we'll wish this never ends
+We'll wish this never ends
+
+I miss you, miss you
+
+I miss you, miss you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.900000000000006
+P!nk,1KCSPY1glIKqW2TotWuXOR,Raise Your Glass,1gv4xPanImH17bKZ9rOveR,"Right, right, turn off the lights
+We're gonna lose our minds tonight
+What's the dealio?
+I love when it's all too much
+5:00 a.m. turn the radio up
+Where's the rock 'n' roll?
+
+Party crasher, penny snatcher
+Call me up if you a gangster
+Don't be fancy, just get dancy
+Why so serious?
+
+So raise your glass if you are wrong
+In all the right ways, all my underdogs
+We will never be, never be anything but loud
+And nitty gritty, dirty little freaks
+Won't you come on and come on and raise your glass?
+Just come on and come on and raise your glass
+
+Slam, slam, oh, hot damn
+What part of party don't you understand?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.16
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Sk8er Boi,00Mb3DuaIH1kjrwOku9CGU,"He was a boy, she was a girl
+Can I make it any more obvious?
+He was a punk, she did ballet
+What more can I say?
+
+He wanted her
+She'd never tell secretly she wanted him as well
+But all of her friends stuck up their nose
+They had a problem with his baggy clothes
+
+He was a skater boy
+She said see you later boy
+He wasn't good enough for her
+She had a pretty face but her head was up in space
+She needed to come back down to earth
+
+Five years from now
+She sits at home
+Feeding the baby she's all alone
+She turns on TV
+Guess who she sees
+Skater boy rockin' up MTV
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,25.44
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Use Somebody,5VGlqQANWDKJFl0MBG3sg2,"I've been roamin' around, always lookin' down at all I see
+Painted faces fill the places I can't reach
+You know that I could use somebody
+You know that I could use somebody
+Someone like you and all you know and how you speak
+Countless lovers under cover of the street
+You know that I could use somebody
+You know that I could use somebody
+
+Someone like you
+
+Off in the night, while you live it up I'm off to sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.88
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Take A Bow,3goSVuTt3fDYDP6kRnFwuL,"Oh, how about a round of applause?
+Yeah, standing ovation
+Oh-oh, yeah, yeah, yeah, yeah, yeah
+
+You look so dumb right now
+Standing outside my house
+Trying to apologize
+You're so ugly when you cry
+Please, just cut it out
+
+And don't tell me you're sorry 'cause you're not
+Baby, when I know you're only sorry you got caught
+
+But you put on quite a show (Ooh-oh)
+Really had me going
+But now it's time to go (Ooh-oh)
+Curtain's finally closing
+That was quite a show (Ooh-oh)
+Very entertaining
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.24000000000001
+Corinne Bailey Rae,29WzbAQtDnBJF09es0uddn,Put Your Records On,2nGFzvICaeEWjIrBrL2RAx,"Three little birds sat on my window
+And they told me I don't need to worry
+Summer came like cinnamon, so sweet
+Little girls double-dutch on the concrete
+
+Maybe sometimes we got it wrong
+But it's alright
+The more things seem to change
+The more they stay the same
+Don't you hesitate
+
+Girl, put your records on
+Tell me your favorite song
+You go ahead, let your hair down
+Sapphire and faded jeans
+I hope you get your dreams
+Just go ahead, let your hair down
+You're gonna find yourself somewhere, somehow
+
+Blue as the sky, sunburned and lonely
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.74
+MGMT,0SwO7SWeDHJijQ3XNS7xEE,Electric Feel,3FtYbEfBqAlGO46NUDQSAt,"All along the Western front
+People line up to receive
+She got the power in her hand
+To shock you like you won't believe
+Saw her in the Amazon
+With the voltage running through her skin
+Standing there, with nothing on
+She gonna teach me how to swim
+
+I said, ""Ooh, girl!""
+""Shock me like an electric eel""
+""Baby girl""
+""Turn me on with your electric feel""
+
+I said, ""Ooh, girl!""
+""Shock me like an electric eel""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.51
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,"Dance, Dance",0a7BloCiNzLDD9qSQHh5m7,"She says, she's no good with words but I'm worse
+Barely stuttered out a joke of a romantic stuck to my tongue
+Weighed down with words too overdramatic
+Tonight it's ""It can't get much worse""
+Vs. ""No one should ever feel like""
+
+I'm two quarters and a heart down
+And I don't wanna forget how your voice sounds
+These words are all I have so I'll write them
+So you need them just to get by
+
+Dance, dance
+We're falling apart to half time
+Dance, dance
+And these are the lives you love to lead
+Dance, this is the way they'd love
+If they knew how misery loved me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.63
+Destiny's Child,1Y8cdNmUJH7yBTd9yOvr5i,Say My Name,7H6ev70Weq6DdpZyyTmUXk,"Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+Say my name, say my name
+You acting kind of shady, ain't callin' me baby
+Why the sudden change?
+Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+Say my name, say my name
+You acting kind of shady, ain't callin' me baby
+Betta say my name
+
+Any other day I would call, you would say
+""Baby how's your day?"" But today it ain't the same
+Every other word is ""Uh-huh"", ""Yeah okay""
+Could it be that you are at the crib wit another lady?
+If you took it there, first of all let me say
+I am not the one to sit around and be played
+So prove yourself to me, that I'm the girl that you cravin'
+Why don't you say the things that you said to me yesterday?
+
+I know you sayin' that I'm assuming things
+Something's goin' down that's the way it seems
+Shouldn't be no reason, why you're acting strange?
+Nobody's holding you back from me
+'Cause I know how you usually do
+When you sayin' everything to me times two
+Why can't you just tell the truth?
+If somebody's there then tell me who
+
+Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+Say my name, say my name
+You acting kind of shady, ain't callin' me baby
+Why the sudden change?
+Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.29
+Snoop Dogg,7hJcb9fa4alzcOq3EaNPoG,Drop It Like It's Hot,2NBQmPrOEEjA8VbeWOQGxO,"Snooooooop
+Snooooooop
+
+When the pimp's in the crib ma
+Drop it like it's hot
+Drop it like it's hot
+Drop it like it's hot
+When the pigs try to get at ya
+Park it like it's hot
+Park it like it's hot
+Park it like it's hot
+And if a nigga get a attitude
+Pop it like it's hot
+Pop it like it's hot
+Pop it like it's hot
+
+I've got the Rolly on my arm
+And I'm pouring Chandon
+And I roll the best weed
+'Cause I got it going on
+
+I'm a nice dude with some nice dreams
+See these ice cubes, see these Ice Creams?
+Eligible bachelor, million dollar boat
+That's whiter than what's spilling down your throat
+The Phantom, exterior like fish eggs
+The interior like suicide wrist red
+I can exercise you, this can be your Phys. Ed
+Cheat on your man ma, that's how you get ahizzead
+
+Killer wit the beat, I know killers in the street
+Wit the steel that'll make you feel like Chinchilla in the heat
+So don't try to run up on my ear talking all that raspy shit
+Trying to ask me shit
+When my niggaz fill ya vest they ain't gon' pass me shit
+You should think about it, take a second
+Matter fact, you should take four B
+And think before you fuck wit lil' skateboard P
+
+When the pimp's in the crib ma
+Drop it like it's hot
+Drop it like it's hot
+Drop it like it's hot
+When the pigs try to get at ya
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Keane,53A0W3U0s8diEn9RhXQhVz,Somewhere Only We Know,0ll8uFnc0nANY35E0Lfxvg,"I walked across an empty land
+I knew the pathway like the back of my hand
+I felt the earth beneath my feet
+Sat by the river and it made me complete
+
+Oh, simple thing, where have you gone?
+I'm gettin' old, and I need something to rely on
+So, tell me when you're gonna let me in
+I'm gettin' tired, and I need somewhere to begin
+
+I came across a fallen tree
+I felt the branches of it looking at me
+Is this the place we used to love?
+Is this the place that I've been dreaming of?
+
+Oh, simple thing, where have you gone?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,68.67999999999999
+P!nk,1KCSPY1glIKqW2TotWuXOR,So What,0JiY190vktuhSGN6aqJdrt,"Na-na-na-na, na-na, na
+Na-na-na-na na-na
+Na-na-na-na, na-na, na
+Na-na-na-na na-na
+
+I guess I just lost my husband
+I don't know where he went
+So I'm gonna drink my money
+I'm not gonna pay his rent (Nope)
+I got a brand new attitude
+And I'm gonna wear it tonight
+
+I wanna get in trouble
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight!
+
+So, so what?
+I'm still a rock star
+I got my rock moves
+And I don't need you
+And guess what?
+I'm having more fun
+And now that we're done
+I'm gonna show you tonight
+
+I'm alright
+I'm just fine
+And you're a tool
+So, so what?
+I am a rock star
+I got my rock moves
+And I don't want you tonight
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,73.22999999999999
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Forever,3NZJlJemX3mzjf56MqC5ML,"One, two, three, four
+Hey, hey, forever
+
+Hey, hey, forever
+
+It's you, and me
+Moving at the speed of light into eternity, yeah
+Tonight, is the night
+To join me in the middle of ecstasy
+Feel the melody and the rhythm of the music around you, around you
+
+I'ma take you there, I'ma take you there
+
+So don't be scared, I'm right here, baby
+We can go anywhere, go anywhere
+
+But first, it's your chance, take my hand, come with me
+
+It's like I waited my whole life
+For this one night
+It's gon' be me you and the dance floor
+'Cause we only got one night
+Double your pleasure
+Double your fun
+
+And dance forever ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever (forever)
+Ever, ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever on the dance floor
+
+Feels like we're on another level
+
+Feels like our love's intertwined
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.56
+Mike Posner,2KsP6tYLJlTBvSUxnwlVWa,Cooler Than Me - Single Mix,2V4bv1fNWfTcyRJKmej6Sj,"If I could write you a song to make you fall in love
+I would already have you up under my arm
+I used up all of my tricks, I hope that you like this
+But you probably won't, you think you're cooler than me
+
+You got designer shades, just to hide your face and
+You wear them around like, you're cooler than me
+And you never say hey, or remember my name
+And it's probably 'cause, you think you're cooler than me
+
+You got your high brow, shoes on your feet
+And you wear 'em around like it ain't sh-
+But you don't know the way that you look
+When your steps make that much noise, shh
+
+I got you all figured out
+You need everyone's eyes just to feel seen
+Behind your makeup
+Nobody knows who you even are
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.91
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Womanizer,4fixebDZAVToLbUCuEloa2,"Superstar, where you from? How's it going?
+I know you got a clue what you're doing
+You can play brand new to all the other chicks out here
+But I know what you are, what you are, baby
+
+Look at you gettin' more than just a re-up
+Baby, you got all the puppets with their strings up
+Fakin' like a good one but I call 'em like I see 'em
+I know what you are, what you are, baby
+
+Womanizer, woman-womanizer, you're a womanizer
+Oh, womanizer, oh, you're a womanizer, baby
+You, you-you are, you, you-you are
+Womanizer, womanizer, womanizer
+(Womanizer)
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You got me goin'
+(You!) You're oh so charmin'
+(You!) But I can't do it
+(You!) You womanizer
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You say I'm crazy
+(You!) I got your crazy
+(You!) You're nothing but a
+(You!) Womanizer
+
+Daddy-O, you got the swagger of a champion
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.91
+Muse,12Chz98pHFMPJEknJQMWvI,Uprising,4VqPOruhp5EdPBeR92t6lQ,"Paranoia is in bloom
+The PR transmissions will resume
+They'll try to push drugs that keep us all dumbed down
+And hope that we will never see the truth around
+(So come on)
+
+Another promise, another scene
+Another packaged lie to keep us trapped in greed
+And all the green belts wrapped around our minds
+And endless red tape to keep the truth confined
+(So come on)
+
+They will not force us
+They will stop degrading us
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,87.39
+Foo Fighters,7jy3rLJdDQY21OgRLCZ9sD,Best of You,5FZxsHWIvUsmSK1IAvm2pp,"I've got another confession to make
+I'm your fool
+Everyone's got their chains to break
+Holding you
+
+Were you born to resist or be abused?
+
+Is someone getting the best, the best, the best
+The best of you?
+Is someone getting the best, the best, the best
+The best of you?
+
+Are you gone and on to someone new?
+I needed somewhere to hang my head
+Without your noose
+You gave me something that I didn't have
+But had no use
+
+I was too weak to give in
+Too strong to lose
+My heart is under arrest again
+But I break loose
+
+My head is giving me life or death
+But I can't choose
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.59
+3 Doors Down,2RTUTCvo6onsAnheUk3aL9,Here Without You,3NLrRZoMF0Lx6zTlYqeIo4,"A hundred days have made me older
+Since the last time that I saw your pretty face
+A thousand lies have made me colder
+And I don't think I can look at this the same
+
+But all the miles that separate
+Disappear now when I'm dreaming of your face
+
+I'm here without you, baby
+But you're still on my lonely mind
+I think about you, baby
+And I dream about you all the time
+
+I'm here without you, baby
+But you're still with me in my dreams
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,37.16
+James Blunt,7KMqksf0UMdyA0UCf4R3ux,You're Beautiful,0vg4WnUWvze6pBOJDTq99k,"My life is brilliant
+
+My life is brilliant, my love is pure
+I saw an angel, of that I'm sure
+She smiled to me on the subway
+She was with another man
+But I won't lose no sleep on that
+'Cause I've got a plan
+
+You're beautiful, you're beautiful
+You're beautiful, it's true
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.85
+Natasha Bedingfield,7o95ZoZt5ZYn31e9z1Hc0a,Unwritten,3U5JVgI2x4rDyHGObzJfNf,"I am unwritten
+Can't read my mind, I'm undefined
+I'm just beginning
+The pen's in my hand, ending unplanned
+
+Staring at the blank page before you
+Open up the dirty window
+Let the sun illuminate the words that you cannot find
+Reaching for something in the distance
+So close you can almost taste it
+Release your inhibitions
+
+Feel the rain on your skin
+No one else can feel it for you
+Only you can let it in
+No one else, no one else
+Can speak the words on your lips
+Drench yourself in words unspoken
+Live your life with arms wide open
+Today is where your book begins
+The rest is still unwritten, yeah
+Oh, oh
+
+I break tradition
+Sometimes my tries, are outside the lines yeah, yeah
+We've been conditioned to not make mistakes
+But I can't live that way oh, oh
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.2299999999999999
+Miley Cyrus,5YGY8feqx7naU7z4HrwZM6,Party In The U.S.A.,5Q0Nhxo0l2bP3pNjpGJwV1,"I hopped off the plane at LAX
+With a dream and my cardigan
+Welcome to the land of fame excess (woah)
+Am I gonna fit in?
+Jumped in the cab, here I am for the first time
+Look to my right, and I see the Hollywood sign
+This is all so crazy
+Everybody seems so famous
+
+My tummy's turnin' and I'm feelin' kinda homesick
+Too much pressure and I'm nervous
+That's when the taxi man turned on the radio
+And a Jay-Z song was on
+And a Jay-Z song was on
+And a Jay-Z song was on
+
+So I put my hands up
+They're playin' my song, the butterflies fly away
+I'm noddin' my head like, yeah
+Movin' my hips like, yeah
+I got my hands up, they're playin' my song
+They know I'm gonna be okay
+Yeah, it's a party in the U.S.A.
+Yeah, it's a party in the U.S.A.
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.22
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Last Friday Night (T.G.I.F.),455AfCsOhhLPRc68sE01D8,"There's a stranger in my bed
+There's a pounding in my head
+Glitter all over the room
+Pink flamingos in the pool
+I smell like a minibar
+DJ's passed out in the yard
+Barbies on the barbecue
+This a hickey or a bruise?
+
+Pictures of last night ended up online, I'm screwed
+Oh, well
+It's a blacked out blur, but I'm pretty sure it ruled
+Damn
+
+Last Friday night
+Yeah, we danced on tabletops, and we took too many shots
+Think we kissed, but I forgot last Friday night
+Yeah, we maxed our credit cards and got kicked out of the bar
+So we hit the boulevard last Friday night
+We went streaking in the park, skinny-dipping in the dark
+Then had a ménage à trois last Friday night
+Yeah, I think we broke the law, always say we're gonna stop-op, oh-whoa
+
+But this Friday night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.71
+Rise Against,6Wr3hh341P84m3EI8qdn9O,Savior,1vcxF91pWs9uNwDROuiCPB,"It kills me not to know this
+But I've all but just forgotten
+What the colour of her eyes were
+And her scars or how she got them
+
+As the telling signs of age rain down
+A single tear is dropping
+Through the valleys of an aging face
+That this world has forgotten
+
+There is no reconciliation
+That will put me in my place
+And there is no time like the present
+To drink these draining seconds
+
+But seldom do these words ring true
+When I'm constantly failing you
+Walls that we just can't break through
+Until we disappear
+
+So tell me now
+If this ain't love then how do we get out?
+'Cause I don't know
+
+That's when she said
+""I don't hate you boy
+I just want to save you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.26
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,5R8dQOPq8haW94K7mgERlO,"Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+
+I wanna hold 'em like they do in Texas, please
+Fold 'em, let 'em, hit me, raise it, baby, stay with me (I love it)
+Love game intuition, play the cards with spades to start
+And after he's been hooked, I'll play the one that's on his heart
+
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.81
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,0VwNdo84DaVYLIkbVO86ND,"I remember when we broke up the first time
+Saying, ""This is it, I've had enough""
+'Cause like we hadn't seen each other in a month
+When you said you needed space
+What?
+
+Then you come around again and say
+""Baby, I miss you, and I swear I'm gonna change, trust me""
+Remember how that lasted for a day?
+I say, ""I hate you"", we break up, you call me, ""I love you""
+
+Ooh, ooh-ooh-ooh-ooh
+We called it off again last night but
+Ooh, ooh-ooh-ooh-ooh
+This time, I'm telling you, I'm telling you
+
+We are never, ever, ever getting back together
+We are never, ever, ever getting back together
+You go talk to your friends, talk to my friends, talk to me
+But we are never, ever, ever, ever getting back together
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.88000000000001
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Ride Wit Me,3Gf5nttwcX9aaSQXRWidEZ,"Where they at (Where they at)
+Where they at (Where they at)
+Where they at (Where they at)
+Where they at (Where they at)
+
+If you wanna go and take a ride wit me
+We three wheelin in the four with the gold CV's
+Oh why do I look this way?
+(Hey, must be the money)
+
+If you wanna go and get high wit me
+Smoke an L in the back with the benzen-e
+Oh why do I feel this way?
+(Hey, must be the money)
+
+In the club on the late night, feel ya right
+Lookin, tryin ta spot some real nice
+Lookin for a little shorty I noticed
+So that I can take home (I can take home)
+She can be 18 (18) wit a attitude or 19 kinda snotty actin real rude
+But as long as you a thicky thicky thick girl you know that it's on
+You know that it's on
+I peep summin comin towards me on the dance floor
+Sexy and real slow (hey) and sayin
+She was beepin and I dig the last video
+Somewhere that we could go
+How could I tell her no?
+Her measurements were 36-25-34
+
+I like the way you brush it
+And I like those stylish clothes you wear
+I like the way the light hit the ice and glare
+And I can see you movin way over there
+
+If you wanna go and take a ride wit me
+We three wheelin in the four with the gold CV's
+Oh why do I look this way?
+(Hey, must be the money)
+
+If you wanna go and get high wit me
+Smoke an L in the back with the benzen-e
+Oh why do I feel this way?
+(Hey, must be the money)
+
+Face a body front that, don't know how to act
+Without my vouchers all the hoochies bringing nothin back
+You should feel the impact, shop over plas when the skies the limit
+And them haters can't get past that
+Watch me as I gas that, four guy sig pley
+Was there any paint change, every time I switch lane
+It feel strange now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.3
+Ne-Yo,21E3waRsmPlU7jZsS13rcj,Miss Independent,34ceTg8ChN5HjrqiIYCn9Q,"Yeah yeah, yeah yeah
+Yeah yeah, yeah yeah
+Yeah yeah, yeah yeah yeah
+
+Ooh it's somethin' about
+Just somethin' about the way she move
+I can't figure it out
+It's somethin' about her
+
+Said ooh it's somethin' about
+Kind of woman that want you, but don't need you
+Hey, I can't figure it out
+It's somethin' about her
+
+'Cause she walk like a boss
+Talk like a boss
+Manicured nails to set the pedicure off
+She's fly effortlessly
+And she move like a boss
+Do what a boss do
+She got me thinkin' about gettin' involved
+That's the kind of girl I need, oh
+
+She got her own thing
+That's why I love her
+Miss Independent
+Won't you come and spend a little time?
+She got her own thing
+That's why I love her
+Miss Independent
+Ooh the way we shine, Miss Independent, yeah
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.66
+Sean Paul,3Isy6kedDrgPYoTS1dazA9,Get Busy,5qTvkDrSfvwDv6RBjjcfQr,"Shake that thing Miss Kana-Kana
+Shake that thing Miss Annabella
+Shake that thing yan Donna Donna
+Jodi and Rebecca
+
+Girl get busy, just shake that booty non-stop
+When the beat drops
+Just keep swinging it
+Get jiggy
+Get crunked up
+Percolate anything you want to call it
+Oscillate you hip and don't take pity
+Me want fi see you get live upon the riddim when me ride
+And me lyrics a provide electricity
+Gal nobody can tell you nuttin
+
+Can you done know your destiny
+
+Yo sexy ladies want par with us
+In a the car with us
+Them nah war with us
+In a the club them want flex with us
+To get next to us
+Them cah vex with us
+From the day me born jah ignite me flame
+Gal a call me name and its me fame
+Its all good girl turn-me-on
+Til a early mornin
+Let's get it on
+
+Let's get it on til a early morning
+Girl it's all good just turn me on
+
+Woman don't sweat it, don't get agitate just gwaan rotate
+Can anything you want you know you must get it
+From you name a mentuin
+Don't ease the tension just run the program gals wan pet it
+Just have a good time
+Gal free up unu mind caw nobody can dis you man won't let it can
+
+You a the number one gal
+Wave you hand
+Make them see you wedding band
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.32
+Norah Jones,2Kx7MNY7cI1ENniW7vT30N,Don't Know Why,1zNXF2svmdlNxfS5XeNUgr,"I waited 'til I saw the sun
+I don't know why I didn't come
+I left you by the house of fun
+I don't know why I didn't come
+I don't know why I didn't come
+
+When I saw the break of day
+I wished that I could fly away
+Instead of kneeling in the sand
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,51.06
+Wheatus,4mYFgEjpQT4IKOrjOUKyXu,Teenage Dirtbag,25FTMokYEbEWHEdss5JLZS,"Her name is Noelle
+I have a dream about her
+She rings my bell
+I got gym class in half an hour
+Oh, how she rocks
+In Keds and tube socks
+But she doesn't know who I am
+And she doesn't give a damn about me
+
+'Cause I'm just a teenage dirtbag, baby
+Yeah, I'm just a teenage dirtbag, baby
+Listen to Iron Maiden, baby, with me
+Oo-o-o-oo-o-oh
+
+Her boyfriend's a dick
+And he brings a gun to school
+And he'd simply kick
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,33.2
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Halo,4JehYebiI9JE8sR8MisGVb,"Remember those walls I built?
+Well, baby, they're tumbling down
+And they didn't even put up a fight
+They didn't even make a sound
+
+I found a way to let you in
+But I never really had a doubt
+Standin' in the light of your halo
+I got my angel now
+
+It's like I've been awakened
+Every rule I had you breakin'
+It's the risk that I'm takin'
+I ain't never gonna shut you out
+
+Everywhere I'm lookin' now
+I'm surrounded by your embrace
+Baby, I can see your halo
+You know you're my saving grace
+
+You're everything I need and more
+It's written all over your face
+Baby, I can feel your halo
+Pray it won't fade away
+
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.33999999999999
+Peter Bjorn and John,6u11Qbko2N2hP4lTBYjX86,Young Folks,4dyx5SzxPPaD8xQIid5Wjj,"If I told you things I did before, told you how I used to be
+Would you go along with someone like me?
+If you knew my story word for word, had all of my history
+Would you go along with someone like me?
+
+I did before and had my share, it didn't lead nowhere
+I would go along with someone like you
+It doesn't matter what you did, who you were hanging with
+We could stick around and see this night through
+
+And we don't care about the young folks
+Talking 'bout the young style
+And we don't care about the old folks
+Talking 'bout the old style too
+
+And we don't care about our own folks
+Talking 'bout our own style
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.37
+Madonna,6tbjWDEIzxoDsBA1FuhfPW,Hung Up,3850dYVgOFIXJh5U4BFEWH,"Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+
+Every little thing that you say or do
+I'm hung up
+I'm hung up on you
+Waitin' for your call
+Baby, night and day
+I'm fed up
+I'm tired of waiting on you
+
+Time goes by so slowly for those who wait
+No time to hesitate
+Those who run seem to have all the fun
+
+I'm caught up
+I don't know what to do
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+I don't know what to do
+
+Every little thing that you say or do
+I'm hung up
+I'm hung up on you
+Waiting for your call
+Baby, night and day
+I'm fed up
+I'm tired of waiting on you
+
+Every little thing that you say or do
+I'm hung up
+I'm hung up on you
+Waiting for your call
+Baby, night and day
+I'm fed up
+I'm tired of waiting on you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,82.71
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You Belong With Me,1GEBsLDvJGw7kviySRI6GX,"You're on the phone with your girlfriend, she's upset
+She's going off about something that you said
+'Cause she doesn't get your humor like I do
+
+I'm in the room, it's a typical Tuesday night
+I'm listening to the kind of music she doesn't like
+And she'll never know your story like I do
+
+But she wears short skirts
+I wear T-shirts
+She's Cheer Captain, and I'm on the bleachers
+Dreaming about the day when you wake up and find
+That what you're looking for has been here the whole time
+
+If you could see that I'm the one
+Who understands you
+Been here all along
+So, why can't you see?
+You belong with me
+You belong with me
+
+Walk in the streets with you in your worn-out jeans
+I can't help thinking this is how it ought to be
+Laughing on a park bench thinking to myself
+Hey, isn't this easy?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,51.470000000000006
+T.I.,4OBJLual30L7gRl5UkeRcT,Live Your Life,3jlbL2OTD5YmIunYzgQTAN,"(My life, my life ah) Ay... (my life oh, my life ah-ah) this a special what's happenin' to all my
+All my soldiers over there in Iraq (My life, my life ah, my life hoo, my life ah-ah)
+E'rybody right here (My life, my life ah)
+What you need to do is be thankful for the life you got (my life oh, my life ah-ah)
+You know what am sayin' (My life, my life ah)
+Stop lookin' at what you ain't got (my life oh, my life ah-ah)
+Start bein' thankful for what you do got (My life, my life ah)
+Let's give it to 'em baby girl, hey (my life oh, my life ha-ha)
+
+(Hey, hey, hey, yeah) You're gonna be, a shinin' star (that's right)
+(Yeah,ok yeah)in fancy clothes, and fancy cars (hey, hey, hey, yeah)
+And then you'll see, you're gonna go far (Go,hey)
+'Cause everyone knows(they know),just who ya are
+Rihanna let's get it
+
+So live your life (Ay-ay-ay-ay)
+You steady chasin' that paper
+Just live your life (Oh! Ay-ay-ay-ay)
+Ain't got no time for no haters (gram hustler homie)
+Just live your life (Ay- ay-ay- ay)
+No tellin' where it'll take ya
+Just live your life (Oh! Ay-ay-ay-ay, we did it again homie)
+Cause I'm a paper chaser (throw your hands up)
+Just livin' my life (ay) my life (Oh)
+My life (ay) my life (Oh)
+Just livin' my life (ay) my life (Oh)
+My life (ay) my life (Oh) just livin' my life
+Hey, never mind what haters say, ignore 'em 'til they fade away
+Amazin' they ungrateful after all the game I gave away
+Safe to say I paved the way for you cats to get paid today
+You'd still be wastin' days away now had I never saved the day
+Consider them my protege, homage I think they should pay
+Instead of bein' gracious, they violate in a major way
+I never been a hater, still, I love 'em in a crazy way
+Some say they sold the yay, you know they couldn't get work on Labor Day
+It ain't that black and white, it has an area the shade of gray
+I'm Westside anyway, even if I left today and stayed away
+Some move away to make a way, not move away cause they afraid
+I brought back to the hood, and all you ever did was take away
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.58
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Girlfriend,45hOioMDJktr86iKDHC8gr,"Hey, hey, you, you
+I don't like your girlfriend
+No way, no way
+I think you need a new one
+Hey, hey, you, you
+I could be your girlfriend
+
+Hey, hey, you, you
+I know that you like me
+No way, no way
+No, it's not a secret
+Hey, hey, you, you
+I want to be your girlfriend
+
+You're so fine, I want you mine, you're so delicious
+I think about you all the time, you're so addictive
+Don't you know what I can do to make you feel all right?
+
+Don't pretend, I think you know I'm damn precious
+And hell yeah, I'm the motherfucking princess
+I can tell you like me too, and you know I'm right
+
+She's like, so whatever
+You can do so much better
+I think we should get together now
+And that's what everyone's talking about
+
+Hey, hey, you, you
+I don't like your girlfriend
+No way, no way
+I think you need a new one
+Hey, hey, you, you
+I could be your girlfriend
+
+Hey, hey, you, you
+I know that you like me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.76
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Break Your Heart,7ElF5zxOwYP4qVSWVvse3W,"Whoa, whoa
+Whoa, whoa, whoa
+
+Now listen to me baby
+Before I love and leave you
+They call me heart breaker
+I don't wanna deceive you
+
+If you fall for me
+I'm not easy to please
+I might tear you apart
+Told you from the start
+Baby, from the start
+
+I'm only gonna break, break your, break, break your heart
+I'm only gonna break, break your, break, break your heart
+I'm only gonna break, break your, break, break your heart
+I'm only gonna break, break your, break, break your heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.74
+Shakira,0EmeFodog0BfCgMzAIvKQp,La Tortura (feat. Alejandro Sanz),5BSclXJTa9B0iURhUjZo50,"Ay payita mía
+Guárdate la poesía
+Guárdate la alegría pa'ti
+
+No pido que todos los días sean de sol
+No pido que todos los viernes sean de fiesta
+Tampoco te pido que vuelvas rogando perdón
+Si lloras con los ojos secos
+Y hablando de ella
+
+Ay amor me duele tanto
+
+Me duele tanto
+
+Que te fueras sin decir a donde
+Ay amor, fue una tortura perderte
+
+Yo se que no he sido un santo
+Pero lo puedo arreglar amor
+
+No solo de pan vive el hombre
+Y no de excusas vivo yo
+
+Solo de errores se aprende
+Y hoy se que tuyo es mi corazón
+
+Mejor te guardas todo eso
+A otro perro con ese hueso
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,54.23
+Daniel Powter,7xTcuBOIAAIGDOSvwYFPzk,Bad Day,0mUyMawtxj1CJ76kn9gIZK,"Where is the moment we needed the most?
+You kick up the leaves and the magic is lost
+They tell me your blue skies fade to grey
+They tell me your passion's gone away
+
+And I don't need no carryin' on
+
+You stand in the line just to hit a new low
+You're faking a smile with the coffee to go
+And tell me your life's been way offline
+You're falling to pieces every time
+
+And I don't need no carryin' on
+
+'Cause you had a bad day, you're taking one down
+You sing a sad song just to turn it around
+You say you don't know, you tell me, ""Don't lie""
+You work at a smile, and you go for a ride
+You had a bad day, the camera don't lie
+You're coming back down, and you really don't mind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.66000000000001
+Amy Macdonald,1hJuGCUpefX24GFmss9bjH,This Is The Life,2T3jgoAMbBXiMMD8pSc6QL,"Oh the wind whistles down
+The cold dark street tonight
+And the people they were
+Dancing to the music vibe
+And the boys chase the girls
+With the curls in their hair
+While the shy tormented youth sit way over there
+And the songs they get louder
+Each one better than before
+
+And you're singing the songs
+Thinking this is the life
+And you wake up in the morning
+And your head feels twice the size
+Where you gonna go? Where you gonna go?
+Where you gonna sleep tonight?
+
+And you're singing the songs
+Thinking this is the life
+And you wake up in the morning
+And your head feels twice the size
+Where you gonna go? Where you gonna go?
+Where you gonna sleep tonight?
+Where you gonna sleep tonight?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.29
+Eve,4d3yvTptO48nOYTPBcPFZC,Let Me Blow Ya Mind,3RmKpob8xzv1pzHEQrMJah,"Uh, uh, uh, huh
+Yo, yo
+
+Drop your glasses, shake your asses
+Face screwed up like you havin' hot flashes
+Which one, pick one, this one, classic
+Red from blonde, yeah, bitch I'm drastic
+Why this, why that, lips stop askin'
+Listen to me baby, relax and start passin'
+Expressway, head back, weavin' through the traffic
+This one strong should be labeled as a hazard
+
+Some of y'all niggas hot, sike I'm gassin'
+Clowns I spot 'em and I can't stop laughin'
+Easy come, easy go, E-V gon' be lastin'
+Jealousy, let it go, results could be tragic
+Some of y'all ain't writin' well
+Too concerned with fashion
+None of you ain't Giselle, cat walk and imagine
+A lot of y'all Hollywood, drama, casted
+Cut bitch, camera off, real shit, blast it
+
+If I had to give you more
+It's only been a year
+Now I got my foot through the door
+And I ain't goin' nowhere
+It took a while to get me here
+And I'm gonna take my time
+Don't fight that good shit in your ear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.64
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Human,1sTsuZTdANkiFd7T34H3nb,"I did my best to notice
+When the call came down the line
+Up to the platform of surrender
+I was brought, but I was kind
+And sometimes I get nervous
+When I see an open door
+Close your eyes
+Clear your heart
+Cut the cord
+
+Are we human
+Or are we dancer?
+My sign is vital
+My hands are cold
+And I'm on my knees
+Looking for the answer
+Are we human
+Or are we dancer?
+
+Pay my respects to grace and virtue
+Send my condolences to good
+Give my regards to soul and romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.63
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Hot In Herre,04KTF78FFg8sOHC1BADqbY,"It's hot in
+So hot in here
+So hot in (ah)
+Oh!
+
+Want a little bit of (uh, uh), and a little bit of (uh, uh)
+Just a little bit of, just a little bit of
+Just a little bit of, just a little bit of
+
+I was like, good gracious, ass is bodacious (uh)
+Flirtatious, tryna show patience (ah)
+I'm waitin' for the right time to shoot my steez (you know)
+Waitin' for the right time to flash them keys
+Then, uh, I'm leavin', please believe in (oh)
+Me and the rest of my heathens
+Check it, got it locked at the top of the Fo' Seasons
+Penthouse, rooftop, birds I'm feedin'
+
+No deceivin', nothin' up my sleeve and
+No teasin', I need you to
+Get up, up on the dance floor
+Give that man what he askin' for (oh)
+'Cause I feel like bustin' loose
+And I feel like touchin' you, uh, uh
+And can't nobody stop the juice
+So baby, tell me, what's the use? I said
+
+It's gettin' hot in here (so hot)
+So take off all your clothes (ay)
+I am gettin' so hot
+I wanna take my clothes off (oh)
+It's gettin' hot in here (so hot)
+So take off all your clothes (ay)
+I am gettin' so hot
+I wanna take my clothes off (let it hang all out)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.66
+Shakira,0EmeFodog0BfCgMzAIvKQp,"Whenever, Wherever",2lnzGkdtDj5mtlcOW2yRtG,"Lucky you were born that far away so
+We could both make fun of distance
+Lucky that I love a foreign land for
+The lucky fact of your existence
+
+Baby, I would climb the Andes solely
+To count the freckles on your body
+Never could imagine there were only
+Ten million ways to love somebody
+
+Le-do-lo-le-lo-le, le-do-lo-le-lo-le
+Can't you see? I'm at your feet
+
+Whenever, wherever
+We're meant to be together
+I'll be there, and you'll be near
+And that's the deal, my dear
+There over, hereunder
+You'll never have to wonder
+We can always play by ear
+But that's the deal, my dear
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.39
+Amy Winehouse,6Q192DXotxtaysaqNPy5yR,"Valerie - Live At BBC Radio 1 Live Lounge, London / 2007",6nLvaCZFR1wEzW3sIKpsnr,"Well, sometimes I go out by myself
+And I look across the water
+
+And I think of all the things, what you're doing
+And in my head I paint a picture
+
+'Cause since I've come on home
+Well, my body's been a mess
+And I've missed your ginger hair
+And the way you like to dress
+
+Won't you come on over
+Stop makin' a fool out of me
+Why don't you come on over Valerie
+
+Valerie, Valerie, Valerie
+
+Did you have to go to jail
+Put your house on up for sale
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,47.67
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,By the Way,1f2V8U1BiWaC9aJWmpOARe,"Standing in line
+To see the show tonight
+And there's a light on
+Heavy glow
+
+By the way I tried to say
+I'll be there
+Waiting for
+
+Dani the girl
+Is singing songs to me
+Beneath the marquee
+Overload
+
+Steak-knife
+Card shark
+Con job
+Boot cut
+
+Skin that flick
+She's such a little DJ
+Get there quick
+By street but not the freeway
+
+Turn that trick
+To make a little leeway
+Beat that nic
+But not the way that we play
+
+Dog town
+Blood bath
+Rib cage
+Soft tail
+
+Standing in line
+To see the show tonight
+And there's a light on
+Heavy glow
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.16
+Leona Lewis,5lKZWd6HiSCLfnDGrq9RAm,Bleeding Love,7wZUrN8oemZfsEd1CGkbXE,"Ooh-ooh
+Hey
+
+Closed off from love, I didn't need the pain
+Once or twice was enough and it was all in vain
+Time starts to pass, before you know it you're frozen, ooh
+But something happened for the very first time with you
+My heart melted to the ground found somethin' true
+And everyone's looking 'round thinking I'm going crazy, ooh I
+
+But I don't care what they say
+I'm in love with you
+They try to pull me away
+But they don't know the truth
+My heart's crippled by the vein that I keep on closing
+You cut me open and I
+
+Keep bleeding
+Keep, keep bleeding love
+I keep bleeding
+I keep, keep bleeding love
+Keep bleeding
+Keep, keep bleeding love
+You cut me open
+
+Trying hard not to hear, but they talk so loud
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.85
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Right Round,3GpbwCm3YxiWDvy29Uo3vP,"You spin my head right round, right round
+When you go down, when you go down, down
+You spin my head right round, right round
+When you go down, when you go down, down
+Hey
+
+Walk out the house with my swagger
+Hop in the whip yo I got places to go
+People to see, time is precious
+I look at my Cartier, out of control
+Just like my mind where I'm going
+No women, no shorties, no nothing my clothes
+No stomping on my Perreli's on froze
+Unlike my jewelry that's always on cold
+I know the storm is coming
+
+My pockets keep telling me it's gonna shower
+Call up my homies it's on and poppin' tonight 'cause it's meant to be ours
+We keep a fade away shot 'cause we balling this platinum patron every hour
+Look momma I owe you just like the flowers
+Girl you the truth with all that goody sour
+Go
+
+You spin my head right round, right round
+When you go down, when you go down, down
+You spin my head right round, right round
+When you go down, when you go down, down
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.93
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Marry You,22PMfvdz35fFKYnJyMn077,"It's a beautiful night, we're looking for something dumb to do
+Hey baby, I think I wanna marry you
+Is it the look in your eyes or is it this dancing juice?
+Who cares, baby, I think I wanna marry you
+
+Well, I know this little chapel on the boulevard we can go
+No one will know, oh, come on girl
+Who cares if we're trashed, got a pocket full of cash we can blow
+Shots of patron and it's on, girl
+
+Don't say no, no, no, no, no
+Just say yeah, yeah, yeah, yeah, yeah
+And we'll go, go, go, go, go
+If you're ready, like I'm ready
+
+'Cause it's a beautiful night, we're looking for something dumb to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.57
+Green Day,7oPftvlwr6VrsViSDV7fJY,21 Guns,64yrDBpcdwEdNY9loyEGbX,"Do you know what's worth fighting for
+When it's not worth dying for?
+Does it take your breath away
+And you feel yourself suffocating?
+Does the pain weigh out the pride?
+And you look for a place to hide
+Did someone break your heart inside?
+You're in ruins
+
+One, 21 guns
+Lay down your arms, give up the fight
+One, 21 guns
+Throw up your arms into the sky
+You and I
+
+When you're at the end of the road
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,72.91
+Seether,6B5c4sch27tWHAGdarpPaW,Fake It,4eAwB5pnKFTmsgc3zWoYO0,"Who's to know if your soul will fade at all?
+The one you sold to fool the world
+You lost your self esteem along the way, yeah
+
+Good god, you're coming up with reasons
+Good god, you're dragging it out
+Good god, it's the changing of the seasons
+I feel so raped, so follow me down
+
+Just fake it if you're out of direction
+Fake it if you don't belong here
+Fake it if you feel like infection
+Whoa, you're such a fucking hypocrite
+
+You should know that the lies won't hide your flaws
+No sense in hiding all of yours
+You gave up on your dreams along the way, yeah
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,5.3
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Circus,7jk7gqyEonmVVYahZN5zhW,"There's only two types of people in the world
+The ones that entertain, and the ones that observe
+Well, baby, I'm a put-on-a-show kind of girl
+Don't like the back seat, gotta be first (oh-oh)
+I'm like the ring leader, I call the shots (call the shots)
+I'm like a firecracker, I make it hot
+
+When I put on a show
+I feel the adrenaline moving through my veins
+Spotlight on me and I'm ready to break
+I'm like a performer, the dance floor is my stage
+Better be ready, hope that you feel the same
+
+All eyes on me in the center of the ring just like a circus
+When I crack that whip everybody gon' trip just like a circus
+Don't stand there watching me, follow me, show me what you can do
+Everybody let go, we can make a dance floor just like a circus
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.53
+The Calling,5aMmmNxw4vgpc5XC6hK0zp,Wherever You Will Go,5QpaGzWp0hwB5faV8dkbAz,"So lately, been wondering
+Who will be there to take my place
+When I'm gone, you'll need love
+To light the shadows on your face
+
+If a great wave shall fall
+And fall upon us all
+Then between the sand and stone
+Could you make it on your own
+
+If I could, then I would
+I'll go wherever you will go
+Way up high or down low
+I'll go wherever you will go
+
+And maybe, I'll find out
+A way to make it back someday
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.2
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Locked out of Heaven,3w3y8KPTfNeOKPiqUTakBh,"One, two, one, two, three
+Oh, yeah, yeah
+Oh, yeah, yeah, yeah, yeah (ooh)
+Oh, yeah, yeah
+Oh, yeah, yeah, yeah, yeah (ooh)
+
+Never had much faith in love or miracles (ooh)
+Never wanna put my heart on the line (ooh)
+But swimmin' in your water's something spiritual (ooh)
+I'm born again every time you spend the night (ooh)
+
+'Cause your sex takes me to paradise
+Yeah, your sex takes me to paradise
+And it shows
+Yeah, yeah, yeah
+
+'Cause you make me feel like
+I've been locked out of heaven
+For too long, for too long
+Yeah, you make me feel like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.44
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,There's Nothing Holdin' Me Back,7JJmb5XwzOO8jgpou264Ml,"I wanna follow where she goes
+I think about her and she knows it
+I wanna let her take control
+'Cause every time that she gets close, yeah
+
+She pulls me in enough to keep me guessin', hmm
+
+And maybe I should stop and start confessin'
+Confessin', yeah
+
+Oh, I've been shakin'
+I love it when you go crazy
+You take all my inhibitions
+Baby, there's nothing holdin' me back
+You take me places that tear up my reputation
+Manipulate my decisions
+Baby, there's nothing holdin' me back
+
+There's nothing holdin' me back
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,49.39
+a-ha,2jzc5TC5TVFLXQlBNiIUzE,Take on Me,2WfaOiMkCvy7F5fcp2zZ8L,"We're talking away
+I don't know what I'm to say
+I'll say it anyway
+Today is another day to find you
+
+Shying away
+I'll be coming for your love, okay?
+
+Take on me (take on me)
+Take me on (take on me)
+I'll be gone
+In a day or two
+
+So needless to say
+I'm odds and ends
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.690000000000005
+James Arthur,4IWBUUAFIplrNtaOHcJPRM,Say You Won't Let Go,5uCax9HTNlzGybIStD3vDh,"I met you in the dark
+You lit me up
+You made me feel as though
+I was enough
+We danced the night away
+We drank too much
+I held your hair back when
+You were throwing up
+
+Then you smiled over your shoulder
+For a minute, I was stone cold sober
+I pulled you closer to my chest
+And you asked me to stay over
+I said, ""I already told ya
+I think that you should get some rest""
+
+I knew I loved you then, but you'd never know
+'Cause I played it cool when I was scared of letting go
+I knew I needed you, but I never showed
+But I wanna stay with you until we're grey and old
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.50999999999999
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Something Just Like This,6RUKPb4LETWmmr3iAEQktW,"I've been reading books of old
+The legends and the myths
+Achilles and his gold
+Hercules and his gifts
+Spider-Man's control
+And Batman with his fists
+And clearly, I don't see myself upon that list
+
+But she said, ""Where'd you wanna go?
+How much you wanna risk?
+I'm not looking for somebody with some superhuman gifts
+Some superhero
+Some fairy tale bliss
+Just something I can turn to
+Somebody I can kiss""
+
+I want something just like this
+Doo-doo-doo, doo-doo-doo
+Doo-doo-doo, doo, doo-doo
+Doo-doo-doo, doo-doo-doo
+Oh, I want something just like this
+Doo-doo-doo, doo-doo-doo
+Doo-doo-doo, doo, doo-doo
+Da-da-da, da-da-da
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.94
+Avicii,1vCWHaC5f2uS3yhpwWbIA6,Wake Me Up,0nrRP2bk19rLc0orkWPQk2,"Feeling my way through the darkness
+Guided by a beating heart
+I can't tell where the journey will end
+But I know where to start
+
+They tell me I'm too young to understand
+They say I'm caught up in a dream
+Well life will pass me by if I don't open up my eyes
+Well, that's fine by me
+
+So wake me up when it's all over
+When I'm wiser and I'm older
+All this time, I was finding myself, and I
+Didn't know I was lost
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.01
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Memories,4cktbXiXOapiLBMprHFErI,"Here's to the ones that we got
+Cheers to the wish you were here, but you're not
+'Cause the drinks bring back all the memories
+Of everything we've been through
+Toast to the ones here today
+Toast to the ones that we lost on the way
+'Cause the drinks bring back all the memories
+And the memories bring back, memories bring back you
+
+There's a time that I remember, when I did not know no pain
+When I believed in forever, and everything would stay the same
+Now my heart feel like December when somebody say your name
+'Cause I can't reach out to call you, but I know I will one day, yeah
+
+Everybody hurts sometimes
+Everybody hurts someday, ayy-ayy
+But everything gon' be alright
+Go and raise a glass and say, ayy
+
+Here's to the ones that we got
+Cheers to the wish you were here, but you're not
+'Cause the drinks bring back all the memories
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.34
+Imagine Dragons,53XhwfbYqKCa1cC15pYq2q,Thunder,1zB4vmk8tFRmM9UULNzbLB,"Just a young gun with a quick fuse
+I was uptight, wanna let loose
+I was dreaming of bigger things and
+Wanna leave my own life behind
+Not a ""Yes sir"", not a follower
+Fit the box, fit the mold
+Have a seat in the foyer, take a number
+I was lightning before the thunder
+
+Thunder, thunder
+Thunder, thun-, thunder
+Thun-thun-thunder, thunder
+Thunder, thunder, thun-, thunder
+Thun-thun-thunder, thunder
+
+Thunder, feel the thunder
+Lightning and the thunder
+Thunder, feel the thunder
+Lightning and the thunder
+Thunder, thunder
+Thunder
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,79.46
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,Adore You,3jjujdWJ72nww5eGnfs2E7,"Walk in your rainbow paradise (paradise)
+Strawberry lipstick state of mind (state of mind)
+I get so lost inside your eyes
+Would you believe it?
+
+You don't have to say you love me
+You don't have to say nothing
+You don't have to say you're mine
+
+Honey (ah-ah-ah)
+I'd walk through fire for you
+Just let me adore you
+Oh, honey (ah-ah-ah)
+I'd walk through fire for you
+Just let me adore you
+Like it's the only thing I'll ever do
+Like it's the only thing I'll ever do
+
+Your wonder under summer sky (summer sky)
+Brown skin and lemon over ice
+Would you believe it?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.05
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Viva La Vida,1mea3bSkSGXuIRvnydlB5b,"I used to rule the world
+Seas would rise when I gave the word
+Now in the morning, I sleep alone
+Sweep the streets I used to own
+
+I used to roll the dice
+Feel the fear in my enemy's eyes
+Listened as the crowd would sing
+""Now the old king is dead, long live the king""
+
+One minute I held the key
+Next, the walls were closed on me
+And I discovered that my castles stand
+Upon pillars of salt and pillars of sand
+
+I hear Jerusalem bells a-ringing
+Roman cavalry choirs are singing
+Be my mirror, my sword and shield
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.91
+John Legend,5y2Xq6xcjJb2jVM54GHK3t,All of Me,3U4isOIWM3VvDubwSI3y7a,"What would I do without your smart mouth?
+Drawing me in, and you kicking me out
+You've got my head spinning, no kidding
+I can't pin you down
+
+What's going on in that beautiful mind?
+I'm on your magical mystery ride
+And I'm so dizzy, don't know what hit me
+But I'll be alright
+
+My head's underwater
+But I'm breathing fine
+You're crazy and I'm out of my mind
+
+'Cause all of me loves all of you
+Love your curves and all your edges
+All your perfect imperfections
+Give your all to me, I'll give my all to you
+You're my end and my beginning
+Even when I lose, I'm winning
+
+'Cause I give you all of me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.76
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Photograph,1HNkqx9Ahdgi1Ixy2xkKkL,"Loving can hurt
+Loving can hurt sometimes
+But it's the only thing
+That I know
+
+And when it gets hard
+You know it can get hard sometimes
+It is the only thing that makes us feel alive
+
+We keep this love in a photograph
+We make these memories for ourselves
+Where our eyes are never closing
+Hearts are never broken
+And time's forever frozen still
+
+So you can keep me
+Inside the pocket of your ripped jeans
+Holdin' me closer 'til our eyes meet
+You won't ever be alone
+Wait for me to come home
+
+Loving can heal
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.03
+Elton John,3PhoLpVuITZKcymswpck5b,I'm Still Standing,1jDJFeK9x3OZboIAHsY9k2,"You could never know what it's like
+Your blood like winter freezes just like ice
+And there's a cold lonely light that shines from you
+You'll wind up like the wreck you hide behind that mask you use
+
+And did you think this fool could never win?
+Well, look at me, I'm coming back again
+I got a taste of love in a simple way
+And if you need to know while I'm still standing, you just fade away
+
+Don't you know I'm still standing better than I ever did
+Looking like a true survivor, feeling like a little kid
+I'm still standing after all this time
+Picking up the pieces of my life without you on my mind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.89
+Bon Jovi,58lV9VcRSjABbAbfWS6skp,Livin' On A Prayer,37ZJ0p5Jm13JPevGcx4SkF,"Once upon a time
+Not so long ago
+
+Tommy used to work on the docks
+Union's been on strike, he's down on his luck
+It's tough, so tough
+
+Gina works the diner all day
+Working for her man, she brings home her pay for love
+Mmm, for love
+
+She says, ""We've gotta hold on to what we've got
+It doesn't make a difference if we make it or not
+We got each other, and that's a lot for love
+We'll give it a shot""
+
+Whoa, we're half way there
+Oh-oh, livin' on a prayer
+Take my hand, we'll make it, I swear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.52
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Love On The Brain,5oO3drDxtziYU2H1X23ZIp,"And you got me like oh
+What you want from me?
+(What you want from me?)
+And tried to buy your pretty heart
+But the price's too high
+
+Baby you got me like oh
+You love when I fall apart
+(Fall apart)
+So you can put me together
+And throw me against the wall
+
+Baby you got me like ah, woo, ah
+
+Don't you stop loving me
+(Loving me) Don't quit loving me
+(Loving me) Just start loving me
+(Loving me)
+
+Oh, and babe I'm fist fighting with fire
+Just to get close to you
+Can we burn something babe?
+And I'll run for miles just to get a taste
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Closer,7BKLCZ1jbUBVqRi2FVlTVw,"Hey, I was doing just fine before I met you
+I drink too much and that's an issue, but I'm okay
+Hey, you tell your friends it was nice to meet them
+But I hope I never see them again
+
+I know it breaks your heart
+Moved to the city in a broke-down car, and
+Four years, no calls
+Now you're looking pretty in a hotel bar
+And I-I-I can't stop
+No, I-I-I can't stop
+
+So, baby, pull me closer
+In the backseat of your Rover
+That I know you can't afford
+Bite that tattoo on your shoulder
+Pull the sheets right off the corner
+Of that mattress that you stole
+From your roommate back in Boulder
+We ain't ever getting older
+
+We ain't ever getting older
+
+We ain't ever getting older
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.07
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Treat You Better,3QGsuHI8jO1Rx4JWLUh9jd,"I won't lie to you
+I know he's just not right for you
+And you can tell me if I'm off
+But I see it on your face
+When you say that he's the one that you want
+And you're spending all your time
+In this wrong situation
+And anytime you want it to stop
+
+I know I can treat you better than he can
+And any girl like you deserves a gentleman
+
+Tell me, why are we wasting time
+On all your wasted crying
+When you should be with me instead?
+I know I can treat you better
+Better than he can
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.0
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,Falling,1ZMiCix7XSAbfAJlEZWMCp,"I'm in my bed
+And you're not here
+And there's no one to blame but the drink in my wandering hands
+Forget what I said
+It's not what I meant
+And I can't take it back, I can't unpack the baggage you left
+
+What am I now? What am I now?
+What if I'm someone I don't want around?
+I'm falling again, I'm falling again, I'm falling
+What if I'm down? What if I'm out?
+What if I'm someone you won't talk about?
+I'm falling again, I'm falling again, I'm falling
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.43
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Shallow,2VxeLyX666F8uXCJ0dZF8B,"Tell me something, girl
+Are you happy in this modern world?
+Or do you need more?
+Is there something else you're searchin' for?
+
+I'm falling
+In all the good times, I find myself longin' for change
+And in the bad times, I fear myself
+
+Tell me something, boy
+Aren't you tired trying to fill that void?
+Or do you need more?
+Ain't it hard keeping it so hardcore?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,49.830000000000005
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt,"Guess it's true, I'm not good at a one-night stand
+
+But I still need love 'cause I'm just a man
+
+These nights never seem to go to plan
+
+I don't want you to leave, will you hold my hand?
+
+Oh, won't you stay with me?
+
+'Cause you're all I need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.06
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,A Sky Full of Stars,0FDzzruyVECATHXKHFs9eJ,"'Cause you're a sky, 'cause you're a sky full of stars
+I'm gonna give you my heart
+'Cause you're a sky, 'cause you're a sky full of stars
+'Cause you light up the path
+
+I don't care, go on and tear me apart
+I don't care if you do, ooh-ooh, ooh
+'Cause in a sky, 'cause in a sky full of stars
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,1.4500000000000002
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0,"For all the times that you rained on my parade
+And all the clubs you get in using my name
+You think you broke my heart, oh, girl, for goodness' sake
+You think I'm crying on my own, well, I ain't
+
+And I didn't wanna write a song
+'Cause I didn't want anyone thinkin' I still care, I don't, but
+You still hit my phone up
+And baby, I'll be movin' on
+And I think you should be somethin' I don't wanna hold back
+Maybe you should know that
+
+My mama don't like you and she likes everyone
+And I never like to admit that I was wrong
+And I've been so caught up in my job
+Didn't see what's going on, but now I know
+I'm better sleeping on my own
+
+'Cause if you like the way you look that much
+Oh, baby, you should go and love yourself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.64999999999999
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Maps,4gbVRS8gloEluzf0GzDOFc,"I miss the taste of a sweeter life
+I miss the conversation
+I'm searching for a song tonight
+I'm changing all of the stations
+
+I like to think that we had it all
+We drew a map to a better place
+But on that road, I took a fall
+Oh baby, why did you run away?
+
+I was there for you in your darkest times
+I was there for you in your darkest night
+
+But I wonder, where were you?
+When I was at my worst down on my knees
+And you said you had my back
+So I wonder, where were you?
+When all the roads you took came back to me
+So I'm following the map that leads to you
+
+The map that leads to you
+Ain't nothing I can do
+The map that leads to you
+Following, following, following to you
+
+The map that leads to you
+Ain't nothing I can do
+The map that leads to you
+Following, following, following
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.02
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Thinking out Loud,34gCuhDGsG4bRPIf9bb02f,"When your legs don't work like they used to before
+And I can't sweep you off of your feet
+
+Will your mouth still remember the taste of my love?
+Will your eyes still smile from your cheeks?
+
+And, darling, I will
+Be loving you 'til we're 70
+
+And, baby, my heart
+Could still fall as hard at 23
+
+And I'm thinking 'bout how
+
+People fall in love in mysterious ways
+Maybe just the touch of a hand
+Well, me, I fall in love with you every single day
+And I just wanna tell you I am
+
+So, honey, now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.51
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Before You Go,2gMXnyrvIjhVBUZwvLZDMP,"I fell by the wayside, like everyone else
+I hate you, I hate you, I hate you
+But I was just kidding myself
+Our every moment, I start to replace
+'Cause now that they're gone
+All I hear are the words that I needed to say
+
+When you hurt under the surface
+Like troubled water running cold
+Well, time can heal, but this won't
+
+So, before you go
+Was there something I could've said
+To make your heart beat better?
+If only I'd have known you had a storm to weather
+So, before you go
+Was there something I could've said
+To make it all stop hurting?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.620000000000005
+TOTO,0PFtn5NtBbbUNbU9EAmIWF,Africa,2374M0fQpWi3dLnB54qaLX,"Come on up
+Hey
+
+I hear the drums echoing tonight
+But she hears only whispers of some quiet conversation
+She's coming in 12:30 flight
+The moonlit wings reflect the stars that guide me towards salvation
+
+I stopped an old man along the way
+Hoping to find some long forgotten words or ancient melodies
+He turned to me as if to say
+Hurry boy, it's waiting there for you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+The Goo Goo Dolls,2sil8z5kiy4r76CRTXxBCA,Iris,6Qyc6fS4DsZjB2mRW9DsQs,"And I'd give up forever to touch you
+'Cause I know that you feel me somehow
+You're the closest to heaven that I'll ever be
+And I don't want to go home right now
+
+And all I can taste is this moment
+And all I can breathe is your life
+And sooner or later, it's over
+I just don't wanna miss you tonight
+
+And I don't want the world to see me
+'Cause I don't think that they'd understand
+When everything's made to be broken
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,5.16
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Umbrella,49FYlytm3dAAraYgpoJZux,"Uh-huh, uh-huh (yeah, Rihanna)
+Uh-huh, uh-huh (good girl, gone bad)
+Uh-huh, uh-huh (take three, action)
+Uh-huh, uh-huh (Hov)
+
+No clouds in my stones
+Let it rain, I hydroplane in the bank
+Coming down with the Dow Jones
+When the clouds come, we gone, we Roc-A-Fella
+We fly higher than weather, in G5's or better
+You know me (you know me)
+In anticipation for precipitation, stack chips for the rainy day
+Jay, Rain Man is back
+With Little Miss Sunshine, Rihanna, where you at?
+
+You have my heart
+And we'll never be worlds apart
+Maybe in magazines
+But you'll still be my star
+Baby, 'cause in the dark
+You can't see shiny cars
+And that's when you need me there
+With you, I'll always share
+Because
+
+When the sun shine, we shine together
+Told you I'll be here forever
+Said I'll always be your friend
+Took an oath, I'ma stick it out to the end
+Now that it's raining more than ever
+Know that we'll still have each other
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.44
+Mark Ronson,3hv9jJF3adDNsBSIQDqcjp,Uptown Funk (feat. Bruno Mars),32OlwWuMpZ6b0aN2RZOeMS,"This hit, that ice cold
+Michelle Pfeiffer, that white gold
+This one, for them hood girls
+Them good girls, straight masterpieces
+Stylin', wilin'
+Livin' it up in the city
+Got Chucks on with Saint Laurent
+Gotta kiss myself, I'm so pretty
+
+I'm too hot (hot damn), uh
+Called a police and a fireman
+I'm too hot (hot damn)
+Make a dragon wanna retire, man
+I'm too hot (hot damn)
+Say my name, you know who I am
+I'm too hot (hot damn)
+And my band 'bout that money, break it down
+
+Girls, hit your hallelujah (woo)
+Girls, hit your hallelujah (woo)
+Girls, hit your hallelujah (woo)
+'Cause uptown funk gon' give it to you (woo)
+('Cause uptown funk gon' give it to you)
+'Cause uptown funk gon' give it to you
+Saturday night, and we in the spot
+Don't believe me, just watch, come on!
+
+Ah!
+Don't believe me, just watch, uh
+Ah!
+Don't believe me, just watch, uh
+
+Don't believe me, just watch, uh
+Don't believe me, just watch
+Don't believe me, just watch
+Hey, hey, hey, oh!
+
+Stop, wait a minute
+Fill my cup, put some liquor in it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.31
+Marshmello,64KEffDW9EtZ1y2vBYgq8T,Happier,2dpaYNEQHiRxtZbfNsse99,"Lately, I've been, I've been thinking
+I want you to be happier
+I want you to be happier
+
+When the morning comes
+When we see what we've become
+In the cold light of day
+We're a flame in the wind, not the fire that we've begun
+Every argument
+Every word we can't take back
+'Cause with all that has happened
+I think that we both know the way that this story ends
+
+Then only for a minute
+I want to change my mind 'cause
+This just don't feel right to me
+I wanna raise your spirits
+I want to see you smile, but
+Know that means I'll have to leave
+
+Know that means I'll have to leave
+
+Lately, I've been, I've been thinking
+I want you to be happier
+I want you to be happier
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.34
+WALK THE MOON,6DIS6PRrLS3wbnZsf7vYic,Shut Up and Dance,4kbj5MwxO1bq9wjT5g9HaA,"""Oh, don't you dare look back
+Just keep your eyes on me""
+I said, ""You're holding back""
+She said, ""Shut up and dance with me""
+This woman is my destiny
+She said, ""Ooh-hoo
+Shut up and dance with me""
+
+We were victims of the night
+The chemical, physical, kryptonite
+Helpless to the bass and faded light
+Oh, we were bound to get together
+Bound to get together
+
+She took my arm
+I don't know how it happened
+We took the floor and she said
+
+""Oh, don't you dare look back
+Just keep your eyes on me""
+I said, ""You're holding back""
+She said, ""Shut up and dance with me!""
+This woman is my destiny
+She said, ""Ooh-hoo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,68.0
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Stuck with U (with Justin Bieber),4HBZA5flZLE435QTztThqH,"Mmm
+Hey, yeah
+(That's just for fun)
+(What?)
+I'm not one to stick around
+One strike and you're out, baby
+Don't care if I sound crazy
+But you never let me down, no, no
+That's why when the sun's up, I'm stayin'
+Still layin' in your bed, Singin '
+Ooh, ooh, ooh, ooh
+Got all this time on my hands
+Might as well cancel our plans, yeah
+I could stay here for a lifetime
+So lock the door
+And throw out the key
+Can't fight this no more
+It's just you and me
+And there's nothing I, nothing I, I can do
+I'm stuck with you, stuck with you, stuck with you
+So, go ahead and drive me insane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.57000000000001
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,0SiywuOBRcynK0uKGWdCnn,"Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+I want your ugly, I want your disease
+I want your everything as long as it's free
+I want your love
+Love, love, love, I want your love (hey)
+
+I want your drama, the touch of your hand (hey)
+I want your leather-studded kiss in the sand
+I want your love
+Love, love, love, I want your love (love, love, love)
+(I want your love)
+
+You know that I want you
+And you know that I need you
+I want it bad, your bad romance
+
+I want your love, and I want your revenge
+You and me could write a bad romance (oh-oh-oh-oh-oh)
+I want your love and all your lover's revenge
+You and me could write a bad romance
+
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.74
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Story of My Life,4nVBt6MZDDP6tRVdQTgxJg,"Written in these walls are the stories that I can't explain
+
+I leave my heart open but it stays right here empty for days
+She told me in the morning she don't feel the same about us in her bones
+It seems to me that when I die these words will be written on my stone
+
+And I'll be gone, gone tonight
+The ground beneath my feet is open wide
+The way that I've been holding on too tight
+With nothing in between
+
+The story of my life, I take her home
+I drive all night to keep her warm and time is frozen (the story of, the story of)
+The story of my life, I give her hope
+I spend her love until she's broke inside
+The story of my life (the story of, the story of)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.05
+ABBA,0LcJLqbBmaGUft1e9Mm8HV,Dancing Queen,0GjEhVFGZW8afUYGChu3Rr,"You can dance, you can jive
+Having the time of your life, ooh
+See that girl, watch that scene
+Dig in the Dancing Queen
+
+Friday night and the lights are low
+Looking out for a place to go
+Where they play the right music, getting in the swing
+You come to look for a king
+
+Anybody could be that guy
+Night is young and the music's high
+With a bit of rock music, everything is fine
+You're in the mood for a dance
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.32
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Just the Way You Are,7BqBn9nzAq8spo5e7cZ0dJ,"Oh, her eyes, her eyes
+Make the stars look like they're not shining
+Her hair, her hair
+Falls perfectly without her trying
+She's so beautiful
+And I tell her every day
+
+Yeah, I know, I know
+When I compliment her, she won't believe me
+And it's so, it's so
+Sad to think that she don't see what I see
+But every time she asks me, ""Do I look okay?""
+I say
+
+When I see your face
+There's not a thing that I would change
+'Cause you're amazing
+Just the way you are
+And when you smile
+The whole world stops and stares for a while
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.68
+Bryan Adams,3Z02hBLubJxuFJfhacLSDc,Summer Of '69,0GONea6G2XdnHWjNZd6zt3,"I got my first real six-string
+Bought it at the five and dime
+Played it 'til my fingers bled
+Was the summer of '69
+
+Me and some guys from school
+Had a band and we tried real hard
+Jimmy quit and Jody got married
+I should've known we'd never get far
+
+Oh, when I look back now
+That summer seemed to last forever
+And if I had the choice
+Yeah, I'd always wanna be there
+Those were the best days of my life
+
+Ain't no use in complainin'
+When you got a job to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.15
+Train,3FUY2gzHeIiaesXtOAdB7A,"Hey, Soul Sister",4HlFJV71xXKIGcU3kRyttv,"Hey, hey
+Hey-hey, hey-hey
+Hey-hey, hey-hey
+
+Your lipstick stains
+On the front lobe of my left side brains
+I knew I wouldn't forget you
+And so I went and let you blow my mind
+
+Your sweet moonbeam
+The smell of you in every single dream I dream
+I knew when we collided
+You're the one I have decided who's one of my kind
+
+Hey, soul sister
+Ain't that Mr. Mister on the radio, stereo
+The way you move ain't fair, you know
+Hey, soul sister
+I don't wanna miss a single thing you do tonight
+
+Hey, hey
+Hey-hey, hey-hey
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.07000000000001
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Mercy,0AS63m1wHv9n4VVRizK6Hc,"You've got a hold on me
+Don't even know your power
+I stand a hundred feet
+But I fall when I'm around you
+Show me an open door
+Then you go and slam it on me
+I can't take anymore
+
+I'm saying
+Baby, please have mercy on me
+Take it easy on my heart
+Even though you don't mean to hurt me
+You keep tearing me apart
+
+Would you please have mercy, mercy on my heart?
+Would you please have mercy, mercy on my heart?
+
+I'd drive through the night
+Just to be near you, baby
+Heart open, testify
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.53
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",3e9HZxeyfWwjeyPAMmWSSQ,"Thought I'd end up with Sean
+But he wasn't a match
+Wrote some songs about Ricky
+Now I listen and laugh
+Even almost got married
+And for Pete, I'm so thankful
+Wish I could say ""thank you"" to Malcolm
+'Cause he was an angel
+
+One taught me love
+One taught me patience
+And one taught me pain
+Now, I'm so amazing
+Say I've loved and I've lost
+But that's not what I see
+So, look what I got
+Look at what you taught me
+And for that, I say
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next
+I'm so grateful for my ex
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next (next)
+I'm so
+
+Spend more time with my friends
+I ain't worried 'bout nothin'
+Plus, I met someone else
+We're havin' better discussions
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.69
+Ava Max,4npEfmQ6YuiwW1GpUmaq3F,Sweet but Psycho,7DnAm9FOTWE3cUvso43HhI,"Oh, she's sweet but a psycho
+A little bit psycho
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+Oh, she's hot but a psycho
+So left but she's right, though
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+
+She'll make you curse, but she a blessin'
+She'll rip your shirt within a second
+You'll be coming back, back for seconds
+With your plate, you just can't help it
+
+No, no, you'll play along
+Let her lead you on
+You'll be saying, ""No, no""
+Then saying, ""Yes, yes, yes""
+'Cause she messin' with your head
+
+Oh, she's sweet but a psycho
+A little bit psycho
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+Oh, she's hot but a psycho
+So left but she's right, though
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.24
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,This Is What You Came For,0azC730Exh71aQlOt9Zj3y,"Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+
+Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+You, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.24000000000001
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Sorry,09CtPGIpYB4BrO8qb1RGsF,"You gotta go and get angry at all of my honesty
+You know I try but I don't do too well with apologies
+I hope I don't run out of time, could someone call a referee?
+Cause I just need one more shot at forgiveness
+I know you know that I made those mistakes maybe once or twice
+By once or twice I mean maybe a couple a hundred times
+So let me, oh let me redeem, oh redeem, oh myself tonight
+Cause I just need one more shot at second chances
+
+Yeah, is it too late now to say sorry?
+Cause I'm missing more than just your body
+Is it too late now to say sorry?
+Yeah I know that I let you down
+Is it too late to say I'm sorry now?
+
+I'm sorry, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.92
+Whitney Houston,6XpaIBNiVzIetEPCWDvAFP,I Wanna Dance with Somebody (Who Loves Me),2tUBqZG2AbRi7Q0BIrVrEj,"Huh, yeah, woo!
+Hey yeah, huh
+Ooh yeah, uh-huh, yeah
+I wanna dance
+
+Clock strikes upon the hour
+And the sun begins to fade
+Still enough time to figure out
+How to chase my blues away
+I've done alright up 'til now
+It's the light of day that shows me how
+And when the night falls
+The loneliness calls
+
+Oh, I wanna dance with somebody
+I wanna feel the heat with somebody
+Yeah, I wanna dance with somebody
+With somebody who loves me
+
+Oh, I wanna dance with somebody
+I wanna feel the heat with somebody
+Yeah, I wanna dance with somebody
+With somebody who loves me
+
+I've been in love and lost to my senses
+Spinning through the town
+Sooner or later, the fever ends
+And I wind up feeling down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.86
+Panic! At The Disco,20JZFwl6HVl6yg8a4H3ZqK,High Hopes,1rqqCSm0Qe4I9rUvWncaom,"High, high hopes
+
+Had to have high, high hopes for a living
+Shooting for the stars when I couldn't make a killing
+Didn't have a dime, but I always had a vision
+Always had high, high hopes (high, high hopes)
+Had to have high, high hopes for a living
+Didn't know how, but I always had a feeling
+I was gonna be that one in a million
+Always had high, high hopes
+
+Mama said, ""Fulfill the prophecy
+Be something greater, go make a legacy""
+Manifest destiny back in the days
+We wanted everything, wanted everything
+Mama said, ""Burn your biographies
+Rewrite your history, light up your wildest dreams""
+Museum victories everyday
+We wanted everything, wanted everything
+
+Mama said, ""Don't give up, it's a little complicated
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.7
+Backstreet Boys,5rSXSAkZ67PYJSvpUpkOr7,I Want It That Way,47BBI51FKFwOMlIiX6m8ya,"Yeah
+
+You are my fire
+The one desire
+Believe when I say
+I want it that way
+
+But we are two worlds apart
+Can't reach to your heart
+When you say
+That I want it that way
+
+Tell me why
+Ain't nothin' but a heartache
+Tell me why
+Ain't nothin' but a mistake
+Tell me why
+I never wanna hear you say
+I want it that way
+
+Am I your fire?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,50.88
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Sugar,2iuZJX9X9P0GKaE93xcPjk,"I'm hurtin', baby, I'm broken down
+I need your lovin', lovin', I need it now
+When I'm without you, I'm somethin' weak
+You got me beggin', beggin', I'm on my knees, yeah (hey)
+
+I don't wanna be needing your love (hey)
+I just wanna be deep in your love (hey)
+And it's killin' me when you're away, ooh, baby (hey)
+'Cause I really don't care where you are (hey)
+I just wanna be there where you are (hey)
+And I gotta get one little taste
+
+Your sugar, yes, please
+Won't you come and put it down on me?
+I'm right here 'cause I need
+Little love and little sympathy
+Yeah, you show me good lovin', make it alright
+Need a little sweetness in my life
+Your sugar, yes, please
+Won't you come and put it down on me? (Ayy, uh, uh)
+
+My broken pieces, you pick 'em up
+Don't leave me hangin', hangin', come give me some
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.17
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,0HPD5WQqrq7wPWR7P7Dw1i,"Wake up in the morning feelin' like P. Diddy (hey, what up, girl?)
+Grab my glasses, I'm out the door, I'm gonna hit this city (let's go)
+Before I leave, brush my teeth with a bottle of Jack
+'Cause when I leave for the night, I ain't coming back
+
+I'm talking pedicure on our toes, toes
+Trying on all our clothes, clothes
+Boys blowing up our phones, phones
+Drop-topping, playing our favorite CDs
+Pulling up to the parties
+Trying to get a little bit tipsy
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Ain't got a care in the world, but got plenty of beer
+Ain't got no money in my pocket, but I'm already here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.02
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0,"One, one, one, one, one
+
+Talkin' in my sleep at night, makin' myself crazy
+(Out of my mind, out of my mind)
+Wrote it down and read it out, hopin' it would save me
+(Too many times, too many times)
+
+My love
+He makes me feel like nobody else, nobody else
+But my love
+He doesn't love me, so I tell myself, I tell myself
+
+One: Don't pick up the phone
+You know he's only callin' 'cause he's drunk and alone
+Two: Don't let him in, you'll have to kick him out again
+Three: Don't be his friend
+You know you're gonna wake up in his bed in the mornin'
+And if you're under him, you ain't gettin' over him
+
+I got new rules, I count 'em
+I got new rules, I count 'em
+I gotta tell them to myself
+I got new rules, I count 'em
+I gotta tell them to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.67
+P!nk,1KCSPY1glIKqW2TotWuXOR,Just Give Me a Reason (feat. Nate Ruess),1mKXFLRA179hdOWQBwUk9e,"Right from the start
+You had no-
+I forgot the words
+Hold on, we gonna do that over, we do over
+Screw that, I like that song
+Right from the start you were a... thief!
+That's what it was, okay lemme know when you're ready
+Sorry to screw that beautiful piano pieace, Jason
+
+Right from the start
+You were a thief, you stole my heart
+And I, your willing victim
+I let you see the parts of me, that weren't all that pretty
+And with every touch you fixed them
+
+You've been talking in your sleep (oh, oh)
+Things you never say to me (oh, oh)
+Tell me that you've had enough
+Of our love, our love
+
+Just give me a reason, just a little bit's enough
+Just a second we're not broken, just bent 'til we can learn to love again
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.73
+Pitbull,0TnOYISbd1XYRBk9myaseg,Timber (feat. Ke$ha),3cHyrEgdyYRjgJKSOiOtcS,"It's going down, I'm yelling timber
+You better move, you better dance
+Let's make a night you won't remember
+I'll be the one you won't forget
+
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+
+The bigger they are, the harder they fall
+This biggity boy's a diggity dog
+I have 'em like Miley Cyrus, clothes off
+Twerking in their bras and thongs (timber)
+Face down, booty up (timber)
+That's the way we like to what? (Timber)
+I'm slicker than an oil spill
+She say she won't, but I bet she will (timber)
+
+Swing your partner 'round and 'round
+End of the night, it's going down
+One more shot, another round
+End of the night, it's going down
+Swing your partner 'round and 'round
+End of the night, it's going down (oh-oh-oh)
+One more shot, another round
+End of the night, it's going down
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.25
+MAGIC!,0DxeaLnv6SyYk2DOqkLO8c,Rude,6RtPijgfPKROxEzTHNRiDp,"Saturday morning, jumped out of bed
+And put on my best suit
+Got in my car and raced like a jet
+All the way to you
+Knocked on your door with heart in my hand
+To ask you a question
+'Cause I know that you're an old-fashioned man
+Yeah (yeah)
+
+Can I have your daughter for the rest of my life?
+Say yes, say yes, 'cause I need to know
+You say I'll never get your blessing 'til the day I die
+""Tough luck, my friend, but the answer is no""
+
+Why you gotta be so rude?
+Don't you know I'm human too?
+Why you gotta be so rude?
+I'm gonna marry her anyway
+(Marry that girl) marry her anyway
+(Marry that girl) yeah, no matter what you say
+(Marry that girl) and we'll be a family
+Why you gotta be so rude?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,76.72
+Spice Girls,0uq5PttqEjj3IH1bzwcrXF,Wannabe,1Je1IMUlBXcx1Fz0WE7oPT,"Yo, I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you want my future, forget my past
+If you wanna get with me, better make it fast
+Now don't go wasting my precious time
+Get your act together, we could be just fine
+
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you wanna be my lover, you gotta get with my friends (gotta get with my friends)
+Make it last forever, friendship never ends
+If you wanna be my lover, you have got to give
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.9
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Bruises,4Of7rzpRpV1mWRbhp5rAqG,"Counting days, counting days
+Since my love up and got lost on me
+And every breath that I've been takin'
+Since you left feels like a waste on me
+
+I've been holding on to hope
+That you'll come back when you can find some peace
+'Cause every word that I've heard spoken
+Since you left feels like an hollow street
+
+I've been told, I've been told to get you off my mind
+But I hope I never lose the bruises that you left behind
+Oh my lord, oh my lord, I need you by my side
+
+There must be something in the water
+'Cause everyday it's getting colder
+And if only I could hold you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.97
+Jonas Brothers,7gOdHgIoIKoe4i9Tta6qdD,Sucker,22vgEDb5hykfaTwLuskFGD,"We go together
+Better than birds of a feather, you and me
+We change the weather, yeah
+I'm feeling heat in December when you're 'round me
+
+I've been dancing on top of cars and stumbling out of bars
+I follow you through the dark, can't get enough
+You're the medicine and the pain, the tattoo inside my brain
+And, baby, you know it's obvious
+
+I'm a sucker for you
+Say the word and I'll go anywhere blindly
+I'm a sucker for you, yeah
+Any road you take, you know that you'll find me
+I'm a sucker for all the subliminal things
+No one knows about you, about you, about you, about you
+And you're making the typical me, break my typical rules
+It's true, I'm a sucker for you, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,75.79
+Pharrell Williams,2RdwBSPQiwcmiDo9kixcl8,"Happy - From ""Despicable Me 2""",60nZcImufyMA1MKQY3dcCH,"It might seem crazy what I am 'bout to say
+Sunshine, she's here, you can take a break
+I'm a hot air balloon that could go to space
+With the air, like I don't care, baby by the way
+
+Huh (Because I'm happy)
+Clap along if you feel like a room without a roof
+(Because I'm happy)
+Clap along if you feel like happiness is the truth
+(Because I'm happy)
+Clap along if you know what happiness is to you
+(Because I'm happy)
+Clap along if you feel like that's what you wanna do
+
+Here come bad news talking this and that (Yeah)
+Well give me all you got, don't hold back (Yeah)
+Well I should probably warn you I'll be just fine (Yeah)
+No offense to you don't waste your time
+Here's why
+
+(Because I'm happy)
+Clap along if you feel like a room without a roof
+(Because I'm happy)
+Clap along if you feel like happiness is the truth
+(Because I'm happy)
+Clap along if you know what happiness is to you
+(Because I'm happy)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.65
+Calum Scott,6ydoSd3N2mwgwBHtF6K7eX,Dancing On My Own,2BOqDYLOJBiMOXShCV1neZ,"Somebody said you got a new friend
+But does she love you better than I can?
+And there's a big black sky over my town
+I know where you're at, I bet she's around
+
+And yeah, I know it's stupid
+But I just gotta see it for myself
+
+I'm in the corner, watching you kiss her, oh, oh-oh
+And I'm right over here, why can't you see me? Oh, oh-oh
+And I'm giving it my all, but I'm not the guy you're taking home
+Ooh-ooh-ooh, I keep dancing on my own, no
+
+I just wanna dance all night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.61
+Swedish House Mafia,1h6Cn3P4NGzXbaXidqURXs,Don't You Worry Child - Radio Edit,2V65y3PX4DkRhy1djlxd9p,"There was a time
+I used to look into my father's eyes
+In a happy home
+I was a king, I had a gold throne
+Those days are gone
+Now the memories are on the wall
+I hear the sounds
+From the places where I was born
+Upon the hill across the blue lake
+That's where I had my first heartbreak
+I still remember how it all changed
+My father said:
+""Don't you worry, don't you worry, child
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,58.75
+4 Non Blondes,0Je74SitssvJg1w4Ra2EK7,What's Up?,0jWgAnTrNZmOGmqgvHhZEm,"25 years and my life is still
+Trying to get up that great big hill of hope
+For a destination
+
+I realized quickly when I knew I should
+That the world was made up of this brotherhood of man
+For whatever that means
+
+And so I cry sometimes
+When I'm lying in bed just to get it all out
+What's in my head
+And I, I am feeling a little peculiar
+And so I wake in the morning
+And I step outside
+And I take a deep breath and I get real high
+And I scream from the top of my lungs
+What's going on?
+
+And I say, hey yeah yeah-eh-eh, hey yeah yeah
+I said hey, what's going on?
+And I say, hey yeah yeah-eh-eh, hey yeah yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.31
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Happier,2RttW7RAu5nOAfq6YFvApB,"Walking down 29th and park
+I saw you in another's arms
+Only a month we've been apart
+You look happier
+
+Saw you walk inside a bar
+He said something to make you laugh
+I saw that both your smiles were twice as wide as ours
+Yeah, you look happier, you do
+
+Ain't nobody hurt you like I hurt you
+But ain't nobody love you like I do
+Promise that I will not take it personal, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.84
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Havana (feat. Young Thug),1rfofaqEpACxVEHIZBJe6W,"Hey
+
+Havana, ooh na-na (ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+He took me back to East Atlanta, na-na-na, ah
+Oh, but my heart is in Havana (ayy)
+There's somethin' 'bout his manners (uh-huh)
+Havana, ooh-na-na (uh)
+
+He didn't walk up with that ""how you doin'?"" (uh)
+When he came in the room
+He said there's a lot of girls I can do with (uh)
+But I can't without you
+I knew him forever in a minute (hey)
+That summer night in June
+And papa says he got malo in him (uh)
+He got me feelin' like...
+
+Ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh (ayy)
+I knew it when I met him (ayy), I loved him when I left him
+Got me feelin' like, ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh
+And then I had to tell him, I had to go
+Oh-na-na-na-na-na (woo)
+
+Havana, ooh na-na (ayy, ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.64
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Dynamite,2CEgGE6aESpnmtfiZwYlbV,"I came to dance, dance, dance, dance (yeah)
+I hit the floor 'cause that's my plans, plans, plans, plans (yeah)
+I'm wearing all my favorite brands, brands, brands, brands (yeah)
+Give me some space for both my hands, hands, hands, hands
+Yeah, yeah
+
+'Cause it goes on, and on, and on
+And it goes on, and on, and on, yeah
+
+I throw my hands up in the air sometimes
+Saying, ""Ayo, gotta let go""
+I wanna celebrate and live my life
+Saying, ""Ayo, baby, let's go""
+'Cause we gon' rock this club, we gon' go all night
+We gon' light it up like it's dynamite
+'Cause I told you once, now I told you twice
+We gon' light it up like it's dynamite
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.29
+Snow Patrol,3rIZMv9rysU7JkLzEaC5Jp,Chasing Cars,5hnyJvgoWiQUYZttV4wXy6,"We'll do it all
+Everything
+On our own
+
+We don't need
+Anything
+Or anyone
+
+If I lay here
+If I just lay here
+Would you lie with me and just forget the world?
+
+I don't quite know
+How to say
+How I feel
+
+Those three words
+Are said too much
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,22.63
+Niall Horan,1Hsdzj7Dlq2I7tHP7501T4,This Town,0qvzXomUDJVaUboy2wMfiS,"Waking up to kiss you and nobody's there
+The smell of your perfume still stuck in the air
+It's hard
+Yesterday I thought I saw your shadow running round
+It's funny how things never change in this old town
+So far from the stars
+
+And I want to tell you everything
+The words I never got to say the first time around
+And I remember everything
+From when we were the children playing in this fairground
+Wish I was there with you now
+
+If the whole world was watching I'd still dance with you
+Drive highways and byways to be there with you
+Over and over the only truth
+Everything comes back to you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.55
+Lukas Graham,25u4wHJWxCA9vO0CzxAbK7,7 Years,5kqIPrATaCc2LqxVWzQGbk,"Once, I was seven years old, my mama told me
+""Go make yourself some friends, or you'll be lonely""
+Once, I was seven years old
+
+It was a big-big world, but we thought we were bigger
+Pushing each other to the limits, we were learning quicker
+By 11, smoking herb and drinking burning liquor
+Never rich, so we were out to make that steady figure
+
+Once, I was 11 years old, my daddy told me
+""Go get yourself a wife, or you'll be lonely""
+Once, I was 11 years old
+
+I always had that dream like my daddy before me
+So I started writing songs, I started writing stories
+Something about the glory just always seemed to bore me
+'Cause only those I really love will ever really know me
+
+Once, I was 20 years old, my story got told
+Before the morning sun, when life was lonely
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.14
+The Fray,0zOcE3mg9nS6l3yxt1Y0bK,How to Save a Life,5fVZC9GiM4e8vu99W0Xf6J,"Step one, you say, ""We need to talk""
+He walks, you say, ""Sit down, it's just a talk""
+He smiles politely back at you
+You stare politely right on through
+
+Some sort of window to your right
+As he goes left, and you stay right
+Between the lines of fear and blame
+You begin to wonder why you came
+
+Where did I go wrong? I lost a friend
+Somewhere along in the bitterness
+And I would have stayed up with you all night
+Had I known how to save a life
+
+Let him know that you know best
+'Cause after all, you do know best
+Try to slip past his defense
+Without granting innocence
+
+Lay down a list of what is wrong
+The things you've told him all along
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,11.64
+Jason Mraz,4phGZZrJZRo4ElhRtViYdl,I'm Yours,1EzrEOXmMH3G43AXT1y7pA,"Well, you done, done me in, you bet I felt it
+I tried to be chill, but you're so hot that I melted
+I fell right through the cracks
+Now I'm trying to get back
+
+Before the cool done run out, I'll be givin' it my bestest
+And nothing's gonna stop me but divine intervention
+I reckon it's again my turn
+To win some or learn some
+
+But I won't hesitate, no more, no more
+It cannot wait, I'm yours
+Hmm (hey, hey)
+
+Well, open up your mind and see like me
+Open up your plans and, damn, you're free
+Look into your heart, and you'll find love, love, love, love
+Listen to the music of the moment people dance and sing
+We're just one big family
+And it's our Godforsaken right to be loved, loved, loved, loved, loved
+
+So I won't hesitate, no more, no more
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.84
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Drag Me Down,2K87XMYnUMqLcX3zvtAF4G,"I've got fire for a heart
+I'm not scared of the dark
+You've never seen it look so easy
+I got a river for a soul
+And baby, you're a boat
+Baby, you're my only reason
+
+If I didn't have you, there would be nothing left
+The shell of a man that could never be his best
+If I didn't have you, I'd never see the sun
+You taught me how to be someone, yeah
+
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+
+Nobody, nobody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.59
+ZAYN,5ZsFI1h6hIdQRw2ti0hz81,I Don’t Wanna Live Forever (Fifty Shades Darker),55n9yjI6qqXh5F2mYvUc2y,"Been sitting eyes wide open behind these four walls, hoping you'd call
+
+It's just a cruel existence like there's no point hoping at all
+
+Baby, baby, I feel crazy, up all night, all night and every day
+Give me something, oh, but you say nothing
+What is happening to me?
+
+I don't wanna live forever, 'cause I know I'll be living in vain
+And I don't wanna fit wherever
+I just wanna keep calling your name until you come back home
+
+I just wanna keep calling your name until you come back home
+
+I just wanna keep calling your name until you come back home
+
+I'm sitting eyes wide open and I got one thing stuck in my mind
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.05
+Dean Lewis,3QSQFmccmX81fWCUSPTS7y,Be Alright,3EPXxR3ImUwfayaurPi3cm,"I look up from the ground to see your sad and teary eyes
+You look away from me, and I see there's something you're trying to hide, and I
+Reach for your hand but it's cold, you pull away again
+And I wonder what's on your mind
+
+And then you say to me you made a dumb mistake
+You start to tremble, and your voice begins to break, you say
+The cigarettes on the counter weren't your friend's, they were my mate's
+And I feel the color draining from my face
+
+And my friend said
+""I know you love her, but it's over, mate
+It doesn't matter, put the phone away
+It's never easy to walk away, let her go
+It'll be alright""
+
+So I still look back at all the messages you'd sent
+And I know it wasn't right, but it was fucking with my head
+And everything deleted like the past, yeah, it was gone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.67
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,09IStsImFySgyp0pIQdqAc,"Take a seat, right over there, sat on the stairs
+Stay or leave, the cabinets are bare, and I'm unaware
+Of just how we got into this mess, got so aggressive
+I know we meant all good intentions
+
+So pull me closer
+Why don't you pull me close?
+Why don't you come on over?
+I can't just let you go
+
+Oh, baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+
+Baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.13000000000001
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,5xEM5hIgJ1jjgcEBfpkt2F,"Uh-huh, life's like this
+Uh-huh, uh-huh, that's the way it is
+'Cause life's like this
+Uh-huh, uh-huh, that's the way it is
+
+Chill out, what you yelling for?
+Lay back, it's all been done before
+And if you could only let it be
+You would see
+
+I like you the way you are
+When we're driving in your car
+And you're talking to me, one on one
+But you've become
+
+Somebody else 'round everyone else
+You're watching your back like you can't relax
+You're trying to be cool
+You look like a fool to me
+Tell me
+
+Why do you have to go and make things so complicated?
+I see the way you're acting like you're somebody else
+Gets me frustrated
+Life's like this, you
+
+You fall, and you crawl, and you break
+And you take what you get, and you turn it into
+Honesty and promise me I'm never gonna find you fake it
+No, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.75
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr,"You call me all friendly
+Telling me how much you miss me
+That's funny, I guess you've heard my songs
+Well, I'm too busy for your business
+Go find a girl who wants to listen
+'Cause if you think I was born yesterday
+You have got me wrong
+
+So I cut you off
+I don't need your love
+'Cause I already cried enough
+I've been done
+I've been moving on, since we said goodbye
+I cut you off
+I don't need your love, so you can try all you want
+Your time is up, I'll tell you why
+
+You say you're sorry
+But it's too late now
+So save it, get gone, shut up
+'Cause if you think I care about you now
+Well, boy, I don't give a fuck
+
+I remember that weekend
+When my best friend caught you creeping
+You blamed it all on the alcohol
+So I made my decision
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.89
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Where Is The Love?,0xmjwnQ3FNE6HuWCt2nHdZ,"What's wrong with the world, mama?
+People livin' like they ain't got no mamas
+I think the whole world's addicted to the drama
+Only attracted to things that'll bring you trauma
+
+Overseas, yeah, we tryna stop terrorism
+But we still got terrorists here livin'
+In the USA, the big CIA
+The Bloods and The Crips and the KKK
+
+But if you only have love for your own race
+Then you only leave space to discriminate
+And to discriminate only generates hate
+And when you hate, then you're bound to get irate, yeah
+
+Madness is what you demonstrate
+And that's exactly how anger works and operates
+Man, you gotta have love just to set it straight
+Take control of your mind and meditate
+Let your soul gravitate to the love, y'all, y'all
+
+People killin', people dyin'
+Children hurt, hear them cryin'
+Can you practice what you preach
+Or would you turn the other cheek?
+
+Father, Father, Father, help us
+Send some guidance from above
+'Cause people got me, got me questionin'
+Where is the love (love)
+
+Where is the love? (The love)
+Where is the love? (The love)
+Where is the love, the love, the love?
+
+It just ain't the same, old ways have changed
+New days are strange, is the world insane?
+If love and peace are so strong
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.59
+Maroon 5,04gDigrS5kc9YWfZHwBETP,This Love,6ECp64rv50XVz93WvxXMGF,"I was so high, I did not recognize
+The fire burning in her eyes
+The chaos that controlled my mind
+Whispered goodbye as she got on a plane
+Never to return again but always in my heart, oh
+
+This love has taken its toll on me
+She said goodbye too many times before
+And her heart is breakin' in front of me
+And I have no choice
+'Cause I won't say goodbye anymore
+
+Whoa
+Whoa
+Whoa
+
+I tried my best to feed her appetite
+Keep her coming every night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.37
+Wham!,5lpH0xAS4fVfLkACg9DAuM,Wake Me Up Before You Go-Go,0ikz6tENMONtK6qGkOrU3c,"Jitterbug
+Jitterbug
+Jitterbug
+Jitterbug
+
+You put the boom-boom into my heart (ooh-ooh)
+You send my soul sky-high
+When your lovin' starts
+Jitterbug into my brain (yeah-yeah)
+Goes a bang-bang-bang
+'Til my feet do the same
+
+But something's bugging me
+Something ain't right
+My best friend told me
+What you did last night
+You left me sleeping in my bed
+I was dreaming
+But I should've been with you instead
+
+Wake me up before you go-go
+Don't leave me hanging on like a yo-yo
+Wake me up before you go-go
+I don't wanna miss it when you hit that high
+Wake me up before you go-go
+'Cause I'm not planning on going solo
+Wake me up before you go-go, ah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.69
+Usher,23zg3TcAtWQy7J6upgbUnj,DJ Got Us Fallin' In Love (feat. Pitbull),4356Typ82hUiFAynbLYbPn,"Usher
+Yeah, man
+
+So we back in the club
+With our bodies rocking from side to side, side-side to side
+Thank God the week is done
+I feel like a zombie gone back to life, back-back to life
+
+Hands up
+And suddenly, we all got our hands up
+No control of my body
+Ain't I seen you before?
+I think I remember those eyes, eyes, eyes
+Eyes, eye-eyes
+
+'Cause baby tonight
+The DJ got us falling in love again
+Yeah, baby tonight
+The DJ got us falling in love again
+So dance, dance
+Like it's the last, last night of your life, life
+Gon' get you right
+'Cause baby tonight
+The DJ got us falling in love again
+
+Keep downing drinks like there's
+No tomorrow, there's just right now, now, now, na-na-now, now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.89
+Cyndi Lauper,2BTZIqw0ntH9MvilQ3ewNY,Girls Just Want to Have Fun,4y1LsJpmMti1PfRQV9AWWe,"I come home, in the mornin' light
+My mother says, ""When you gonna live your life right?""
+Oh momma dear, we're not the fortunate ones
+And girls, they wanna have fun
+Oh girls just wanna have fun
+
+The phone rings, in the middle of the night
+My father yells, ""What you gonna do with your life?""
+Oh daddy dear, you know you're still number one
+But girls, they wanna have fun
+Oh girls just wanna have
+
+That's all they really want
+Some fun
+When the workin' day is done
+Oh girls, they wanna have fun
+Oh girls just wanna have fun (girls, they want)
+(Wanna have fun, girls)
+(Wanna have)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.57
+Adele,4dpARuHxo51G3z768sgnrY,Rolling in the Deep,1c8gk2PeTE04A1pIDH9YMk,"There's a fire starting in my heart
+Reaching a fever pitch, it's bringing me out the dark
+Finally I can see you crystal clear
+Go ahead and sell me out and I'll lay your ship bare
+
+See how I'll leave with every piece of you
+Don't underestimate the things that I will do
+There's a fire starting in my heart
+Reaching a fever pitch and it's bringing me out the dark
+
+The scars of your love remind me of us
+They keep me thinking that we almost had it all
+The scars of your love they leave me breathless
+I can't help feeling
+
+We could've had it all (you're gonna wish you)
+(Never had met me)
+Rolling in the deep (tears are gonna fall)
+(Rolling in the deep)
+
+You had my heart inside (you're gonna wish you)
+Of your hands (never had met me)
+And you played it (tears are gonna fall)
+To the beat (rolling in the deep)
+
+Baby, I have no story to be told
+But I've heard one on you, now I'm gonna make your head burn
+Think of me in the depths of your despair
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.18
+Billy Joel,6zFYqv1mOsgBRQbae3JJ9e,Uptown Girl,5zA8vzDGqPl2AzZkEYQGKh,"Uptown girl
+She's been living in her uptown world
+I bet she's never had a backstreet guy
+I bet her momma never told her why
+
+I'm gonna try for an uptown girl
+She's been living in her white-bred world
+As long as anyone with hot blood can
+And now she's looking for a downtown man
+That's what I am
+
+And when she knows what
+She wants from her time
+And when she wakes up
+And makes up her mind
+
+She'll see I'm not so tough
+Just because
+I'm in love with an uptown girl
+You know I've seen her in her uptown world
+She's getting tired of her high-class toys
+And all her presents from her uptown boys
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,46.49
+U2,51Blml2LZPmy7TTiAg47vQ,With Or Without You - Remastered,6ADSaE87h8Y3lccZlBJdXH,"See the stone set in your eyes
+See the thorn twist in your side
+I'll wait for you
+
+Sleight of hand and twist of fate
+On a bed of nails she makes me wait
+And I'll wait without you
+
+With or without you
+With or without you
+
+Through the storm we reach the shore
+You give it all but I want more
+And I'm waiting for you
+
+With or without you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,38.18
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Royals,2dLLR6qlu5UJ5gk0dKz0h3,"I've never seen a diamond in the flesh
+I cut my teeth on wedding rings in the movies
+And I'm not proud of my address
+In the torn-up town, no post code envy
+
+But every song's like gold teeth, Grey Goose, trippin' in the bathroom
+Blood stains, ball gowns, trashin' the hotel room
+
+We don't care, we're driving Cadillacs in our dreams
+
+But everybody's like Cristal, Maybach, diamonds on your time piece
+Jet planes, islands, tigers on a gold leash
+We don't care, we aren't caught up in your love affair
+
+And we'll never be royals (royals)
+It don't run in our blood
+That kind of lux just ain't for us
+We crave a different kind of buzz
+Let me be your ruler (ruler)
+You can call me Queen Bee
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.08
+Ellie Goulding,0X2BH1fck6amBIoJhDVmmJ,"Love Me Like You Do - From ""Fifty Shades Of Grey""",3zHq9ouUJQFQRf3cm1rRLu,"You're the light, you're the night
+You're the colour of my blood
+You're the cure, you're the pain
+You're the only thing I wanna touch
+Never knew that it could mean so much, so much
+
+You're the fear, I don't care
+'Cause I've never been so high
+Follow me through the dark
+Let me take you past our satellites
+You can see the world you brought to life, to life
+
+So love me like you do, la-la-love me like you do
+Love me like you do, la-la-love me like you do
+Touch me like you do, ta-ta-touch me like you do
+What are you waiting for?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.03
+Katrina & The Waves,2TzHIUhVpeeDxyJPpQfnV3,Walking On Sunshine,05wIrZSwuaVWhcv5FfqeH0,"I used to think maybe you loved me now baby I'm sure
+And I just can't wait till the day when you knock on my door
+Now every time I go for the mailbox, gotta hold myself down
+'Cause I just can't wait 'til you write me you're coming around
+I'm walking on sunshine (Wow!)
+I'm walking on sunshine (Wow!)
+I'm walking on sunshine (Wow!)
+And don't it feel good
+Hey, alright now
+And don't it feel good, hey
+
+I used to think maybe you loved me, now I know that it's true
+And I don't want to spend my whole life, just waiting to for you
+Now I don't want you back for the weekend
+Not back for a day, no no no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.75
+Jessie J,2gsggkzM5R49q6jpPvazou,Bang Bang,0puf9yIluy9W0vpMEUoAnN,"She got a body like an hourglass
+But I can give it to you all the time
+She got a booty like a Cadillac
+But I can send you into overdrive, oh
+
+You've been waiting for that
+Step on up, swing your bat
+See, anybody could be bad to you
+You need a good girl to blow your mind, yeah
+
+Bang-bang into the room (I know you want it)
+Bang-bang all over you (I'll let you have it)
+Just wait a minute, let me take you there (ah)
+And wait a minute 'til you (ah, hey!)
+
+Bang-bang, there goes your heart (I know you want it)
+Back-back seat of my car (I'll let you have it)
+Wait a minute, let me take you there (ah)
+Wait a minute 'til you (ah, hey!)
+
+She might've let you hold her hand in school
+But I'ma show you how to graduate (mhm)
+No, I don't need to hear you talk the talk (hey, hey, hey)
+Just come and show me what your mama gave, oh (alright)
+
+I heard you've got a very big (shh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.82
+Adele,4dpARuHxo51G3z768sgnrY,Someone Like You,1zwMYTA5nlNjZxYrvBB2pV,"I heard that you're settled down
+That you found a girl and you're married now
+I heard that your dreams came true
+Guess she gave you things I didn't give to you
+Old friend, why are you so shy?
+Ain't like you to hold back or hide from the light
+
+I hate to turn up out of the blue, uninvited
+But I couldn't stay away, I couldn't fight it
+I had hoped you'd see my face
+And that you'd be reminded that for me, it isn't over
+
+Never mind, I'll find someone like you
+I wish nothing but the best for you, too
+Don't forget me, I beg
+I'll remember, you said
+Sometimes it lasts in love, but sometimes it hurts instead
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.4
+American Authors,0MlOPi3zIDMVrfA9R04Fe3,Best Day Of My Life,5Hroj5K7vLpIG4FNCRIjbP,"I had a dream so big and loud
+I jumped so high I touched the clouds
+Woah, oh, oh, oh, oh, oh-oh, oh
+Woah, oh, oh, oh, oh, oh-oh, oh
+I stretched my hands out to the sky
+We danced with monsters through the night
+Woah, oh, oh, oh, oh, oh-oh, oh
+Woah, oh, oh, oh, oh, oh-oh, oh
+
+I'm never gonna look back, whoa
+I never gonna give it up, no
+Please don't wake me now
+(One, two, three, four)
+
+This is gonna be the best day of my life
+My life
+This is gonna be the best day of my life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.69
+John Travolta,4hKkEHkaqCsyxNxXEsszVH,You're The One That I Want - From “Grease”,0B9x2BRHqj3Qer7biM3pU3,"I got chills, they're multiplying
+And I'm losing control
+'Cause the power you're supplying
+It's electrifying (electrifying)
+
+You better shape up
+'Cause I need a man
+And my heart is set on you
+You better shape up
+You better understand
+To my heart I must be true
+Nothin' left, nothin' left for me to do
+
+You're the one that I want (you are the one I want)
+Ooh, ooh, ooh, honey
+The one that I want (you are the one I want)
+Ooh, ooh, ooh, honey
+The one that I want (you are the one I want)
+Ooh, ooh, ooh
+The one I need (the one I need)
+Oh, yes, indeed (yes, indeed)
+
+If you're filled with affection
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.16
+Smash Mouth,2iEvnFsWxR0Syqu2JNopAd,All Star,3cfOd4CMv2snFaKAnMdnvK,"Somebody once told me
+The world is gonna roll me
+I ain't the sharpest tool in the shed
+She was looking kind of dumb
+With her finger and her thumb
+In the shape of an ""L"" on her forehead
+
+Well, the years start coming
+And they don't stop coming
+Fed to the rules and I hit the ground running
+Didn't make sense not to live for fun
+Your brain gets smart, but your head gets dumb
+
+So much to do, so much to see
+So what's wrong with taking the back streets?
+You'll never know if you don't go
+You'll never shine if you don't glow
+
+Hey now, you're an all star
+Get your game on, go play
+Hey now, you're a rock star
+Get the show on, get paid
+And all that glitters is gold
+Only shooting stars break the mold
+
+It's a cool place and they say it gets colder
+You're bundled up now, wait 'til you get older
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.16
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Galway Girl,0afhq8XCExXpqazXczTSve,"She played the fiddle in an Irish band
+But she fell in love with an English man
+Kissed her on the neck and then I took her by the hand
+Said, ""Baby, I just want to dance""
+
+I met her on Grafton street right outside of the bar
+She shared a cigarette with me while her brother played the guitar
+She asked me what does it mean, the Gaelic ink on your arm?
+Said it was one of my friend's songs, do you want to drink on?
+She took Jamie as a chaser, Jack for the fun
+She got Arthur on the table with Johnny riding a shotgun
+Chatted some more, one more drink at the bar
+Then put Van on the jukebox, got up to dance
+
+You know, she played the fiddle in an Irish band
+But she fell in love with an English man
+Kissed her on the neck and then I took her by the hand
+Said, ""Baby, I just want to dance""
+With my pretty little Galway Girl
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.44
+Maroon 5,04gDigrS5kc9YWfZHwBETP,She Will Be Loved - Radio Mix,4llK75pXNWZz6KAho2Gp16,"Beauty queen of only 18
+She had some trouble with herself
+He was always there to help her
+She always belonged to someone else
+
+I drove for miles and miles
+And wound up at your door
+I've had you so many times
+But somehow, I want more
+
+I don't mind spending everyday
+Out on your corner in the pouring rain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.1
+George Ezra,2ysnwxxNtSgbb9t1m2Ur4j,Budapest,2ixsaeFioXJmMgkkbd4uj1,"My house in Budapest
+My, my hidden treasure chest
+Golden grand piano
+My beautiful castillo
+You, ooh, you, ooh
+I'd leave it all
+
+My acres of a land
+I have achieved
+It may be hard for you
+To stop and believe
+But for you, ooh, you, ooh
+I'd leave it all
+Oh, for you, ooh, you, ooh
+I'd leave it all
+
+Give me one good reason
+Why I should never make a change
+And, baby, if you hold me
+Then all of this will go away
+
+My many artefacts
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,76.5
+Owl City,07QEuhtrNmmZ0zEcqE9SF6,Fireflies,3DamFFqW32WihKkTVlwTYQ,"You would not believe your eyes
+If ten million fireflies
+Lit up the world as I fell asleep
+
+'Cause they fill the open air
+And leave teardrops everywhere
+You'd think me rude but I would just stand and stare
+
+I'd like to make myself believe
+That planet Earth turns slowly
+It's hard to say that I'd rather stay awake when I'm asleep
+'Cause everything is never as it seems
+
+'Cause I'd get a thousand hugs
+From ten thousand lightning bugs
+As they tried to teach me how to dance
+
+A foxtrot above my head
+A sock hop beneath my bed
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.5
+Jeremy Zucker,3gIRvgZssIb9aiirIg0nI3,comethru,18uwL0vNUanqZH0ro2QcOP,"I might lose my mind
+Waking when the sun's down
+Riding all these highs
+Waiting for the comedown
+Walk these streets with me
+I'm doing decently
+Just glad that I can breathe, yeah
+
+I'm trying to realize
+It's alright to not be fine on your own
+
+Now I'm shaking, drinking all this coffee
+These last few weeks have been exhausting
+I'm lost in my imagination
+And there's one thing that I need from you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.55
+Adele,4dpARuHxo51G3z768sgnrY,Set Fire to the Rain,73CMRj62VK8nUS4ezD2wvi,"I let it fall, my heart
+And as it fell, you rose to claim it
+It was dark and I was over
+Until you kissed my lips and you saved me
+My hands, they were strong
+But my knees were far too weak
+To stand in your arms
+Without falling to your feet
+
+But there's a side to you
+That I never knew, never knew
+All the things you'd say
+They were never true, never true
+And the games you'd play
+You would always win, always win
+
+But I set fire to the rain
+Watched it pour as I touched your face
+Well, it burned while I cried
+'Cause I heard it screaming out your name
+Your name
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.49
+Tones And I,2NjfBq1NflQcKSeiDooVjY,Dance Monkey,2XU0oxnq2qxCpomAAuJY8K,"They say, ""Oh my God, I see the way you shine
+Take your hands, my dear, and place them both in mine""
+You know you stopped me dead while I was passing by
+And now I beg to see you dance just one more time
+
+Ooh, I see you, see you, see you every time
+And oh my, I, I, I like your style
+You, you make me, make me, make me wanna cry
+And now I beg to see you dance just one more time
+
+So they say
+""Dance for me, dance for me, dance for me, oh-oh-oh
+I've never seen anybody do the things you do before""
+They say
+""Move for me, move for me, move for me, ayy-ayy-ayy
+And when you're done, I'll make you do it all again""
+
+I said, ""Oh my God, I see you walking by
+Take my hands, my dear, and look me in my eyes""
+Just like a monkey, I've been dancin' my whole life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Castle on the Hill,6PCUP3dWmTjcTtXY02oFdT,"When I was six years old, I broke my leg
+
+I was running from my brother and his friends
+
+And tasted the sweet perfume of the mountain grass I rolled down
+
+I was younger then, take me back to when I
+Found my heart and broke it here
+Made friends and lost them through the years
+And I've not seen the roaring fields in so long
+I know I've grown, but I can't wait to go home
+
+I'm on my way
+Driving at 90 down those country lanes
+Singing to Tiny Dancer
+And I miss the way you make me feel, and it's real
+When we watched the sunset over the castle on the hill
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,32.910000000000004
+Bruce Springsteen,3eqjTLE0HfPfh78zjh6TqT,Dancing In the Dark,7FwBtcecmlpc1sLySPXeGE,,Neutral,0.0
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Oops!...I Did It Again,6naxalmIoLFWR0siv8dnQQ,"Yeah, yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah, yeah
+
+I think I did it again
+I made you believe we're more than just friends
+Oh, baby, it might seem like a crush
+But it doesn't mean that I'm serious
+
+'Cause to lose all my senses
+That is just so typically me
+Ooh, baby, baby
+
+Oops, I did it again
+I played with your heart
+Got lost in the game
+Ooh, baby, baby
+Oops, you think I'm in love
+That I'm sent from above
+I'm not that innocent
+
+You see, my problem is this
+I'm dreaming away, wishing that heroes, they truly exist
+I cry watching the days
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28
+The Wanted,2NhdGz9EDv2FeUw6udu2g1,Glad You Came,5yDL13y5giogKs2fSNf7sj,"The sun goes down, the stars come out
+And all that counts is here and now
+My universe will never be the same
+I'm glad you came (Came, came, came)
+
+You cast a spell on me, spell on me
+You hit me like the sky fell on me, fell on me
+And I decided you look well on me, well on me
+So let's go somewhere no one else can see, you and me
+
+Turn the lights out now
+Now I'll take you by the hand
+Hand you another drink
+Drink it if you can
+Can you spend a little time?
+Time is slipping away
+Away from us, so stay
+Stay with me, I can make
+Make you glad you came
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.23
+Sixpence None The Richer,0lJlKQvuM2Sd9DPPyUXcHg,Kiss Me,754kgU5rWscRTfvlsuEwFp,"Kiss me
+Out of the bearded barley
+Nightly
+Beside the green, green grass
+Swing, swing
+Swing the spinning step
+You wear those shoes
+And I will wear that dress
+
+Oh, oh
+Kiss me
+Beneath the milky twilight
+Lead me
+Out on the moonlit floor
+Lift your open hand
+Strike up the band
+And make the fireflies dance
+Silver moon's sparkling
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.91
+Train,3FUY2gzHeIiaesXtOAdB7A,Drops of Jupiter (Tell Me),2hKdd3qO7cWr2Jo0Bcs0MA,"Now that she's back in the atmosphere
+With drops of Jupiter in her hair
+He-e-ey
+She acts like summer and walks like rain
+Reminds me that there's a time to change
+He-e-ey
+
+Since the return from her stay on the moon
+She listens like spring and she talks like June
+He-e-ey
+He-e-ey
+
+But tell me, did you sail across the sun?
+Did you make it to the Milky Way to see the lights all faded
+And that Heaven is overrated?
+Tell me, did you fall for a shooting star?
+One without a permanent scar and did you miss me
+While you were looking for yourself out there?
+
+Now that she's back from that soul vacation
+Tracing her way through the constellation
+He-e-ey
+She checks out Mozart while she does Tae-Bo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.94000000000001
+Tracy Chapman,7oPgCQqMMXEXrNau5vxYZP,Fast Car,2M9ro2krNb7nr7HSprkEgo,"You got a fast car
+I want a ticket to anywhere
+Maybe we make a deal
+Maybe together we can get somewhere
+Any place is better
+Starting from zero, got nothing to lose
+Maybe we'll make something
+Me, myself, I got nothing to prove
+
+You got a fast car
+I got a plan to get us out of here
+I been working at the convenience store
+Managed to save just a little bit of money
+Won't have to drive too far
+Just 'cross the border and into the city
+You and I can both get jobs
+And finally see what it means to be living
+
+See, my old man's got a problem
+He lives with the bottle, that's the way it is
+He says his body's too old for working
+His body's too young to look like his
+My mama went off and left him
+She wanted more from life than he could give
+I said, somebody's got to take care of him
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.24
+Alicia Keys,3DiDSECUqqY1AuBP8qtaIa,No One,6IwKcFdiRQZOWeYNhUiWIv,"I just want you close
+Where you can stay forever
+You can be sure
+That it will only get better
+
+You and me together
+Through the days and nights
+I don't worry 'cause
+Everything's gonna be alright
+People keep talking
+They can say what they like
+But all I know is
+Everything's gonna be alright
+
+No one, no one, no one
+Can get in the way of what I'm feelin'
+No one, no one, no one
+Can get in the way of what I feel for you
+You, you
+Can get in the way of what I feel for you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.3
+Elton John,3PhoLpVuITZKcymswpck5b,Don't Go Breaking My Heart,7HW5WIw7ZgZORCzUxv5gW5,"Don't go breaking my heart
+I couldn't if I tried
+Oh honey if I get restless
+Baby, you're not that kind
+
+So don't go breaking my heart
+You take the weight off of me
+Oh honey, when you knock on my door
+I gave you my key
+
+Woo hoo, nobody knows it
+When I was down
+I was your clown
+
+Woo hoo, nobody knows it
+(Nobody knows it)
+Right from the start
+Gave you my heart
+Oh, oh, gave you my heart
+
+So don't go breaking my heart
+I won't go breaking your heart
+Oh yeah
+Don't go breaking my heart
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.81
+Avicii,1vCWHaC5f2uS3yhpwWbIA6,Without You (feat. Sandro Cavazza),6Pgkp4qUoTmJIPn7ReaGxL,"You said that we would always be
+Without you, I feel lost at sea
+Through the darkness, you'd hide with me
+Like the wind, we'd be wild and free
+
+You said you'd follow me anywhere
+But your eyes tell me you won't be there
+
+I've gotta learn how to love without you
+I've gotta carry my cross without you
+Stuck in the middle, and I'm just about to
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.22999999999999
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Crazy In Love (feat. Jay-Z),5IVuqXILoxVWvWEPm82Jxr,"Yes! So crazy right now!
+Most incredibly, it's your girl, B
+It's your boy, Young
+You ready?
+
+Oh-oh, oh-oh, oh-oh, oh-no-no (oww!)
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+
+Geah! History in the making
+Part two!
+It's so crazy right now
+
+I look and stare so deep in your eyes (I-)
+I touch on you more and more every time
+When you leave, I'm begging you not to go
+Call your name, two, three times in a row
+Such a funny thing for me to try to explain
+How I'm feeling, and my pride is the one to blame (yeah)
+'Cause I know I don't understand
+Just how your love can do what no one else can
+
+Got me looking so crazy right now
+Your love's got me looking so crazy right now (your love)
+Got me looking so crazy right now
+Your touch got me looking so crazy right now (your touch)
+Got me hoping you'll page me right now (hey)
+Your kiss got me hoping you'll save me right now
+Looking so crazy, your love's got me looking
+Got me looking so crazy in love
+
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.91
+Train,3FUY2gzHeIiaesXtOAdB7A,Drive By,0KAiuUOrLTIkzkpfpn9jb9,"On the other side of a street I knew
+Stood a girl that looked like you
+I guess that's déjà vu
+But I thought this can't be true 'cause
+You moved to west L.A., or New York or Santa Fe
+Or wherever, to get away from me
+
+Oh, but that one night, was more than just right
+I didn't leave you 'cause I was all through
+Oh, I was overwhelmed, and frankly scared as hell
+Because I really fell for you
+
+Oh, I swear to you, I'll be there for you
+This is not a drive by
+Just a shy guy, looking for a two-ply Hefty bag
+To hold my love
+When you move me, everything is groovy
+They don't like it sue me, mhmm the way you do me
+Oh, I swear to you, I'll be there for you
+This is not a drive by
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.88000000000001
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH,"It was great at the very start
+Hands on each other
+Couldn't stand to be far apart
+Closer the better
+
+Now we're picking fights and slamming doors
+Magnifying all our flaws
+And I wonder why, wonder what for
+Why we keep coming back for more
+
+Is it just our bodies? Are we both losing our minds?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+Do we need somebody just to feel like we're alright?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Grenade,2tJulUYLDKOg9XrtVkMgcJ,"Easy come, easy go, that's just how you live
+Oh, take, take, take it all but you never give
+Should've known you was trouble from the first kiss
+Had your eyes wide open, ah, why were they open?
+
+Gave you all I had, and you tossed it in the trash
+You tossed it in the trash, you did
+To give me all your love is all I ever asked
+'Cause what you don't understand is
+
+I'd catch a grenade for ya (yeah-yeah-yeah)
+Throw my hand on a blade for ya (yeah-yeah-yeah)
+I'd jump in front of a train for ya (yeah-yeah-yeah)
+You know I'd do anything for ya (yeah-yeah-yeah)
+
+Oh-oh, oh, I would go through all this pain
+Take a bullet straight through my brain
+Yes, I would die for you, baby
+But you won't do the same
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.2
+Fleetwood Mac,08GQAI4eElDnROBrJRGE0X,Everywhere - 2017 Remaster,254bXAqt3zP6P50BdQvEsq,"Can you hear me calling
+Out your name?
+You know that I'm falling
+And I don't know what to say
+
+I'll speak a little louder
+I'll even shout
+You know that I'm proud
+And I can't get the words out
+
+Oh, I
+I want to be with you everywhere
+Oh, I
+I want to be with you everywhere
+(Wanna be with you everywhere)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Shania Twain,5e4Dhzv426EvQe3aDb64jL,Man! I Feel Like A Woman!,6sxptembJVty4sNtcPMAVz,"Let's go girls
+C'mon
+
+I'm goin' out tonight, I'm feelin' alright
+Gonna let it all hang out
+Wanna make some noise, really raise my voice
+Yeah, I wanna scream and shout, uh
+
+No inhibitions, make no conditions
+Get a little outta line
+I ain't gonna act politically correct
+I only wanna have a good time
+
+The best thing about bein' a woman
+Is the prerogative to have a little fun and
+
+Oh, oh, oh, go totally crazy, forget I'm a lady
+Men's shirts, short skirts
+Oh, oh, oh, really go wild, yeah, doin' it in style
+Oh, oh, oh, get in the action, feel the attraction
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.08
+Halsey,26VFTg2z8YR0cCuwLzESi2,Without Me,5p7ujcrUXASCNwRaWNHR1C,"Found you when your heart was broke
+I filled your cup until it overflowed
+Took it so far to keep you close (keep you close)
+I was afraid to leave you on your own
+
+I said I'd catch you if you fall (fall)
+And if they laugh, then fuck 'em all (all)
+And then I got you off your knees
+Put you right back on your feet
+Just so you can take advantage of me
+
+Tell me how's it feel sittin' up there
+Feeling so high but too far away to hold me
+You know I'm the one who put you up there
+Name in the sky
+Does it ever get lonely?
+Thinking you could live without me
+Thinking you could live without me
+
+Baby, I'm the one who put you up there
+I don't know why (yeah, I don't know why)
+Thinking you could live without me
+Live without me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,49.09
+Counting Crows,0vEsuISMWAKNctLlUAhSZC,Mr. Jones,5DiXcVovI0FcY2s0icWWUu,"Sha, la, la, la, la, la, la
+Mmm
+Uh huh
+
+I was down at the New Amsterdam
+Staring at this yellow-haired girl
+Mr Jones strikes up a conversation
+With a black-haired flamenco dancer
+You know, she dances while his father plays guitar
+She's suddenly beautiful
+We all want something beautiful
+Man, I wish I was beautiful
+
+So come dance the silence down through the morning
+Sha la, la, la, la, la, la, la
+Yeah
+Uh huh
+Yeah
+
+Cut up, Maria!
+Show me some of that Spanish dancin'
+Pass me a bottle, Mr Jones
+Believe in me
+Help me believe in anything
+'Cause I want to be someone who believes
+Yeah
+
+Mr Jones and me
+Tell each other fairy tales
+And we stare at the beautiful women
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.74
+OneRepublic,5Pwc4xIPtQLFEnJriah9YJ,Counting Stars,6sy3LkhNFjJWlaeSMNwQ62,"Lately, I've been, I've been losing sleep
+Dreaming about the things that we could be
+But baby, I've been, I've been praying hard
+Said, ""No more counting dollars, we'll be counting stars""
+Yeah, we'll be counting stars
+
+I see this life, like a swinging vine
+Swing my heart across the line
+And in my face is flashing signs
+Seek it out and ye shall find
+
+Old, but I'm not that old
+Young, but I'm not that bold
+And I don't think the world is sold
+On just doing what we're told
+
+I feel something so right
+Doing the wrong thing
+And I feel something so wrong
+Doing the right thing
+I couldn't lie, couldn't lie, couldn't lie
+Everything that kills me makes me feel alive
+
+Lately, I've been, I've been losing sleep
+Dreaming about the things that we could be
+But baby, I've been, I've been praying hard
+Said, ""No more counting dollars, we'll be counting stars""
+
+Lately, I've been, I've been losing sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,73.61999999999999
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Wild Ones (feat. Sia),1NpW5kyvO4XrNJ3rnfcNy3,"Hey I heard you are a wild one
+Oooh
+If I took you home it'd be a home run
+Show me how you do
+I wanna shut down the club
+With you
+Hey I heard you like the wild ones
+Oooh
+
+I like crazy, foolish, stupid
+Party going wild, fist pumping music
+I might lose it
+Glass to the roof
+That's how we does it
+I don't care tonight
+She don't care we like
+Almost dared the right five
+Ready to get live
+Ain't no surprise
+Take me so high
+Jump and nose dive
+Surfing the crowd
+Oooh-ooohh
+Said I gotta be the man
+I'm the head of my band
+Mic check one two-oooh
+Shut 'em down in the club while the playboy does
+And they all get loose, loose
+After bottle, we all get bent then again tomorrow
+Gotta break loose cause that's the motto
+Club shut down: a hundred super models
+
+Hey I heard you are a wild one
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,80.0
+George Ezra,2ysnwxxNtSgbb9t1m2Ur4j,Shotgun,4ofwffwvvnbSkrMSCKQDaC,"Homegrown alligator
+See you later
+Gotta hit the road
+Gotta hit the road
+Something changed in the atmosphere
+Architecture unfamiliar
+I can get used to this
+
+Time flies by in the yellow and green
+Stick around and you'll see what I mean
+There's a mountaintop that I'm dreaming of
+If you need me, you know where I'll be
+
+I'll be riding shotgun
+Underneath the hot sun
+Feeling like a someone
+I'll be riding shotgun
+Underneath the hot sun
+Feeling like a someone
+
+The South of the Equator, navigator
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.84
+Rachel Platten,3QLIkT4rD2FMusaqmkepbq,Fight Song,37f4ITSlgPX81ad2EvmVQr,"Like a small boat on the ocean
+Sending big waves into motion
+Like how a single word
+Can make a heart open
+I might only have one match
+But I can make an explosion
+
+And all those things I didn't say
+Wrecking balls inside my brain
+I will scream them loud tonight
+Can you hear my voice?
+
+This time this is my fight song
+Take back my life song
+Prove I'm alright song
+My power's turned on
+Starting right now I'll be strong
+I'll play my fight song
+And I don't really care
+If nobody else believes
+'Cause I've still got
+A lot of fight left in me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.15
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,You & I,2afCBiru10AFckfOa49wIa,"I figured it out
+I figured it out from black and white
+Seconds and hours
+Maybe they had to take some time
+
+I know how it goes
+I know how it goes from wrong and right
+Silence and sound
+Did they ever hold each other tight like us?
+Did they ever fight like us?
+
+You and I, we don't wanna be like them
+We can make it 'til the end
+Nothing can come between you and I
+Not even the Gods above
+Can separate the two of us
+No, nothing can come between you and I
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.88
+Zara Larsson,1Xylc3o4UrD53lo9CvFvVg,Lush Life,1rIKgCH4H52lrvDcz50hS8,"I live my day as if it was the last
+Live my day as if there was no past
+Doin' it all night, all summer
+Doin' it the way I wanna
+Yeah, I'ma dance my heart out 'til the dawn
+But I won't be done when mornin' comes
+Doin' it all night, all summer
+Gonna spend it like no other
+
+It was a crush
+But I couldn't, couldn't get enough
+It was a rush
+But I gave it a...
+It was a crush
+Now, I might've went and said too much
+But, that's all it was
+So, I gave it a...
+
+I live my day as if it was the last
+Live my day as if there was no past
+Doin' it all night, all summer
+Doin' it the way I wanna
+Yeah, I'ma dance my heart out 'til the dawn
+But I won't be done when mornin' comes
+Doin' it all night, all summer
+Gonna spend it like no other
+
+It was a crush
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.2
+Toploader,6xeFne1rkxMhKSW3ipvkdV,Dancing in the Moonlight,3Fzlg5r1IjhLk2qRw667od,"We get it almost every night
+When that moon is big and bright
+It's a supernatural delight!
+Everybody's dancing in the moonlight
+
+Everybody here is out of sight
+They don't bark and they don't fight
+They keep things loose they keep it tight
+Everybody's dancing in the moonlight
+
+Dancing in the moonlight
+Everybody's feeling warm and bright
+It's such a fine and natural sight
+Everybody's dancing in the moonlight
+
+We like our fun and we never fight
+You can't dance and stay uptight, It's a supernatural delight
+Everybody was dancing in the moonlight
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.46
+Tom Petty,2UZMlIwnkgAEDBsw1Rejkn,Free Fallin',5tVA6TkbaAH9QMITTQRrNv,"She's a good girl, loves her mama
+Loves Jesus and America, too
+She's a good girl, who's crazy 'bout Elvis
+Loves horses, and her boyfriend too
+
+And it's a long day livin' in Reseda
+There's a freeway runnin' through the yard
+And I'm a bad boy, 'cause I don't even miss her
+I'm a bad boy for breakin' her heart
+
+Now I'm free
+Free fallin'
+Yeah, I'm free
+Free fallin'
+
+Now all the vampires walkin' through the Valley
+Move west down Ventura boulevard
+And all the bad boys are standing in the shadows
+And the good girls are home with broken hearts
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.24
+U2,51Blml2LZPmy7TTiAg47vQ,I Still Haven't Found What I'm Looking For,6wpGqhRvJGNNXwWlPmkMyO,"I have climbed highest mountains
+I have run through the fields
+Only to be with you
+Only to be with you
+
+I have run
+I have crawled
+I have scaled these city walls
+These city walls
+Only to be with you
+
+But I still haven't found what I'm looking for
+But I still haven't found what I'm looking for
+
+I have kissed honey lips
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,52.67
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,We Found Love,0U10zFw4GlBacOy9VDGfGL,"Yellow diamonds in the light
+Now we're standing side by side
+As your shadow crosses mine
+What it takes to come alive
+
+It's the way I'm feeling I just can't deny
+But I've gotta let it go
+
+We found love in a hopeless place
+We found love in a hopeless place
+We found love in a hopeless place
+We found love in a hopeless place
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.47
+Whitney Houston,6XpaIBNiVzIetEPCWDvAFP,I Will Always Love You,4eHbdreAnSOrDDsFfc4Fpm,"If I should stay
+I would only be in your way
+So I'll go, but I know
+I'll think of you every step of the way
+
+And I will always love you
+I will always love you
+You
+My darling, you, mm, mm
+
+Bittersweet memories
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.04
+Vanessa Carlton,5ILrArfIV0tMURcHJN8Q07,A Thousand Miles,4w1lzcaoZ1IC2K5TwjalRP,"Making my way downtown
+Walking fast, faces pass and I'm homebound
+
+Staring blankly ahead
+Just making my way
+Making a way through the crowd
+
+And I need you
+And I miss you
+And now I wonder
+
+If I could fall into the sky
+Do you think time would pass me by?
+'Cause you know I'd walk a thousand miles
+If I could just see you tonight
+
+It's always times like these when I think of you
+And wonder if you ever think of me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,22.63
+Cher,72OaDtakiy6yFqkt4TsiFt,Believe,2goLsvvODILDzeeiT4dAoR,"After love, after love
+After love, after love
+After love, after love
+After love, after love
+After love, after love
+After love, after love
+
+No matter how hard I try
+You keep pushing me aside
+And I can't break through
+There's no talking to you
+
+It's so sad that you're leaving
+It takes time to believe it
+But after all is said and done
+You're gonna be the lonely one, oh
+
+Do you believe in life after love?
+I can feel something inside me say
+I really don't think you're strong enough, no
+Do you believe in life after love?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.22
+Starship,0kObWap02DEg9EAJ3PBxzf,Nothing's Gonna Stop Us Now,3X7uFMzJrEE0sxn62qd8Ch,"Lookin' in your eyes
+I see a paradise
+This world that I found
+Is too good to be true
+Standing here beside you
+Want so much to give you
+This love in my heart
+That I'm feeling for you
+Let'em say we're crazy
+I don't care about that
+Put your hand in my hand, baby
+Don't ever look back
+Let the world around us
+Just fall apart
+Baby, we can make it
+If we're heart to heart
+And we can build this dream together
+Standing strong forever
+Nothing's gonna stop us now
+And if this world runs out of lovers
+We'll still have each other
+Nothing's gonna stop us
+Nothing's gonna stop us now
+I'm so glad I found you
+I'm not gonna lose you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.13
+Green Day,7oPftvlwr6VrsViSDV7fJY,Good Riddance (Time of Your Life),6ORqU0bHbVCRjXm9AjyHyZ,"Another turning point
+A fork stuck in the road
+Time grabs you by the wrist
+Directs you where to go
+So make the best of this test
+And don't ask why
+It's not a question
+But a lesson learned in time
+It's something unpredictable
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,30.31
+P!nk,1KCSPY1glIKqW2TotWuXOR,Raise Your Glass,1gv4xPanImH17bKZ9rOveR,"Right, right, turn off the lights
+We're gonna lose our minds tonight
+What's the dealio?
+I love when it's all too much
+5:00 a.m. turn the radio up
+Where's the rock 'n' roll?
+
+Party crasher, penny snatcher
+Call me up if you a gangster
+Don't be fancy, just get dancy
+Why so serious?
+
+So raise your glass if you are wrong
+In all the right ways, all my underdogs
+We will never be, never be anything but loud
+And nitty gritty, dirty little freaks
+Won't you come on and come on and raise your glass?
+Just come on and come on and raise your glass
+
+Slam, slam, oh, hot damn
+What part of party don't you understand?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.16
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Use Somebody,5VGlqQANWDKJFl0MBG3sg2,"I've been roamin' around, always lookin' down at all I see
+Painted faces fill the places I can't reach
+You know that I could use somebody
+You know that I could use somebody
+Someone like you and all you know and how you speak
+Countless lovers under cover of the street
+You know that I could use somebody
+You know that I could use somebody
+
+Someone like you
+
+Off in the night, while you live it up I'm off to sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.88
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Rain On Me (with Ariana Grande),7ju97lgwC2rKQ6wwsf9no9,"I didn't ask for a free ride
+I only asked you to show me a real good time
+I never asked for the rainfall
+At least I showed up, you showed me nothing at all
+
+It's coming down on me
+Water like misery
+It's coming down on me
+I'm ready, rain on me
+
+I'd rather be dry, but at least I'm alive
+Rain on me, rain, rain
+Rain on me, rain, rain
+I'd rather be dry, but at least I'm alive
+Rain on me, rain, rain
+Rain on me
+
+Rain on me
+Mmh, oh yeah, baby
+Rain on me
+
+Livin' in a world where no one's innocent
+Oh, but at least we try, mmh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.74
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Take A Bow,3goSVuTt3fDYDP6kRnFwuL,"Oh, how about a round of applause?
+Yeah, standing ovation
+Oh-oh, yeah, yeah, yeah, yeah, yeah
+
+You look so dumb right now
+Standing outside my house
+Trying to apologize
+You're so ugly when you cry
+Please, just cut it out
+
+And don't tell me you're sorry 'cause you're not
+Baby, when I know you're only sorry you got caught
+
+But you put on quite a show (Ooh-oh)
+Really had me going
+But now it's time to go (Ooh-oh)
+Curtain's finally closing
+That was quite a show (Ooh-oh)
+Very entertaining
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.24000000000001
+Oasis,2DaxqgrOhkeH0fpeiQq2f4,Wonderwall - Remastered,7ygpwy2qP3NbrxVkHvUhXY,"Today is gonna be the day
+That they're gonna throw it back to you
+By now, you should've somehow
+Realised what you gotta do
+I don't believe that anybody
+Feels the way I do about you now
+
+Backbeat, the word is on the street
+That the fire in your heart is out
+I'm sure you've heard it all before
+But you never really had a doubt
+I don't believe that anybody
+Feels the way I do about you now
+
+And all the roads we have to walk are winding
+And all the lights that lead us there are blinding
+There are many things that I would like to say to you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.57
+Marshmello,64KEffDW9EtZ1y2vBYgq8T,Be Kind (with Halsey),3Z8FwOEN59mRMxDCtb8N0A,"Wanna believe, wanna believe
+That you don't have a bad bone in your body
+But the bruises on your ego make you go wild, wild, wild, yeah
+Wanna believe, wanna believe
+That even when you're stone-cold, you're sorry
+Tell me why you gotta be so outta your mind, yeah
+
+I know you're chokin' on your fears
+Already told you I'm right here
+I will stay by your side every night
+
+I don't know why you hide from the one
+And close your eyes to the one
+Mess up and lie to the one that you love
+When you know you can cry to the one
+Always confide in the one
+You can be kind to the one that you love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.27
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Good Feeling,2LEF1A8DOZ9wRYikWgVlZ8,"Oh, oh, oh sometimes I get a good feeling, yeah
+I get a feeling that I never, never, never, never had before, no, no
+I get a good feeling, yeah
+Ooh, sometimes I get a good feeling, yeah
+I get a feeling that I never, never, never, never had before, no, no
+I get a good feeling, yeah
+
+Yes I can, doubt better leave, I'm runnin' with this plan
+Pull me, grab me, crabs in the bucket can't have me
+I'll be the president one day
+January 1st, oh, you like that gossip?
+Like you the one drinking what God sip, dot com
+Now I gotta work with your tounge
+How many rolling stones you want?
+Yeah, I got a brand new spirit, speak it and it's done
+Woke up on the side of the bed like I won
+Talk like a winner, my chest to that sun
+G5 dealer, U.S to Taiwan
+Now who can say that, I wanna play back
+Mama knew I was a needle in a hay stack
+A Bugatti boy, plus Maybach
+I got a feeling it's a rap, ASAP
+
+Ooh, sometimes I get a good feeling, yeah
+I get a feeling that I never, never, never, never had before, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.36
+Dolly Parton,32vWCbZh0xZ4o9gkz4PsEU,9 to 5,4w3tQBXhn5345eUXDGBWZG,"Tumble out of bed
+Then I stumble to the kitchen
+Pour myself a cup of ambition
+And yawn and stretch and try to come to life
+
+Jump in the shower
+And the blood starts pumpin'
+Out on the streets, the traffic starts jumpin'
+For folks like me on the job from nine to five
+
+Workin' nine to five
+What a way to make a livin'
+Barely gettin' by
+It's all takin' and no givin'
+They just use your mind
+And they never give you credit
+It's enough to drive you crazy if you let it
+
+Nine to five
+For service and devotion
+You would think that I
+Would deserve a fat promotion
+Want to move ahead
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.41
+Phil Collins,4lxfqrEsLX6N1N4OCSkILp,You Can't Hurry Love - 2016 Remaster,4YwbSZaYeYja8Umyt222Qf,"I need love, love
+Ooh, to ease my mind
+And I need to find time
+Someone to call mine
+My mama said
+
+You can't hurry love
+No, you'll just have to wait
+She said love don't come easy
+But it's a game of give and take
+
+You can't hurry love
+No, you'll just have to wait
+Just trust in a good time
+No matter how long it takes
+
+Oh how many heartaches must I stand
+Before I find new love to let me live again
+Right now, the only thing that keeps me hangin' on
+When I feel my strength, ooh, it's almost gone
+I remember mama said
+
+You can't hurry love
+No, you'll just have to wait
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.18
+Labrinth,2feDdbD5araYcm6JhFHHw7,Jealous,4G92yYrUs0cvY7G41YRI0z,"I need love, love
+Ooh, to ease my mind
+And I need to find time
+Someone to call mine
+My mama said
+
+You can't hurry love
+No, you'll just have to wait
+She said love don't come easy
+But it's a game of give and take
+
+You can't hurry love
+No, you'll just have to wait
+Just trust in a good time
+No matter how long it takes
+
+Oh how many heartaches must I stand
+Before I find new love to let me live again
+Right now, the only thing that keeps me hangin' on
+When I feel my strength, ooh, it's almost gone
+I remember mama said
+
+You can't hurry love
+No, you'll just have to wait
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Dancing With A Stranger (with Normani),6Qs4SXO9dwPj5GKvVOv8Ki,"Hmm, hmm
+
+I don't wanna be alone tonight (alone tonight)
+It's pretty clear that I'm not over you (over you)
+I'm still thinking 'bout the things you do (things you do)
+So I don't want to be alone tonight, alone tonight, alone tonight
+
+Can you light the fire? (Light the fire)
+I need somebody who can take control (take control)
+I know exactly what I need to do
+'Cause I don't want to be alone tonight, alone tonight, alone tonight
+
+Look what you made me do
+I'm with somebody new
+Ooh, baby, baby, I'm dancing with a stranger
+Look what you made me do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.88
+Lou Bega,46lnlnlU0dXTDpoAUmH6Qx,Mambo No. 5 (a Little Bit of...),6x4tKaOzfNJpEJHySoiJcs,"Ladies and gentlemen, this is mambo number five
+
+One, two, three, four, give everybody in the car
+So come on, let's ride to the liquor store around the corner
+The boys say they want some gin and juice
+But I really don't wanna beer bust like I had last week
+I must stay deep because talk is cheap
+I like Angela, Pamela, Sandra and Rita
+And as I continue, you know they are getting sweeter
+So what can I do, I really beg you my Lord
+To me is flirting it's just like sport, anything fly
+It's all good, let me dump it please set in the trumpet
+
+A little bit of Monica in my life, a little bit of Erica by my side
+A little bit of Rita is all I need, a little bit of Tina is what I see
+A little bit of Sandra in the sun, a little bit of Mary all night long
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.98
+Katy Perry,6jJ0s89eD6GaHleKKya26X,California Gurls,6tS3XVuOyu10897O3ae7bi,"Greetings, loved ones
+Let's take a journey
+
+I know a place
+Where the grass is really greener
+Warm, wet and wild
+There must be something in the water
+Sippin' gin and juice
+Laying underneath the palm trees, undone
+The boys break their necks
+Trying to creep a little sneak peek, at us
+
+You could travel the world
+But nothing comes close to the golden coast
+Once you party with us
+You'll be falling in love
+Oh, oh-oh, oh-oh, oh-oh
+
+California girls, we're unforgettable
+Daisy Dukes, bikinis on top
+Sun-kissed skin, so hot
+We'll melt your popsicle
+Oh-oh, oh-oh, oh oh
+Oh-oh, oh-oh, oh-oh
+
+California girls, we're undeniable
+Fine, fresh, fierce, we got it on lock
+West Coast represent
+Now put your hands up
+Oh-oh, oh-oh, oh oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.25
+Hozier,2FXC3k01G6Gw61bmprjgqS,Take Me to Church,1CS7Sd1u5tWkstBhpssyjP,"My lover's got humour
+She's the giggle at a funeral
+Knows everybody's disapproval
+They should've worshipped her sooner
+If the heavens ever did speak
+She's the last true mouthpiece
+Every Sunday's getting more bleak
+A fresh poison each week
+""We were born sick""
+You heard them say it
+
+My church offers no absolutes
+She tells me, ""Worship in the bedroom""
+The only heaven I'll be sent to
+Is when I'm alone with you
+I was born sick, but I love it
+Command me to be well
+
+A-a-a-a-a-a-a, amen, amen, amen
+
+Take me to church
+I'll worship like a dog at the shrine of your lies
+I'll tell you my sins, and you can sharpen your knife
+Offer me that deathless death
+Oh, good God, let me give you my life
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.88
+P!nk,1KCSPY1glIKqW2TotWuXOR,So What,0JiY190vktuhSGN6aqJdrt,"Na-na-na-na, na-na, na
+Na-na-na-na na-na
+Na-na-na-na, na-na, na
+Na-na-na-na na-na
+
+I guess I just lost my husband
+I don't know where he went
+So I'm gonna drink my money
+I'm not gonna pay his rent (Nope)
+I got a brand new attitude
+And I'm gonna wear it tonight
+
+I wanna get in trouble
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight!
+
+So, so what?
+I'm still a rock star
+I got my rock moves
+And I don't need you
+And guess what?
+I'm having more fun
+And now that we're done
+I'm gonna show you tonight
+
+I'm alright
+I'm just fine
+And you're a tool
+So, so what?
+I am a rock star
+I got my rock moves
+And I don't want you tonight
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,73.22999999999999
+Echosmith,1PbBg2aYjWLKRk84zJK15x,Cool Kids,13P5rwmk2EsoFRIz9UCeh9,"She sees them walking in a straight line
+That's not really her style
+And they all got the same heartbeat
+But hers is falling behind
+
+Nothing in this world could ever bring them down
+Yeah, they're invincible
+And she's just in the background
+And she says
+
+I wish that I could be like the cool kids
+'Cause all the cool kids, they seem to fit in
+I wish that I could be like the cool kids
+Like the cool kids
+
+He sees them talking with a big smile
+But they haven't got a clue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.11
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Forever,3NZJlJemX3mzjf56MqC5ML,"One, two, three, four
+Hey, hey, forever
+
+Hey, hey, forever
+
+It's you, and me
+Moving at the speed of light into eternity, yeah
+Tonight, is the night
+To join me in the middle of ecstasy
+Feel the melody and the rhythm of the music around you, around you
+
+I'ma take you there, I'ma take you there
+
+So don't be scared, I'm right here, baby
+We can go anywhere, go anywhere
+
+But first, it's your chance, take my hand, come with me
+
+It's like I waited my whole life
+For this one night
+It's gon' be me you and the dance floor
+'Cause we only got one night
+Double your pleasure
+Double your fun
+
+And dance forever ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever (forever)
+Ever, ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever on the dance floor
+
+Feels like we're on another level
+
+Feels like our love's intertwined
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.56
+B.o.B,5ndkK3dpZLKtBklKjxNQwT,Nothin' on You (feat. Bruno Mars),59dLtGBS26x7kc0rHbaPrq,"Beautiful girls, all over the world
+I could be chasin' but my time would be wasted
+They got nothin' on you, baby
+
+Nothin' on you, baby
+They might say hi and I might say hey
+But you shouldn't worry about what they say
+'Cause they got nothin' on you, baby (yeah)
+Nothin' on you, baby
+(Na na na nothin' on you, babe, na nothin' on you)
+
+I know you feel where I'm comin' from (from)
+Regardless of the things in my past that I've done (done)
+Most of it really was for the hell of the fun (the fun)
+On the carousel, so around I spun (spun)
+With no directions, just tryna get some (some)
+Tryna chase skirts, livin' in the summer sun (sun)
+And so I lost more than I had ever won (wha?)
+And honestly, I ended up with none (huh?)
+
+There's so much nonsense, it's on my conscience
+I'm thinkin' maybe I should get it out
+And I don't wanna sound redundant, but I was wonderin'
+If there was somethin' that you wanna know (that you wanna know)
+But never mind that, we should let it go (we should let it go)
+'Cause we don't wanna be a TV episode (TV episode)
+And all the bad thoughts, just let 'em go
+(Go, go, go, go)
+
+Beautiful girls, all over the world
+I could be chasin' but my time would be wasted
+They got nothin' on you, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.1
+Gotye,2AsusXITU8P25dlRNhcAbG,Somebody That I Used To Know,4wCmqSrbyCgxEXROQE6vtV,"Now and then I think of when we were together
+Like when you said you felt so happy you could die
+Told myself that you were right for me
+But felt so lonely in your company
+But that was love, and it's an ache I still remember
+
+You can get addicted to a certain kind of sadness
+Like resignation to the end, always the end
+So when we found that we could not make sense
+Well, you said that we would still be friends
+But I'll admit that I was glad it was over
+
+But you didn't have to cut me off
+Make out like it never happened and that we were nothing
+And I don't even need your love
+But you treat me like a stranger, and that feels so rough
+No, you didn't have to stoop so low
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.21
+Cyndi Lauper,2BTZIqw0ntH9MvilQ3ewNY,Time After Time,7o9uu2GDtVDr9nsR7ZRN73,"Lying in my bed
+I hear the clock tick and think of you
+Caught up in circles
+Confusion is nothing new
+
+Flashback, warm nights
+Almost left behind
+Suitcase of memories
+Time after
+Sometimes you picture me
+I'm walkin' too far ahead
+You're callin' to me
+I can't hear what you've said
+
+Then you say, ""go slow""
+I fall behind
+The second hand unwinds
+
+If you're lost, you can look and you will find me
+Time after time
+If you fall, I will catch you, I'll be waiting
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.60000000000001
+3 Doors Down,2RTUTCvo6onsAnheUk3aL9,Here Without You,3NLrRZoMF0Lx6zTlYqeIo4,"A hundred days have made me older
+Since the last time that I saw your pretty face
+A thousand lies have made me colder
+And I don't think I can look at this the same
+
+But all the miles that separate
+Disappear now when I'm dreaming of your face
+
+I'm here without you, baby
+But you're still on my lonely mind
+I think about you, baby
+And I dream about you all the time
+
+I'm here without you, baby
+But you're still with me in my dreams
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,37.16
+James Blunt,7KMqksf0UMdyA0UCf4R3ux,You're Beautiful,0vg4WnUWvze6pBOJDTq99k,"My life is brilliant
+
+My life is brilliant, my love is pure
+I saw an angel, of that I'm sure
+She smiled to me on the subway
+She was with another man
+But I won't lose no sleep on that
+'Cause I've got a plan
+
+You're beautiful, you're beautiful
+You're beautiful, it's true
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.85
+Starship,0kObWap02DEg9EAJ3PBxzf,We Built This City,6OnfBiiSc9RGKiBKKtZXgQ,"We built this city
+We built this city on rock and roll
+Built this city
+We built this city on rock and roll
+Hoooo
+Say you don't know me or recognize my face
+Say you don't care who goes to that kind of place
+Knee deep in the hoopla, sinking in your fight
+We got too many runaways eating up the night
+Marconi plays the mambo, listen to the radio
+Don't you remember?
+We built this city
+We built this city on rock and roll
+We built this city
+We built this city on rock and roll
+Built this city
+We built this city on rock and roll
+Someone's always playing corporation games
+Who cares, they're always changing corporation names
+We just want to dance here, someone stole the stage
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,21.97
+Kygo,23fqKkggKUBHNkbKtXEls4,Higher Love,6oJ6le65B3SEqPwMRNXWjY,"Bring me higher love, love
+Bring me higher love
+
+Think about it, there must be a higher love
+Down in the heart or hidden in the stars above
+Without it, life is wasted time
+Look inside your heart, and I'll look inside mine
+
+Things look so bad everywhere
+In this whole world, what is fair?
+We walk the line and try to see
+Falling behind in what could be, oh
+
+Bring me a higher love
+Bring me a higher love, oh
+Bring me a higher love
+Where's that higher love I keep thinking of?
+
+Bring me higher love, love
+Bring me higher love (oh)
+Bring me higher love, love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.6
+Lauv,5JZ7CnR6gTvEMKX4g70Amv,i'm so tired...,4vjpLMyL3ZO6aphdYr8XYw,"I'm so tired of love songs, tired of love songs
+Tired of love songs, tired of love
+Just wanna go home, wanna go home
+Wanna go home, woah
+So tired of love songs, tired of love songs
+Tired of love songs, tired of love
+Just wanna go home, wanna go home
+Wanna go home, woah
+
+Party, trying my best to meet somebody
+But everybody around me is falling in love to our song
+I, I, oh I, I, yeah
+Hate it, taking a shot 'cause I can't take it
+But I don't think that they make anything that strong, so I hold on
+I, I, oh I, I, yeah
+
+I'm so tired of love songs, tired of love songs
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.79
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Last Friday Night (T.G.I.F.),455AfCsOhhLPRc68sE01D8,"There's a stranger in my bed
+There's a pounding in my head
+Glitter all over the room
+Pink flamingos in the pool
+I smell like a minibar
+DJ's passed out in the yard
+Barbies on the barbecue
+This a hickey or a bruise?
+
+Pictures of last night ended up online, I'm screwed
+Oh, well
+It's a blacked out blur, but I'm pretty sure it ruled
+Damn
+
+Last Friday night
+Yeah, we danced on tabletops, and we took too many shots
+Think we kissed, but I forgot last Friday night
+Yeah, we maxed our credit cards and got kicked out of the bar
+So we hit the boulevard last Friday night
+We went streaking in the park, skinny-dipping in the dark
+Then had a ménage à trois last Friday night
+Yeah, I think we broke the law, always say we're gonna stop-op, oh-whoa
+
+But this Friday night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.71
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Too Good At Goodbyes,3VlbOrM6nYPprVvzBZllE5,"You must think that I'm stupid
+You must think that I'm a fool
+You must think that I'm new to this
+But I have seen this all before
+
+I'm never gonna let you close to me
+Even though you mean the most to me
+'Cause every time I open up, it hurts
+So, I'm never gonna get too close to you
+Even when I mean the most to you
+In case you go and leave me in the dirt
+
+But every time you hurt me, the less that I cry
+And every time you leave me, the quicker these tears dry
+And every time you walk out, the less I love you
+Baby, we don't stand a chance, it's sad, but it's true
+
+I'm way too good at goodbyes
+(I'm way too good at goodbyes)
+I'm way too good at goodbyes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.55000000000001
+Niall Horan,1Hsdzj7Dlq2I7tHP7501T4,Slow Hands,2cOUlop2ZakjOKe4WinesN,"We should take this back to my place
+That's what she said right to my face
+'Cause I want you bad, yeah I want you baby
+I've been thinking about it all day
+And I hope you feel the same way, yeah
+'Cause I want you bad, yeah, I want you, baby
+
+Slow, slow hands
+Back sweat dripping down the dirty laundry
+No, no chance
+That I'm leaving here without you on me
+I, I know, yeah, I already know that there ain't no stopping
+Your plans and those slow hands
+Slow hands
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,1.77
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,5R8dQOPq8haW94K7mgERlO,"Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+
+I wanna hold 'em like they do in Texas, please
+Fold 'em, let 'em, hit me, raise it, baby, stay with me (I love it)
+Love game intuition, play the cards with spades to start
+And after he's been hooked, I'll play the one that's on his heart
+
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.81
+Clean Bandit,6MDME20pz9RveH9rEXvrOM,Symphony (feat. Zara Larsson),72gv4zhNvRVdQA0eOenCal,"I've been hearing symphonies
+Before all I heard was silence
+A rhapsody for you and me
+And every melody is timeless
+Life was stringing me along
+Then you came and you cut me loose
+Was solo singing on my own
+Now I can't find the key without you
+
+And now your song is on repeat
+And I'm dancing on to your heartbeat
+And when you're gone, I feel incomplete
+So, if you want the truth
+
+I just wanna be part of your symphony
+Will you hold me tight and not let go?
+Symphony
+Like a love song on the radio
+Will you hold me tight and not let go?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.99
+Natalie Imbruglia,0dlOr0VIysztGWvU1dpjmP,Torn,1Jaah2tmN9Hv81A87KZ1MU,"I thought I saw a man brought to life
+He was warm, he came around like he was dignified
+He showed me what it was to cry
+
+Well you couldn't be that man that I adored
+You don't seem to know, or seem to care what your heart is for
+I don't know him anymore
+There's nothin' where he used to lie
+Our conversation has run dry
+That's what's goin' on
+Nothing's fine, I'm torn
+
+I'm all out of faith, this is how I feel
+I'm cold and I am shamed
+Lying naked on the floor
+Illusion never changed
+Into something real
+I'm wide awake and I can see the perfect sky is torn
+You're a little late
+I'm already torn
+
+So I guess the fortune teller's right
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.22
+Passenger,0gadJ2b9A4SKsB1RFkBb66,Let Her Go,1KxwZYyzWNyZSRyErj2ojT,"Well, you only need the light when it's burning low
+Only miss the sun when it starts to snow
+Only know you love her when you let her go
+
+Only know you've been high when you're feeling low
+Only hate the road when you're missing home
+Only know you love her when you let her go
+
+And you let her go
+
+Staring at the bottom of your glass
+Hoping one day you'll make a dream last
+But dreams come slow, and they go so fast
+
+You see her when you close your eyes
+Maybe one day, you'll understand why
+Everything you touch surely dies
+
+But you only need the light when it's burning low
+Only miss the sun when it starts to snow
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.76
+Jonas Blue,1HBjj22wzbscIZ9sEb5dyf,Perfect Strangers,3P3pw6C19j31Rnzgo3JG7o,"You were looking at me like you wanted to stay
+When I saw you yesterday
+I'm not wasting your time
+I'm not playing no games
+I see you
+
+Who knows the secret tomorrow will hold
+We don't really need to know
+'Cause you're here with me now, I don't want you to go
+You're here with me now, I don't want you to go
+
+Maybe we're perfect strangers
+Maybe it's not forever
+Maybe intellect will change us
+Maybe we'll stay together
+Maybe we'll walk away
+Maybe we'll realize
+We're only human
+Maybe we don't need no reason
+
+Maybe we're perfect strangers
+Maybe it's not forever
+Maybe intellect will change us
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.76
+B.o.B,5ndkK3dpZLKtBklKjxNQwT,Airplanes (feat. Hayley Williams of Paramore),6lV2MSQmRIkycDScNtrBXO,,Neutral,0.0
+Robin Thicke,0ZrpamOxcZybMHGg1AYtHP,Blurred Lines,0n4bITAu0Y0nigrz3MFJMb,"Everybody get up
+
+Everybody get up (hey, hey, hey)
+Hey, hey, hey (uh)
+Hey, hey, hey (ha-ha) (woo)
+Turn me up
+
+If you can't hear what I'm trying to say (hey girl, come here)
+If you can't read from the same page (hey)
+Maybe I'm going deaf (hey, hey, hey)
+Maybe I'm going blind (hey, hey, hey)
+Maybe I'm out of my mind, mind (hey, hey, hey)
+
+Okay, now he was close
+Tried to domesticate you
+But you're an animal
+Baby, it's in your nature (meow)
+Just let me liberate you (hey, hey, hey)
+You don't need no takers (hey, hey, hey)
+That man is not your maker (hey, hey, hey)
+And that's why I'm gon' take a good girl (everybody get up)
+
+I know you want it (hey)
+I know you want it
+I know you want it
+You're a good girl (hey, hey)
+Can't let it get past me (oh yeah)
+You're far from plastic (alright)
+Talkin' 'bout getting blasted
+I hate these blurred lines
+I know you want it (hey)
+I know you want it (oh-oh-oh-oh, yeah-yeah)
+I know you want it
+But you're a good girl (ah, hey)
+The way you grab me
+Must wanna get nasty (ah, hey, hey)
+Go ahead, get at me (everybody get up) (come on!)
+
+What do they make dreams for
+When you got them jeans on? (Why?)
+What do we need steam for?
+You the hottest bitch in this place
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.48
+Huey Lewis & The News,7A9yZMTrFZcgEWAX2kBfK6,The Power Of Love,2olVm1lHicpveMAo4AUDRB,"The power of love is a curious thing
+Make one man weep, make another man sing
+Change a hawk to a little white dove
+More than a feeling, that's the power of love
+Tougher than diamonds, rich like cream
+Stronger and harder than a bad girl's dream
+Make a bad one good, make a wrong one right
+Power of love will keep you home at night
+Don't need money, don't take fame
+Don't need no credit card to ride this train
+It's strong and it's sudden and it's cruel sometimes
+But it might just save your life
+That's the power of love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.94
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Halo,4JehYebiI9JE8sR8MisGVb,"Remember those walls I built?
+Well, baby, they're tumbling down
+And they didn't even put up a fight
+They didn't even make a sound
+
+I found a way to let you in
+But I never really had a doubt
+Standin' in the light of your halo
+I got my angel now
+
+It's like I've been awakened
+Every rule I had you breakin'
+It's the risk that I'm takin'
+I ain't never gonna shut you out
+
+Everywhere I'm lookin' now
+I'm surrounded by your embrace
+Baby, I can see your halo
+You know you're my saving grace
+
+You're everything I need and more
+It's written all over your face
+Baby, I can feel your halo
+Pray it won't fade away
+
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.33999999999999
+Lifehouse,5PokPZn11xzZXyXSfnvIM3,You And Me,0815caqt2Lytro5EIzMufT,"What day is it?
+And in what month?
+This clock never seemed so alive
+I can't keep up
+And I can't back down
+I've been losing so much time
+
+'Cause it's you and me
+And all of the people with nothing to do
+Nothing to lose
+And it's you and me
+And all of the people
+And I don't know why
+I can't keep my eyes off of you
+
+All of the things
+That I want to say just aren't coming out right
+I'm tripping on words
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,56.96
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Stitches,5jsw9uXEGuKyJzs0boZ1bT,"I thought that I've been hurt before
+But no one's ever left me quite this sore
+Your words cut deeper than a knife
+Now I need someone to breathe me back to life
+
+Got a feeling that I'm going under
+But I know that I'll make it out alive
+If I quit calling you my lover
+Move on
+
+You watch me bleed until I can't breathe, shaking
+Falling onto my knees
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Tripping over myself, aching
+Begging you to come help
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Just like a moth drawn to a flame
+Oh, you lured me in I couldn't sense the pain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,40.36
+Daniel Powter,7xTcuBOIAAIGDOSvwYFPzk,Bad Day,0mUyMawtxj1CJ76kn9gIZK,"Where is the moment we needed the most?
+You kick up the leaves and the magic is lost
+They tell me your blue skies fade to grey
+They tell me your passion's gone away
+
+And I don't need no carryin' on
+
+You stand in the line just to hit a new low
+You're faking a smile with the coffee to go
+And tell me your life's been way offline
+You're falling to pieces every time
+
+And I don't need no carryin' on
+
+'Cause you had a bad day, you're taking one down
+You sing a sad song just to turn it around
+You say you don't know, you tell me, ""Don't lie""
+You work at a smile, and you go for a ride
+You had a bad day, the camera don't lie
+You're coming back down, and you really don't mind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.66000000000001
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Human,1sTsuZTdANkiFd7T34H3nb,"I did my best to notice
+When the call came down the line
+Up to the platform of surrender
+I was brought, but I was kind
+And sometimes I get nervous
+When I see an open door
+Close your eyes
+Clear your heart
+Cut the cord
+
+Are we human
+Or are we dancer?
+My sign is vital
+My hands are cold
+And I'm on my knees
+Looking for the answer
+Are we human
+Or are we dancer?
+
+Pay my respects to grace and virtue
+Send my condolences to good
+Give my regards to soul and romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.63
+Clean Bandit,6MDME20pz9RveH9rEXvrOM,Rockabye (feat. Sean Paul & Anne-Marie),5knuzwU65gJK7IF5yJsuaW,"Call it love and devotion
+Call it a mom's adoration (foundation)
+A special bond of creation, hah
+For all the single moms out there, going through frustration
+Clean Bandit, Sean-da-Paul, Anne-Marie
+Sing, make them hear
+
+She works at nights, by the water
+She's gone astray, so far away
+From her father's daughter
+She just wants a life for her baby
+All on her own, no one will come
+She's got to save him (daily struggle)
+
+She tells him, ""Ooh, love, no one's ever gonna hurt you, love""
+""I'm gonna give you all of my love""
+""Nobody matters like you"" (stay up there, stay up there)
+She tells him, ""Your life ain't gon' be nothing like my life"" (straight!)
+""You're gonna grow and have a good life""
+""I'm gonna do what I've got to do"" (stay up there, stay up there)
+
+So, rockabye, baby, rockabye
+I'm gonna rock you
+Rockabye, baby, don't you cry
+Somebody's got you
+Rockabye, baby, rockabye
+I'm gonna rock you
+Rockabye, baby, don't you cry
+Ah, rockabye, no
+
+Rockabye, rocka-rocka-rocka-bye (oh)
+Rockabye (yeah, yeah)
+Rockabye, rocka-rocka-rocka-bye
+
+Single mum, how're you doing out there?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.73
+Phil Collins,4lxfqrEsLX6N1N4OCSkILp,Against All Odds (Take a Look at Me Now) - 2016 Remaster,63CHa6rmamv9OsehkRD8oz,"How can I just let you walk away?
+Just let you leave without a trace?
+When I stand here taking every breath with you, ooh
+You're the only one who really knew me at all
+
+How can you just walk away from me
+When all I can do is watch you leave?
+'Cause we've shared the laughter and the pain
+And even shared the tears
+You're the only one who really knew me at all
+
+So take a look at me now
+Oh, there's just an empty space
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.24
+Shakira,0EmeFodog0BfCgMzAIvKQp,"Whenever, Wherever",2lnzGkdtDj5mtlcOW2yRtG,"Lucky you were born that far away so
+We could both make fun of distance
+Lucky that I love a foreign land for
+The lucky fact of your existence
+
+Baby, I would climb the Andes solely
+To count the freckles on your body
+Never could imagine there were only
+Ten million ways to love somebody
+
+Le-do-lo-le-lo-le, le-do-lo-le-lo-le
+Can't you see? I'm at your feet
+
+Whenever, wherever
+We're meant to be together
+I'll be there, and you'll be near
+And that's the deal, my dear
+There over, hereunder
+You'll never have to wonder
+We can always play by ear
+But that's the deal, my dear
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.39
+Paul Simon,2CvCyf1gEVhI0mX6aFXmVI,You Can Call Me Al,0qxYx4F3vm1AOnfux6dDxP,"A man walks down the street
+He says, ""Why am I soft in the middle now?
+Why am I soft in the middle?
+The rest of my life is so hard
+I need a photo-opportunity
+I want a shot at redemption
+Don't want to end up a cartoon
+In a cartoon graveyard""
+
+Bonedigger, Bonedigger
+Dogs in the moonlight
+Far away, my well-lit door
+Mr. Beerbelly, Beerbelly
+Get these mutts away from me
+You know, I don't find this stuff amusing anymore
+
+If you'll be my bodyguard
+I can be your long lost pal
+I can call you Betty
+And Betty, when you call me
+You can call me Al
+
+A man walks down the street
+He says, ""Why am I short of attention?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,49.87
+benny blanco,5CiGnKThu5ctn9pBxv7DGa,Eastside (with Halsey & Khalid),0d2iYfpKoM0QCKvcLCkBao,"Uh
+Yeah, yeah
+
+When I was young, I fell in love
+We used to hold hands, man, that was enough (yeah)
+Then we grew up, started to touch
+Used to kiss underneath the light on the back of the bus (yeah)
+
+I know your daddy didn't like me much
+And he didn't believe me when I said you were the one
+Oh, every day she found a way out of the window to sneak out late
+
+She used to meet me on the Eastside
+In the city where the sun don't set
+And every day you know that we ride
+Through the backstreets in a blue Corvette
+
+Baby, you know I just wanna leave tonight
+We can go anywhere we want
+Drive down to the coast, jump in the seat
+Just take my hand and come with me, yeah
+
+We can do anything if we put our minds to it
+Take your whole life then you put a line through it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.31
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Starving,4Ce37cRWvM1vIGGynKcs22,"You know just what to say
+Things that scares me
+I should just walk away but I can't move my feet
+The more that I know you, the more I want to
+Something inside me's changed
+I was so much younger yesterday, oh
+
+I didn't know that I was starving 'til I tasted you
+Don't need no butterflies when you give me the whole damn zoo
+By the away, right away, you do things to my body
+I didn't know that I was starving 'til I tasted you
+I didn't know that I... I didn't know that I... 'til I tasted you
+I didn't know that I... I didn't know that I... 'til I tasted you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.72999999999999
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,In My Blood,2QZ7WLBE8h2y1Y5Fb8RYbH,"Help me, it's like the walls are caving in
+Sometimes I feel like giving up
+But I just can't
+It isn't in my blood
+
+Laying on the bathroom floor, feeling nothing
+I'm overwhelmed and insecure, give me something
+I could take to ease my mind slowly
+Just have a drink and you'll feel better
+Just take her home and you'll feel better
+Keep telling me that it gets better
+Does it ever?
+
+Help me, it's like the walls are caving in
+Sometimes I feel like giving up
+No medicine is strong enough
+Someone help me
+I'm crawling in my skin
+Sometimes I feel like giving up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.14
+Leona Lewis,5lKZWd6HiSCLfnDGrq9RAm,Bleeding Love,7wZUrN8oemZfsEd1CGkbXE,"Ooh-ooh
+Hey
+
+Closed off from love, I didn't need the pain
+Once or twice was enough and it was all in vain
+Time starts to pass, before you know it you're frozen, ooh
+But something happened for the very first time with you
+My heart melted to the ground found somethin' true
+And everyone's looking 'round thinking I'm going crazy, ooh I
+
+But I don't care what they say
+I'm in love with you
+They try to pull me away
+But they don't know the truth
+My heart's crippled by the vein that I keep on closing
+You cut me open and I
+
+Keep bleeding
+Keep, keep bleeding love
+I keep bleeding
+I keep, keep bleeding love
+Keep bleeding
+Keep, keep bleeding love
+You cut me open
+
+Trying hard not to hear, but they talk so loud
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.85
+Meghan Trainor,6JL8zeS1NmiOftqZTRgdTz,All About That Bass,5jE48hhRu8E6zBDPRSkEq7,"Because you know I'm all about that bass, 'bout that bass, no treble
+I'm all about that bass, 'bout that bass, no treble
+I'm all about that bass, 'bout that bass, no treble
+I'm all about that bass, 'bout that bass
+Bass, bass, bass (bass)
+
+Yeah, it's pretty clear, I ain't no size two
+But I can shake it, shake it
+Like I'm supposed to do
+'Cause I got that boom, boom
+That all the boys chase
+And all the right junk in all the right places
+
+I see the magazines workin' that Photoshop
+We know that shit ain't real
+C'mon now, make it stop
+If you got beauty, beauty, just raise 'em up
+'Cause every inch of you is perfect
+From the bottom to the top
+
+Yeah, my mama, she told me, ""Don't worry about your size""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.42
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Marry You,22PMfvdz35fFKYnJyMn077,"It's a beautiful night, we're looking for something dumb to do
+Hey baby, I think I wanna marry you
+Is it the look in your eyes or is it this dancing juice?
+Who cares, baby, I think I wanna marry you
+
+Well, I know this little chapel on the boulevard we can go
+No one will know, oh, come on girl
+Who cares if we're trashed, got a pocket full of cash we can blow
+Shots of patron and it's on, girl
+
+Don't say no, no, no, no, no
+Just say yeah, yeah, yeah, yeah, yeah
+And we'll go, go, go, go, go
+If you're ready, like I'm ready
+
+'Cause it's a beautiful night, we're looking for something dumb to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.57
+Bastille,7EQ0qTo7fWT7DPxmxtSYEc,Pompeii,4Ub8UsjWuewQrPhuepfVpd,"E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+I was left to my own devices
+Many days fell away with nothing to show
+
+And the walls kept tumbling down
+In the city that we love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.690000000000005
+Sam Smith,2wY79sveU1sp5g7SokKOiI,How Do You Sleep?,6b2RcmUt1g9N9mQ3CbjX2Y,"I'm done hating myself for feeling
+I'm done crying myself away
+I've gotta leave and start the healing
+But when you move like that, I just want to stay
+
+What have I become now?
+Looking through your phone now, oh no
+Love to you is just a game
+Look what I have done now
+Dialling up the numbers on you
+I don't want my heart to break
+
+Baby, How Do You Sleep when you lie to me?
+All that shame and all that danger
+I'm hoping that my love will keep you up tonight
+Baby, How Do You Sleep when you lie to me?
+All that fear and all that pressure
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.92
+Jason Derulo,07YZf4WDAMNwqr4jfgOZ8y,Want to Want Me,7oGZAicScQt96OAW4AruYy,"It's too hot to sleep
+I got the sheets on the floor
+Nothing on me
+And I can't take it no more
+It's 100 degrees
+I got one foot out the door
+Where are my keys?
+'Cause I gotta leave, yeah
+
+In the back of the cab
+I tip the driver 'head of time
+Get me there fast (uh)
+I got your body on my mind
+I want it bad
+
+Ooh, just the thought of you
+Gets me so high
+So high
+
+Girl, you're the one I want to want me
+And if you want me, girl, you got me
+There's nothing I, no, I wouldn't do (I wouldn't do)
+Just to get up next to you
+Girl, you're the one I want to want me
+And if you want me, girl, you got me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,35.86
+Michael Jackson,3fMbdgg4jU18AjLCKBhRSm,The Way You Make Me Feel - 2012 Remaster,0sKlV58cODrjxGFOyf9IXY,"Hee! hee!
+Ooh!
+Go on girl!
+Aow!
+Hee!
+
+Hey pretty baby with the high heels on
+You give me fever
+Like I've never ever known
+You're just a product of loveliness
+I like the groove of your walk, your talk, your dress
+
+I feel your fever
+From miles around
+I'll pick you up in my car
+And we'll paint the town
+Just kiss me baby
+And tell me twice
+That you're the one for me
+
+The way you make me feel
+(The way you make me feel)
+You really turn me on
+(You really turn me on)
+You knock me off of my feet
+(You knock me off of my feet)
+My lonely days are gone
+(My lonely days are gone) ugh, ugh
+
+I like the feelin' you're givin' me
+Just hold me baby and I'm in ecstasy
+Oh, I'll be workin' from nine-to-five
+To buy you things to keep you by my side
+
+I never felt so in love before
+Just promise baby, you'll love me forevermore
+I swear I'm keepin' you satisfied
+'Cause you're the one for me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.03
+The Calling,5aMmmNxw4vgpc5XC6hK0zp,Wherever You Will Go,5QpaGzWp0hwB5faV8dkbAz,"So lately, been wondering
+Who will be there to take my place
+When I'm gone, you'll need love
+To light the shadows on your face
+
+If a great wave shall fall
+And fall upon us all
+Then between the sand and stone
+Could you make it on your own
+
+If I could, then I would
+I'll go wherever you will go
+Way up high or down low
+I'll go wherever you will go
+
+And maybe, I'll find out
+A way to make it back someday
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.2
+Adele,4dpARuHxo51G3z768sgnrY,When We Were Young,7GgWAITsYJaRM3r50rfh5w,"Everybody loves the things you do
+From the way you talk
+To the way you move
+Everybody here is watching you
+'Cause you feel like home
+You're like a dream come true
+
+But if by chance you're here alone
+Can I have a moment?
+Before I go?
+'Cause I've been by myself all night long
+Hoping you're someone I used to know
+
+You look like a movie
+You sound like a song
+My God this reminds me, of when we were young
+
+Let me photograph you in this light
+In case it is the last time
+That we might be exactly like we were
+Before we realized
+We were scared of getting old
+It made us restless
+It was just like a movie
+It was just like a song
+
+I was so scared to face my fears
+Nobody told me that you'd be here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.69
+The Script,3AQRLZ9PuTAozP28Skbq8V,Superheroes,37sINbJZcFdHFAsVNsPq1i,"All her life, she has seen
+All the meaner side of me
+They took away the prophet's dream for a profit on the street
+Now she's stronger than you know
+A heart of steel starts to grow
+
+All his life, he's been told
+He'll be nothing when he's old
+All the kicks and all the blows
+He will never let it show
+'Cause he's stronger than you know
+A heart of steel starts to grow
+
+When you've been fighting for it all your life
+You've been struggling to make things right
+That's how a superhero learns to fly
+(Every day, every hour, turn the pain into power)
+
+When you've fighting for it all your life
+You've been working every day and night
+That's how a superhero learns to fly
+(Every day, every hour, turn the pain into power) Oh, oh, oh
+
+All the hurt, all the lies
+All the tears that they cried
+When the moment is just right
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,68.08
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,Meant to Be (feat. Florida Georgia Line),7iDa6hUg2VgEL1o1HjmfBn,"Baby, lay on back and relax
+Kick your pretty feet up on my dash
+No need to go nowhere fast
+Let's enjoy right here where we at
+
+Who knows where this road is supposed to lead?
+We got nothing but time
+As long as you're right here next to me
+Everything's gonna be alright
+
+If it's meant to be, it'll be, it'll be
+Baby, just let it be
+If it's meant to be, it'll be, it'll be
+Baby, just let it be
+So, won't you ride with me, ride with me?
+See where this thing goes
+If it's meant to be, it'll be, it'll be
+Baby, if it's meant to be
+
+I don't mean to be so uptight
+But my heart's been hurt a couple times
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.12
+P!nk,1KCSPY1glIKqW2TotWuXOR,What About Us,0Qh38w01QRXK6KHIv0e3hb,"La-da-da-da-da, la-da-da-da-da
+Da-da-da
+
+We are searchlights, we can see in the dark
+
+We are rockets, pointed up at the stars
+
+We are billions of beautiful hearts
+
+And you sold us down the river too far
+
+What about us?
+What about all the times you said you had the answers?
+
+What about us?
+What about all the broken happy ever afters?
+
+What about us?
+What about all the plans that ended in disaster?
+
+What about love? What about trust?
+What about us?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.44
+Olly Murs,3whuHq0yGx60atvA2RCVRW,Troublemaker (feat. Flo Rida),6s8nHXTJVqFjXE4yVZPDHR,"You're a troublemaker, you're troublemaker
+(Huh) you ain't nothin' but a troublemaker, girl
+
+You had me hooked again from the minute you sat down
+The way you bite your lips, got my head spinnin' around
+After a drink or two, I was putty in your hands
+I don't know if I have the strength to stand (ooh)
+
+Trouble, troublemaker, yeah, that's your middle name (oh-oh)
+I know you're no good, but you're stuck in my brain
+And I wanna know
+
+Why does it feel so good, but hurt so bad? (Whoa)
+My mind keeps saying run as fast as you can
+I say I'm done, but then you pull me back (whoa)
+I swear you're giving me a heart attack
+Troublemaker
+
+It's like you're always there in the corners of my mind
+I see a silhouette every time I close my eyes
+There must be poison in those fingertips of yours
+'Cause I keep comin' back again for more (oh-oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.49
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,7vu0JkJh0ldukEYbTVcqd0,"I'm jealous, I'm overzealous
+When I'm down I get real down
+When I'm high I don't come down
+But I get angry, baby, believe me
+I could love you just like that
+And I can leave you just as fast
+
+But you don't judge me
+'Cause if you did, baby, I would judge you too
+No, you don't judge me
+'Cause if you did, baby, I would judge you too
+
+'Cause I got issues, but you got 'em too
+So give 'em all to me and I'll give mine to you
+Bask in the glory of all our problems
+'Cause we got the kind of love it takes to solve 'em
+Yeah, I got issues
+And one of them is how bad I need you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.82
+New Radicals,0Grjlu7ncIuCaSYvCs9fcd,You Get What You Give,1Cwsd5xI8CajJz795oy4XF,"Uh
+Ooh
+What, what, what, what
+One, two, one, two, three, ow
+
+Wake up, kids, we got the dreamers' disease
+Age 14, they got you down on your knees
+So polite, we're busy still saying please
+
+Frenemies, who, when you're down, ain't your friend
+Every night, they smash a Mercedes-Benz
+First we run, and then we laugh 'till we cry
+
+But when the night is falling
+You cannot find the light (light)
+You feel your dreams are dying
+Hold tight
+
+You've got the music in you
+Don't let go
+You've got the music in you
+One dance left
+This world is gonna pull through
+Don't give up
+You've got a reason to live
+Can't forget
+We only get what we give
+
+I'm comin' home, baby
+You're the tops
+Give it to me now
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.75
+Savage Garden,3NRFinRTEqUCfaTTZmk8ek,Truly Madly Deeply,013AWvizllIUEC2FOBzOnh,"I'll be your dream, I'll be your wish, I'll be your fantasy
+I'll be your hope, I'll be your love, be everything that you need
+I love you more with every breath truly, madly, deeply do
+I will be strong, I will be faithful 'cause I'm counting on
+A new beginnin'
+A reason for livin'
+A deeper meaning, yeah
+
+I wanna stand with you on a mountain
+I wanna bathe with you in the sea
+I wanna lay like this forever
+Until the sky falls down on me
+
+And when the stars are shining brightly in the velvet sky
+I'll make a wish, send it to heaven and make you want to cry
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.46
+The Script,3AQRLZ9PuTAozP28Skbq8V,The Man Who Can't Be Moved,3nqqDo8CcCLke3ZoTgiOKf,"Going back to the corner where I first saw you
+Gonna camp in my sleeping bag, I'm not gonna move
+Got some words on cardboard, got your picture in my hand
+Saying, ""If you see this girl, can you tell her where I am?""
+
+Some try to hand me money, they don't understand
+I'm not broke, I'm just a broken-hearted man
+I know it makes no sense, what else can I do?
+And how can I move on when I'm still in love with you?
+
+'Cause if one day you wake up, and find that you're missing me
+And your heart starts to wonder where on this Earth I could be
+Thinking maybe you'll come back here to the place that we'd meet
+And you'll see me waiting for you, on the corner of the street
+So I'm not moving
+I'm not moving
+
+Policeman says, ""Son, you can't stay here""
+I say, ""There's someone I'm waiting for
+If it's a day, a month, a year""
+Gotta stand my ground, even if it rains or snows
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.57
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Someone You Loved,2TIlqbIneP0ZY1O0EzYLlc,"I'm going under and this time I fear there's no one to save me
+This all or nothing really got a way of driving me crazy
+
+I need somebody to heal, somebody to know
+Somebody to have, somebody to hold
+It's easy to say, but it's never the same
+I guess I kinda liked the way you numbed all the pain
+
+Now the day bleeds into nightfall
+And you're not here to get me through it all
+I let my guard down, and then you pulled the rug
+I was getting kinda used to being someone you loved
+
+I'm going under and this time I fear there's no one to turn to
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,68.47999999999999
+The Supremes,57bUPid8xztkieZfS7OlEV,You Can't Hurry Love,1OppEieGNdItZbE14gLBEv,"I need love, love
+To ease my mind
+I need to find, find
+Someone to call mine
+
+But, mama said
+""You can't hurry love
+No, you just have to wait""
+She said, ""Love don't come easy
+It's a game of give and take""
+You can't hurry love
+No, you just have to wait
+You've got to trust, give it time
+No matter how long it takes
+
+But, how many heartaches
+Must I stand
+Before I find a love
+To let me live again?
+
+Right now, the only thing
+That keeps me hangin' on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.28
+Kenny Loggins,3Y3xIwWyq5wnNHPp5gPjOW,"Footloose - From ""Footloose"" Soundtrack",2vz1CsL5WBsbpBcwgboTAw,"Been working so hard
+I'm punching my card
+Eight hours, for what?
+Oh, tell me what I got
+
+I gotten this feeling
+That time's just holding me down
+
+I'll hit the ceiling
+Or else I'll tear up this town
+
+Tonight I gotta cut loose, footloose
+Kick off your Sunday shoes
+Please, Louise
+Pull me up off my knees
+
+Jack, get back
+C'mon, before we crack
+Lose your blues
+Everybody cut footloose
+
+You're playing so cool
+Obeying every rule
+Dig way down in your heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.1
+Alessia Cara,2wUjUUtkb5lvLKcGKsKqsR,Scars To Your Beautiful,42ydLwx4i5V49RXHOozJZq,"She just wants to be, beautiful
+She goes, unnoticed she knows, no limits
+She craves, attention she praises, an image
+She prays to be, sculpted by the sculptor
+
+Oh, she don't see, the light that's shining
+Deeper than the eyes can find it
+Maybe we have made her blind
+So she tries to cover up her pain
+And cut her woes away
+'Cause covergirls don't cry
+After their face is made
+
+But there's a hope that's waiting for you in the dark
+You should know you're beautiful just the way you are
+And you don't have to change a thing
+The world could change its heart
+No scars to your beautiful
+We're stars and we're beautiful
+
+Oh-oh-oh-oh
+Oh-oh-oh-oh
+
+And you don't have to change a thing
+The world could change its heart
+No scars to your beautiful
+We're stars and we're beautiful
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.21
+ABBA,0LcJLqbBmaGUft1e9Mm8HV,Take A Chance On Me,5BckPAYcKEJuYs1eV1BHHe,"If you change your mind (take a chance)
+(Take a, take a chance-chance) I'm the first in line
+Honey, I'm still free (take a chance)
+Take a chance on me (take a, take a chance-chance)
+If you need me (take a, take a chance-chance)
+Let me know, gonna be around (take a chance)
+If you've got no place to go, when you're feeling down (take a chance)
+(Take a chance, take a, take a chance-chance)
+(Take a chance, take a, take a chance-chance)
+
+If you're all alone when the pretty birds have flown
+Honey I'm still free, take a chance on me
+Gonna do my very best and it ain't no lie
+If you put me to the test, if you let me try
+
+Take a chance on me
+(That's all I ask of you honey)
+Take a chance on me
+
+We can go dancing (oh-oh) we can go walking (yeah)
+As long as we're together (as long as we're together)
+Listen to some music (oh-oh) maybe just talking (yeah)
+Get to know you better (get to know you better)
+
+'Cause you know I've got
+So much that I wanna do
+When I dream I'm alone with you, it's magic
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.88
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Shake It Off,5xTtaWoae3wi06K5WfVUUH,"I stay out too late
+Got nothing in my brain
+That's what people say, mm-mm
+That's what people say, mm-mm
+
+I go on too many dates
+But I can't make 'em stay
+At least that's what people say, mm-mm
+That's what people say, mm-mm
+
+But I keep cruisin'
+Can't stop, won't stop movin'
+It's like I got this music in my mind
+Sayin' it's gonna be alright
+
+'Cause the players gonna play, play, play, play, play
+And the haters gonna hate, hate, hate, hate, hate
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+Heartbreakers gonna break, break, break, break, break
+And the fakers gonna fake, fake, fake, fake, fake
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+
+I never miss a beat
+I'm lightnin' on my feet
+And that's what they don't see, mm-mm
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.58
diff --git a/my_playlist_sentiment_v1.csv b/my_playlist_sentiment_v1.csv
new file mode 100644
index 0000000000..26bbd57bdb
--- /dev/null
+++ b/my_playlist_sentiment_v1.csv
@@ -0,0 +1,5017 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Locked out of Heaven,3w3y8KPTfNeOKPiqUTakBh,"One, two, one, two, three
+Oh, yeah, yeah
+Oh, yeah, yeah, yeah, yeah (ooh)
+Oh, yeah, yeah
+Oh, yeah, yeah, yeah, yeah (ooh)
+
+Never had much faith in love or miracles (ooh)
+Never wanna put my heart on the line (ooh)
+But swimmin' in your water's something spiritual (ooh)
+I'm born again every time you spend the night (ooh)
+
+'Cause your sex takes me to paradise
+Yeah, your sex takes me to paradise
+And it shows
+Yeah, yeah, yeah
+
+'Cause you make me feel like
+I've been locked out of heaven
+For too long, for too long
+Yeah, you make me feel like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.44
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,There's Nothing Holdin' Me Back,7JJmb5XwzOO8jgpou264Ml,"I wanna follow where she goes
+I think about her and she knows it
+I wanna let her take control
+'Cause every time that she gets close, yeah
+
+She pulls me in enough to keep me guessin', hmm
+
+And maybe I should stop and start confessin'
+Confessin', yeah
+
+Oh, I've been shakin'
+I love it when you go crazy
+You take all my inhibitions
+Baby, there's nothing holdin' me back
+You take me places that tear up my reputation
+Manipulate my decisions
+Baby, there's nothing holdin' me back
+
+There's nothing holdin' me back
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,49.39
+a-ha,2jzc5TC5TVFLXQlBNiIUzE,Take on Me,2WfaOiMkCvy7F5fcp2zZ8L,"We're talking away
+I don't know what I'm to say
+I'll say it anyway
+Today is another day to find you
+
+Shying away
+I'll be coming for your love, okay?
+
+Take on me (take on me)
+Take me on (take on me)
+I'll be gone
+In a day or two
+
+So needless to say
+I'm odds and ends
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.690000000000005
+James Arthur,4IWBUUAFIplrNtaOHcJPRM,Say You Won't Let Go,5uCax9HTNlzGybIStD3vDh,"I met you in the dark
+You lit me up
+You made me feel as though
+I was enough
+We danced the night away
+We drank too much
+I held your hair back when
+You were throwing up
+
+Then you smiled over your shoulder
+For a minute, I was stone cold sober
+I pulled you closer to my chest
+And you asked me to stay over
+I said, ""I already told ya
+I think that you should get some rest""
+
+I knew I loved you then, but you'd never know
+'Cause I played it cool when I was scared of letting go
+I knew I needed you, but I never showed
+But I wanna stay with you until we're grey and old
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.50999999999999
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Something Just Like This,6RUKPb4LETWmmr3iAEQktW,"I've been reading books of old
+The legends and the myths
+Achilles and his gold
+Hercules and his gifts
+Spider-Man's control
+And Batman with his fists
+And clearly, I don't see myself upon that list
+
+But she said, ""Where'd you wanna go?
+How much you wanna risk?
+I'm not looking for somebody with some superhuman gifts
+Some superhero
+Some fairy tale bliss
+Just something I can turn to
+Somebody I can kiss""
+
+I want something just like this
+Doo-doo-doo, doo-doo-doo
+Doo-doo-doo, doo, doo-doo
+Doo-doo-doo, doo-doo-doo
+Oh, I want something just like this
+Doo-doo-doo, doo-doo-doo
+Doo-doo-doo, doo, doo-doo
+Da-da-da, da-da-da
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.94
+Avicii,1vCWHaC5f2uS3yhpwWbIA6,Wake Me Up,0nrRP2bk19rLc0orkWPQk2,"Feeling my way through the darkness
+Guided by a beating heart
+I can't tell where the journey will end
+But I know where to start
+
+They tell me I'm too young to understand
+They say I'm caught up in a dream
+Well life will pass me by if I don't open up my eyes
+Well, that's fine by me
+
+So wake me up when it's all over
+When I'm wiser and I'm older
+All this time, I was finding myself, and I
+Didn't know I was lost
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.01
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Memories,4cktbXiXOapiLBMprHFErI,"Here's to the ones that we got
+Cheers to the wish you were here, but you're not
+'Cause the drinks bring back all the memories
+Of everything we've been through
+Toast to the ones here today
+Toast to the ones that we lost on the way
+'Cause the drinks bring back all the memories
+And the memories bring back, memories bring back you
+
+There's a time that I remember, when I did not know no pain
+When I believed in forever, and everything would stay the same
+Now my heart feel like December when somebody say your name
+'Cause I can't reach out to call you, but I know I will one day, yeah
+
+Everybody hurts sometimes
+Everybody hurts someday, ayy-ayy
+But everything gon' be alright
+Go and raise a glass and say, ayy
+
+Here's to the ones that we got
+Cheers to the wish you were here, but you're not
+'Cause the drinks bring back all the memories
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.34
+Imagine Dragons,53XhwfbYqKCa1cC15pYq2q,Thunder,1zB4vmk8tFRmM9UULNzbLB,"Just a young gun with a quick fuse
+I was uptight, wanna let loose
+I was dreaming of bigger things and
+Wanna leave my own life behind
+Not a ""Yes sir"", not a follower
+Fit the box, fit the mold
+Have a seat in the foyer, take a number
+I was lightning before the thunder
+
+Thunder, thunder
+Thunder, thun-, thunder
+Thun-thun-thunder, thunder
+Thunder, thunder, thun-, thunder
+Thun-thun-thunder, thunder
+
+Thunder, feel the thunder
+Lightning and the thunder
+Thunder, feel the thunder
+Lightning and the thunder
+Thunder, thunder
+Thunder
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,79.46
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,Adore You,3jjujdWJ72nww5eGnfs2E7,"Walk in your rainbow paradise (paradise)
+Strawberry lipstick state of mind (state of mind)
+I get so lost inside your eyes
+Would you believe it?
+
+You don't have to say you love me
+You don't have to say nothing
+You don't have to say you're mine
+
+Honey (ah-ah-ah)
+I'd walk through fire for you
+Just let me adore you
+Oh, honey (ah-ah-ah)
+I'd walk through fire for you
+Just let me adore you
+Like it's the only thing I'll ever do
+Like it's the only thing I'll ever do
+
+Your wonder under summer sky (summer sky)
+Brown skin and lemon over ice
+Would you believe it?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.05
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Viva La Vida,1mea3bSkSGXuIRvnydlB5b,"I used to rule the world
+Seas would rise when I gave the word
+Now in the morning, I sleep alone
+Sweep the streets I used to own
+
+I used to roll the dice
+Feel the fear in my enemy's eyes
+Listened as the crowd would sing
+""Now the old king is dead, long live the king""
+
+One minute I held the key
+Next, the walls were closed on me
+And I discovered that my castles stand
+Upon pillars of salt and pillars of sand
+
+I hear Jerusalem bells a-ringing
+Roman cavalry choirs are singing
+Be my mirror, my sword and shield
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.91
+John Legend,5y2Xq6xcjJb2jVM54GHK3t,All of Me,3U4isOIWM3VvDubwSI3y7a,"What would I do without your smart mouth?
+Drawing me in, and you kicking me out
+You've got my head spinning, no kidding
+I can't pin you down
+
+What's going on in that beautiful mind?
+I'm on your magical mystery ride
+And I'm so dizzy, don't know what hit me
+But I'll be alright
+
+My head's underwater
+But I'm breathing fine
+You're crazy and I'm out of my mind
+
+'Cause all of me loves all of you
+Love your curves and all your edges
+All your perfect imperfections
+Give your all to me, I'll give my all to you
+You're my end and my beginning
+Even when I lose, I'm winning
+
+'Cause I give you all of me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.76
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Photograph,1HNkqx9Ahdgi1Ixy2xkKkL,"Loving can hurt
+Loving can hurt sometimes
+But it's the only thing
+That I know
+
+And when it gets hard
+You know it can get hard sometimes
+It is the only thing that makes us feel alive
+
+We keep this love in a photograph
+We make these memories for ourselves
+Where our eyes are never closing
+Hearts are never broken
+And time's forever frozen still
+
+So you can keep me
+Inside the pocket of your ripped jeans
+Holdin' me closer 'til our eyes meet
+You won't ever be alone
+Wait for me to come home
+
+Loving can heal
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.03
+Elton John,3PhoLpVuITZKcymswpck5b,I'm Still Standing,1jDJFeK9x3OZboIAHsY9k2,"You could never know what it's like
+Your blood like winter freezes just like ice
+And there's a cold lonely light that shines from you
+You'll wind up like the wreck you hide behind that mask you use
+
+And did you think this fool could never win?
+Well, look at me, I'm coming back again
+I got a taste of love in a simple way
+And if you need to know while I'm still standing, you just fade away
+
+Don't you know I'm still standing better than I ever did
+Looking like a true survivor, feeling like a little kid
+I'm still standing after all this time
+Picking up the pieces of my life without you on my mind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.89
+Bon Jovi,58lV9VcRSjABbAbfWS6skp,Livin' On A Prayer,37ZJ0p5Jm13JPevGcx4SkF,"Once upon a time
+Not so long ago
+
+Tommy used to work on the docks
+Union's been on strike, he's down on his luck
+It's tough, so tough
+
+Gina works the diner all day
+Working for her man, she brings home her pay for love
+Mmm, for love
+
+She says, ""We've gotta hold on to what we've got
+It doesn't make a difference if we make it or not
+We got each other, and that's a lot for love
+We'll give it a shot""
+
+Whoa, we're half way there
+Oh-oh, livin' on a prayer
+Take my hand, we'll make it, I swear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.52000000000001
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Love On The Brain,5oO3drDxtziYU2H1X23ZIp,"And you got me like oh
+What you want from me?
+(What you want from me?)
+And tried to buy your pretty heart
+But the price's too high
+
+Baby you got me like oh
+You love when I fall apart
+(Fall apart)
+So you can put me together
+And throw me against the wall
+
+Baby you got me like ah, woo, ah
+
+Don't you stop loving me
+(Loving me) Don't quit loving me
+(Loving me) Just start loving me
+(Loving me)
+
+Oh, and babe I'm fist fighting with fire
+Just to get close to you
+Can we burn something babe?
+And I'll run for miles just to get a taste
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Closer,7BKLCZ1jbUBVqRi2FVlTVw,"Hey, I was doing just fine before I met you
+I drink too much and that's an issue, but I'm okay
+Hey, you tell your friends it was nice to meet them
+But I hope I never see them again
+
+I know it breaks your heart
+Moved to the city in a broke-down car, and
+Four years, no calls
+Now you're looking pretty in a hotel bar
+And I-I-I can't stop
+No, I-I-I can't stop
+
+So, baby, pull me closer
+In the backseat of your Rover
+That I know you can't afford
+Bite that tattoo on your shoulder
+Pull the sheets right off the corner
+Of that mattress that you stole
+From your roommate back in Boulder
+We ain't ever getting older
+
+We ain't ever getting older
+
+We ain't ever getting older
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.07000000000001
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Treat You Better,3QGsuHI8jO1Rx4JWLUh9jd,"I won't lie to you
+I know he's just not right for you
+And you can tell me if I'm off
+But I see it on your face
+When you say that he's the one that you want
+And you're spending all your time
+In this wrong situation
+And anytime you want it to stop
+
+I know I can treat you better than he can
+And any girl like you deserves a gentleman
+
+Tell me, why are we wasting time
+On all your wasted crying
+When you should be with me instead?
+I know I can treat you better
+Better than he can
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.0
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,Falling,1ZMiCix7XSAbfAJlEZWMCp,"I'm in my bed
+And you're not here
+And there's no one to blame but the drink in my wandering hands
+Forget what I said
+It's not what I meant
+And I can't take it back, I can't unpack the baggage you left
+
+What am I now? What am I now?
+What if I'm someone I don't want around?
+I'm falling again, I'm falling again, I'm falling
+What if I'm down? What if I'm out?
+What if I'm someone you won't talk about?
+I'm falling again, I'm falling again, I'm falling
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.43
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Shallow,2VxeLyX666F8uXCJ0dZF8B,"Tell me something, girl
+Are you happy in this modern world?
+Or do you need more?
+Is there something else you're searchin' for?
+
+I'm falling
+In all the good times, I find myself longin' for change
+And in the bad times, I fear myself
+
+Tell me something, boy
+Aren't you tired trying to fill that void?
+Or do you need more?
+Ain't it hard keeping it so hardcore?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,49.830000000000005
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt,"Guess it's true, I'm not good at a one-night stand
+
+But I still need love 'cause I'm just a man
+
+These nights never seem to go to plan
+
+I don't want you to leave, will you hold my hand?
+
+Oh, won't you stay with me?
+
+'Cause you're all I need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.06
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,A Sky Full of Stars,0FDzzruyVECATHXKHFs9eJ,"'Cause you're a sky, 'cause you're a sky full of stars
+I'm gonna give you my heart
+'Cause you're a sky, 'cause you're a sky full of stars
+'Cause you light up the path
+
+I don't care, go on and tear me apart
+I don't care if you do, ooh-ooh, ooh
+'Cause in a sky, 'cause in a sky full of stars
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,1.4500000000000002
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0,"For all the times that you rained on my parade
+And all the clubs you get in using my name
+You think you broke my heart, oh, girl, for goodness' sake
+You think I'm crying on my own, well, I ain't
+
+And I didn't wanna write a song
+'Cause I didn't want anyone thinkin' I still care, I don't, but
+You still hit my phone up
+And baby, I'll be movin' on
+And I think you should be somethin' I don't wanna hold back
+Maybe you should know that
+
+My mama don't like you and she likes everyone
+And I never like to admit that I was wrong
+And I've been so caught up in my job
+Didn't see what's going on, but now I know
+I'm better sleeping on my own
+
+'Cause if you like the way you look that much
+Oh, baby, you should go and love yourself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.64999999999999
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Maps,4gbVRS8gloEluzf0GzDOFc,"I miss the taste of a sweeter life
+I miss the conversation
+I'm searching for a song tonight
+I'm changing all of the stations
+
+I like to think that we had it all
+We drew a map to a better place
+But on that road, I took a fall
+Oh baby, why did you run away?
+
+I was there for you in your darkest times
+I was there for you in your darkest night
+
+But I wonder, where were you?
+When I was at my worst down on my knees
+And you said you had my back
+So I wonder, where were you?
+When all the roads you took came back to me
+So I'm following the map that leads to you
+
+The map that leads to you
+Ain't nothing I can do
+The map that leads to you
+Following, following, following to you
+
+The map that leads to you
+Ain't nothing I can do
+The map that leads to you
+Following, following, following
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.02000000000001
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Thinking out Loud,34gCuhDGsG4bRPIf9bb02f,"When your legs don't work like they used to before
+And I can't sweep you off of your feet
+
+Will your mouth still remember the taste of my love?
+Will your eyes still smile from your cheeks?
+
+And, darling, I will
+Be loving you 'til we're 70
+
+And, baby, my heart
+Could still fall as hard at 23
+
+And I'm thinking 'bout how
+
+People fall in love in mysterious ways
+Maybe just the touch of a hand
+Well, me, I fall in love with you every single day
+And I just wanna tell you I am
+
+So, honey, now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.50999999999999
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Before You Go,2gMXnyrvIjhVBUZwvLZDMP,"I fell by the wayside, like everyone else
+I hate you, I hate you, I hate you
+But I was just kidding myself
+Our every moment, I start to replace
+'Cause now that they're gone
+All I hear are the words that I needed to say
+
+When you hurt under the surface
+Like troubled water running cold
+Well, time can heal, but this won't
+
+So, before you go
+Was there something I could've said
+To make your heart beat better?
+If only I'd have known you had a storm to weather
+So, before you go
+Was there something I could've said
+To make it all stop hurting?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.620000000000005
+TOTO,0PFtn5NtBbbUNbU9EAmIWF,Africa,2374M0fQpWi3dLnB54qaLX,"Come on up
+Hey
+
+I hear the drums echoing tonight
+But she hears only whispers of some quiet conversation
+She's coming in 12:30 flight
+The moonlit wings reflect the stars that guide me towards salvation
+
+I stopped an old man along the way
+Hoping to find some long forgotten words or ancient melodies
+He turned to me as if to say
+Hurry boy, it's waiting there for you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+The Goo Goo Dolls,2sil8z5kiy4r76CRTXxBCA,Iris,6Qyc6fS4DsZjB2mRW9DsQs,"And I'd give up forever to touch you
+'Cause I know that you feel me somehow
+You're the closest to heaven that I'll ever be
+And I don't want to go home right now
+
+And all I can taste is this moment
+And all I can breathe is your life
+And sooner or later, it's over
+I just don't wanna miss you tonight
+
+And I don't want the world to see me
+'Cause I don't think that they'd understand
+When everything's made to be broken
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,5.16
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Umbrella,49FYlytm3dAAraYgpoJZux,"Uh-huh, uh-huh (yeah, Rihanna)
+Uh-huh, uh-huh (good girl, gone bad)
+Uh-huh, uh-huh (take three, action)
+Uh-huh, uh-huh (Hov)
+
+No clouds in my stones
+Let it rain, I hydroplane in the bank
+Coming down with the Dow Jones
+When the clouds come, we gone, we Roc-A-Fella
+We fly higher than weather, in G5's or better
+You know me (you know me)
+In anticipation for precipitation, stack chips for the rainy day
+Jay, Rain Man is back
+With Little Miss Sunshine, Rihanna, where you at?
+
+You have my heart
+And we'll never be worlds apart
+Maybe in magazines
+But you'll still be my star
+Baby, 'cause in the dark
+You can't see shiny cars
+And that's when you need me there
+With you, I'll always share
+Because
+
+When the sun shine, we shine together
+Told you I'll be here forever
+Said I'll always be your friend
+Took an oath, I'ma stick it out to the end
+Now that it's raining more than ever
+Know that we'll still have each other
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.44
+Mark Ronson,3hv9jJF3adDNsBSIQDqcjp,Uptown Funk (feat. Bruno Mars),32OlwWuMpZ6b0aN2RZOeMS,"This hit, that ice cold
+Michelle Pfeiffer, that white gold
+This one, for them hood girls
+Them good girls, straight masterpieces
+Stylin', wilin'
+Livin' it up in the city
+Got Chucks on with Saint Laurent
+Gotta kiss myself, I'm so pretty
+
+I'm too hot (hot damn), uh
+Called a police and a fireman
+I'm too hot (hot damn)
+Make a dragon wanna retire, man
+I'm too hot (hot damn)
+Say my name, you know who I am
+I'm too hot (hot damn)
+And my band 'bout that money, break it down
+
+Girls, hit your hallelujah (woo)
+Girls, hit your hallelujah (woo)
+Girls, hit your hallelujah (woo)
+'Cause uptown funk gon' give it to you (woo)
+('Cause uptown funk gon' give it to you)
+'Cause uptown funk gon' give it to you
+Saturday night, and we in the spot
+Don't believe me, just watch, come on!
+
+Ah!
+Don't believe me, just watch, uh
+Ah!
+Don't believe me, just watch, uh
+
+Don't believe me, just watch, uh
+Don't believe me, just watch
+Don't believe me, just watch
+Hey, hey, hey, oh!
+
+Stop, wait a minute
+Fill my cup, put some liquor in it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.31
+Marshmello,64KEffDW9EtZ1y2vBYgq8T,Happier,2dpaYNEQHiRxtZbfNsse99,"Lately, I've been, I've been thinking
+I want you to be happier
+I want you to be happier
+
+When the morning comes
+When we see what we've become
+In the cold light of day
+We're a flame in the wind, not the fire that we've begun
+Every argument
+Every word we can't take back
+'Cause with all that has happened
+I think that we both know the way that this story ends
+
+Then only for a minute
+I want to change my mind 'cause
+This just don't feel right to me
+I wanna raise your spirits
+I want to see you smile, but
+Know that means I'll have to leave
+
+Know that means I'll have to leave
+
+Lately, I've been, I've been thinking
+I want you to be happier
+I want you to be happier
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.34
+WALK THE MOON,6DIS6PRrLS3wbnZsf7vYic,Shut Up and Dance,4kbj5MwxO1bq9wjT5g9HaA,"""Oh, don't you dare look back
+Just keep your eyes on me""
+I said, ""You're holding back""
+She said, ""Shut up and dance with me""
+This woman is my destiny
+She said, ""Ooh-hoo
+Shut up and dance with me""
+
+We were victims of the night
+The chemical, physical, kryptonite
+Helpless to the bass and faded light
+Oh, we were bound to get together
+Bound to get together
+
+She took my arm
+I don't know how it happened
+We took the floor and she said
+
+""Oh, don't you dare look back
+Just keep your eyes on me""
+I said, ""You're holding back""
+She said, ""Shut up and dance with me!""
+This woman is my destiny
+She said, ""Ooh-hoo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,68.0
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Stuck with U (with Justin Bieber),4HBZA5flZLE435QTztThqH,"Mmm
+Hey, yeah
+(That's just for fun)
+(What?)
+I'm not one to stick around
+One strike and you're out, baby
+Don't care if I sound crazy
+But you never let me down, no, no
+That's why when the sun's up, I'm stayin'
+Still layin' in your bed, Singin '
+Ooh, ooh, ooh, ooh
+Got all this time on my hands
+Might as well cancel our plans, yeah
+I could stay here for a lifetime
+So lock the door
+And throw out the key
+Can't fight this no more
+It's just you and me
+And there's nothing I, nothing I, I can do
+I'm stuck with you, stuck with you, stuck with you
+So, go ahead and drive me insane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.57000000000001
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,0SiywuOBRcynK0uKGWdCnn,"Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+I want your ugly, I want your disease
+I want your everything as long as it's free
+I want your love
+Love, love, love, I want your love (hey)
+
+I want your drama, the touch of your hand (hey)
+I want your leather-studded kiss in the sand
+I want your love
+Love, love, love, I want your love (love, love, love)
+(I want your love)
+
+You know that I want you
+And you know that I need you
+I want it bad, your bad romance
+
+I want your love, and I want your revenge
+You and me could write a bad romance (oh-oh-oh-oh-oh)
+I want your love and all your lover's revenge
+You and me could write a bad romance
+
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.74
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Story of My Life,4nVBt6MZDDP6tRVdQTgxJg,"Written in these walls are the stories that I can't explain
+
+I leave my heart open but it stays right here empty for days
+She told me in the morning she don't feel the same about us in her bones
+It seems to me that when I die these words will be written on my stone
+
+And I'll be gone, gone tonight
+The ground beneath my feet is open wide
+The way that I've been holding on too tight
+With nothing in between
+
+The story of my life, I take her home
+I drive all night to keep her warm and time is frozen (the story of, the story of)
+The story of my life, I give her hope
+I spend her love until she's broke inside
+The story of my life (the story of, the story of)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.05
+ABBA,0LcJLqbBmaGUft1e9Mm8HV,Dancing Queen,0GjEhVFGZW8afUYGChu3Rr,"You can dance, you can jive
+Having the time of your life, ooh
+See that girl, watch that scene
+Dig in the Dancing Queen
+
+Friday night and the lights are low
+Looking out for a place to go
+Where they play the right music, getting in the swing
+You come to look for a king
+
+Anybody could be that guy
+Night is young and the music's high
+With a bit of rock music, everything is fine
+You're in the mood for a dance
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.32
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Just the Way You Are,7BqBn9nzAq8spo5e7cZ0dJ,"Oh, her eyes, her eyes
+Make the stars look like they're not shining
+Her hair, her hair
+Falls perfectly without her trying
+She's so beautiful
+And I tell her every day
+
+Yeah, I know, I know
+When I compliment her, she won't believe me
+And it's so, it's so
+Sad to think that she don't see what I see
+But every time she asks me, ""Do I look okay?""
+I say
+
+When I see your face
+There's not a thing that I would change
+'Cause you're amazing
+Just the way you are
+And when you smile
+The whole world stops and stares for a while
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.67999999999999
+Bryan Adams,3Z02hBLubJxuFJfhacLSDc,Summer Of '69,0GONea6G2XdnHWjNZd6zt3,"I got my first real six-string
+Bought it at the five and dime
+Played it 'til my fingers bled
+Was the summer of '69
+
+Me and some guys from school
+Had a band and we tried real hard
+Jimmy quit and Jody got married
+I should've known we'd never get far
+
+Oh, when I look back now
+That summer seemed to last forever
+And if I had the choice
+Yeah, I'd always wanna be there
+Those were the best days of my life
+
+Ain't no use in complainin'
+When you got a job to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.15
+Train,3FUY2gzHeIiaesXtOAdB7A,"Hey, Soul Sister",4HlFJV71xXKIGcU3kRyttv,"Hey, hey
+Hey-hey, hey-hey
+Hey-hey, hey-hey
+
+Your lipstick stains
+On the front lobe of my left side brains
+I knew I wouldn't forget you
+And so I went and let you blow my mind
+
+Your sweet moonbeam
+The smell of you in every single dream I dream
+I knew when we collided
+You're the one I have decided who's one of my kind
+
+Hey, soul sister
+Ain't that Mr. Mister on the radio, stereo
+The way you move ain't fair, you know
+Hey, soul sister
+I don't wanna miss a single thing you do tonight
+
+Hey, hey
+Hey-hey, hey-hey
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.07000000000001
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Mercy,0AS63m1wHv9n4VVRizK6Hc,"You've got a hold on me
+Don't even know your power
+I stand a hundred feet
+But I fall when I'm around you
+Show me an open door
+Then you go and slam it on me
+I can't take anymore
+
+I'm saying
+Baby, please have mercy on me
+Take it easy on my heart
+Even though you don't mean to hurt me
+You keep tearing me apart
+
+Would you please have mercy, mercy on my heart?
+Would you please have mercy, mercy on my heart?
+
+I'd drive through the night
+Just to be near you, baby
+Heart open, testify
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.53
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",3e9HZxeyfWwjeyPAMmWSSQ,"Thought I'd end up with Sean
+But he wasn't a match
+Wrote some songs about Ricky
+Now I listen and laugh
+Even almost got married
+And for Pete, I'm so thankful
+Wish I could say ""thank you"" to Malcolm
+'Cause he was an angel
+
+One taught me love
+One taught me patience
+And one taught me pain
+Now, I'm so amazing
+Say I've loved and I've lost
+But that's not what I see
+So, look what I got
+Look at what you taught me
+And for that, I say
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next
+I'm so grateful for my ex
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next (next)
+I'm so
+
+Spend more time with my friends
+I ain't worried 'bout nothin'
+Plus, I met someone else
+We're havin' better discussions
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.69
+Ava Max,4npEfmQ6YuiwW1GpUmaq3F,Sweet but Psycho,7DnAm9FOTWE3cUvso43HhI,"Oh, she's sweet but a psycho
+A little bit psycho
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+Oh, she's hot but a psycho
+So left but she's right, though
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+
+She'll make you curse, but she a blessin'
+She'll rip your shirt within a second
+You'll be coming back, back for seconds
+With your plate, you just can't help it
+
+No, no, you'll play along
+Let her lead you on
+You'll be saying, ""No, no""
+Then saying, ""Yes, yes, yes""
+'Cause she messin' with your head
+
+Oh, she's sweet but a psycho
+A little bit psycho
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+Oh, she's hot but a psycho
+So left but she's right, though
+At night, she's screamin'
+""I'm-ma-ma-ma out my mind""
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.24
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,This Is What You Came For,0azC730Exh71aQlOt9Zj3y,"Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+
+Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+You, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.24000000000001
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Sorry,09CtPGIpYB4BrO8qb1RGsF,"You gotta go and get angry at all of my honesty
+You know I try but I don't do too well with apologies
+I hope I don't run out of time, could someone call a referee?
+Cause I just need one more shot at forgiveness
+I know you know that I made those mistakes maybe once or twice
+By once or twice I mean maybe a couple a hundred times
+So let me, oh let me redeem, oh redeem, oh myself tonight
+Cause I just need one more shot at second chances
+
+Yeah, is it too late now to say sorry?
+Cause I'm missing more than just your body
+Is it too late now to say sorry?
+Yeah I know that I let you down
+Is it too late to say I'm sorry now?
+
+I'm sorry, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.92
+Whitney Houston,6XpaIBNiVzIetEPCWDvAFP,I Wanna Dance with Somebody (Who Loves Me),2tUBqZG2AbRi7Q0BIrVrEj,"Huh, yeah, woo!
+Hey yeah, huh
+Ooh yeah, uh-huh, yeah
+I wanna dance
+
+Clock strikes upon the hour
+And the sun begins to fade
+Still enough time to figure out
+How to chase my blues away
+I've done alright up 'til now
+It's the light of day that shows me how
+And when the night falls
+The loneliness calls
+
+Oh, I wanna dance with somebody
+I wanna feel the heat with somebody
+Yeah, I wanna dance with somebody
+With somebody who loves me
+
+Oh, I wanna dance with somebody
+I wanna feel the heat with somebody
+Yeah, I wanna dance with somebody
+With somebody who loves me
+
+I've been in love and lost to my senses
+Spinning through the town
+Sooner or later, the fever ends
+And I wind up feeling down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.86
+Panic! At The Disco,20JZFwl6HVl6yg8a4H3ZqK,High Hopes,1rqqCSm0Qe4I9rUvWncaom,"High, high hopes
+
+Had to have high, high hopes for a living
+Shooting for the stars when I couldn't make a killing
+Didn't have a dime, but I always had a vision
+Always had high, high hopes (high, high hopes)
+Had to have high, high hopes for a living
+Didn't know how, but I always had a feeling
+I was gonna be that one in a million
+Always had high, high hopes
+
+Mama said, ""Fulfill the prophecy
+Be something greater, go make a legacy""
+Manifest destiny back in the days
+We wanted everything, wanted everything
+Mama said, ""Burn your biographies
+Rewrite your history, light up your wildest dreams""
+Museum victories everyday
+We wanted everything, wanted everything
+
+Mama said, ""Don't give up, it's a little complicated
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.7
+Backstreet Boys,5rSXSAkZ67PYJSvpUpkOr7,I Want It That Way,47BBI51FKFwOMlIiX6m8ya,"Yeah
+
+You are my fire
+The one desire
+Believe when I say
+I want it that way
+
+But we are two worlds apart
+Can't reach to your heart
+When you say
+That I want it that way
+
+Tell me why
+Ain't nothin' but a heartache
+Tell me why
+Ain't nothin' but a mistake
+Tell me why
+I never wanna hear you say
+I want it that way
+
+Am I your fire?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,50.88
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Sugar,2iuZJX9X9P0GKaE93xcPjk,"I'm hurtin', baby, I'm broken down
+I need your lovin', lovin', I need it now
+When I'm without you, I'm somethin' weak
+You got me beggin', beggin', I'm on my knees, yeah (hey)
+
+I don't wanna be needing your love (hey)
+I just wanna be deep in your love (hey)
+And it's killin' me when you're away, ooh, baby (hey)
+'Cause I really don't care where you are (hey)
+I just wanna be there where you are (hey)
+And I gotta get one little taste
+
+Your sugar, yes, please
+Won't you come and put it down on me?
+I'm right here 'cause I need
+Little love and little sympathy
+Yeah, you show me good lovin', make it alright
+Need a little sweetness in my life
+Your sugar, yes, please
+Won't you come and put it down on me? (Ayy, uh, uh)
+
+My broken pieces, you pick 'em up
+Don't leave me hangin', hangin', come give me some
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.17
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,0HPD5WQqrq7wPWR7P7Dw1i,"Wake up in the morning feelin' like P. Diddy (hey, what up, girl?)
+Grab my glasses, I'm out the door, I'm gonna hit this city (let's go)
+Before I leave, brush my teeth with a bottle of Jack
+'Cause when I leave for the night, I ain't coming back
+
+I'm talking pedicure on our toes, toes
+Trying on all our clothes, clothes
+Boys blowing up our phones, phones
+Drop-topping, playing our favorite CDs
+Pulling up to the parties
+Trying to get a little bit tipsy
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Ain't got a care in the world, but got plenty of beer
+Ain't got no money in my pocket, but I'm already here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.02000000000001
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0,"One, one, one, one, one
+
+Talkin' in my sleep at night, makin' myself crazy
+(Out of my mind, out of my mind)
+Wrote it down and read it out, hopin' it would save me
+(Too many times, too many times)
+
+My love
+He makes me feel like nobody else, nobody else
+But my love
+He doesn't love me, so I tell myself, I tell myself
+
+One: Don't pick up the phone
+You know he's only callin' 'cause he's drunk and alone
+Two: Don't let him in, you'll have to kick him out again
+Three: Don't be his friend
+You know you're gonna wake up in his bed in the mornin'
+And if you're under him, you ain't gettin' over him
+
+I got new rules, I count 'em
+I got new rules, I count 'em
+I gotta tell them to myself
+I got new rules, I count 'em
+I gotta tell them to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.67
+P!nk,1KCSPY1glIKqW2TotWuXOR,Just Give Me a Reason (feat. Nate Ruess),1mKXFLRA179hdOWQBwUk9e,"Right from the start
+You had no-
+I forgot the words
+Hold on, we gonna do that over, we do over
+Screw that, I like that song
+Right from the start you were a... thief!
+That's what it was, okay lemme know when you're ready
+Sorry to screw that beautiful piano pieace, Jason
+
+Right from the start
+You were a thief, you stole my heart
+And I, your willing victim
+I let you see the parts of me, that weren't all that pretty
+And with every touch you fixed them
+
+You've been talking in your sleep (oh, oh)
+Things you never say to me (oh, oh)
+Tell me that you've had enough
+Of our love, our love
+
+Just give me a reason, just a little bit's enough
+Just a second we're not broken, just bent 'til we can learn to love again
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.73
+Pitbull,0TnOYISbd1XYRBk9myaseg,Timber (feat. Ke$ha),3cHyrEgdyYRjgJKSOiOtcS,"It's going down, I'm yelling timber
+You better move, you better dance
+Let's make a night you won't remember
+I'll be the one you won't forget
+
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+
+The bigger they are, the harder they fall
+This biggity boy's a diggity dog
+I have 'em like Miley Cyrus, clothes off
+Twerking in their bras and thongs (timber)
+Face down, booty up (timber)
+That's the way we like to what? (Timber)
+I'm slicker than an oil spill
+She say she won't, but I bet she will (timber)
+
+Swing your partner 'round and 'round
+End of the night, it's going down
+One more shot, another round
+End of the night, it's going down
+Swing your partner 'round and 'round
+End of the night, it's going down (oh-oh-oh)
+One more shot, another round
+End of the night, it's going down
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.25
+MAGIC!,0DxeaLnv6SyYk2DOqkLO8c,Rude,6RtPijgfPKROxEzTHNRiDp,"Saturday morning, jumped out of bed
+And put on my best suit
+Got in my car and raced like a jet
+All the way to you
+Knocked on your door with heart in my hand
+To ask you a question
+'Cause I know that you're an old-fashioned man
+Yeah (yeah)
+
+Can I have your daughter for the rest of my life?
+Say yes, say yes, 'cause I need to know
+You say I'll never get your blessing 'til the day I die
+""Tough luck, my friend, but the answer is no""
+
+Why you gotta be so rude?
+Don't you know I'm human too?
+Why you gotta be so rude?
+I'm gonna marry her anyway
+(Marry that girl) marry her anyway
+(Marry that girl) yeah, no matter what you say
+(Marry that girl) and we'll be a family
+Why you gotta be so rude?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,76.72
+Spice Girls,0uq5PttqEjj3IH1bzwcrXF,Wannabe,1Je1IMUlBXcx1Fz0WE7oPT,"Yo, I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you want my future, forget my past
+If you wanna get with me, better make it fast
+Now don't go wasting my precious time
+Get your act together, we could be just fine
+
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you wanna be my lover, you gotta get with my friends (gotta get with my friends)
+Make it last forever, friendship never ends
+If you wanna be my lover, you have got to give
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.9
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Bruises,4Of7rzpRpV1mWRbhp5rAqG,"Counting days, counting days
+Since my love up and got lost on me
+And every breath that I've been takin'
+Since you left feels like a waste on me
+
+I've been holding on to hope
+That you'll come back when you can find some peace
+'Cause every word that I've heard spoken
+Since you left feels like an hollow street
+
+I've been told, I've been told to get you off my mind
+But I hope I never lose the bruises that you left behind
+Oh my lord, oh my lord, I need you by my side
+
+There must be something in the water
+'Cause everyday it's getting colder
+And if only I could hold you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.97
+Jonas Brothers,7gOdHgIoIKoe4i9Tta6qdD,Sucker,22vgEDb5hykfaTwLuskFGD,"We go together
+Better than birds of a feather, you and me
+We change the weather, yeah
+I'm feeling heat in December when you're 'round me
+
+I've been dancing on top of cars and stumbling out of bars
+I follow you through the dark, can't get enough
+You're the medicine and the pain, the tattoo inside my brain
+And, baby, you know it's obvious
+
+I'm a sucker for you
+Say the word and I'll go anywhere blindly
+I'm a sucker for you, yeah
+Any road you take, you know that you'll find me
+I'm a sucker for all the subliminal things
+No one knows about you, about you, about you, about you
+And you're making the typical me, break my typical rules
+It's true, I'm a sucker for you, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,75.79
+Pharrell Williams,2RdwBSPQiwcmiDo9kixcl8,"Happy - From ""Despicable Me 2""",60nZcImufyMA1MKQY3dcCH,"It might seem crazy what I am 'bout to say
+Sunshine, she's here, you can take a break
+I'm a hot air balloon that could go to space
+With the air, like I don't care, baby by the way
+
+Huh (Because I'm happy)
+Clap along if you feel like a room without a roof
+(Because I'm happy)
+Clap along if you feel like happiness is the truth
+(Because I'm happy)
+Clap along if you know what happiness is to you
+(Because I'm happy)
+Clap along if you feel like that's what you wanna do
+
+Here come bad news talking this and that (Yeah)
+Well give me all you got, don't hold back (Yeah)
+Well I should probably warn you I'll be just fine (Yeah)
+No offense to you don't waste your time
+Here's why
+
+(Because I'm happy)
+Clap along if you feel like a room without a roof
+(Because I'm happy)
+Clap along if you feel like happiness is the truth
+(Because I'm happy)
+Clap along if you know what happiness is to you
+(Because I'm happy)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.65
+Calum Scott,6ydoSd3N2mwgwBHtF6K7eX,Dancing On My Own,2BOqDYLOJBiMOXShCV1neZ,"Somebody said you got a new friend
+But does she love you better than I can?
+And there's a big black sky over my town
+I know where you're at, I bet she's around
+
+And yeah, I know it's stupid
+But I just gotta see it for myself
+
+I'm in the corner, watching you kiss her, oh, oh-oh
+And I'm right over here, why can't you see me? Oh, oh-oh
+And I'm giving it my all, but I'm not the guy you're taking home
+Ooh-ooh-ooh, I keep dancing on my own, no
+
+I just wanna dance all night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.61
+Swedish House Mafia,1h6Cn3P4NGzXbaXidqURXs,Don't You Worry Child - Radio Edit,2V65y3PX4DkRhy1djlxd9p,"There was a time
+I used to look into my father's eyes
+In a happy home
+I was a king, I had a gold throne
+Those days are gone
+Now the memories are on the wall
+I hear the sounds
+From the places where I was born
+Upon the hill across the blue lake
+That's where I had my first heartbreak
+I still remember how it all changed
+My father said:
+""Don't you worry, don't you worry, child
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,58.75
+4 Non Blondes,0Je74SitssvJg1w4Ra2EK7,What's Up?,0jWgAnTrNZmOGmqgvHhZEm,"25 years and my life is still
+Trying to get up that great big hill of hope
+For a destination
+
+I realized quickly when I knew I should
+That the world was made up of this brotherhood of man
+For whatever that means
+
+And so I cry sometimes
+When I'm lying in bed just to get it all out
+What's in my head
+And I, I am feeling a little peculiar
+And so I wake in the morning
+And I step outside
+And I take a deep breath and I get real high
+And I scream from the top of my lungs
+What's going on?
+
+And I say, hey yeah yeah-eh-eh, hey yeah yeah
+I said hey, what's going on?
+And I say, hey yeah yeah-eh-eh, hey yeah yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.31
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Happier,2RttW7RAu5nOAfq6YFvApB,"Walking down 29th and park
+I saw you in another's arms
+Only a month we've been apart
+You look happier
+
+Saw you walk inside a bar
+He said something to make you laugh
+I saw that both your smiles were twice as wide as ours
+Yeah, you look happier, you do
+
+Ain't nobody hurt you like I hurt you
+But ain't nobody love you like I do
+Promise that I will not take it personal, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.84
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Havana (feat. Young Thug),1rfofaqEpACxVEHIZBJe6W,"Hey
+
+Havana, ooh na-na (ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+He took me back to East Atlanta, na-na-na, ah
+Oh, but my heart is in Havana (ayy)
+There's somethin' 'bout his manners (uh-huh)
+Havana, ooh-na-na (uh)
+
+He didn't walk up with that ""how you doin'?"" (uh)
+When he came in the room
+He said there's a lot of girls I can do with (uh)
+But I can't without you
+I knew him forever in a minute (hey)
+That summer night in June
+And papa says he got malo in him (uh)
+He got me feelin' like...
+
+Ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh (ayy)
+I knew it when I met him (ayy), I loved him when I left him
+Got me feelin' like, ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh
+And then I had to tell him, I had to go
+Oh-na-na-na-na-na (woo)
+
+Havana, ooh na-na (ayy, ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.64
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Dynamite,2CEgGE6aESpnmtfiZwYlbV,"I came to dance, dance, dance, dance (yeah)
+I hit the floor 'cause that's my plans, plans, plans, plans (yeah)
+I'm wearing all my favorite brands, brands, brands, brands (yeah)
+Give me some space for both my hands, hands, hands, hands
+Yeah, yeah
+
+'Cause it goes on, and on, and on
+And it goes on, and on, and on, yeah
+
+I throw my hands up in the air sometimes
+Saying, ""Ayo, gotta let go""
+I wanna celebrate and live my life
+Saying, ""Ayo, baby, let's go""
+'Cause we gon' rock this club, we gon' go all night
+We gon' light it up like it's dynamite
+'Cause I told you once, now I told you twice
+We gon' light it up like it's dynamite
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28999999999999
+Snow Patrol,3rIZMv9rysU7JkLzEaC5Jp,Chasing Cars,5hnyJvgoWiQUYZttV4wXy6,"We'll do it all
+Everything
+On our own
+
+We don't need
+Anything
+Or anyone
+
+If I lay here
+If I just lay here
+Would you lie with me and just forget the world?
+
+I don't quite know
+How to say
+How I feel
+
+Those three words
+Are said too much
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,22.63
+Niall Horan,1Hsdzj7Dlq2I7tHP7501T4,This Town,0qvzXomUDJVaUboy2wMfiS,"Waking up to kiss you and nobody's there
+The smell of your perfume still stuck in the air
+It's hard
+Yesterday I thought I saw your shadow running round
+It's funny how things never change in this old town
+So far from the stars
+
+And I want to tell you everything
+The words I never got to say the first time around
+And I remember everything
+From when we were the children playing in this fairground
+Wish I was there with you now
+
+If the whole world was watching I'd still dance with you
+Drive highways and byways to be there with you
+Over and over the only truth
+Everything comes back to you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.55
+Lukas Graham,25u4wHJWxCA9vO0CzxAbK7,7 Years,5kqIPrATaCc2LqxVWzQGbk,"Once, I was seven years old, my mama told me
+""Go make yourself some friends, or you'll be lonely""
+Once, I was seven years old
+
+It was a big-big world, but we thought we were bigger
+Pushing each other to the limits, we were learning quicker
+By 11, smoking herb and drinking burning liquor
+Never rich, so we were out to make that steady figure
+
+Once, I was 11 years old, my daddy told me
+""Go get yourself a wife, or you'll be lonely""
+Once, I was 11 years old
+
+I always had that dream like my daddy before me
+So I started writing songs, I started writing stories
+Something about the glory just always seemed to bore me
+'Cause only those I really love will ever really know me
+
+Once, I was 20 years old, my story got told
+Before the morning sun, when life was lonely
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.14
+The Fray,0zOcE3mg9nS6l3yxt1Y0bK,How to Save a Life,5fVZC9GiM4e8vu99W0Xf6J,"Step one, you say, ""We need to talk""
+He walks, you say, ""Sit down, it's just a talk""
+He smiles politely back at you
+You stare politely right on through
+
+Some sort of window to your right
+As he goes left, and you stay right
+Between the lines of fear and blame
+You begin to wonder why you came
+
+Where did I go wrong? I lost a friend
+Somewhere along in the bitterness
+And I would have stayed up with you all night
+Had I known how to save a life
+
+Let him know that you know best
+'Cause after all, you do know best
+Try to slip past his defense
+Without granting innocence
+
+Lay down a list of what is wrong
+The things you've told him all along
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,11.64
+Jason Mraz,4phGZZrJZRo4ElhRtViYdl,I'm Yours,1EzrEOXmMH3G43AXT1y7pA,"Well, you done, done me in, you bet I felt it
+I tried to be chill, but you're so hot that I melted
+I fell right through the cracks
+Now I'm trying to get back
+
+Before the cool done run out, I'll be givin' it my bestest
+And nothing's gonna stop me but divine intervention
+I reckon it's again my turn
+To win some or learn some
+
+But I won't hesitate, no more, no more
+It cannot wait, I'm yours
+Hmm (hey, hey)
+
+Well, open up your mind and see like me
+Open up your plans and, damn, you're free
+Look into your heart, and you'll find love, love, love, love
+Listen to the music of the moment people dance and sing
+We're just one big family
+And it's our Godforsaken right to be loved, loved, loved, loved, loved
+
+So I won't hesitate, no more, no more
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.83999999999999
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Drag Me Down,2K87XMYnUMqLcX3zvtAF4G,"I've got fire for a heart
+I'm not scared of the dark
+You've never seen it look so easy
+I got a river for a soul
+And baby, you're a boat
+Baby, you're my only reason
+
+If I didn't have you, there would be nothing left
+The shell of a man that could never be his best
+If I didn't have you, I'd never see the sun
+You taught me how to be someone, yeah
+
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+
+Nobody, nobody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.58999999999999
+ZAYN,5ZsFI1h6hIdQRw2ti0hz81,I Don’t Wanna Live Forever (Fifty Shades Darker),55n9yjI6qqXh5F2mYvUc2y,"Been sitting eyes wide open behind these four walls, hoping you'd call
+
+It's just a cruel existence like there's no point hoping at all
+
+Baby, baby, I feel crazy, up all night, all night and every day
+Give me something, oh, but you say nothing
+What is happening to me?
+
+I don't wanna live forever, 'cause I know I'll be living in vain
+And I don't wanna fit wherever
+I just wanna keep calling your name until you come back home
+
+I just wanna keep calling your name until you come back home
+
+I just wanna keep calling your name until you come back home
+
+I'm sitting eyes wide open and I got one thing stuck in my mind
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.05
+Dean Lewis,3QSQFmccmX81fWCUSPTS7y,Be Alright,3EPXxR3ImUwfayaurPi3cm,"I look up from the ground to see your sad and teary eyes
+You look away from me, and I see there's something you're trying to hide, and I
+Reach for your hand but it's cold, you pull away again
+And I wonder what's on your mind
+
+And then you say to me you made a dumb mistake
+You start to tremble, and your voice begins to break, you say
+The cigarettes on the counter weren't your friend's, they were my mate's
+And I feel the color draining from my face
+
+And my friend said
+""I know you love her, but it's over, mate
+It doesn't matter, put the phone away
+It's never easy to walk away, let her go
+It'll be alright""
+
+So I still look back at all the messages you'd sent
+And I know it wasn't right, but it was fucking with my head
+And everything deleted like the past, yeah, it was gone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.67
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,09IStsImFySgyp0pIQdqAc,"Take a seat, right over there, sat on the stairs
+Stay or leave, the cabinets are bare, and I'm unaware
+Of just how we got into this mess, got so aggressive
+I know we meant all good intentions
+
+So pull me closer
+Why don't you pull me close?
+Why don't you come on over?
+I can't just let you go
+
+Oh, baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+
+Baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.13000000000001
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,5xEM5hIgJ1jjgcEBfpkt2F,"Uh-huh, life's like this
+Uh-huh, uh-huh, that's the way it is
+'Cause life's like this
+Uh-huh, uh-huh, that's the way it is
+
+Chill out, what you yelling for?
+Lay back, it's all been done before
+And if you could only let it be
+You would see
+
+I like you the way you are
+When we're driving in your car
+And you're talking to me, one on one
+But you've become
+
+Somebody else 'round everyone else
+You're watching your back like you can't relax
+You're trying to be cool
+You look like a fool to me
+Tell me
+
+Why do you have to go and make things so complicated?
+I see the way you're acting like you're somebody else
+Gets me frustrated
+Life's like this, you
+
+You fall, and you crawl, and you break
+And you take what you get, and you turn it into
+Honesty and promise me I'm never gonna find you fake it
+No, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.75
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr,"You call me all friendly
+Telling me how much you miss me
+That's funny, I guess you've heard my songs
+Well, I'm too busy for your business
+Go find a girl who wants to listen
+'Cause if you think I was born yesterday
+You have got me wrong
+
+So I cut you off
+I don't need your love
+'Cause I already cried enough
+I've been done
+I've been moving on, since we said goodbye
+I cut you off
+I don't need your love, so you can try all you want
+Your time is up, I'll tell you why
+
+You say you're sorry
+But it's too late now
+So save it, get gone, shut up
+'Cause if you think I care about you now
+Well, boy, I don't give a fuck
+
+I remember that weekend
+When my best friend caught you creeping
+You blamed it all on the alcohol
+So I made my decision
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.89
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Where Is The Love?,0xmjwnQ3FNE6HuWCt2nHdZ,"What's wrong with the world, mama?
+People livin' like they ain't got no mamas
+I think the whole world's addicted to the drama
+Only attracted to things that'll bring you trauma
+
+Overseas, yeah, we tryna stop terrorism
+But we still got terrorists here livin'
+In the USA, the big CIA
+The Bloods and The Crips and the KKK
+
+But if you only have love for your own race
+Then you only leave space to discriminate
+And to discriminate only generates hate
+And when you hate, then you're bound to get irate, yeah
+
+Madness is what you demonstrate
+And that's exactly how anger works and operates
+Man, you gotta have love just to set it straight
+Take control of your mind and meditate
+Let your soul gravitate to the love, y'all, y'all
+
+People killin', people dyin'
+Children hurt, hear them cryin'
+Can you practice what you preach
+Or would you turn the other cheek?
+
+Father, Father, Father, help us
+Send some guidance from above
+'Cause people got me, got me questionin'
+Where is the love (love)
+
+Where is the love? (The love)
+Where is the love? (The love)
+Where is the love, the love, the love?
+
+It just ain't the same, old ways have changed
+New days are strange, is the world insane?
+If love and peace are so strong
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.59
+Maroon 5,04gDigrS5kc9YWfZHwBETP,This Love,6ECp64rv50XVz93WvxXMGF,"I was so high, I did not recognize
+The fire burning in her eyes
+The chaos that controlled my mind
+Whispered goodbye as she got on a plane
+Never to return again but always in my heart, oh
+
+This love has taken its toll on me
+She said goodbye too many times before
+And her heart is breakin' in front of me
+And I have no choice
+'Cause I won't say goodbye anymore
+
+Whoa
+Whoa
+Whoa
+
+I tried my best to feed her appetite
+Keep her coming every night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.37
+Wham!,5lpH0xAS4fVfLkACg9DAuM,Wake Me Up Before You Go-Go,0ikz6tENMONtK6qGkOrU3c,"Jitterbug
+Jitterbug
+Jitterbug
+Jitterbug
+
+You put the boom-boom into my heart (ooh-ooh)
+You send my soul sky-high
+When your lovin' starts
+Jitterbug into my brain (yeah-yeah)
+Goes a bang-bang-bang
+'Til my feet do the same
+
+But something's bugging me
+Something ain't right
+My best friend told me
+What you did last night
+You left me sleeping in my bed
+I was dreaming
+But I should've been with you instead
+
+Wake me up before you go-go
+Don't leave me hanging on like a yo-yo
+Wake me up before you go-go
+I don't wanna miss it when you hit that high
+Wake me up before you go-go
+'Cause I'm not planning on going solo
+Wake me up before you go-go, ah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.69
+Usher,23zg3TcAtWQy7J6upgbUnj,DJ Got Us Fallin' In Love (feat. Pitbull),4356Typ82hUiFAynbLYbPn,"Usher
+Yeah, man
+
+So we back in the club
+With our bodies rocking from side to side, side-side to side
+Thank God the week is done
+I feel like a zombie gone back to life, back-back to life
+
+Hands up
+And suddenly, we all got our hands up
+No control of my body
+Ain't I seen you before?
+I think I remember those eyes, eyes, eyes
+Eyes, eye-eyes
+
+'Cause baby tonight
+The DJ got us falling in love again
+Yeah, baby tonight
+The DJ got us falling in love again
+So dance, dance
+Like it's the last, last night of your life, life
+Gon' get you right
+'Cause baby tonight
+The DJ got us falling in love again
+
+Keep downing drinks like there's
+No tomorrow, there's just right now, now, now, na-na-now, now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.89
+Cyndi Lauper,2BTZIqw0ntH9MvilQ3ewNY,Girls Just Want to Have Fun,4y1LsJpmMti1PfRQV9AWWe,"I come home, in the mornin' light
+My mother says, ""When you gonna live your life right?""
+Oh momma dear, we're not the fortunate ones
+And girls, they wanna have fun
+Oh girls just wanna have fun
+
+The phone rings, in the middle of the night
+My father yells, ""What you gonna do with your life?""
+Oh daddy dear, you know you're still number one
+But girls, they wanna have fun
+Oh girls just wanna have
+
+That's all they really want
+Some fun
+When the workin' day is done
+Oh girls, they wanna have fun
+Oh girls just wanna have fun (girls, they want)
+(Wanna have fun, girls)
+(Wanna have)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.57000000000001
+Adele,4dpARuHxo51G3z768sgnrY,Rolling in the Deep,1c8gk2PeTE04A1pIDH9YMk,"There's a fire starting in my heart
+Reaching a fever pitch, it's bringing me out the dark
+Finally I can see you crystal clear
+Go ahead and sell me out and I'll lay your ship bare
+
+See how I'll leave with every piece of you
+Don't underestimate the things that I will do
+There's a fire starting in my heart
+Reaching a fever pitch and it's bringing me out the dark
+
+The scars of your love remind me of us
+They keep me thinking that we almost had it all
+The scars of your love they leave me breathless
+I can't help feeling
+
+We could've had it all (you're gonna wish you)
+(Never had met me)
+Rolling in the deep (tears are gonna fall)
+(Rolling in the deep)
+
+You had my heart inside (you're gonna wish you)
+Of your hands (never had met me)
+And you played it (tears are gonna fall)
+To the beat (rolling in the deep)
+
+Baby, I have no story to be told
+But I've heard one on you, now I'm gonna make your head burn
+Think of me in the depths of your despair
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.18
+Billy Joel,6zFYqv1mOsgBRQbae3JJ9e,Uptown Girl,5zA8vzDGqPl2AzZkEYQGKh,"Uptown girl
+She's been living in her uptown world
+I bet she's never had a backstreet guy
+I bet her momma never told her why
+
+I'm gonna try for an uptown girl
+She's been living in her white-bred world
+As long as anyone with hot blood can
+And now she's looking for a downtown man
+That's what I am
+
+And when she knows what
+She wants from her time
+And when she wakes up
+And makes up her mind
+
+She'll see I'm not so tough
+Just because
+I'm in love with an uptown girl
+You know I've seen her in her uptown world
+She's getting tired of her high-class toys
+And all her presents from her uptown boys
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,46.489999999999995
+U2,51Blml2LZPmy7TTiAg47vQ,With Or Without You - Remastered,6ADSaE87h8Y3lccZlBJdXH,"See the stone set in your eyes
+See the thorn twist in your side
+I'll wait for you
+
+Sleight of hand and twist of fate
+On a bed of nails she makes me wait
+And I'll wait without you
+
+With or without you
+With or without you
+
+Through the storm we reach the shore
+You give it all but I want more
+And I'm waiting for you
+
+With or without you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,38.18
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Royals,2dLLR6qlu5UJ5gk0dKz0h3,"I've never seen a diamond in the flesh
+I cut my teeth on wedding rings in the movies
+And I'm not proud of my address
+In the torn-up town, no post code envy
+
+But every song's like gold teeth, Grey Goose, trippin' in the bathroom
+Blood stains, ball gowns, trashin' the hotel room
+
+We don't care, we're driving Cadillacs in our dreams
+
+But everybody's like Cristal, Maybach, diamonds on your time piece
+Jet planes, islands, tigers on a gold leash
+We don't care, we aren't caught up in your love affair
+
+And we'll never be royals (royals)
+It don't run in our blood
+That kind of lux just ain't for us
+We crave a different kind of buzz
+Let me be your ruler (ruler)
+You can call me Queen Bee
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.08
+Ellie Goulding,0X2BH1fck6amBIoJhDVmmJ,"Love Me Like You Do - From ""Fifty Shades Of Grey""",3zHq9ouUJQFQRf3cm1rRLu,"You're the light, you're the night
+You're the colour of my blood
+You're the cure, you're the pain
+You're the only thing I wanna touch
+Never knew that it could mean so much, so much
+
+You're the fear, I don't care
+'Cause I've never been so high
+Follow me through the dark
+Let me take you past our satellites
+You can see the world you brought to life, to life
+
+So love me like you do, la-la-love me like you do
+Love me like you do, la-la-love me like you do
+Touch me like you do, ta-ta-touch me like you do
+What are you waiting for?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.03
+Katrina & The Waves,2TzHIUhVpeeDxyJPpQfnV3,Walking On Sunshine,05wIrZSwuaVWhcv5FfqeH0,"I used to think maybe you loved me now baby I'm sure
+And I just can't wait till the day when you knock on my door
+Now every time I go for the mailbox, gotta hold myself down
+'Cause I just can't wait 'til you write me you're coming around
+I'm walking on sunshine (Wow!)
+I'm walking on sunshine (Wow!)
+I'm walking on sunshine (Wow!)
+And don't it feel good
+Hey, alright now
+And don't it feel good, hey
+
+I used to think maybe you loved me, now I know that it's true
+And I don't want to spend my whole life, just waiting to for you
+Now I don't want you back for the weekend
+Not back for a day, no no no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.75
+Jessie J,2gsggkzM5R49q6jpPvazou,Bang Bang,0puf9yIluy9W0vpMEUoAnN,"She got a body like an hourglass
+But I can give it to you all the time
+She got a booty like a Cadillac
+But I can send you into overdrive, oh
+
+You've been waiting for that
+Step on up, swing your bat
+See, anybody could be bad to you
+You need a good girl to blow your mind, yeah
+
+Bang-bang into the room (I know you want it)
+Bang-bang all over you (I'll let you have it)
+Just wait a minute, let me take you there (ah)
+And wait a minute 'til you (ah, hey!)
+
+Bang-bang, there goes your heart (I know you want it)
+Back-back seat of my car (I'll let you have it)
+Wait a minute, let me take you there (ah)
+Wait a minute 'til you (ah, hey!)
+
+She might've let you hold her hand in school
+But I'ma show you how to graduate (mhm)
+No, I don't need to hear you talk the talk (hey, hey, hey)
+Just come and show me what your mama gave, oh (alright)
+
+I heard you've got a very big (shh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.82
+Adele,4dpARuHxo51G3z768sgnrY,Someone Like You,1zwMYTA5nlNjZxYrvBB2pV,"I heard that you're settled down
+That you found a girl and you're married now
+I heard that your dreams came true
+Guess she gave you things I didn't give to you
+Old friend, why are you so shy?
+Ain't like you to hold back or hide from the light
+
+I hate to turn up out of the blue, uninvited
+But I couldn't stay away, I couldn't fight it
+I had hoped you'd see my face
+And that you'd be reminded that for me, it isn't over
+
+Never mind, I'll find someone like you
+I wish nothing but the best for you, too
+Don't forget me, I beg
+I'll remember, you said
+Sometimes it lasts in love, but sometimes it hurts instead
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.4
+American Authors,0MlOPi3zIDMVrfA9R04Fe3,Best Day Of My Life,5Hroj5K7vLpIG4FNCRIjbP,"I had a dream so big and loud
+I jumped so high I touched the clouds
+Woah, oh, oh, oh, oh, oh-oh, oh
+Woah, oh, oh, oh, oh, oh-oh, oh
+I stretched my hands out to the sky
+We danced with monsters through the night
+Woah, oh, oh, oh, oh, oh-oh, oh
+Woah, oh, oh, oh, oh, oh-oh, oh
+
+I'm never gonna look back, whoa
+I never gonna give it up, no
+Please don't wake me now
+(One, two, three, four)
+
+This is gonna be the best day of my life
+My life
+This is gonna be the best day of my life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.69
+John Travolta,4hKkEHkaqCsyxNxXEsszVH,You're The One That I Want - From “Grease”,0B9x2BRHqj3Qer7biM3pU3,"I got chills, they're multiplying
+And I'm losing control
+'Cause the power you're supplying
+It's electrifying (electrifying)
+
+You better shape up
+'Cause I need a man
+And my heart is set on you
+You better shape up
+You better understand
+To my heart I must be true
+Nothin' left, nothin' left for me to do
+
+You're the one that I want (you are the one I want)
+Ooh, ooh, ooh, honey
+The one that I want (you are the one I want)
+Ooh, ooh, ooh, honey
+The one that I want (you are the one I want)
+Ooh, ooh, ooh
+The one I need (the one I need)
+Oh, yes, indeed (yes, indeed)
+
+If you're filled with affection
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.16
+Smash Mouth,2iEvnFsWxR0Syqu2JNopAd,All Star,3cfOd4CMv2snFaKAnMdnvK,"Somebody once told me
+The world is gonna roll me
+I ain't the sharpest tool in the shed
+She was looking kind of dumb
+With her finger and her thumb
+In the shape of an ""L"" on her forehead
+
+Well, the years start coming
+And they don't stop coming
+Fed to the rules and I hit the ground running
+Didn't make sense not to live for fun
+Your brain gets smart, but your head gets dumb
+
+So much to do, so much to see
+So what's wrong with taking the back streets?
+You'll never know if you don't go
+You'll never shine if you don't glow
+
+Hey now, you're an all star
+Get your game on, go play
+Hey now, you're a rock star
+Get the show on, get paid
+And all that glitters is gold
+Only shooting stars break the mold
+
+It's a cool place and they say it gets colder
+You're bundled up now, wait 'til you get older
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.16
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Galway Girl,0afhq8XCExXpqazXczTSve,"She played the fiddle in an Irish band
+But she fell in love with an English man
+Kissed her on the neck and then I took her by the hand
+Said, ""Baby, I just want to dance""
+
+I met her on Grafton street right outside of the bar
+She shared a cigarette with me while her brother played the guitar
+She asked me what does it mean, the Gaelic ink on your arm?
+Said it was one of my friend's songs, do you want to drink on?
+She took Jamie as a chaser, Jack for the fun
+She got Arthur on the table with Johnny riding a shotgun
+Chatted some more, one more drink at the bar
+Then put Van on the jukebox, got up to dance
+
+You know, she played the fiddle in an Irish band
+But she fell in love with an English man
+Kissed her on the neck and then I took her by the hand
+Said, ""Baby, I just want to dance""
+With my pretty little Galway Girl
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.44
+Maroon 5,04gDigrS5kc9YWfZHwBETP,She Will Be Loved - Radio Mix,4llK75pXNWZz6KAho2Gp16,"Beauty queen of only 18
+She had some trouble with herself
+He was always there to help her
+She always belonged to someone else
+
+I drove for miles and miles
+And wound up at your door
+I've had you so many times
+But somehow, I want more
+
+I don't mind spending everyday
+Out on your corner in the pouring rain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.1
+George Ezra,2ysnwxxNtSgbb9t1m2Ur4j,Budapest,2ixsaeFioXJmMgkkbd4uj1,"My house in Budapest
+My, my hidden treasure chest
+Golden grand piano
+My beautiful castillo
+You, ooh, you, ooh
+I'd leave it all
+
+My acres of a land
+I have achieved
+It may be hard for you
+To stop and believe
+But for you, ooh, you, ooh
+I'd leave it all
+Oh, for you, ooh, you, ooh
+I'd leave it all
+
+Give me one good reason
+Why I should never make a change
+And, baby, if you hold me
+Then all of this will go away
+
+My many artefacts
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,76.5
+Owl City,07QEuhtrNmmZ0zEcqE9SF6,Fireflies,3DamFFqW32WihKkTVlwTYQ,"You would not believe your eyes
+If ten million fireflies
+Lit up the world as I fell asleep
+
+'Cause they fill the open air
+And leave teardrops everywhere
+You'd think me rude but I would just stand and stare
+
+I'd like to make myself believe
+That planet Earth turns slowly
+It's hard to say that I'd rather stay awake when I'm asleep
+'Cause everything is never as it seems
+
+'Cause I'd get a thousand hugs
+From ten thousand lightning bugs
+As they tried to teach me how to dance
+
+A foxtrot above my head
+A sock hop beneath my bed
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.5
+Jeremy Zucker,3gIRvgZssIb9aiirIg0nI3,comethru,18uwL0vNUanqZH0ro2QcOP,"I might lose my mind
+Waking when the sun's down
+Riding all these highs
+Waiting for the comedown
+Walk these streets with me
+I'm doing decently
+Just glad that I can breathe, yeah
+
+I'm trying to realize
+It's alright to not be fine on your own
+
+Now I'm shaking, drinking all this coffee
+These last few weeks have been exhausting
+I'm lost in my imagination
+And there's one thing that I need from you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.55
+Adele,4dpARuHxo51G3z768sgnrY,Set Fire to the Rain,73CMRj62VK8nUS4ezD2wvi,"I let it fall, my heart
+And as it fell, you rose to claim it
+It was dark and I was over
+Until you kissed my lips and you saved me
+My hands, they were strong
+But my knees were far too weak
+To stand in your arms
+Without falling to your feet
+
+But there's a side to you
+That I never knew, never knew
+All the things you'd say
+They were never true, never true
+And the games you'd play
+You would always win, always win
+
+But I set fire to the rain
+Watched it pour as I touched your face
+Well, it burned while I cried
+'Cause I heard it screaming out your name
+Your name
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.49
+Tones And I,2NjfBq1NflQcKSeiDooVjY,Dance Monkey,2XU0oxnq2qxCpomAAuJY8K,"They say, ""Oh my God, I see the way you shine
+Take your hands, my dear, and place them both in mine""
+You know you stopped me dead while I was passing by
+And now I beg to see you dance just one more time
+
+Ooh, I see you, see you, see you every time
+And oh my, I, I, I like your style
+You, you make me, make me, make me wanna cry
+And now I beg to see you dance just one more time
+
+So they say
+""Dance for me, dance for me, dance for me, oh-oh-oh
+I've never seen anybody do the things you do before""
+They say
+""Move for me, move for me, move for me, ayy-ayy-ayy
+And when you're done, I'll make you do it all again""
+
+I said, ""Oh my God, I see you walking by
+Take my hands, my dear, and look me in my eyes""
+Just like a monkey, I've been dancin' my whole life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Castle on the Hill,6PCUP3dWmTjcTtXY02oFdT,"When I was six years old, I broke my leg
+
+I was running from my brother and his friends
+
+And tasted the sweet perfume of the mountain grass I rolled down
+
+I was younger then, take me back to when I
+Found my heart and broke it here
+Made friends and lost them through the years
+And I've not seen the roaring fields in so long
+I know I've grown, but I can't wait to go home
+
+I'm on my way
+Driving at 90 down those country lanes
+Singing to Tiny Dancer
+And I miss the way you make me feel, and it's real
+When we watched the sunset over the castle on the hill
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,32.910000000000004
+Bruce Springsteen,3eqjTLE0HfPfh78zjh6TqT,Dancing In the Dark,7FwBtcecmlpc1sLySPXeGE,,Neutral,0.0
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Oops!...I Did It Again,6naxalmIoLFWR0siv8dnQQ,"Yeah, yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah, yeah
+
+I think I did it again
+I made you believe we're more than just friends
+Oh, baby, it might seem like a crush
+But it doesn't mean that I'm serious
+
+'Cause to lose all my senses
+That is just so typically me
+Ooh, baby, baby
+
+Oops, I did it again
+I played with your heart
+Got lost in the game
+Ooh, baby, baby
+Oops, you think I'm in love
+That I'm sent from above
+I'm not that innocent
+
+You see, my problem is this
+I'm dreaming away, wishing that heroes, they truly exist
+I cry watching the days
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28
+The Wanted,2NhdGz9EDv2FeUw6udu2g1,Glad You Came,5yDL13y5giogKs2fSNf7sj,"The sun goes down, the stars come out
+And all that counts is here and now
+My universe will never be the same
+I'm glad you came (Came, came, came)
+
+You cast a spell on me, spell on me
+You hit me like the sky fell on me, fell on me
+And I decided you look well on me, well on me
+So let's go somewhere no one else can see, you and me
+
+Turn the lights out now
+Now I'll take you by the hand
+Hand you another drink
+Drink it if you can
+Can you spend a little time?
+Time is slipping away
+Away from us, so stay
+Stay with me, I can make
+Make you glad you came
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.23
+Sixpence None The Richer,0lJlKQvuM2Sd9DPPyUXcHg,Kiss Me,754kgU5rWscRTfvlsuEwFp,"Kiss me
+Out of the bearded barley
+Nightly
+Beside the green, green grass
+Swing, swing
+Swing the spinning step
+You wear those shoes
+And I will wear that dress
+
+Oh, oh
+Kiss me
+Beneath the milky twilight
+Lead me
+Out on the moonlit floor
+Lift your open hand
+Strike up the band
+And make the fireflies dance
+Silver moon's sparkling
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.91
+Train,3FUY2gzHeIiaesXtOAdB7A,Drops of Jupiter (Tell Me),2hKdd3qO7cWr2Jo0Bcs0MA,"Now that she's back in the atmosphere
+With drops of Jupiter in her hair
+He-e-ey
+She acts like summer and walks like rain
+Reminds me that there's a time to change
+He-e-ey
+
+Since the return from her stay on the moon
+She listens like spring and she talks like June
+He-e-ey
+He-e-ey
+
+But tell me, did you sail across the sun?
+Did you make it to the Milky Way to see the lights all faded
+And that Heaven is overrated?
+Tell me, did you fall for a shooting star?
+One without a permanent scar and did you miss me
+While you were looking for yourself out there?
+
+Now that she's back from that soul vacation
+Tracing her way through the constellation
+He-e-ey
+She checks out Mozart while she does Tae-Bo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.94000000000001
+Tracy Chapman,7oPgCQqMMXEXrNau5vxYZP,Fast Car,2M9ro2krNb7nr7HSprkEgo,"You got a fast car
+I want a ticket to anywhere
+Maybe we make a deal
+Maybe together we can get somewhere
+Any place is better
+Starting from zero, got nothing to lose
+Maybe we'll make something
+Me, myself, I got nothing to prove
+
+You got a fast car
+I got a plan to get us out of here
+I been working at the convenience store
+Managed to save just a little bit of money
+Won't have to drive too far
+Just 'cross the border and into the city
+You and I can both get jobs
+And finally see what it means to be living
+
+See, my old man's got a problem
+He lives with the bottle, that's the way it is
+He says his body's too old for working
+His body's too young to look like his
+My mama went off and left him
+She wanted more from life than he could give
+I said, somebody's got to take care of him
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.24
+Alicia Keys,3DiDSECUqqY1AuBP8qtaIa,No One,6IwKcFdiRQZOWeYNhUiWIv,"I just want you close
+Where you can stay forever
+You can be sure
+That it will only get better
+
+You and me together
+Through the days and nights
+I don't worry 'cause
+Everything's gonna be alright
+People keep talking
+They can say what they like
+But all I know is
+Everything's gonna be alright
+
+No one, no one, no one
+Can get in the way of what I'm feelin'
+No one, no one, no one
+Can get in the way of what I feel for you
+You, you
+Can get in the way of what I feel for you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.3
+Elton John,3PhoLpVuITZKcymswpck5b,Don't Go Breaking My Heart,7HW5WIw7ZgZORCzUxv5gW5,"Don't go breaking my heart
+I couldn't if I tried
+Oh honey if I get restless
+Baby, you're not that kind
+
+So don't go breaking my heart
+You take the weight off of me
+Oh honey, when you knock on my door
+I gave you my key
+
+Woo hoo, nobody knows it
+When I was down
+I was your clown
+
+Woo hoo, nobody knows it
+(Nobody knows it)
+Right from the start
+Gave you my heart
+Oh, oh, gave you my heart
+
+So don't go breaking my heart
+I won't go breaking your heart
+Oh yeah
+Don't go breaking my heart
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.81
+Avicii,1vCWHaC5f2uS3yhpwWbIA6,Without You (feat. Sandro Cavazza),6Pgkp4qUoTmJIPn7ReaGxL,"You said that we would always be
+Without you, I feel lost at sea
+Through the darkness, you'd hide with me
+Like the wind, we'd be wild and free
+
+You said you'd follow me anywhere
+But your eyes tell me you won't be there
+
+I've gotta learn how to love without you
+I've gotta carry my cross without you
+Stuck in the middle, and I'm just about to
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.22999999999999
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Crazy In Love (feat. Jay-Z),5IVuqXILoxVWvWEPm82Jxr,"Yes! So crazy right now!
+Most incredibly, it's your girl, B
+It's your boy, Young
+You ready?
+
+Oh-oh, oh-oh, oh-oh, oh-no-no (oww!)
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+
+Geah! History in the making
+Part two!
+It's so crazy right now
+
+I look and stare so deep in your eyes (I-)
+I touch on you more and more every time
+When you leave, I'm begging you not to go
+Call your name, two, three times in a row
+Such a funny thing for me to try to explain
+How I'm feeling, and my pride is the one to blame (yeah)
+'Cause I know I don't understand
+Just how your love can do what no one else can
+
+Got me looking so crazy right now
+Your love's got me looking so crazy right now (your love)
+Got me looking so crazy right now
+Your touch got me looking so crazy right now (your touch)
+Got me hoping you'll page me right now (hey)
+Your kiss got me hoping you'll save me right now
+Looking so crazy, your love's got me looking
+Got me looking so crazy in love
+
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.91
+Train,3FUY2gzHeIiaesXtOAdB7A,Drive By,0KAiuUOrLTIkzkpfpn9jb9,"On the other side of a street I knew
+Stood a girl that looked like you
+I guess that's déjà vu
+But I thought this can't be true 'cause
+You moved to west L.A., or New York or Santa Fe
+Or wherever, to get away from me
+
+Oh, but that one night, was more than just right
+I didn't leave you 'cause I was all through
+Oh, I was overwhelmed, and frankly scared as hell
+Because I really fell for you
+
+Oh, I swear to you, I'll be there for you
+This is not a drive by
+Just a shy guy, looking for a two-ply Hefty bag
+To hold my love
+When you move me, everything is groovy
+They don't like it sue me, mhmm the way you do me
+Oh, I swear to you, I'll be there for you
+This is not a drive by
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.88000000000001
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH,"It was great at the very start
+Hands on each other
+Couldn't stand to be far apart
+Closer the better
+
+Now we're picking fights and slamming doors
+Magnifying all our flaws
+And I wonder why, wonder what for
+Why we keep coming back for more
+
+Is it just our bodies? Are we both losing our minds?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+Do we need somebody just to feel like we're alright?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Grenade,2tJulUYLDKOg9XrtVkMgcJ,"Easy come, easy go, that's just how you live
+Oh, take, take, take it all but you never give
+Should've known you was trouble from the first kiss
+Had your eyes wide open, ah, why were they open?
+
+Gave you all I had, and you tossed it in the trash
+You tossed it in the trash, you did
+To give me all your love is all I ever asked
+'Cause what you don't understand is
+
+I'd catch a grenade for ya (yeah-yeah-yeah)
+Throw my hand on a blade for ya (yeah-yeah-yeah)
+I'd jump in front of a train for ya (yeah-yeah-yeah)
+You know I'd do anything for ya (yeah-yeah-yeah)
+
+Oh-oh, oh, I would go through all this pain
+Take a bullet straight through my brain
+Yes, I would die for you, baby
+But you won't do the same
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.2
+Fleetwood Mac,08GQAI4eElDnROBrJRGE0X,Everywhere - 2017 Remaster,254bXAqt3zP6P50BdQvEsq,"Can you hear me calling
+Out your name?
+You know that I'm falling
+And I don't know what to say
+
+I'll speak a little louder
+I'll even shout
+You know that I'm proud
+And I can't get the words out
+
+Oh, I
+I want to be with you everywhere
+Oh, I
+I want to be with you everywhere
+(Wanna be with you everywhere)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Shania Twain,5e4Dhzv426EvQe3aDb64jL,Man! I Feel Like A Woman!,6sxptembJVty4sNtcPMAVz,"Let's go girls
+C'mon
+
+I'm goin' out tonight, I'm feelin' alright
+Gonna let it all hang out
+Wanna make some noise, really raise my voice
+Yeah, I wanna scream and shout, uh
+
+No inhibitions, make no conditions
+Get a little outta line
+I ain't gonna act politically correct
+I only wanna have a good time
+
+The best thing about bein' a woman
+Is the prerogative to have a little fun and
+
+Oh, oh, oh, go totally crazy, forget I'm a lady
+Men's shirts, short skirts
+Oh, oh, oh, really go wild, yeah, doin' it in style
+Oh, oh, oh, get in the action, feel the attraction
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.08
+Halsey,26VFTg2z8YR0cCuwLzESi2,Without Me,5p7ujcrUXASCNwRaWNHR1C,"Found you when your heart was broke
+I filled your cup until it overflowed
+Took it so far to keep you close (keep you close)
+I was afraid to leave you on your own
+
+I said I'd catch you if you fall (fall)
+And if they laugh, then fuck 'em all (all)
+And then I got you off your knees
+Put you right back on your feet
+Just so you can take advantage of me
+
+Tell me how's it feel sittin' up there
+Feeling so high but too far away to hold me
+You know I'm the one who put you up there
+Name in the sky
+Does it ever get lonely?
+Thinking you could live without me
+Thinking you could live without me
+
+Baby, I'm the one who put you up there
+I don't know why (yeah, I don't know why)
+Thinking you could live without me
+Live without me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,49.09
+Counting Crows,0vEsuISMWAKNctLlUAhSZC,Mr. Jones,5DiXcVovI0FcY2s0icWWUu,"Sha, la, la, la, la, la, la
+Mmm
+Uh huh
+
+I was down at the New Amsterdam
+Staring at this yellow-haired girl
+Mr Jones strikes up a conversation
+With a black-haired flamenco dancer
+You know, she dances while his father plays guitar
+She's suddenly beautiful
+We all want something beautiful
+Man, I wish I was beautiful
+
+So come dance the silence down through the morning
+Sha la, la, la, la, la, la, la
+Yeah
+Uh huh
+Yeah
+
+Cut up, Maria!
+Show me some of that Spanish dancin'
+Pass me a bottle, Mr Jones
+Believe in me
+Help me believe in anything
+'Cause I want to be someone who believes
+Yeah
+
+Mr Jones and me
+Tell each other fairy tales
+And we stare at the beautiful women
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.74000000000001
+OneRepublic,5Pwc4xIPtQLFEnJriah9YJ,Counting Stars,6sy3LkhNFjJWlaeSMNwQ62,"Lately, I've been, I've been losing sleep
+Dreaming about the things that we could be
+But baby, I've been, I've been praying hard
+Said, ""No more counting dollars, we'll be counting stars""
+Yeah, we'll be counting stars
+
+I see this life, like a swinging vine
+Swing my heart across the line
+And in my face is flashing signs
+Seek it out and ye shall find
+
+Old, but I'm not that old
+Young, but I'm not that bold
+And I don't think the world is sold
+On just doing what we're told
+
+I feel something so right
+Doing the wrong thing
+And I feel something so wrong
+Doing the right thing
+I couldn't lie, couldn't lie, couldn't lie
+Everything that kills me makes me feel alive
+
+Lately, I've been, I've been losing sleep
+Dreaming about the things that we could be
+But baby, I've been, I've been praying hard
+Said, ""No more counting dollars, we'll be counting stars""
+
+Lately, I've been, I've been losing sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,73.61999999999999
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Wild Ones (feat. Sia),1NpW5kyvO4XrNJ3rnfcNy3,"Hey I heard you are a wild one
+Oooh
+If I took you home it'd be a home run
+Show me how you do
+I wanna shut down the club
+With you
+Hey I heard you like the wild ones
+Oooh
+
+I like crazy, foolish, stupid
+Party going wild, fist pumping music
+I might lose it
+Glass to the roof
+That's how we does it
+I don't care tonight
+She don't care we like
+Almost dared the right five
+Ready to get live
+Ain't no surprise
+Take me so high
+Jump and nose dive
+Surfing the crowd
+Oooh-ooohh
+Said I gotta be the man
+I'm the head of my band
+Mic check one two-oooh
+Shut 'em down in the club while the playboy does
+And they all get loose, loose
+After bottle, we all get bent then again tomorrow
+Gotta break loose cause that's the motto
+Club shut down: a hundred super models
+
+Hey I heard you are a wild one
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,80.0
+George Ezra,2ysnwxxNtSgbb9t1m2Ur4j,Shotgun,4ofwffwvvnbSkrMSCKQDaC,"Homegrown alligator
+See you later
+Gotta hit the road
+Gotta hit the road
+Something changed in the atmosphere
+Architecture unfamiliar
+I can get used to this
+
+Time flies by in the yellow and green
+Stick around and you'll see what I mean
+There's a mountaintop that I'm dreaming of
+If you need me, you know where I'll be
+
+I'll be riding shotgun
+Underneath the hot sun
+Feeling like a someone
+I'll be riding shotgun
+Underneath the hot sun
+Feeling like a someone
+
+The South of the Equator, navigator
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.84
+Rachel Platten,3QLIkT4rD2FMusaqmkepbq,Fight Song,37f4ITSlgPX81ad2EvmVQr,"Like a small boat on the ocean
+Sending big waves into motion
+Like how a single word
+Can make a heart open
+I might only have one match
+But I can make an explosion
+
+And all those things I didn't say
+Wrecking balls inside my brain
+I will scream them loud tonight
+Can you hear my voice?
+
+This time this is my fight song
+Take back my life song
+Prove I'm alright song
+My power's turned on
+Starting right now I'll be strong
+I'll play my fight song
+And I don't really care
+If nobody else believes
+'Cause I've still got
+A lot of fight left in me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.15
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,You & I,2afCBiru10AFckfOa49wIa,"I figured it out
+I figured it out from black and white
+Seconds and hours
+Maybe they had to take some time
+
+I know how it goes
+I know how it goes from wrong and right
+Silence and sound
+Did they ever hold each other tight like us?
+Did they ever fight like us?
+
+You and I, we don't wanna be like them
+We can make it 'til the end
+Nothing can come between you and I
+Not even the Gods above
+Can separate the two of us
+No, nothing can come between you and I
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.88
+Zara Larsson,1Xylc3o4UrD53lo9CvFvVg,Lush Life,1rIKgCH4H52lrvDcz50hS8,"I live my day as if it was the last
+Live my day as if there was no past
+Doin' it all night, all summer
+Doin' it the way I wanna
+Yeah, I'ma dance my heart out 'til the dawn
+But I won't be done when mornin' comes
+Doin' it all night, all summer
+Gonna spend it like no other
+
+It was a crush
+But I couldn't, couldn't get enough
+It was a rush
+But I gave it a...
+It was a crush
+Now, I might've went and said too much
+But, that's all it was
+So, I gave it a...
+
+I live my day as if it was the last
+Live my day as if there was no past
+Doin' it all night, all summer
+Doin' it the way I wanna
+Yeah, I'ma dance my heart out 'til the dawn
+But I won't be done when mornin' comes
+Doin' it all night, all summer
+Gonna spend it like no other
+
+It was a crush
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.2
+Toploader,6xeFne1rkxMhKSW3ipvkdV,Dancing in the Moonlight,3Fzlg5r1IjhLk2qRw667od,"We get it almost every night
+When that moon is big and bright
+It's a supernatural delight!
+Everybody's dancing in the moonlight
+
+Everybody here is out of sight
+They don't bark and they don't fight
+They keep things loose they keep it tight
+Everybody's dancing in the moonlight
+
+Dancing in the moonlight
+Everybody's feeling warm and bright
+It's such a fine and natural sight
+Everybody's dancing in the moonlight
+
+We like our fun and we never fight
+You can't dance and stay uptight, It's a supernatural delight
+Everybody was dancing in the moonlight
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.46000000000001
+Tom Petty,2UZMlIwnkgAEDBsw1Rejkn,Free Fallin',5tVA6TkbaAH9QMITTQRrNv,"She's a good girl, loves her mama
+Loves Jesus and America, too
+She's a good girl, who's crazy 'bout Elvis
+Loves horses, and her boyfriend too
+
+And it's a long day livin' in Reseda
+There's a freeway runnin' through the yard
+And I'm a bad boy, 'cause I don't even miss her
+I'm a bad boy for breakin' her heart
+
+Now I'm free
+Free fallin'
+Yeah, I'm free
+Free fallin'
+
+Now all the vampires walkin' through the Valley
+Move west down Ventura boulevard
+And all the bad boys are standing in the shadows
+And the good girls are home with broken hearts
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.24000000000001
+U2,51Blml2LZPmy7TTiAg47vQ,I Still Haven't Found What I'm Looking For,6wpGqhRvJGNNXwWlPmkMyO,"I have climbed highest mountains
+I have run through the fields
+Only to be with you
+Only to be with you
+
+I have run
+I have crawled
+I have scaled these city walls
+These city walls
+Only to be with you
+
+But I still haven't found what I'm looking for
+But I still haven't found what I'm looking for
+
+I have kissed honey lips
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,52.669999999999995
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,We Found Love,0U10zFw4GlBacOy9VDGfGL,"Yellow diamonds in the light
+Now we're standing side by side
+As your shadow crosses mine
+What it takes to come alive
+
+It's the way I'm feeling I just can't deny
+But I've gotta let it go
+
+We found love in a hopeless place
+We found love in a hopeless place
+We found love in a hopeless place
+We found love in a hopeless place
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.47
+Whitney Houston,6XpaIBNiVzIetEPCWDvAFP,I Will Always Love You,4eHbdreAnSOrDDsFfc4Fpm,"If I should stay
+I would only be in your way
+So I'll go, but I know
+I'll think of you every step of the way
+
+And I will always love you
+I will always love you
+You
+My darling, you, mm, mm
+
+Bittersweet memories
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.04
+Vanessa Carlton,5ILrArfIV0tMURcHJN8Q07,A Thousand Miles,4w1lzcaoZ1IC2K5TwjalRP,"Making my way downtown
+Walking fast, faces pass and I'm homebound
+
+Staring blankly ahead
+Just making my way
+Making a way through the crowd
+
+And I need you
+And I miss you
+And now I wonder
+
+If I could fall into the sky
+Do you think time would pass me by?
+'Cause you know I'd walk a thousand miles
+If I could just see you tonight
+
+It's always times like these when I think of you
+And wonder if you ever think of me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,22.63
+Cher,72OaDtakiy6yFqkt4TsiFt,Believe,2goLsvvODILDzeeiT4dAoR,"After love, after love
+After love, after love
+After love, after love
+After love, after love
+After love, after love
+After love, after love
+
+No matter how hard I try
+You keep pushing me aside
+And I can't break through
+There's no talking to you
+
+It's so sad that you're leaving
+It takes time to believe it
+But after all is said and done
+You're gonna be the lonely one, oh
+
+Do you believe in life after love?
+I can feel something inside me say
+I really don't think you're strong enough, no
+Do you believe in life after love?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.22
+Starship,0kObWap02DEg9EAJ3PBxzf,Nothing's Gonna Stop Us Now,3X7uFMzJrEE0sxn62qd8Ch,"Lookin' in your eyes
+I see a paradise
+This world that I found
+Is too good to be true
+Standing here beside you
+Want so much to give you
+This love in my heart
+That I'm feeling for you
+Let'em say we're crazy
+I don't care about that
+Put your hand in my hand, baby
+Don't ever look back
+Let the world around us
+Just fall apart
+Baby, we can make it
+If we're heart to heart
+And we can build this dream together
+Standing strong forever
+Nothing's gonna stop us now
+And if this world runs out of lovers
+We'll still have each other
+Nothing's gonna stop us
+Nothing's gonna stop us now
+I'm so glad I found you
+I'm not gonna lose you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.13
+Green Day,7oPftvlwr6VrsViSDV7fJY,Good Riddance (Time of Your Life),6ORqU0bHbVCRjXm9AjyHyZ,"Another turning point
+A fork stuck in the road
+Time grabs you by the wrist
+Directs you where to go
+So make the best of this test
+And don't ask why
+It's not a question
+But a lesson learned in time
+It's something unpredictable
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,30.31
+P!nk,1KCSPY1glIKqW2TotWuXOR,Raise Your Glass,1gv4xPanImH17bKZ9rOveR,"Right, right, turn off the lights
+We're gonna lose our minds tonight
+What's the dealio?
+I love when it's all too much
+5:00 a.m. turn the radio up
+Where's the rock 'n' roll?
+
+Party crasher, penny snatcher
+Call me up if you a gangster
+Don't be fancy, just get dancy
+Why so serious?
+
+So raise your glass if you are wrong
+In all the right ways, all my underdogs
+We will never be, never be anything but loud
+And nitty gritty, dirty little freaks
+Won't you come on and come on and raise your glass?
+Just come on and come on and raise your glass
+
+Slam, slam, oh, hot damn
+What part of party don't you understand?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.16
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Use Somebody,5VGlqQANWDKJFl0MBG3sg2,"I've been roamin' around, always lookin' down at all I see
+Painted faces fill the places I can't reach
+You know that I could use somebody
+You know that I could use somebody
+Someone like you and all you know and how you speak
+Countless lovers under cover of the street
+You know that I could use somebody
+You know that I could use somebody
+
+Someone like you
+
+Off in the night, while you live it up I'm off to sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.88
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Rain On Me (with Ariana Grande),7ju97lgwC2rKQ6wwsf9no9,"I didn't ask for a free ride
+I only asked you to show me a real good time
+I never asked for the rainfall
+At least I showed up, you showed me nothing at all
+
+It's coming down on me
+Water like misery
+It's coming down on me
+I'm ready, rain on me
+
+I'd rather be dry, but at least I'm alive
+Rain on me, rain, rain
+Rain on me, rain, rain
+I'd rather be dry, but at least I'm alive
+Rain on me, rain, rain
+Rain on me
+
+Rain on me
+Mmh, oh yeah, baby
+Rain on me
+
+Livin' in a world where no one's innocent
+Oh, but at least we try, mmh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.74
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Take A Bow,3goSVuTt3fDYDP6kRnFwuL,"Oh, how about a round of applause?
+Yeah, standing ovation
+Oh-oh, yeah, yeah, yeah, yeah, yeah
+
+You look so dumb right now
+Standing outside my house
+Trying to apologize
+You're so ugly when you cry
+Please, just cut it out
+
+And don't tell me you're sorry 'cause you're not
+Baby, when I know you're only sorry you got caught
+
+But you put on quite a show (Ooh-oh)
+Really had me going
+But now it's time to go (Ooh-oh)
+Curtain's finally closing
+That was quite a show (Ooh-oh)
+Very entertaining
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.24000000000001
+Oasis,2DaxqgrOhkeH0fpeiQq2f4,Wonderwall - Remastered,7ygpwy2qP3NbrxVkHvUhXY,"Today is gonna be the day
+That they're gonna throw it back to you
+By now, you should've somehow
+Realised what you gotta do
+I don't believe that anybody
+Feels the way I do about you now
+
+Backbeat, the word is on the street
+That the fire in your heart is out
+I'm sure you've heard it all before
+But you never really had a doubt
+I don't believe that anybody
+Feels the way I do about you now
+
+And all the roads we have to walk are winding
+And all the lights that lead us there are blinding
+There are many things that I would like to say to you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.57
+Marshmello,64KEffDW9EtZ1y2vBYgq8T,Be Kind (with Halsey),3Z8FwOEN59mRMxDCtb8N0A,"Wanna believe, wanna believe
+That you don't have a bad bone in your body
+But the bruises on your ego make you go wild, wild, wild, yeah
+Wanna believe, wanna believe
+That even when you're stone-cold, you're sorry
+Tell me why you gotta be so outta your mind, yeah
+
+I know you're chokin' on your fears
+Already told you I'm right here
+I will stay by your side every night
+
+I don't know why you hide from the one
+And close your eyes to the one
+Mess up and lie to the one that you love
+When you know you can cry to the one
+Always confide in the one
+You can be kind to the one that you love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.27
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Good Feeling,2LEF1A8DOZ9wRYikWgVlZ8,"Oh, oh, oh sometimes I get a good feeling, yeah
+I get a feeling that I never, never, never, never had before, no, no
+I get a good feeling, yeah
+Ooh, sometimes I get a good feeling, yeah
+I get a feeling that I never, never, never, never had before, no, no
+I get a good feeling, yeah
+
+Yes I can, doubt better leave, I'm runnin' with this plan
+Pull me, grab me, crabs in the bucket can't have me
+I'll be the president one day
+January 1st, oh, you like that gossip?
+Like you the one drinking what God sip, dot com
+Now I gotta work with your tounge
+How many rolling stones you want?
+Yeah, I got a brand new spirit, speak it and it's done
+Woke up on the side of the bed like I won
+Talk like a winner, my chest to that sun
+G5 dealer, U.S to Taiwan
+Now who can say that, I wanna play back
+Mama knew I was a needle in a hay stack
+A Bugatti boy, plus Maybach
+I got a feeling it's a rap, ASAP
+
+Ooh, sometimes I get a good feeling, yeah
+I get a feeling that I never, never, never, never had before, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.36
+Dolly Parton,32vWCbZh0xZ4o9gkz4PsEU,9 to 5,4w3tQBXhn5345eUXDGBWZG,"Tumble out of bed
+Then I stumble to the kitchen
+Pour myself a cup of ambition
+And yawn and stretch and try to come to life
+
+Jump in the shower
+And the blood starts pumpin'
+Out on the streets, the traffic starts jumpin'
+For folks like me on the job from nine to five
+
+Workin' nine to five
+What a way to make a livin'
+Barely gettin' by
+It's all takin' and no givin'
+They just use your mind
+And they never give you credit
+It's enough to drive you crazy if you let it
+
+Nine to five
+For service and devotion
+You would think that I
+Would deserve a fat promotion
+Want to move ahead
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.41000000000000003
+Phil Collins,4lxfqrEsLX6N1N4OCSkILp,You Can't Hurry Love - 2016 Remaster,4YwbSZaYeYja8Umyt222Qf,"I need love, love
+Ooh, to ease my mind
+And I need to find time
+Someone to call mine
+My mama said
+
+You can't hurry love
+No, you'll just have to wait
+She said love don't come easy
+But it's a game of give and take
+
+You can't hurry love
+No, you'll just have to wait
+Just trust in a good time
+No matter how long it takes
+
+Oh how many heartaches must I stand
+Before I find new love to let me live again
+Right now, the only thing that keeps me hangin' on
+When I feel my strength, ooh, it's almost gone
+I remember mama said
+
+You can't hurry love
+No, you'll just have to wait
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.17999999999999
+Labrinth,2feDdbD5araYcm6JhFHHw7,Jealous,4G92yYrUs0cvY7G41YRI0z,"I need love, love
+Ooh, to ease my mind
+And I need to find time
+Someone to call mine
+My mama said
+
+You can't hurry love
+No, you'll just have to wait
+She said love don't come easy
+But it's a game of give and take
+
+You can't hurry love
+No, you'll just have to wait
+Just trust in a good time
+No matter how long it takes
+
+Oh how many heartaches must I stand
+Before I find new love to let me live again
+Right now, the only thing that keeps me hangin' on
+When I feel my strength, ooh, it's almost gone
+I remember mama said
+
+You can't hurry love
+No, you'll just have to wait
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Dancing With A Stranger (with Normani),6Qs4SXO9dwPj5GKvVOv8Ki,"Hmm, hmm
+
+I don't wanna be alone tonight (alone tonight)
+It's pretty clear that I'm not over you (over you)
+I'm still thinking 'bout the things you do (things you do)
+So I don't want to be alone tonight, alone tonight, alone tonight
+
+Can you light the fire? (Light the fire)
+I need somebody who can take control (take control)
+I know exactly what I need to do
+'Cause I don't want to be alone tonight, alone tonight, alone tonight
+
+Look what you made me do
+I'm with somebody new
+Ooh, baby, baby, I'm dancing with a stranger
+Look what you made me do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.88
+Lou Bega,46lnlnlU0dXTDpoAUmH6Qx,Mambo No. 5 (a Little Bit of...),6x4tKaOzfNJpEJHySoiJcs,"Ladies and gentlemen, this is mambo number five
+
+One, two, three, four, give everybody in the car
+So come on, let's ride to the liquor store around the corner
+The boys say they want some gin and juice
+But I really don't wanna beer bust like I had last week
+I must stay deep because talk is cheap
+I like Angela, Pamela, Sandra and Rita
+And as I continue, you know they are getting sweeter
+So what can I do, I really beg you my Lord
+To me is flirting it's just like sport, anything fly
+It's all good, let me dump it please set in the trumpet
+
+A little bit of Monica in my life, a little bit of Erica by my side
+A little bit of Rita is all I need, a little bit of Tina is what I see
+A little bit of Sandra in the sun, a little bit of Mary all night long
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.97999999999999
+Katy Perry,6jJ0s89eD6GaHleKKya26X,California Gurls,6tS3XVuOyu10897O3ae7bi,"Greetings, loved ones
+Let's take a journey
+
+I know a place
+Where the grass is really greener
+Warm, wet and wild
+There must be something in the water
+Sippin' gin and juice
+Laying underneath the palm trees, undone
+The boys break their necks
+Trying to creep a little sneak peek, at us
+
+You could travel the world
+But nothing comes close to the golden coast
+Once you party with us
+You'll be falling in love
+Oh, oh-oh, oh-oh, oh-oh
+
+California girls, we're unforgettable
+Daisy Dukes, bikinis on top
+Sun-kissed skin, so hot
+We'll melt your popsicle
+Oh-oh, oh-oh, oh oh
+Oh-oh, oh-oh, oh-oh
+
+California girls, we're undeniable
+Fine, fresh, fierce, we got it on lock
+West Coast represent
+Now put your hands up
+Oh-oh, oh-oh, oh oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.25
+Hozier,2FXC3k01G6Gw61bmprjgqS,Take Me to Church,1CS7Sd1u5tWkstBhpssyjP,"My lover's got humour
+She's the giggle at a funeral
+Knows everybody's disapproval
+They should've worshipped her sooner
+If the heavens ever did speak
+She's the last true mouthpiece
+Every Sunday's getting more bleak
+A fresh poison each week
+""We were born sick""
+You heard them say it
+
+My church offers no absolutes
+She tells me, ""Worship in the bedroom""
+The only heaven I'll be sent to
+Is when I'm alone with you
+I was born sick, but I love it
+Command me to be well
+
+A-a-a-a-a-a-a, amen, amen, amen
+
+Take me to church
+I'll worship like a dog at the shrine of your lies
+I'll tell you my sins, and you can sharpen your knife
+Offer me that deathless death
+Oh, good God, let me give you my life
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.88
+P!nk,1KCSPY1glIKqW2TotWuXOR,So What,0JiY190vktuhSGN6aqJdrt,"Na-na-na-na, na-na, na
+Na-na-na-na na-na
+Na-na-na-na, na-na, na
+Na-na-na-na na-na
+
+I guess I just lost my husband
+I don't know where he went
+So I'm gonna drink my money
+I'm not gonna pay his rent (Nope)
+I got a brand new attitude
+And I'm gonna wear it tonight
+
+I wanna get in trouble
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight!
+
+So, so what?
+I'm still a rock star
+I got my rock moves
+And I don't need you
+And guess what?
+I'm having more fun
+And now that we're done
+I'm gonna show you tonight
+
+I'm alright
+I'm just fine
+And you're a tool
+So, so what?
+I am a rock star
+I got my rock moves
+And I don't want you tonight
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,73.22999999999999
+Echosmith,1PbBg2aYjWLKRk84zJK15x,Cool Kids,13P5rwmk2EsoFRIz9UCeh9,"She sees them walking in a straight line
+That's not really her style
+And they all got the same heartbeat
+But hers is falling behind
+
+Nothing in this world could ever bring them down
+Yeah, they're invincible
+And she's just in the background
+And she says
+
+I wish that I could be like the cool kids
+'Cause all the cool kids, they seem to fit in
+I wish that I could be like the cool kids
+Like the cool kids
+
+He sees them talking with a big smile
+But they haven't got a clue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.11
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Forever,3NZJlJemX3mzjf56MqC5ML,"One, two, three, four
+Hey, hey, forever
+
+Hey, hey, forever
+
+It's you, and me
+Moving at the speed of light into eternity, yeah
+Tonight, is the night
+To join me in the middle of ecstasy
+Feel the melody and the rhythm of the music around you, around you
+
+I'ma take you there, I'ma take you there
+
+So don't be scared, I'm right here, baby
+We can go anywhere, go anywhere
+
+But first, it's your chance, take my hand, come with me
+
+It's like I waited my whole life
+For this one night
+It's gon' be me you and the dance floor
+'Cause we only got one night
+Double your pleasure
+Double your fun
+
+And dance forever ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever (forever)
+Ever, ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever on the dance floor
+
+Feels like we're on another level
+
+Feels like our love's intertwined
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.56
+B.o.B,5ndkK3dpZLKtBklKjxNQwT,Nothin' on You (feat. Bruno Mars),59dLtGBS26x7kc0rHbaPrq,"Beautiful girls, all over the world
+I could be chasin' but my time would be wasted
+They got nothin' on you, baby
+
+Nothin' on you, baby
+They might say hi and I might say hey
+But you shouldn't worry about what they say
+'Cause they got nothin' on you, baby (yeah)
+Nothin' on you, baby
+(Na na na nothin' on you, babe, na nothin' on you)
+
+I know you feel where I'm comin' from (from)
+Regardless of the things in my past that I've done (done)
+Most of it really was for the hell of the fun (the fun)
+On the carousel, so around I spun (spun)
+With no directions, just tryna get some (some)
+Tryna chase skirts, livin' in the summer sun (sun)
+And so I lost more than I had ever won (wha?)
+And honestly, I ended up with none (huh?)
+
+There's so much nonsense, it's on my conscience
+I'm thinkin' maybe I should get it out
+And I don't wanna sound redundant, but I was wonderin'
+If there was somethin' that you wanna know (that you wanna know)
+But never mind that, we should let it go (we should let it go)
+'Cause we don't wanna be a TV episode (TV episode)
+And all the bad thoughts, just let 'em go
+(Go, go, go, go)
+
+Beautiful girls, all over the world
+I could be chasin' but my time would be wasted
+They got nothin' on you, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.1
+Gotye,2AsusXITU8P25dlRNhcAbG,Somebody That I Used To Know,4wCmqSrbyCgxEXROQE6vtV,"Now and then I think of when we were together
+Like when you said you felt so happy you could die
+Told myself that you were right for me
+But felt so lonely in your company
+But that was love, and it's an ache I still remember
+
+You can get addicted to a certain kind of sadness
+Like resignation to the end, always the end
+So when we found that we could not make sense
+Well, you said that we would still be friends
+But I'll admit that I was glad it was over
+
+But you didn't have to cut me off
+Make out like it never happened and that we were nothing
+And I don't even need your love
+But you treat me like a stranger, and that feels so rough
+No, you didn't have to stoop so low
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.21
+Cyndi Lauper,2BTZIqw0ntH9MvilQ3ewNY,Time After Time,7o9uu2GDtVDr9nsR7ZRN73,"Lying in my bed
+I hear the clock tick and think of you
+Caught up in circles
+Confusion is nothing new
+
+Flashback, warm nights
+Almost left behind
+Suitcase of memories
+Time after
+Sometimes you picture me
+I'm walkin' too far ahead
+You're callin' to me
+I can't hear what you've said
+
+Then you say, ""go slow""
+I fall behind
+The second hand unwinds
+
+If you're lost, you can look and you will find me
+Time after time
+If you fall, I will catch you, I'll be waiting
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.60000000000001
+3 Doors Down,2RTUTCvo6onsAnheUk3aL9,Here Without You,3NLrRZoMF0Lx6zTlYqeIo4,"A hundred days have made me older
+Since the last time that I saw your pretty face
+A thousand lies have made me colder
+And I don't think I can look at this the same
+
+But all the miles that separate
+Disappear now when I'm dreaming of your face
+
+I'm here without you, baby
+But you're still on my lonely mind
+I think about you, baby
+And I dream about you all the time
+
+I'm here without you, baby
+But you're still with me in my dreams
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,37.16
+James Blunt,7KMqksf0UMdyA0UCf4R3ux,You're Beautiful,0vg4WnUWvze6pBOJDTq99k,"My life is brilliant
+
+My life is brilliant, my love is pure
+I saw an angel, of that I'm sure
+She smiled to me on the subway
+She was with another man
+But I won't lose no sleep on that
+'Cause I've got a plan
+
+You're beautiful, you're beautiful
+You're beautiful, it's true
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.85000000000001
+Starship,0kObWap02DEg9EAJ3PBxzf,We Built This City,6OnfBiiSc9RGKiBKKtZXgQ,"We built this city
+We built this city on rock and roll
+Built this city
+We built this city on rock and roll
+Hoooo
+Say you don't know me or recognize my face
+Say you don't care who goes to that kind of place
+Knee deep in the hoopla, sinking in your fight
+We got too many runaways eating up the night
+Marconi plays the mambo, listen to the radio
+Don't you remember?
+We built this city
+We built this city on rock and roll
+We built this city
+We built this city on rock and roll
+Built this city
+We built this city on rock and roll
+Someone's always playing corporation games
+Who cares, they're always changing corporation names
+We just want to dance here, someone stole the stage
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,21.97
+Kygo,23fqKkggKUBHNkbKtXEls4,Higher Love,6oJ6le65B3SEqPwMRNXWjY,"Bring me higher love, love
+Bring me higher love
+
+Think about it, there must be a higher love
+Down in the heart or hidden in the stars above
+Without it, life is wasted time
+Look inside your heart, and I'll look inside mine
+
+Things look so bad everywhere
+In this whole world, what is fair?
+We walk the line and try to see
+Falling behind in what could be, oh
+
+Bring me a higher love
+Bring me a higher love, oh
+Bring me a higher love
+Where's that higher love I keep thinking of?
+
+Bring me higher love, love
+Bring me higher love (oh)
+Bring me higher love, love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.6
+Lauv,5JZ7CnR6gTvEMKX4g70Amv,i'm so tired...,4vjpLMyL3ZO6aphdYr8XYw,"I'm so tired of love songs, tired of love songs
+Tired of love songs, tired of love
+Just wanna go home, wanna go home
+Wanna go home, woah
+So tired of love songs, tired of love songs
+Tired of love songs, tired of love
+Just wanna go home, wanna go home
+Wanna go home, woah
+
+Party, trying my best to meet somebody
+But everybody around me is falling in love to our song
+I, I, oh I, I, yeah
+Hate it, taking a shot 'cause I can't take it
+But I don't think that they make anything that strong, so I hold on
+I, I, oh I, I, yeah
+
+I'm so tired of love songs, tired of love songs
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.78999999999999
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Last Friday Night (T.G.I.F.),455AfCsOhhLPRc68sE01D8,"There's a stranger in my bed
+There's a pounding in my head
+Glitter all over the room
+Pink flamingos in the pool
+I smell like a minibar
+DJ's passed out in the yard
+Barbies on the barbecue
+This a hickey or a bruise?
+
+Pictures of last night ended up online, I'm screwed
+Oh, well
+It's a blacked out blur, but I'm pretty sure it ruled
+Damn
+
+Last Friday night
+Yeah, we danced on tabletops, and we took too many shots
+Think we kissed, but I forgot last Friday night
+Yeah, we maxed our credit cards and got kicked out of the bar
+So we hit the boulevard last Friday night
+We went streaking in the park, skinny-dipping in the dark
+Then had a ménage à trois last Friday night
+Yeah, I think we broke the law, always say we're gonna stop-op, oh-whoa
+
+But this Friday night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.71000000000001
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Too Good At Goodbyes,3VlbOrM6nYPprVvzBZllE5,"You must think that I'm stupid
+You must think that I'm a fool
+You must think that I'm new to this
+But I have seen this all before
+
+I'm never gonna let you close to me
+Even though you mean the most to me
+'Cause every time I open up, it hurts
+So, I'm never gonna get too close to you
+Even when I mean the most to you
+In case you go and leave me in the dirt
+
+But every time you hurt me, the less that I cry
+And every time you leave me, the quicker these tears dry
+And every time you walk out, the less I love you
+Baby, we don't stand a chance, it's sad, but it's true
+
+I'm way too good at goodbyes
+(I'm way too good at goodbyes)
+I'm way too good at goodbyes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.55000000000001
+Niall Horan,1Hsdzj7Dlq2I7tHP7501T4,Slow Hands,2cOUlop2ZakjOKe4WinesN,"We should take this back to my place
+That's what she said right to my face
+'Cause I want you bad, yeah I want you baby
+I've been thinking about it all day
+And I hope you feel the same way, yeah
+'Cause I want you bad, yeah, I want you, baby
+
+Slow, slow hands
+Back sweat dripping down the dirty laundry
+No, no chance
+That I'm leaving here without you on me
+I, I know, yeah, I already know that there ain't no stopping
+Your plans and those slow hands
+Slow hands
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,1.77
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,5R8dQOPq8haW94K7mgERlO,"Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+
+I wanna hold 'em like they do in Texas, please
+Fold 'em, let 'em, hit me, raise it, baby, stay with me (I love it)
+Love game intuition, play the cards with spades to start
+And after he's been hooked, I'll play the one that's on his heart
+
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.81
+Clean Bandit,6MDME20pz9RveH9rEXvrOM,Symphony (feat. Zara Larsson),72gv4zhNvRVdQA0eOenCal,"I've been hearing symphonies
+Before all I heard was silence
+A rhapsody for you and me
+And every melody is timeless
+Life was stringing me along
+Then you came and you cut me loose
+Was solo singing on my own
+Now I can't find the key without you
+
+And now your song is on repeat
+And I'm dancing on to your heartbeat
+And when you're gone, I feel incomplete
+So, if you want the truth
+
+I just wanna be part of your symphony
+Will you hold me tight and not let go?
+Symphony
+Like a love song on the radio
+Will you hold me tight and not let go?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.99
+Natalie Imbruglia,0dlOr0VIysztGWvU1dpjmP,Torn,1Jaah2tmN9Hv81A87KZ1MU,"I thought I saw a man brought to life
+He was warm, he came around like he was dignified
+He showed me what it was to cry
+
+Well you couldn't be that man that I adored
+You don't seem to know, or seem to care what your heart is for
+I don't know him anymore
+There's nothin' where he used to lie
+Our conversation has run dry
+That's what's goin' on
+Nothing's fine, I'm torn
+
+I'm all out of faith, this is how I feel
+I'm cold and I am shamed
+Lying naked on the floor
+Illusion never changed
+Into something real
+I'm wide awake and I can see the perfect sky is torn
+You're a little late
+I'm already torn
+
+So I guess the fortune teller's right
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.22
+Passenger,0gadJ2b9A4SKsB1RFkBb66,Let Her Go,1KxwZYyzWNyZSRyErj2ojT,"Well, you only need the light when it's burning low
+Only miss the sun when it starts to snow
+Only know you love her when you let her go
+
+Only know you've been high when you're feeling low
+Only hate the road when you're missing home
+Only know you love her when you let her go
+
+And you let her go
+
+Staring at the bottom of your glass
+Hoping one day you'll make a dream last
+But dreams come slow, and they go so fast
+
+You see her when you close your eyes
+Maybe one day, you'll understand why
+Everything you touch surely dies
+
+But you only need the light when it's burning low
+Only miss the sun when it starts to snow
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.76
+Jonas Blue,1HBjj22wzbscIZ9sEb5dyf,Perfect Strangers,3P3pw6C19j31Rnzgo3JG7o,"You were looking at me like you wanted to stay
+When I saw you yesterday
+I'm not wasting your time
+I'm not playing no games
+I see you
+
+Who knows the secret tomorrow will hold
+We don't really need to know
+'Cause you're here with me now, I don't want you to go
+You're here with me now, I don't want you to go
+
+Maybe we're perfect strangers
+Maybe it's not forever
+Maybe intellect will change us
+Maybe we'll stay together
+Maybe we'll walk away
+Maybe we'll realize
+We're only human
+Maybe we don't need no reason
+
+Maybe we're perfect strangers
+Maybe it's not forever
+Maybe intellect will change us
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.76
+B.o.B,5ndkK3dpZLKtBklKjxNQwT,Airplanes (feat. Hayley Williams of Paramore),6lV2MSQmRIkycDScNtrBXO,,Neutral,0.0
+Robin Thicke,0ZrpamOxcZybMHGg1AYtHP,Blurred Lines,0n4bITAu0Y0nigrz3MFJMb,"Everybody get up
+
+Everybody get up (hey, hey, hey)
+Hey, hey, hey (uh)
+Hey, hey, hey (ha-ha) (woo)
+Turn me up
+
+If you can't hear what I'm trying to say (hey girl, come here)
+If you can't read from the same page (hey)
+Maybe I'm going deaf (hey, hey, hey)
+Maybe I'm going blind (hey, hey, hey)
+Maybe I'm out of my mind, mind (hey, hey, hey)
+
+Okay, now he was close
+Tried to domesticate you
+But you're an animal
+Baby, it's in your nature (meow)
+Just let me liberate you (hey, hey, hey)
+You don't need no takers (hey, hey, hey)
+That man is not your maker (hey, hey, hey)
+And that's why I'm gon' take a good girl (everybody get up)
+
+I know you want it (hey)
+I know you want it
+I know you want it
+You're a good girl (hey, hey)
+Can't let it get past me (oh yeah)
+You're far from plastic (alright)
+Talkin' 'bout getting blasted
+I hate these blurred lines
+I know you want it (hey)
+I know you want it (oh-oh-oh-oh, yeah-yeah)
+I know you want it
+But you're a good girl (ah, hey)
+The way you grab me
+Must wanna get nasty (ah, hey, hey)
+Go ahead, get at me (everybody get up) (come on!)
+
+What do they make dreams for
+When you got them jeans on? (Why?)
+What do we need steam for?
+You the hottest bitch in this place
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.48
+Huey Lewis & The News,7A9yZMTrFZcgEWAX2kBfK6,The Power Of Love,2olVm1lHicpveMAo4AUDRB,"The power of love is a curious thing
+Make one man weep, make another man sing
+Change a hawk to a little white dove
+More than a feeling, that's the power of love
+Tougher than diamonds, rich like cream
+Stronger and harder than a bad girl's dream
+Make a bad one good, make a wrong one right
+Power of love will keep you home at night
+Don't need money, don't take fame
+Don't need no credit card to ride this train
+It's strong and it's sudden and it's cruel sometimes
+But it might just save your life
+That's the power of love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.94
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Halo,4JehYebiI9JE8sR8MisGVb,"Remember those walls I built?
+Well, baby, they're tumbling down
+And they didn't even put up a fight
+They didn't even make a sound
+
+I found a way to let you in
+But I never really had a doubt
+Standin' in the light of your halo
+I got my angel now
+
+It's like I've been awakened
+Every rule I had you breakin'
+It's the risk that I'm takin'
+I ain't never gonna shut you out
+
+Everywhere I'm lookin' now
+I'm surrounded by your embrace
+Baby, I can see your halo
+You know you're my saving grace
+
+You're everything I need and more
+It's written all over your face
+Baby, I can feel your halo
+Pray it won't fade away
+
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.33999999999999
+Lifehouse,5PokPZn11xzZXyXSfnvIM3,You And Me,0815caqt2Lytro5EIzMufT,"What day is it?
+And in what month?
+This clock never seemed so alive
+I can't keep up
+And I can't back down
+I've been losing so much time
+
+'Cause it's you and me
+And all of the people with nothing to do
+Nothing to lose
+And it's you and me
+And all of the people
+And I don't know why
+I can't keep my eyes off of you
+
+All of the things
+That I want to say just aren't coming out right
+I'm tripping on words
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,56.96
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Stitches,5jsw9uXEGuKyJzs0boZ1bT,"I thought that I've been hurt before
+But no one's ever left me quite this sore
+Your words cut deeper than a knife
+Now I need someone to breathe me back to life
+
+Got a feeling that I'm going under
+But I know that I'll make it out alive
+If I quit calling you my lover
+Move on
+
+You watch me bleed until I can't breathe, shaking
+Falling onto my knees
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Tripping over myself, aching
+Begging you to come help
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Just like a moth drawn to a flame
+Oh, you lured me in I couldn't sense the pain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,40.36
+Daniel Powter,7xTcuBOIAAIGDOSvwYFPzk,Bad Day,0mUyMawtxj1CJ76kn9gIZK,"Where is the moment we needed the most?
+You kick up the leaves and the magic is lost
+They tell me your blue skies fade to grey
+They tell me your passion's gone away
+
+And I don't need no carryin' on
+
+You stand in the line just to hit a new low
+You're faking a smile with the coffee to go
+And tell me your life's been way offline
+You're falling to pieces every time
+
+And I don't need no carryin' on
+
+'Cause you had a bad day, you're taking one down
+You sing a sad song just to turn it around
+You say you don't know, you tell me, ""Don't lie""
+You work at a smile, and you go for a ride
+You had a bad day, the camera don't lie
+You're coming back down, and you really don't mind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.66000000000001
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Human,1sTsuZTdANkiFd7T34H3nb,"I did my best to notice
+When the call came down the line
+Up to the platform of surrender
+I was brought, but I was kind
+And sometimes I get nervous
+When I see an open door
+Close your eyes
+Clear your heart
+Cut the cord
+
+Are we human
+Or are we dancer?
+My sign is vital
+My hands are cold
+And I'm on my knees
+Looking for the answer
+Are we human
+Or are we dancer?
+
+Pay my respects to grace and virtue
+Send my condolences to good
+Give my regards to soul and romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.63
+Clean Bandit,6MDME20pz9RveH9rEXvrOM,Rockabye (feat. Sean Paul & Anne-Marie),5knuzwU65gJK7IF5yJsuaW,"Call it love and devotion
+Call it a mom's adoration (foundation)
+A special bond of creation, hah
+For all the single moms out there, going through frustration
+Clean Bandit, Sean-da-Paul, Anne-Marie
+Sing, make them hear
+
+She works at nights, by the water
+She's gone astray, so far away
+From her father's daughter
+She just wants a life for her baby
+All on her own, no one will come
+She's got to save him (daily struggle)
+
+She tells him, ""Ooh, love, no one's ever gonna hurt you, love""
+""I'm gonna give you all of my love""
+""Nobody matters like you"" (stay up there, stay up there)
+She tells him, ""Your life ain't gon' be nothing like my life"" (straight!)
+""You're gonna grow and have a good life""
+""I'm gonna do what I've got to do"" (stay up there, stay up there)
+
+So, rockabye, baby, rockabye
+I'm gonna rock you
+Rockabye, baby, don't you cry
+Somebody's got you
+Rockabye, baby, rockabye
+I'm gonna rock you
+Rockabye, baby, don't you cry
+Ah, rockabye, no
+
+Rockabye, rocka-rocka-rocka-bye (oh)
+Rockabye (yeah, yeah)
+Rockabye, rocka-rocka-rocka-bye
+
+Single mum, how're you doing out there?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.72999999999999
+Phil Collins,4lxfqrEsLX6N1N4OCSkILp,Against All Odds (Take a Look at Me Now) - 2016 Remaster,63CHa6rmamv9OsehkRD8oz,"How can I just let you walk away?
+Just let you leave without a trace?
+When I stand here taking every breath with you, ooh
+You're the only one who really knew me at all
+
+How can you just walk away from me
+When all I can do is watch you leave?
+'Cause we've shared the laughter and the pain
+And even shared the tears
+You're the only one who really knew me at all
+
+So take a look at me now
+Oh, there's just an empty space
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.24
+Shakira,0EmeFodog0BfCgMzAIvKQp,"Whenever, Wherever",2lnzGkdtDj5mtlcOW2yRtG,"Lucky you were born that far away so
+We could both make fun of distance
+Lucky that I love a foreign land for
+The lucky fact of your existence
+
+Baby, I would climb the Andes solely
+To count the freckles on your body
+Never could imagine there were only
+Ten million ways to love somebody
+
+Le-do-lo-le-lo-le, le-do-lo-le-lo-le
+Can't you see? I'm at your feet
+
+Whenever, wherever
+We're meant to be together
+I'll be there, and you'll be near
+And that's the deal, my dear
+There over, hereunder
+You'll never have to wonder
+We can always play by ear
+But that's the deal, my dear
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.39
+Paul Simon,2CvCyf1gEVhI0mX6aFXmVI,You Can Call Me Al,0qxYx4F3vm1AOnfux6dDxP,"A man walks down the street
+He says, ""Why am I soft in the middle now?
+Why am I soft in the middle?
+The rest of my life is so hard
+I need a photo-opportunity
+I want a shot at redemption
+Don't want to end up a cartoon
+In a cartoon graveyard""
+
+Bonedigger, Bonedigger
+Dogs in the moonlight
+Far away, my well-lit door
+Mr. Beerbelly, Beerbelly
+Get these mutts away from me
+You know, I don't find this stuff amusing anymore
+
+If you'll be my bodyguard
+I can be your long lost pal
+I can call you Betty
+And Betty, when you call me
+You can call me Al
+
+A man walks down the street
+He says, ""Why am I short of attention?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,49.87
+benny blanco,5CiGnKThu5ctn9pBxv7DGa,Eastside (with Halsey & Khalid),0d2iYfpKoM0QCKvcLCkBao,"Uh
+Yeah, yeah
+
+When I was young, I fell in love
+We used to hold hands, man, that was enough (yeah)
+Then we grew up, started to touch
+Used to kiss underneath the light on the back of the bus (yeah)
+
+I know your daddy didn't like me much
+And he didn't believe me when I said you were the one
+Oh, every day she found a way out of the window to sneak out late
+
+She used to meet me on the Eastside
+In the city where the sun don't set
+And every day you know that we ride
+Through the backstreets in a blue Corvette
+
+Baby, you know I just wanna leave tonight
+We can go anywhere we want
+Drive down to the coast, jump in the seat
+Just take my hand and come with me, yeah
+
+We can do anything if we put our minds to it
+Take your whole life then you put a line through it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.30999999999999
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Starving,4Ce37cRWvM1vIGGynKcs22,"You know just what to say
+Things that scares me
+I should just walk away but I can't move my feet
+The more that I know you, the more I want to
+Something inside me's changed
+I was so much younger yesterday, oh
+
+I didn't know that I was starving 'til I tasted you
+Don't need no butterflies when you give me the whole damn zoo
+By the away, right away, you do things to my body
+I didn't know that I was starving 'til I tasted you
+I didn't know that I... I didn't know that I... 'til I tasted you
+I didn't know that I... I didn't know that I... 'til I tasted you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.72999999999999
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,In My Blood,2QZ7WLBE8h2y1Y5Fb8RYbH,"Help me, it's like the walls are caving in
+Sometimes I feel like giving up
+But I just can't
+It isn't in my blood
+
+Laying on the bathroom floor, feeling nothing
+I'm overwhelmed and insecure, give me something
+I could take to ease my mind slowly
+Just have a drink and you'll feel better
+Just take her home and you'll feel better
+Keep telling me that it gets better
+Does it ever?
+
+Help me, it's like the walls are caving in
+Sometimes I feel like giving up
+No medicine is strong enough
+Someone help me
+I'm crawling in my skin
+Sometimes I feel like giving up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.14
+Leona Lewis,5lKZWd6HiSCLfnDGrq9RAm,Bleeding Love,7wZUrN8oemZfsEd1CGkbXE,"Ooh-ooh
+Hey
+
+Closed off from love, I didn't need the pain
+Once or twice was enough and it was all in vain
+Time starts to pass, before you know it you're frozen, ooh
+But something happened for the very first time with you
+My heart melted to the ground found somethin' true
+And everyone's looking 'round thinking I'm going crazy, ooh I
+
+But I don't care what they say
+I'm in love with you
+They try to pull me away
+But they don't know the truth
+My heart's crippled by the vein that I keep on closing
+You cut me open and I
+
+Keep bleeding
+Keep, keep bleeding love
+I keep bleeding
+I keep, keep bleeding love
+Keep bleeding
+Keep, keep bleeding love
+You cut me open
+
+Trying hard not to hear, but they talk so loud
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.85000000000001
+Meghan Trainor,6JL8zeS1NmiOftqZTRgdTz,All About That Bass,5jE48hhRu8E6zBDPRSkEq7,"Because you know I'm all about that bass, 'bout that bass, no treble
+I'm all about that bass, 'bout that bass, no treble
+I'm all about that bass, 'bout that bass, no treble
+I'm all about that bass, 'bout that bass
+Bass, bass, bass (bass)
+
+Yeah, it's pretty clear, I ain't no size two
+But I can shake it, shake it
+Like I'm supposed to do
+'Cause I got that boom, boom
+That all the boys chase
+And all the right junk in all the right places
+
+I see the magazines workin' that Photoshop
+We know that shit ain't real
+C'mon now, make it stop
+If you got beauty, beauty, just raise 'em up
+'Cause every inch of you is perfect
+From the bottom to the top
+
+Yeah, my mama, she told me, ""Don't worry about your size""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.42
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Marry You,22PMfvdz35fFKYnJyMn077,"It's a beautiful night, we're looking for something dumb to do
+Hey baby, I think I wanna marry you
+Is it the look in your eyes or is it this dancing juice?
+Who cares, baby, I think I wanna marry you
+
+Well, I know this little chapel on the boulevard we can go
+No one will know, oh, come on girl
+Who cares if we're trashed, got a pocket full of cash we can blow
+Shots of patron and it's on, girl
+
+Don't say no, no, no, no, no
+Just say yeah, yeah, yeah, yeah, yeah
+And we'll go, go, go, go, go
+If you're ready, like I'm ready
+
+'Cause it's a beautiful night, we're looking for something dumb to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.57
+Bastille,7EQ0qTo7fWT7DPxmxtSYEc,Pompeii,4Ub8UsjWuewQrPhuepfVpd,"E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+E e o e o
+E e o e o
+E e o e o
+E e o e o
+
+I was left to my own devices
+Many days fell away with nothing to show
+
+And the walls kept tumbling down
+In the city that we love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.690000000000005
+Sam Smith,2wY79sveU1sp5g7SokKOiI,How Do You Sleep?,6b2RcmUt1g9N9mQ3CbjX2Y,"I'm done hating myself for feeling
+I'm done crying myself away
+I've gotta leave and start the healing
+But when you move like that, I just want to stay
+
+What have I become now?
+Looking through your phone now, oh no
+Love to you is just a game
+Look what I have done now
+Dialling up the numbers on you
+I don't want my heart to break
+
+Baby, How Do You Sleep when you lie to me?
+All that shame and all that danger
+I'm hoping that my love will keep you up tonight
+Baby, How Do You Sleep when you lie to me?
+All that fear and all that pressure
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.92
+Jason Derulo,07YZf4WDAMNwqr4jfgOZ8y,Want to Want Me,7oGZAicScQt96OAW4AruYy,"It's too hot to sleep
+I got the sheets on the floor
+Nothing on me
+And I can't take it no more
+It's 100 degrees
+I got one foot out the door
+Where are my keys?
+'Cause I gotta leave, yeah
+
+In the back of the cab
+I tip the driver 'head of time
+Get me there fast (uh)
+I got your body on my mind
+I want it bad
+
+Ooh, just the thought of you
+Gets me so high
+So high
+
+Girl, you're the one I want to want me
+And if you want me, girl, you got me
+There's nothing I, no, I wouldn't do (I wouldn't do)
+Just to get up next to you
+Girl, you're the one I want to want me
+And if you want me, girl, you got me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,35.86
+Michael Jackson,3fMbdgg4jU18AjLCKBhRSm,The Way You Make Me Feel - 2012 Remaster,0sKlV58cODrjxGFOyf9IXY,"Hee! hee!
+Ooh!
+Go on girl!
+Aow!
+Hee!
+
+Hey pretty baby with the high heels on
+You give me fever
+Like I've never ever known
+You're just a product of loveliness
+I like the groove of your walk, your talk, your dress
+
+I feel your fever
+From miles around
+I'll pick you up in my car
+And we'll paint the town
+Just kiss me baby
+And tell me twice
+That you're the one for me
+
+The way you make me feel
+(The way you make me feel)
+You really turn me on
+(You really turn me on)
+You knock me off of my feet
+(You knock me off of my feet)
+My lonely days are gone
+(My lonely days are gone) ugh, ugh
+
+I like the feelin' you're givin' me
+Just hold me baby and I'm in ecstasy
+Oh, I'll be workin' from nine-to-five
+To buy you things to keep you by my side
+
+I never felt so in love before
+Just promise baby, you'll love me forevermore
+I swear I'm keepin' you satisfied
+'Cause you're the one for me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.03
+The Calling,5aMmmNxw4vgpc5XC6hK0zp,Wherever You Will Go,5QpaGzWp0hwB5faV8dkbAz,"So lately, been wondering
+Who will be there to take my place
+When I'm gone, you'll need love
+To light the shadows on your face
+
+If a great wave shall fall
+And fall upon us all
+Then between the sand and stone
+Could you make it on your own
+
+If I could, then I would
+I'll go wherever you will go
+Way up high or down low
+I'll go wherever you will go
+
+And maybe, I'll find out
+A way to make it back someday
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.2
+Adele,4dpARuHxo51G3z768sgnrY,When We Were Young,7GgWAITsYJaRM3r50rfh5w,"Everybody loves the things you do
+From the way you talk
+To the way you move
+Everybody here is watching you
+'Cause you feel like home
+You're like a dream come true
+
+But if by chance you're here alone
+Can I have a moment?
+Before I go?
+'Cause I've been by myself all night long
+Hoping you're someone I used to know
+
+You look like a movie
+You sound like a song
+My God this reminds me, of when we were young
+
+Let me photograph you in this light
+In case it is the last time
+That we might be exactly like we were
+Before we realized
+We were scared of getting old
+It made us restless
+It was just like a movie
+It was just like a song
+
+I was so scared to face my fears
+Nobody told me that you'd be here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.69
+The Script,3AQRLZ9PuTAozP28Skbq8V,Superheroes,37sINbJZcFdHFAsVNsPq1i,"All her life, she has seen
+All the meaner side of me
+They took away the prophet's dream for a profit on the street
+Now she's stronger than you know
+A heart of steel starts to grow
+
+All his life, he's been told
+He'll be nothing when he's old
+All the kicks and all the blows
+He will never let it show
+'Cause he's stronger than you know
+A heart of steel starts to grow
+
+When you've been fighting for it all your life
+You've been struggling to make things right
+That's how a superhero learns to fly
+(Every day, every hour, turn the pain into power)
+
+When you've fighting for it all your life
+You've been working every day and night
+That's how a superhero learns to fly
+(Every day, every hour, turn the pain into power) Oh, oh, oh
+
+All the hurt, all the lies
+All the tears that they cried
+When the moment is just right
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,68.08
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,Meant to Be (feat. Florida Georgia Line),7iDa6hUg2VgEL1o1HjmfBn,"Baby, lay on back and relax
+Kick your pretty feet up on my dash
+No need to go nowhere fast
+Let's enjoy right here where we at
+
+Who knows where this road is supposed to lead?
+We got nothing but time
+As long as you're right here next to me
+Everything's gonna be alright
+
+If it's meant to be, it'll be, it'll be
+Baby, just let it be
+If it's meant to be, it'll be, it'll be
+Baby, just let it be
+So, won't you ride with me, ride with me?
+See where this thing goes
+If it's meant to be, it'll be, it'll be
+Baby, if it's meant to be
+
+I don't mean to be so uptight
+But my heart's been hurt a couple times
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.12
+P!nk,1KCSPY1glIKqW2TotWuXOR,What About Us,0Qh38w01QRXK6KHIv0e3hb,"La-da-da-da-da, la-da-da-da-da
+Da-da-da
+
+We are searchlights, we can see in the dark
+
+We are rockets, pointed up at the stars
+
+We are billions of beautiful hearts
+
+And you sold us down the river too far
+
+What about us?
+What about all the times you said you had the answers?
+
+What about us?
+What about all the broken happy ever afters?
+
+What about us?
+What about all the plans that ended in disaster?
+
+What about love? What about trust?
+What about us?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.44
+Olly Murs,3whuHq0yGx60atvA2RCVRW,Troublemaker (feat. Flo Rida),6s8nHXTJVqFjXE4yVZPDHR,"You're a troublemaker, you're troublemaker
+(Huh) you ain't nothin' but a troublemaker, girl
+
+You had me hooked again from the minute you sat down
+The way you bite your lips, got my head spinnin' around
+After a drink or two, I was putty in your hands
+I don't know if I have the strength to stand (ooh)
+
+Trouble, troublemaker, yeah, that's your middle name (oh-oh)
+I know you're no good, but you're stuck in my brain
+And I wanna know
+
+Why does it feel so good, but hurt so bad? (Whoa)
+My mind keeps saying run as fast as you can
+I say I'm done, but then you pull me back (whoa)
+I swear you're giving me a heart attack
+Troublemaker
+
+It's like you're always there in the corners of my mind
+I see a silhouette every time I close my eyes
+There must be poison in those fingertips of yours
+'Cause I keep comin' back again for more (oh-oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.49
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,7vu0JkJh0ldukEYbTVcqd0,"I'm jealous, I'm overzealous
+When I'm down I get real down
+When I'm high I don't come down
+But I get angry, baby, believe me
+I could love you just like that
+And I can leave you just as fast
+
+But you don't judge me
+'Cause if you did, baby, I would judge you too
+No, you don't judge me
+'Cause if you did, baby, I would judge you too
+
+'Cause I got issues, but you got 'em too
+So give 'em all to me and I'll give mine to you
+Bask in the glory of all our problems
+'Cause we got the kind of love it takes to solve 'em
+Yeah, I got issues
+And one of them is how bad I need you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.82
+New Radicals,0Grjlu7ncIuCaSYvCs9fcd,You Get What You Give,1Cwsd5xI8CajJz795oy4XF,"Uh
+Ooh
+What, what, what, what
+One, two, one, two, three, ow
+
+Wake up, kids, we got the dreamers' disease
+Age 14, they got you down on your knees
+So polite, we're busy still saying please
+
+Frenemies, who, when you're down, ain't your friend
+Every night, they smash a Mercedes-Benz
+First we run, and then we laugh 'till we cry
+
+But when the night is falling
+You cannot find the light (light)
+You feel your dreams are dying
+Hold tight
+
+You've got the music in you
+Don't let go
+You've got the music in you
+One dance left
+This world is gonna pull through
+Don't give up
+You've got a reason to live
+Can't forget
+We only get what we give
+
+I'm comin' home, baby
+You're the tops
+Give it to me now
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.75
+Savage Garden,3NRFinRTEqUCfaTTZmk8ek,Truly Madly Deeply,013AWvizllIUEC2FOBzOnh,"I'll be your dream, I'll be your wish, I'll be your fantasy
+I'll be your hope, I'll be your love, be everything that you need
+I love you more with every breath truly, madly, deeply do
+I will be strong, I will be faithful 'cause I'm counting on
+A new beginnin'
+A reason for livin'
+A deeper meaning, yeah
+
+I wanna stand with you on a mountain
+I wanna bathe with you in the sea
+I wanna lay like this forever
+Until the sky falls down on me
+
+And when the stars are shining brightly in the velvet sky
+I'll make a wish, send it to heaven and make you want to cry
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.46000000000001
+The Script,3AQRLZ9PuTAozP28Skbq8V,The Man Who Can't Be Moved,3nqqDo8CcCLke3ZoTgiOKf,"Going back to the corner where I first saw you
+Gonna camp in my sleeping bag, I'm not gonna move
+Got some words on cardboard, got your picture in my hand
+Saying, ""If you see this girl, can you tell her where I am?""
+
+Some try to hand me money, they don't understand
+I'm not broke, I'm just a broken-hearted man
+I know it makes no sense, what else can I do?
+And how can I move on when I'm still in love with you?
+
+'Cause if one day you wake up, and find that you're missing me
+And your heart starts to wonder where on this Earth I could be
+Thinking maybe you'll come back here to the place that we'd meet
+And you'll see me waiting for you, on the corner of the street
+So I'm not moving
+I'm not moving
+
+Policeman says, ""Son, you can't stay here""
+I say, ""There's someone I'm waiting for
+If it's a day, a month, a year""
+Gotta stand my ground, even if it rains or snows
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.57
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Someone You Loved,2TIlqbIneP0ZY1O0EzYLlc,"I'm going under and this time I fear there's no one to save me
+This all or nothing really got a way of driving me crazy
+
+I need somebody to heal, somebody to know
+Somebody to have, somebody to hold
+It's easy to say, but it's never the same
+I guess I kinda liked the way you numbed all the pain
+
+Now the day bleeds into nightfall
+And you're not here to get me through it all
+I let my guard down, and then you pulled the rug
+I was getting kinda used to being someone you loved
+
+I'm going under and this time I fear there's no one to turn to
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,68.47999999999999
+The Supremes,57bUPid8xztkieZfS7OlEV,You Can't Hurry Love,1OppEieGNdItZbE14gLBEv,"I need love, love
+To ease my mind
+I need to find, find
+Someone to call mine
+
+But, mama said
+""You can't hurry love
+No, you just have to wait""
+She said, ""Love don't come easy
+It's a game of give and take""
+You can't hurry love
+No, you just have to wait
+You've got to trust, give it time
+No matter how long it takes
+
+But, how many heartaches
+Must I stand
+Before I find a love
+To let me live again?
+
+Right now, the only thing
+That keeps me hangin' on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.28
+Kenny Loggins,3Y3xIwWyq5wnNHPp5gPjOW,"Footloose - From ""Footloose"" Soundtrack",2vz1CsL5WBsbpBcwgboTAw,"Been working so hard
+I'm punching my card
+Eight hours, for what?
+Oh, tell me what I got
+
+I gotten this feeling
+That time's just holding me down
+
+I'll hit the ceiling
+Or else I'll tear up this town
+
+Tonight I gotta cut loose, footloose
+Kick off your Sunday shoes
+Please, Louise
+Pull me up off my knees
+
+Jack, get back
+C'mon, before we crack
+Lose your blues
+Everybody cut footloose
+
+You're playing so cool
+Obeying every rule
+Dig way down in your heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.1
+Alessia Cara,2wUjUUtkb5lvLKcGKsKqsR,Scars To Your Beautiful,42ydLwx4i5V49RXHOozJZq,"She just wants to be, beautiful
+She goes, unnoticed she knows, no limits
+She craves, attention she praises, an image
+She prays to be, sculpted by the sculptor
+
+Oh, she don't see, the light that's shining
+Deeper than the eyes can find it
+Maybe we have made her blind
+So she tries to cover up her pain
+And cut her woes away
+'Cause covergirls don't cry
+After their face is made
+
+But there's a hope that's waiting for you in the dark
+You should know you're beautiful just the way you are
+And you don't have to change a thing
+The world could change its heart
+No scars to your beautiful
+We're stars and we're beautiful
+
+Oh-oh-oh-oh
+Oh-oh-oh-oh
+
+And you don't have to change a thing
+The world could change its heart
+No scars to your beautiful
+We're stars and we're beautiful
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.21
+ABBA,0LcJLqbBmaGUft1e9Mm8HV,Take A Chance On Me,5BckPAYcKEJuYs1eV1BHHe,"If you change your mind (take a chance)
+(Take a, take a chance-chance) I'm the first in line
+Honey, I'm still free (take a chance)
+Take a chance on me (take a, take a chance-chance)
+If you need me (take a, take a chance-chance)
+Let me know, gonna be around (take a chance)
+If you've got no place to go, when you're feeling down (take a chance)
+(Take a chance, take a, take a chance-chance)
+(Take a chance, take a, take a chance-chance)
+
+If you're all alone when the pretty birds have flown
+Honey I'm still free, take a chance on me
+Gonna do my very best and it ain't no lie
+If you put me to the test, if you let me try
+
+Take a chance on me
+(That's all I ask of you honey)
+Take a chance on me
+
+We can go dancing (oh-oh) we can go walking (yeah)
+As long as we're together (as long as we're together)
+Listen to some music (oh-oh) maybe just talking (yeah)
+Get to know you better (get to know you better)
+
+'Cause you know I've got
+So much that I wanna do
+When I dream I'm alone with you, it's magic
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.88
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Shake It Off,5xTtaWoae3wi06K5WfVUUH,"I stay out too late
+Got nothing in my brain
+That's what people say, mm-mm
+That's what people say, mm-mm
+
+I go on too many dates
+But I can't make 'em stay
+At least that's what people say, mm-mm
+That's what people say, mm-mm
+
+But I keep cruisin'
+Can't stop, won't stop movin'
+It's like I got this music in my mind
+Sayin' it's gonna be alright
+
+'Cause the players gonna play, play, play, play, play
+And the haters gonna hate, hate, hate, hate, hate
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+Heartbreakers gonna break, break, break, break, break
+And the fakers gonna fake, fake, fake, fake, fake
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+
+I never miss a beat
+I'm lightnin' on my feet
+And that's what they don't see, mm-mm
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.58
diff --git a/my_playlist_sentiment_v2.csv b/my_playlist_sentiment_v2.csv
new file mode 100644
index 0000000000..fcbd76caed
--- /dev/null
+++ b/my_playlist_sentiment_v2.csv
@@ -0,0 +1,4071 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Rock Your Body,1AWQoqb9bSvzTjaLralEkT,"Don't be so quick to, walk away
+Dance with me
+I wanna rock your body
+Please stay
+Dance with me
+You don't have to admit you, wanna play
+Dance with me
+Just let me rock you
+'Til the break of day
+Dance with me
+
+Guy time, but I don't mind
+Just wanna rock you girl
+I'll have whatever you have
+Come on, just give it a whirl
+See I've been watchin' you
+And I like the way you move
+So go ahead, girl, just do
+That ass shakin' thing you do
+
+So you grab your girls
+And you grab a couple more
+And you all come meet me
+In the middle of the floor
+Said the air is thick, it's smellin' right
+So you pass to the left and you sail to the right
+
+Don't be so quick to, walk away
+Dance with me
+I wanna rock your body
+Please stay
+Dance with me
+You don't have to admit you, wanna play
+Dance with me
+Just let me rock you
+'Til the break of day
+Dance with me
+
+I don't mean no harm
+Just wanna rock you girl
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,16.86
+50 Cent,3q7HBObVc0L8jNeTe5Gofh,In Da Club,4RY96Asd9IefaL3X4LOLZ8,"Go, go, go, go, go, go
+Go, shorty
+It's your birthday
+We gon' party like it's your birthday
+We gon' sip Bacardi like it's your birthday
+And you know we don't give a fuck it's not your birthday
+
+You can find me in the club, bottle full of bub'
+Look, mami, I got the X, if you into takin' drugs
+I'm into havin' sex, I ain't into makin' love
+So come give me a hug, if you into getting rubbed
+
+You can find me in the club, bottle full of bub'
+Look, mami, I got the X, if you into takin' drugs
+I'm into havin' sex, I ain't into makin' love
+So come give me a hug, if you into getting rubbed
+
+When I pull out up front, you see the Benz on dubs
+When I roll 20 deep, it's 20 knives in the club
+Niggas heard I fuck with Dre, now they wanna show me love
+When you sell like Eminem, and the hoes they wanna fuck
+But, homie, ain't nothing change hoes down, G's up
+I see Xzibit in the cut, that nigga roll that weed up
+If you watch how I move, you'll mistake me for a playa or pimp
+Been hit wit' a few shells, but I don't walk wit' a limp (I'm ight)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,38.04
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,2x7MyWybabEz6Y6wvHuwGE,"RedOne
+Konvict
+Gaga (oh-oh, eh)
+
+I've had a little bit too much, much
+All of the people start to rush (start to rush by)
+A dizzy twister dance
+Can't find my drink or man
+Where are my keys?
+I lost my phone, phone
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+Keep it cool
+What's the name of this club?
+I can't remember, but it's alright, alright
+
+Just dance
+Gonna be okay
+Da-da-doo-doot-n, just dance
+Spin that record, babe
+Da-da-doo-doot-n, just dance
+Gonna be okay
+Da-da-da-dance, dance, dance
+Just j-j-just dance
+
+Wish I could shut my playboy mouth (oh, oh, oh)
+How'd I turn my shirt inside out? (Inside out, right)
+Control your poison, babe
+Roses have thorns, they say
+And we're all gettin' hosed tonight
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.04
+Gwen Stefani,4yiQZ8tQPux8cPriYMWUFP,The Sweet Escape,66ZcOcouenzZEnzTJvoFmH,"Konvicted
+
+(Woo hoo, yee hoo)
+(Woo hoo, yee hoo)
+(Woo hoo, yee hoo)
+
+(Woo hoo, yee hoo) If I could escape
+I would, but first of all, let me say
+I must apologize for acting stank and treating you this way
+'Cause I've been acting like sour milk all on the floor
+It's your fault, you didn't shut the refrigerator
+Maybe that's the reason I've been acting so cold
+
+If I could escape (escape)
+And recreate a place that's my own world (own world)
+And I could be your favorite girl (forever)
+Perfectly together
+And tell me boy, now wouldn't that be sweet?
+(The sweet escape)
+
+If I could be sweet
+Be sweet (Sorry boy)
+I know I've been a real bad girl
+Bad girl (I'll try to change)
+I didn't mean for you to get hurt
+(Whatsoever)
+We can make it better
+And tell me boy, now wouldn't that be sweet?
+(Sweet escape, sweet escape)
+
+(Woo hoo) I want to get away (yee hoo)
+(Woo hoo) To our sweet escape (yee hoo)
+(Woo hoo) I want to get away (yee hoo)
+(Woo hoo) Yeah (yee hoo)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.45
+Shakira,0EmeFodog0BfCgMzAIvKQp,Hips Don't Lie (feat. Wyclef Jean),3ZFTkvIE7kyPt6Nu3PEa7V,"Ladies up in here tonight
+No fighting
+We got the refugees up in here (no fighting)
+No fighting
+Shakira, Shakira
+
+I never really knew that she could dance like this
+She make a man want to speak spanish
+¿Cómo se llama? (Sí), bonita (sí)
+Mi casa, su casa (Shakira, Shakira)
+
+Oh, baby, when you talk like that
+You make a woman go mad
+So be wise (sí) and keep on (sí)
+Reading the signs of my body (uno, dos, tres, cuatro)
+
+I'm on tonight, you know my hips don't lie
+And I'm starting to feel it's right
+All the attraction, the tension
+Don't you see, baby? This is perfection
+
+Hey, girl, I can see your body moving
+And it's driving me crazy
+And I didn't have the slightest idea
+Until I saw you dancing
+And when you walk up on the dance floor nobody cannot
+Ignore the way you move your body, girl (your body just move)
+And everything's so unexpected
+The way you right and left it
+So you can keep on shaking it (let's go!)
+
+I never really knew that she could dance like this
+She make a man want to speak spanish
+¿Cómo se llama? (Sí), bonita (sí)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.23
+Usher,23zg3TcAtWQy7J6upgbUnj,Yeah! (feat. Lil Jon & Ludacris),5rb9QrpfcKFHM1EUbSIurX,"Peace up, A-Town down
+Yeah! Okay
+Lil Jon
+Yeah, yeah, yeah, yeah, yeah, yeah!
+Yeah, yeah, yeah, yeah, yeah, yeah!
+Let's go!
+
+I was up in the club with my homies, trying to get a lil V-I
+Keep it down on the low key
+You should know how it feels (Hey!)
+I seen shorty, she was checking up on me
+From the game she was spitting in my ear
+You would think that she know me
+I decided to chill (Okay!)
+Conversation got heavy
+She had me feeling like she's ready to blow (Watch out!)
+Ohh! (Watch out)
+She's saying, come get me
+So I got up and followed her to the floor
+She said, baby let's go
+When I told her (Let's go!) I said
+
+(Yeah!) Yeah!
+Shorty got down low said, come and get me
+(Yeah!) Yeah!
+I got so caught up, I forgot she told me
+(Yeah!) Yeah!
+Her and my girl, they used to be the best of homies
+(Yeah!) Yeah!
+Next thing I knew, she was all up on me screaming
+Yeah (Yeah!) yeah (Yeah!) yeah, yeah!
+Yeah (Yeah!) yeah (Yeah!) yeah, yeah!
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.68
+Mary J. Blige,1XkoF8ryArs86LZvFOkbyr,Family Affair,3aw9iWUQ3VrPQltgwvN9Xu,"Let's get it crunk upon
+Have fun upon up in this dancery
+We got ya'll open, now ya floatin'
+So you gots to dance for me
+
+Don't need no hateration, holleration
+In this dancery
+Let's get it perculatin' while you're waiting
+So just dance for me
+
+Come on everybody get on up
+Cause you know we gots to get it crunk
+Mary J. is in the spot tonight
+And I'ma make you feel alright
+(Make you feel alright)
+Come on baby just party with me
+Let loose and set your body free
+Leave your situations at the door
+
+So when you step inside, jump on the floor
+
+Let's get it crunk upon
+Have fun upon up In this dancery
+We got ya'll open, now ya floatin'
+So you gots to dance for me
+Don't need no hateration, holleration
+In this dancery
+
+Let's get it perculatin' while you're waiting
+So just dance for me
+
+It's only gonna be about a matter of time
+Before you get loose and start to lose your mind
+Cop you a drink, go 'head and rock your ice
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.96
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,"Lose Yourself - From ""8 Mile"" Soundtrack",5Z01UMMf7V1o0MzF86s6WJ,,Neutral,0.0
+Gnarls Barkley,5SbkVQYYzlw1kte75QIabH,Crazy,2N5zMZX7YeL1tico8oQxa9,"I remember when
+I remember, I remember when I lost my mind
+There was something so pleasant about that place
+Even your emotions have an echo in so much space
+
+And when you're out there without care
+Yeah, I was out of touch
+But it wasn't because I didn't know enough
+I just knew too much
+
+Does that make me crazy?
+Does that make me crazy?
+Does that make me crazy?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,87.87
+JAY-Z,3nFkdlSjzX9mRTtwJOzDYB,Empire State Of Mind,2igwFfvr1OAGX9SKDCPBwO,"Yeah, yeah, I'ma up at Brooklyn, now I'm down in Tribeca
+Right next to De Niro, but I'll be hood forever
+I'm the new Sinatra, and since I made it here
+I can make it anywhere, yeah, they love me everywhere
+
+I used to cop in Harlem, all of my Dominicanos
+Right there up on Broadway, brought me back to that McDonald's
+Took it to my stash spot, 560 State Street
+Catch me in the Kitchen like a Simmons whipping pastry
+
+Cruising down 8th Street, off-white Lexus
+Driving so slow, but BK is from Texas
+Me, I'm up at Bed-Stuy, home of that boy Biggie
+Now I live on Billboard, and I brought my boys with me
+
+Say what up to Ty Ty, still sipping mai tai
+Sitting courtside, Knicks and Nets give me high fives
+Nigga, I be spiked out, I can trip a referee
+Tell by my attitude that I am most definitely from
+
+In New York, concrete jungle where dreams are made, oh
+There's nothing you can't do, now you're in New York
+These streets will make you feel brand new
+Big lights will inspire you, let's hear it for New York
+New York, New York
+(I made you hot, nigga)
+
+Catch me at the X with OG at a Yankee game
+Shit, I made the Yankee hat more famous than a Yankee can
+You should know I bleed blue, but I ain't a Crip though
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.8
+Maroon 5,04gDigrS5kc9YWfZHwBETP,This Love,6ECp64rv50XVz93WvxXMGF,"I was so high, I did not recognize
+The fire burning in her eyes
+The chaos that controlled my mind
+Whispered goodbye as she got on a plane
+Never to return again but always in my heart, oh
+
+This love has taken its toll on me
+She said goodbye too many times before
+And her heart is breakin' in front of me
+And I have no choice
+'Cause I won't say goodbye anymore
+
+Whoa
+Whoa
+Whoa
+
+I tried my best to feed her appetite
+Keep her coming every night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.37
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,7Lf7oSEVdzZqTA0kEDSlS5,"You were my sun
+You were my earth
+But you didn't know all the ways I loved you, no
+So you took a chance
+And made other plans
+But I bet you didn't think that they would come crashing down, no
+
+You don't have to say what you did
+I already know, I found out from him
+Now there's just no chance for you and me
+There'll never be
+And don't it make you sad about it
+
+You told me you loved me
+Why did you leave me all alone
+Now you tell me you need me
+When you call me on the phone
+Girl I refuse
+You must have me confused
+With some other guy
+The bridges were burned
+Now it's your turn
+To cry
+
+Cry me a river
+Cry me a river
+Cry me a river
+Cry me a river
+
+Know that they say
+That some things are better left unsaid
+It wasn't like you only talked to him and you know it
+(Don't act like you don't know it)
+
+All of these things people told me
+Keep messing with my head
+(Messing with my head)
+Should've picked honesty
+Then you may not have blown it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.24000000000001
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Umbrella,49FYlytm3dAAraYgpoJZux,"Uh-huh, uh-huh (yeah, Rihanna)
+Uh-huh, uh-huh (good girl, gone bad)
+Uh-huh, uh-huh (take three, action)
+Uh-huh, uh-huh (Hov)
+
+No clouds in my stones
+Let it rain, I hydroplane in the bank
+Coming down with the Dow Jones
+When the clouds come, we gone, we Roc-A-Fella
+We fly higher than weather, in G5's or better
+You know me (you know me)
+In anticipation for precipitation, stack chips for the rainy day
+Jay, Rain Man is back
+With Little Miss Sunshine, Rihanna, where you at?
+
+You have my heart
+And we'll never be worlds apart
+Maybe in magazines
+But you'll still be my star
+Baby, 'cause in the dark
+You can't see shiny cars
+And that's when you need me there
+With you, I'll always share
+Because
+
+When the sun shine, we shine together
+Told you I'll be here forever
+Said I'll always be your friend
+Took an oath, I'ma stick it out to the end
+Now that it's raining more than ever
+Know that we'll still have each other
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.44
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Yellow,3AJwUDP919kvQ9QcozQPxg,"Look at the stars
+Look how they shine for you
+
+And everything you do
+
+Yeah, they were all yellow
+
+I came along
+I wrote a song for you
+And all the things you do
+
+And it was called Yellow
+
+So then I took my turn
+Oh, what a thing to have done
+And it was all yellow
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,29.599999999999998
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Without Me,7lQ8MOhq6IN2w8EYcFNSUk,,Neutral,0.0
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Mr. Brightside,003vvx7Niy0yvhvHt4a68B,"I'm coming out of my cage and I've been doing just fine
+Gotta, gotta be down because I want it all
+It started out with a kiss, how did it end up like this?
+It was only a kiss, it was only a kiss
+
+Now I'm falling asleep and she's calling a cab
+While he's having a smoke and she's taking a drag
+Now they're going to bed and my stomach is sick
+And it's all in my head, but she's touching his
+
+Chest now, he takes off her dress now
+Let me go
+
+I just can't look, it's killing me
+And taking control
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.49
+Linkin Park,6XyY86QOPPrYVGvF9ch6wz,In the End,60a0Rd6pjrkxjPbaKzXjfq,"It starts with one
+One thing I don't know why
+It doesn't even matter how hard you try
+Keep that in mind, I designed this rhyme
+To explain in due time
+
+All I know
+Time is a valuable thing
+Watch it fly by as the pendulum swings
+Watch it count down to the end of the day
+The clock ticks life away
+
+It's so unreal
+Didn't look out below
+Watch the time go right out the window
+Tryin' to hold on, did-didn't even know
+I wasted it all just to watch you go
+
+I kept everything inside and even though I tried
+It all fell apart
+What it meant to me will eventually
+Be a memory of a time when-
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,14.66
+Gorillaz,3AA28KZvwAUcZuOKwyblJQ,Feel Good Inc.,0d28khcov6AiegSCpG5TuT,"Feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+Sha, sha-ba-da, sha-ba-da-ca, feel good
+
+City's breaking down on a camel's back
+They just have to go, 'cause they don't know wack
+So while you fill the streets, it's appealing to see
+You won't get out the county, 'cause you're bad and free
+
+You got a new horizon, it's ephemeral style
+A melancholy town where we never smile
+And all I wanna hear is the message beep
+My dreams, they got a kissing
+'Cause I don't get sleep, no
+
+Windmill, windmill for the land
+Turn forever hand in hand
+Take it all in on your stride
+It is ticking, falling down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.61
+The White Stripes,4F84IBURUo98rz4r61KF70,Seven Nation Army,3dPQuX8Gs42Y7b454ybpMR,"I'm gonna fight 'em all
+A seven nation army couldn't hold me back
+They're gonna rip it off
+Taking their time right behind my back
+
+And I'm talking to myself at night
+Because I can't forget
+Back and forth through my mind
+Behind a cigarette
+
+And a message coming from my eyes says leave it alone
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.26
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,The Real Slim Shady,3yfqSUWxFvZELEM4PmlwIR,,Neutral,0.0
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,The Scientist,75JFxkI2RXiU7L9VXzMkle,"Come up to meet you, tell you I'm sorry
+You don't know how lovely you are
+I had to find you, tell you I need you
+Tell you I set you apart
+
+Tell me your secrets and ask me your questions
+Oh, let's go back to the start
+Running in circles, coming up tails
+Heads on a science apart
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.23
+Foster The People,7gP3bB2nilZXLfPHJhMdvc,Pumped Up Kicks,7w87IxuO7BDcJ3YUqCyMTT,"Robert's got a quick hand
+He'll look around the room, he won't tell you his plan
+He's got a rolled cigarette
+Hanging out his mouth, he's a cowboy kid
+
+Yeah, he found a six-shooter gun
+In his dad's closet with a box of fun things
+And I don't even know what
+But he's coming for you, yeah, he's coming for you, wait
+
+All the other kids with the pumped up kicks
+You'd better run, better run, outrun my gun
+All the other kids with the pumped up kicks
+You'd better run, better run faster than my bullet
+
+All the other kids with the pumped up kicks
+You'd better run, better run, outrun my gun
+All the other kids with the pumped up kicks
+You'd better run, better run faster than my bullet
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.56
+Linkin Park,6XyY86QOPPrYVGvF9ch6wz,Numb,2nLtzopw4rPReszdYBJU6h,"I'm tired of being what you want me to be
+Feeling so faithless, lost under the surface
+Don't know what you're expecting of me
+Put under the pressure of walking in your shoes
+
+(Caught in the undertow, just caught in the undertow)
+Every step that I take is another mistake to you
+(Caught in the undertow, just caught in the undertow)
+
+I've become so numb
+I can't feel you there
+Become so tired
+So much more aware
+I'm becoming this
+All I want to do
+Is be more like me
+And be less like you
+
+Can't you see that you're smothering me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.07
+The Game,0NbfKEOTQCcwd6o7wSDOHI,Hate It Or Love It,2wGSgTmgSF3xjRrHkTc25R,"Yeah, let's take 'em back
+
+Coming up I was confused, my mommy kissing a girl
+Confusion occurs coming up in the cold world
+Daddy ain't around, probably out committing felonies
+My favorite rapper used to sing, ""Check check out my melody""
+I wanna live good so, shit, I sell dope for a four finger ring
+One of them gold ropes
+Nana told me if I passed I'd get a sheepskin coat
+If I can move a few packs I'd get the hat, now that'd be dope
+Tossed and turned in my sleep that night
+Woke up the next morning, niggas had stole my bike
+Different day, same shit, ain't nothing good in the hood
+I'd run away from this bitch and never come back if I could
+
+Hate it or love it, the underdog's on top
+And I'm gon' shine, homie, until my heart stop
+Go 'head envy me, I'm rap's M.V.P
+And I ain't going nowhere, so you can get to know me
+Hate it or love it, the underdog's on top
+And I'm gon' shine, homie, until my heart stop
+Go 'head envy me, I'm rap's M.V.P
+And I ain't going nowhere, so you can get to know me
+
+(G-G-G-G-G-Unit!) On the grill of my lowrider
+Guns on both sides, right above the gold wires
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.81
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,0SiywuOBRcynK0uKGWdCnn,"Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+I want your ugly, I want your disease
+I want your everything as long as it's free
+I want your love
+Love, love, love, I want your love (hey)
+
+I want your drama, the touch of your hand (hey)
+I want your leather-studded kiss in the sand
+I want your love
+Love, love, love, I want your love (love, love, love)
+(I want your love)
+
+You know that I want you
+And you know that I need you
+I want it bad, your bad romance
+
+I want your love, and I want your revenge
+You and me could write a bad romance (oh-oh-oh-oh-oh)
+I want your love and all your lover's revenge
+You and me could write a bad romance
+
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.74
+Outkast,1G9G7WwrXka3Z1r7aIDjI7,Ms. Jackson,0I3q5fE6wg7LIfHGngUTnV,"Yeah, this one right here goes out to all the baby's mamas, mamas
+Mamas, mamas, baby mamas, mamas
+Yeah, go like this
+
+I'm sorry Ms. Jackson (oh), I am for real
+Never meant to make your daughter cry
+I apologize a trillion times
+I'm sorry Ms. Jackson (oh), I am for real
+Never meant to make your daughter cry
+I apologize a trillion times
+
+My baby's drama mama, don't like me
+She be doing things like having them boys come from her neighborhood
+To the studio trying to fight me
+She need to get a, piece of the american pie and take her bite out
+That's my house, I'll disconnect the cable and turn the lights out
+And let her know her grandchild is a baby, and not a paycheck
+
+Private school, daycare, shit medical bills I pay that
+I love your mom and everything, but see I ain't the one who laid down
+She wanna rib you up to start a custody war, my lawyers stay down
+Shit you never got a chance to hear my side of the story we was divided
+She had fish fries and cookouts for my child's birthday I ain't invited
+Despite it, I show her the utmost respect when I fall through
+All you, do is defend that lady when I call you, yeah
+
+I'm sorry Ms. Jackson (oh), I am for real
+Never meant to make your daughter cry
+I apologize a trillion times
+I'm sorry Ms. Jackson (oh), I am for real
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.84
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Viva La Vida,1mea3bSkSGXuIRvnydlB5b,"I used to rule the world
+Seas would rise when I gave the word
+Now in the morning, I sleep alone
+Sweep the streets I used to own
+
+I used to roll the dice
+Feel the fear in my enemy's eyes
+Listened as the crowd would sing
+""Now the old king is dead, long live the king""
+
+One minute I held the key
+Next, the walls were closed on me
+And I discovered that my castles stand
+Upon pillars of salt and pillars of sand
+
+I hear Jerusalem bells a-ringing
+Roman cavalry choirs are singing
+Be my mirror, my sword and shield
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.91
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Promiscuous,2gam98EZKrF9XuOkU13ApN,"Am I throwin' you off?
+Nope
+Didn't think so
+
+How you doin', young lady?
+That feeling that you giving really drives me crazy
+You dope, have a player 'bout to choke
+I was at a loss for words first time that we spoke
+You lookin' for a girl that'll treat you right?
+Have you lookin' for her in the daytime with the light
+You might be the type if I play my cards right
+I'll find out by the end of the night
+
+You expect me to just let you hit it?
+But will you still respect me if you get it?
+All I can do is try, gimme one chance
+What's the problem? I don't see no ring on your hand
+
+I'll be the first to admit it
+I'm curious about you, you seem so innocent
+You wanna get in my world, get lost in it?
+Boy, I'm tired of runnin', let's walk for a minute
+
+Promiscuous girl, wherever you are
+I'm all alone, and it's you that I want
+Promiscuous boy, you already know
+That I'm all yours, what you waiting for?
+Promiscuous girl, you're teasin' me
+You know what I want, and I got what you need
+Promiscuous boy, let's get to the point
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.19
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Till I Collapse,4xkOaSrkexMciUUogZKVTS,,Neutral,0.0
+Train,3FUY2gzHeIiaesXtOAdB7A,"Hey, Soul Sister",4HlFJV71xXKIGcU3kRyttv,"Hey, hey
+Hey-hey, hey-hey
+Hey-hey, hey-hey
+
+Your lipstick stains
+On the front lobe of my left side brains
+I knew I wouldn't forget you
+And so I went and let you blow my mind
+
+Your sweet moonbeam
+The smell of you in every single dream I dream
+I knew when we collided
+You're the one I have decided who's one of my kind
+
+Hey, soul sister
+Ain't that Mr. Mister on the radio, stereo
+The way you move ain't fair, you know
+Hey, soul sister
+I don't wanna miss a single thing you do tonight
+
+Hey, hey
+Hey-hey, hey-hey
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.07000000000001
+Evanescence,5nGIFgo0shDenQYSE0Sn7c,Bring Me To Life,0COqiPhxzoWICwFCS4eZcp,"How can you see into my eyes like open doors?
+Leading you down into my core where I've become so numb
+Without a soul (soul), my spirit's sleeping somewhere cold
+Until you find it there and lead it back home
+
+(Wake me up) wake me up inside
+(I can't wake up) wake me up inside
+(Save me) call my name and save me from the dark
+(Wake me up) bid my blood to run
+(I can't wake up) before I come undone
+(Save me) save me from the nothing I've become
+
+Now that I know what I'm without, you can't just leave me
+Breathe into me and make me real
+Bring (bring) me (me) to life
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.68
+Daddy Yankee,4VMYDCV2IEDYJArk749S6m,Gasolina,228BxWXUYQPJrJYHDLOHkj,"Who's this? (Daddy Yankee!)
+
+Zúmbale mambo pa' que mi' gata' prendan los motore'
+Zúmbale mambo pa' que mi' gata' prendan los motore'
+Zúmbale mambo pa' que mi' gata' prendan los motore'
+Que se preparen, que lo que viene es pa' que le den (duro)
+
+Mamita, yo sé que tú no te me va' a quitar (duro)
+Lo que me gusta es que tú te dejas llevar (duro)
+To' los wiquene' ella sale a vacilar (duro)
+Mi gata no para 'e janguear porque
+
+A ella le gusta la gasolina
+(Dame más gasolina)
+Cómo le encanta la gasolina
+(Dame más gasolina)
+
+A ella le gusta la gasolina
+(Dame más gasolina)
+Cómo le encanta la gasolina
+(Dame más gasolina)
+
+Ella prende las turbina', no discrimina
+No se pierde ni un party de marquesina
+Se acicala hasta pa' la esquina
+Luce tan bien que hasta la sombra le combina
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.91
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Fix You,7LVHVU3tWfcxj5aiPFEW4Q,"When you try your best, but you don't succeed
+When you get what you want, but not what you need
+When you feel so tired, but you can't sleep
+Stuck in reverse
+
+And the tears come streaming down your face
+When you lose something you can't replace
+When you love someone, but it goes to waste
+Could it be worse?
+
+Lights will guide you home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.7
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Stan,3UmaczJpikHgJFyBTAJVoz,,Neutral,0.0
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Sex on Fire,0ntQJM78wzOLVeCUAW7Y45,"Lay where you're laying
+Don't make a sound
+I know they're watching
+They're watching
+
+All the commotion
+The kiddie-like play
+Has people talking
+They're talking
+
+You
+Your sex is on fire
+
+The dark of the alley
+The breaking of day
+Head while I'm driving
+I'm driving
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,Can't Stop,3ZOEytgrvLwQaqXreDs2Jx,"Can't stop, addicted to the shindig
+Chop Top, he says I'm gonna win big
+Choose not a life of imitation
+Distant cousin to the reservation
+Defunkt the pistol that you pay for
+This punk, the feeling that you stay for
+In time, I want to be your best friend
+East Side love is living on the West End
+
+Knocked out, but boy, you better come to
+Don't die, you know, the truth is some do
+Go write your message on the pavement
+Burn so bright, I wonder what the wave meant
+White heat is screaming in the jungle
+Complete the motion if you stumble
+Go ask the dust for any answers
+Come back strong with 50 belly dancers
+
+The world I love, the tears I drop
+To be part of the wave, can't stop
+Ever wonder if it's all for you?
+The world I love, the trains I hop
+To be part of the wave, can't stop
+Come and tell me when it's time to
+
+Sweetheart is bleeding in the snow cone
+So smart, she's leading me to ozone
+Music the great communicator
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.59
+Outkast,1G9G7WwrXka3Z1r7aIDjI7,Hey Ya!,2PpruBYCo4H7WOBJ7Q2EwM,"One, two, three, uh!
+
+My baby don't mess around
+Because she loves me so
+And this I know for sure (uh)
+But does she really wanna
+But can't stand to see me walk out the door (ah)
+
+Don't try to fight the feeling
+'Cause the thought alone is killin' me right now (uh)
+Thank God for mom and dad
+For sticking two together
+'Cause we don't know how (c'mon)
+
+Hey ya!
+Hey ya!
+Hey ya!
+Hey ya!
+
+Hey ya!
+Hey ya!
+Hey ya!
+Hey ya!
+
+You think you've got it
+Oh, you think you've got it
+But got it just don't get it when there's nothin' at all
+We get together
+Oh, we get together
+But separate's always better when there's feelings involved
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.77
+Akon,0z4gvV4rjIZ9wHck67ucSV,Smack That,2kQuhkFX7uSVepCD3h29g5,"Shady!
+Konvict!
+Upfront!
+Akon!
+Slim Shady!
+I see the one
+Could she be that lady?
+
+Hey!
+I feel you creepin', I can see it from my shadow
+Wanna jump up in my Lamborghini Gallardo
+Maybe go to my place and just kick it like Tae-bo
+And possibly bend you over
+
+Look back and watch me
+Smack that all on the floor
+Smack that, give me some more
+Smack that 'til you get sore
+Smack that, oh ooh
+Smack that all on the floor
+Smack that, give me some more
+Smack that, 'til you get sore
+Smack that, oh oh ooh!
+
+Upfront style ready to attack now
+Pull in tha parkin' lot slow wit' tha 'Lac down
+Konvict's got tha whole thing packed now
+Step in tha club, the wardrobe intact now
+
+I feel it down and cracked now
+Ooh, I see a doll at back now!
+I'ma call her, then I put the mack down
+Money no problem, pocket full of that now!
+
+I feel you creepin', I can see it from my shadow
+Wanna jump up in my Lamborghini Gallardo?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,37.57
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,0HPD5WQqrq7wPWR7P7Dw1i,"Wake up in the morning feelin' like P. Diddy (hey, what up, girl?)
+Grab my glasses, I'm out the door, I'm gonna hit this city (let's go)
+Before I leave, brush my teeth with a bottle of Jack
+'Cause when I leave for the night, I ain't coming back
+
+I'm talking pedicure on our toes, toes
+Trying on all our clothes, clothes
+Boys blowing up our phones, phones
+Drop-topping, playing our favorite CDs
+Pulling up to the parties
+Trying to get a little bit tipsy
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Ain't got a care in the world, but got plenty of beer
+Ain't got no money in my pocket, but I'm already here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.02000000000001
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Clocks,0BCPKOYdS2jbQ8iyB56Zns,"The lights go out and I can't be saved
+Tides that I tried to swim against
+Have brought me down upon my knees
+Oh, I beg, I beg and plead, singing
+
+Come out of things unsaid
+Shoot an apple off my head, and a
+Trouble that can't be named
+A tiger's waiting to be tamed, singing
+
+You are
+You are
+
+Confusion never stops
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,80.13
+Hoobastank,2MqhkhX4npxDZ62ObR5ELO,The Reason,77loZpT5Y5PRP1S451P9Yz,"I'm not a perfect person
+There's many things I wish I didn't do
+But I continue learning
+I never meant to do those things to you
+And so, I have to say before I go
+That I just want you to know
+
+I've found a reason for me
+To change who I used to be
+A reason to start over new
+And the reason is you
+
+I'm sorry that I hurt you
+It's something I must live with everyday
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,69.55
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Low (feat. T-Pain),0CAfXk7DXMnon4gLudAp7J,"Mm-mm-mm-mm
+Let me talk to 'em
+Let me talk to 'em
+Let it rain, mm-mm-mm
+Let me talk to 'em
+C'mon
+
+Shawty had them apple bottom jeans (jeans)
+Boots with the fur (with the fur)
+The whole club was lookin' at her
+She hit the floor (she hit the floor)
+Next thing you know
+Shawty got low, low, low, low, low, low, low, low
+
+Them baggy sweat pants and the Reeboks with the straps (with the straps)
+She turned around and gave that big booty a slap (hey)
+She hit the floor (she hit the floor)
+Next thing you know
+Shawty got low, low, low, low, low, low, low, low
+
+Hey, I ain't never seen nothin' that'll make me go
+This crazy all night, spending my dough
+Had the million dollar vibe and a body to go
+Them birthday cakes, they stole the show
+So sexual
+She was flexible, professional
+Drinkin' X and O
+Hold up wait a minute, do I see what I think I-, whoa
+
+Did her thing, I seen shawty get low
+Ain't the same when it's up that close
+Make it rain, I'm makin' it snow
+Work the pole, I got the bankroll
+I'ma say that I prefer the no clothes
+I'm into that, I love women exposed
+She threw it back at me, I gave her more
+Cash ain't a problem, I know where it go
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.19
+Dr. Dre,6DPYiyq5kWVQS4RGwxzPC7,The Next Episode,4LwU4Vp6od3Sb08CsP99GC,"La-da-da-da-dah
+It's the motherfuckin' D-O-double-G
+Snoop Dogg!
+La-da-da-da-dah
+You know I'm mobbin' with the D.R.E
+
+Yeah, yeah, yeah, yeah
+You know who's back up in this, motherfucker!
+What? What? What? What?
+So blaze the weed up then (blaze it up, blaze it up)
+Just blaze that shit up, nigga
+Yeah, 'sup Snoop?
+
+Top Dogg, bite 'em all, nigga burn the shit up
+D-P-G-C, my nigga turn that shit up
+C-P-T, L-B-C, yeah we hookin' back up
+And when they bang this in the club, baby, you got to get up
+Thug niggas, drug dealers, yeah they givin' it up
+Lowlife, yo' life, boy we livin' it up
+Takin' chances while we dancin' in the party fo' sho'
+Slip my hoe a 44 when she got in the back door
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,68.52000000000001
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Disturbia,2VOomzT6VavJOGBeySqaMc,"Bum bum be-dum, bum bum be-dum bum (what's wrong with me?)
+Bum bum be-dum, bum bum be-dum bum (why do I feel like this?)
+Bum bum be-dum, bum bum be-dum bum (I'm going crazy now)
+Bum bum be-dum, bum bum be-dum bum
+
+No more gas, in the red
+Can't even get it started
+Nothing heard, nothing said
+Can't even speak about it
+All my life on my head
+Don't want to think about it
+Feels like I'm going insane, yeah
+
+It's a thief in the night to come and grab you (aha)
+It can creep up inside you and consume you (aha)
+A disease of the mind, it can control you (aha)
+It's too close for comfort, oh
+
+Put on your brake lights
+You're in the city of wonder
+Ain't gon' play nice
+Watch out, you might just go under
+Better think twice
+Your train of thought will be altered
+So if you must falter, be wise
+
+Your mind is in disturbia
+It's like the darkness is the light
+Disturbia
+Am I scaring you tonight? (your mind is in)
+Disturbia
+Ain't used to what you like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.19
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Maneater,4wH4dJgrsxONID6KS2tDQM,"Take it back
+
+Everybody look at me me
+I walk in the door you start screaming
+Come on everybody, what you here for?
+Move your body around like a nympho
+
+Everybody get your neck to crack around
+All you crazy people come on jump around
+I wanna see you all on your knees knees
+You either wanna be with me or be me
+Come on now
+
+Maneater, make you work hard, make you spend hard
+Make you want all of her love
+She's a maneater, make you buy cars, make you cut cards
+Make you fall real hard in love
+
+She's a maneater, make you work hard, make you spend hard
+Make you want all of her love
+She's a maneater, make you buy cars, make you cut cards
+Wish you never ever met her at all
+
+And when she walks she walks with passion
+When she talks she talks like she can handle it
+When she asks for something boy she means it
+Even if you never ever see it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.86999999999999
+Amy Winehouse,6Q192DXotxtaysaqNPy5yR,Back To Black,3FAclTFfvUuQYnEsptbK8w,"He left no time to regret
+Kept his dick wet
+With his same old safe bet
+Me and my head high
+And my tears dry
+Get on without my guy
+
+You went back to what you knew
+So far removed
+From all that we went through
+And I tread a troubled track
+My odds are stacked
+I'll go back to black
+
+We only said goodbye with words
+I died a hundred times
+You go back to her
+And I go back to
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.69
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,The Way I Are,2bLqfJjuC5syrsgDsZfGmn,"(State of emergency)
+Yeah, yeah (yeah)
+Yeah, yeah (yeah)
+Remember the time, baby
+Yeah, yeah
+
+I ain't got no money
+I ain't got no car to take you on a date
+I can't even buy you flowers
+But together we can be the perfect soulmates
+Talk to me, girl
+
+Oh, baby, it's alright now, you ain't gotta flaunt for me
+If we go Dutch, you can still touch, my love, it's free
+We can work without the perks, just you and me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.92
+50 Cent,3q7HBObVc0L8jNeTe5Gofh,Candy Shop,5D2mYZuzcgjpchVY1pmTPh,"Yeah
+Uh-huh
+So seductive
+
+I'll take you to the candy shop
+I'll let you lick the lollipop
+Go 'head, girl, don't you stop
+Keep going 'til you hit the spot, whoa
+
+I'll take you to the candy shop (yeah)
+Boy, one taste of what I've got (uh-huh)
+I'll have you spending all you got (come on)
+Keep going 'til you hit the spot, whoa
+
+You could have it your way, how do you want it?
+You gon' back that thing up, or should I push up on it?
+Temperature rising, okay, let's go to the next level
+Dance floor jam-packed, hot as a tea kettle
+I break it down for you now, baby it's simple
+If you be a nympho, I'll be a nympho
+In the hotel, or in the back of the rental
+On the beach or in the park, it's whatever you into
+
+Got the magic stick, I'm the love doctor
+Have your friends teasing you about how sprung I got you
+When you show me what you working, baby, no problem
+Get on top, get your bounce around like a low rider
+I'm a seasoned vet when it come to this shit
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.94
+Alicia Keys,3DiDSECUqqY1AuBP8qtaIa,If I Ain't Got You,3XVBdLihbNbxUwZosxcGuJ,"Mmm, mmm, mmm, yeah
+
+Some people live for the fortune
+Some people live just for the fame
+Some people live for the power, yeah
+Some people live just to play the game
+
+Some people think
+That the physical things
+Define what's within
+And I've been there before
+That life's a bore
+So full of the superficial
+
+Some people want it all
+But I don't want nothing at all
+If it ain't you, baby
+If I ain't got you, baby
+
+Some people want diamond rings
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,77.29
+Jimmy Eat World,3Ayl7mCk0nScecqOzvNp6s,The Middle,6GG73Jik4jUlQCkKg9JuGO,"Hey, don't write yourself off yet
+It's only in your head, you feel left out
+Or looked down on
+Just try your best
+Try everything you can
+And don't you worry what they tell themselves
+When you're away
+
+It just takes some time
+Little girl, you're in the middle of the ride
+Everything, everything'll be just fine
+Everything, everything'll be alright, alright
+
+Hey, you know they're all the same
+You know you're doing better on your own (on your own)
+So don't buy in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.32000000000001
+Papa Roach,4RddZ3iHvSpGV4dvATac9X,Last Resort,5W8YXBz9MTIDyrpYaCg2Ky,"Cut my life into pieces
+This is my last resort
+Suffocation, no breathing
+Don't give a fuck if I cut my arm bleeding
+This is my last resort
+
+Cut my life into pieces
+I've reached my last resort
+Suffocation, no breathing
+Don't give a fuck if I cut my arm bleeding
+Do you even care if I die bleeding?
+Would it be wrong, would it be right
+If I took my life tonight?
+Chances are that I might
+Mutilation out of sight
+And I'm contemplating suicide
+
+'Cause I'm losing my sight, losing my mind
+Wish somebody would tell me I'm fine
+Losing my sight, losing my mind
+Wish somebody would tell me I'm fine
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.2
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Dynamite,2CEgGE6aESpnmtfiZwYlbV,"I came to dance, dance, dance, dance (yeah)
+I hit the floor 'cause that's my plans, plans, plans, plans (yeah)
+I'm wearing all my favorite brands, brands, brands, brands (yeah)
+Give me some space for both my hands, hands, hands, hands
+Yeah, yeah
+
+'Cause it goes on, and on, and on
+And it goes on, and on, and on, yeah
+
+I throw my hands up in the air sometimes
+Saying, ""Ayo, gotta let go""
+I wanna celebrate and live my life
+Saying, ""Ayo, baby, let's go""
+'Cause we gon' rock this club, we gon' go all night
+We gon' light it up like it's dynamite
+'Cause I told you once, now I told you twice
+We gon' light it up like it's dynamite
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28999999999999
+Snow Patrol,3rIZMv9rysU7JkLzEaC5Jp,Chasing Cars,5hnyJvgoWiQUYZttV4wXy6,"We'll do it all
+Everything
+On our own
+
+We don't need
+Anything
+Or anyone
+
+If I lay here
+If I just lay here
+Would you lie with me and just forget the world?
+
+I don't quite know
+How to say
+How I feel
+
+Those three words
+Are said too much
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,22.63
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Don't Stop The Music,0ByMNEPAPpOR5H69DVrTNy,"Please don't stop the music (music, music, music, music)
+Please don't stop the music (music, music, music, music)
+Please don't stop the music (music, music, music, music)
+Please don't stop the music (music, music, music, music)
+
+It's gettin' late, I'm making my way over to my favorite place
+I gotta get my body moving, shake the stress away
+I wasn't looking for nobody when you looked my way
+Possible candidate, yeah
+
+Who knew that you'd be up in here lookin' like you do?
+You're making stayin' over here impossible
+Baby, I'ma say your aura is incredible
+If you don't have to go, don't
+
+Do you know what you started? I just came here to party
+But now we're rockin' on the dance floor, actin' naughty
+Your hands around my waist, just let the music play
+We're hand in hand, chest to chest, and now we're face to face
+
+I wanna take you away
+Let's escape into the music, DJ, let it play
+I just can't refuse it, like the way you do this
+Keep on rockin' to it
+Please don't stop the, please don't stop the music
+
+I wanna take you away
+Let's escape into the music, DJ, let it play
+I just can't refuse it, like the way you do this
+Keep on rockin' to it
+Please don't stop the, please don't stop the, please don't stop the music
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.00999999999999
+Kendrick Lamar,2YZyLoL8N0Wb9xBt1NhZWg,Alright,3iVcZ5G6tvkXZkZKlMpIUs,"Alls my life I has to fight, nigga
+Alls my life I...
+Hard times like, ""Yah!""
+Bad trips like, ""Yah!""
+Nazareth, I'm fucked up
+Homie, you fucked up
+But if God got us, then we gon' be alright
+
+Nigga, we gon' be alright
+Nigga, we gon' be alright
+We gon' be alright
+Do you hear me? Do you feel me? We gon' be alright
+Nigga, we gon' be alright
+Huh? We gon' be alright
+Nigga, we gon' be alright
+Do you hear me? Do you feel me? We gon' be alright
+
+Uh, and when I wake up
+I recognize you're looking at me for the pay cut
+But homicide be looking at you from the face down
+What MAC-11 even boom with the bass down?
+Schemin', and let me tell you 'bout my life
+Painkillers only put me in the twilight
+Where pretty pussy and Benjamin is the highlight
+Now tell my momma I love her, but this what I like, Lord knows
+
+20 of 'em in my Chevy, tell 'em all to come and get me
+Reaping everything I sow, so my karma comin' heavy
+No preliminary hearings on my record
+I'm a motherfucking gangster in silence for the record
+Tell the world I know it's too late
+Boys and girls, I think I gone cray
+Drown inside my vices all day
+Won't you please believe when I say
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.55
+The Fray,0zOcE3mg9nS6l3yxt1Y0bK,How to Save a Life,5fVZC9GiM4e8vu99W0Xf6J,"Step one, you say, ""We need to talk""
+He walks, you say, ""Sit down, it's just a talk""
+He smiles politely back at you
+You stare politely right on through
+
+Some sort of window to your right
+As he goes left, and you stay right
+Between the lines of fear and blame
+You begin to wonder why you came
+
+Where did I go wrong? I lost a friend
+Somewhere along in the bitterness
+And I would have stayed up with you all night
+Had I known how to save a life
+
+Let him know that you know best
+'Cause after all, you do know best
+Try to slip past his defense
+Without granting innocence
+
+Lay down a list of what is wrong
+The things you've told him all along
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,11.64
+Dr. Dre,6DPYiyq5kWVQS4RGwxzPC7,Forgot About Dre,7iXF2W9vKmDoGAhlHdpyIa,,Neutral,0.0
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,5xEM5hIgJ1jjgcEBfpkt2F,"Uh-huh, life's like this
+Uh-huh, uh-huh, that's the way it is
+'Cause life's like this
+Uh-huh, uh-huh, that's the way it is
+
+Chill out, what you yelling for?
+Lay back, it's all been done before
+And if you could only let it be
+You would see
+
+I like you the way you are
+When we're driving in your car
+And you're talking to me, one on one
+But you've become
+
+Somebody else 'round everyone else
+You're watching your back like you can't relax
+You're trying to be cool
+You look like a fool to me
+Tell me
+
+Why do you have to go and make things so complicated?
+I see the way you're acting like you're somebody else
+Gets me frustrated
+Life's like this, you
+
+You fall, and you crawl, and you break
+And you take what you get, and you turn it into
+Honesty and promise me I'm never gonna find you fake it
+No, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.75
+Nickelback,6deZN1bslXzeGvOLaLMOIF,How You Remind Me,0gmbgwZ8iqyMPmXefof8Yf,"Never made it as a wise man
+I couldn't cut it as a poor man stealing
+Tired of living like a blind man
+I'm sick of sight without a sense of feeling
+
+And this is how you remind me
+
+This is how you remind me
+Of what I really am
+This is how you remind me
+Of what I really am
+
+It's not like you to say ""Sorry""
+I was waiting on a different story
+This time, I'm mistaken
+For handing you a heart worth breaking
+
+And I've been wrong, I've been down
+Been to the bottom of every bottle
+These five words in my head
+Scream, ""Are we having fun yet?""
+
+Yeah, yeah, yeah, no, no
+Yeah, yeah, yeah, no, no
+
+It's not like you didn't know that
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.17
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Pon de Replay,4TsmezEQVSZNNPv5RJ65Ov,"Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+Come, Mr. DJ, won't you turn the music up?
+Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+Come, Mr. DJ, won't you turn the music up?
+
+It goes one by one, even two by two
+Everybody on the floor, let me show you how we do
+Let's go, dip it low, then you bring it up slow
+Wind it up one time, wind it back once more
+
+Come run, run, run, run
+Everybody move, run
+Lemme see you move and rock it 'til the groove done
+Shake it 'til the moon becomes the sun (sun)
+Everybody in the club, give me a run (run)
+If you ready to move say it (yeah, yeah)
+One time for your mind say it (yeah, yeah)
+Well, I'm ready for ya
+Come let me show ya
+You want to groove, I'mma show you how to move
+Come, come
+
+Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+Come, Mr. DJ, won't you turn the music up?
+Come, Mr. DJ, song pon de replay
+Come, Mr. DJ, won't you turn the music up?
+All the gyal pon the dancefloor wantin' some more, what?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.74
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Where Is The Love?,0xmjwnQ3FNE6HuWCt2nHdZ,"What's wrong with the world, mama?
+People livin' like they ain't got no mamas
+I think the whole world's addicted to the drama
+Only attracted to things that'll bring you trauma
+
+Overseas, yeah, we tryna stop terrorism
+But we still got terrorists here livin'
+In the USA, the big CIA
+The Bloods and The Crips and the KKK
+
+But if you only have love for your own race
+Then you only leave space to discriminate
+And to discriminate only generates hate
+And when you hate, then you're bound to get irate, yeah
+
+Madness is what you demonstrate
+And that's exactly how anger works and operates
+Man, you gotta have love just to set it straight
+Take control of your mind and meditate
+Let your soul gravitate to the love, y'all, y'all
+
+People killin', people dyin'
+Children hurt, hear them cryin'
+Can you practice what you preach
+Or would you turn the other cheek?
+
+Father, Father, Father, help us
+Send some guidance from above
+'Cause people got me, got me questionin'
+Where is the love (love)
+
+Where is the love? (The love)
+Where is the love? (The love)
+Where is the love, the love, the love?
+
+It just ain't the same, old ways have changed
+New days are strange, is the world insane?
+If love and peace are so strong
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.59
+Plain White T's,1g1yxsNVPhMUl9GrMjEb2o,Hey There Delilah,4RCWB3V8V0dignt99LZ8vH,"Hey there Delilah, what's it like in New York City?
+I'm a thousand miles away, but girl, tonight you look so pretty, yes, you do
+Times Square can't shine as bright as you, I swear it's true
+
+Hey there Delilah, don't you worry about the distance
+I'm right there if you get lonely
+Give this song another listen, close your eyes
+Listen to my voice, it's my disguise, I'm by your side
+
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me, what you do to me
+
+Hey there Delilah, I know times are getting hard
+But just believe me, girl, someday I'll pay the bills with this guitar
+We'll have it good
+We'll have the life we knew we would, my word is good
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.8
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Say It Right,2aI21FnmY7TJVKeMaoQZ0t,"Hey
+You don't mean nothin' at all to me
+Hey, hey
+
+In the day, in the night
+Say it right, say it all
+You either got it, or you don't
+You either stand, or you fall
+When your will is broken
+When it slips from your hand
+When there's no, time for joking
+There's a hole in the plan
+
+Oh, you don't mean nothing at all to me (Hey, hey)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,25.0
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Gimme More,6ic8OlLUNEATToEFU3xmaH,"It's Britney bitch
+
+I see you
+And I just wanna dance with you
+
+Every time they turn the lights down
+Just wanna go that extra mile for you
+You got my display of affection
+Feels like no one else in the room but you
+
+We can get down like there's no one around
+We keep on rockin' (we keep on rockin')
+We keep on rockin' (we keep on rockin')
+Cameras are flashin' while we're dirty dancin'
+They keep watchin' (they keep watchin'), keep watchin'
+Feels like the crowd is sayin'
+
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,5.16
+Sean Paul,3Isy6kedDrgPYoTS1dazA9,Temperature,0k2GOhqsrxDTAbFFSdNJjT,"The gal dem Schillaci, Sean da Paul
+So me give it to, so me give to, so me give it to, to all girls
+Five million and forty naughty shorty
+Baby girl, all my girls, all my girls, Sean da Paul say
+
+Well woman the way the time cold, I wanna be keepin' you warm
+I got the right temperature fi shelter you from the storm
+Oh Lord, gyal, I got the right tactics to turn you on, and girl I
+Wanna be the Papa, you can be the Mom, oh-oh!
+
+Make I see the gal them bruk out pon the floor
+From you don't want no worthless performer
+From you don't want no man wey can't turn you on gyal
+Make I see your hand them up on ya
+Can't tan pon it long
+Nah eat no yam, no steam fish, nor no green banana
+But down in Jamaica we give it to you hot like a sauna
+
+Well, woman the way the time cold, I wanna be keepin' you warm
+I got the right temperature fi shelter you from the storm
+Oh Lord, gyal, I got the right tactics to turn you on, and girl I
+Wanna be the Papa, you can be the Mom, oh-oh!
+
+Bumper exposed and gal you got your chest out
+But you no wasters, cah gal you impress out
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.13
+Franz Ferdinand,0XNa1vTidXlvJ2gHSsRi4A,Take Me Out,20I8RduZC2PWMWTDCZuuAN,"So if you're lonely
+You know I'm here waiting for you
+I'm just a cross-hair
+I'm just a shot away from you
+
+And if you leave here
+You leave me broken, shattered I lie
+I'm just a cross-hair
+I'm just a shot, then we can die
+
+Ah-ah-ah
+I know I won't be leaving here
+With you
+
+I say, ""Don't you know?""
+You say, ""You don't know""
+I say
+""Take me out""
+
+I say, ""You don't show""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.25999999999999
+Maroon 5,04gDigrS5kc9YWfZHwBETP,She Will Be Loved - Radio Mix,4llK75pXNWZz6KAho2Gp16,"Beauty queen of only 18
+She had some trouble with herself
+He was always there to help her
+She always belonged to someone else
+
+I drove for miles and miles
+And wound up at your door
+I've had you so many times
+But somehow, I want more
+
+I don't mind spending everyday
+Out on your corner in the pouring rain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.1
+Owl City,07QEuhtrNmmZ0zEcqE9SF6,Fireflies,3DamFFqW32WihKkTVlwTYQ,"You would not believe your eyes
+If ten million fireflies
+Lit up the world as I fell asleep
+
+'Cause they fill the open air
+And leave teardrops everywhere
+You'd think me rude but I would just stand and stare
+
+I'd like to make myself believe
+That planet Earth turns slowly
+It's hard to say that I'd rather stay awake when I'm asleep
+'Cause everything is never as it seems
+
+'Cause I'd get a thousand hugs
+From ten thousand lightning bugs
+As they tried to teach me how to dance
+
+A foxtrot above my head
+A sock hop beneath my bed
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.5
+Empire of the Sun,67hb7towEyKvt5Z8Bx306c,Walking On A Dream,5r5cp9IpziiIsR6b93vcnQ,"Walking on a dream
+How can I explain
+Talking to myself?
+Will I see again?
+
+We are always running for the thrill of it thrill of it
+Always pushing up the hill searching for the thrill of it
+On and on and on, we are calling out and out again
+Never looking down, I'm just in awe of what's in front of me
+
+Is it real now?
+Two people become one
+I can feel it
+Two people become one
+
+Thought I'd never see
+The love you found in me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,68.8
+My Chemical Romance,7FBcuc1gsnv6Y1nwFtNRCb,Welcome to the Black Parade,5wQnmLuC1W7ATsArWACrgW,"When I was a young boy
+My father took me into the city
+To see a marching band
+He said, ""Son, when you grow up
+Would you be the savior of the broken
+The beaten and the damned?""
+He said, ""Will you defeat them?
+Your demons, and all the non-believers
+The plans that they have made?""
+""Because one day, I'll leave you a phantom
+To lead you in the summer
+To join the black parade""
+
+When I was a young boy
+My father took me into the city
+To see a marching band
+
+He said, ""Son, when you grow up
+Would you be the savior of the broken
+The beaten and the damned?""
+
+Sometimes I get the feelin'
+She's watchin' over me
+And other times I feel like I should go
+And through it all, the rise and fall
+The bodies in the streets
+And when you're gone, we want you all to know
+
+We'll carry on, we'll carry on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.47
+Sean Kingston,6S0dmVVn4udvppDhZIWxCr,Beautiful Girls,1hGy2eLcmC8eKx7qr1tOqx,"J.R, Sean Kingston
+
+You're way too beautiful, girl
+That's why it'll never work
+You have me suicidal, suicidal
+When you say it's over
+
+Damn, all these beautiful girls
+They only wanna do you dirt
+They'll have you suicidal, suicidal
+When they say it's over
+
+See, it started at the park, used to chill after dark
+Oh, when you took my heart, that's when we fell apart
+'Cause we both thought that love last forever (last forever)
+They say we're too young to get ourselves sprung
+Oh, we didn't care, we made it very clear
+And they also said that we couldn't last together (last together)
+
+See, it's very defined, you're one of a kind
+But you mash up my mind, you haffi get declined
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,27.72
+Foo Fighters,7jy3rLJdDQY21OgRLCZ9sD,The Pretender,7x8dCjCr0x6x2lXKujYD34,"Keep you in the dark
+You know they all pretend
+Keep you in the dark
+And so it all began
+
+Send in your skeletons
+Sing as their bones go marching in again
+They need you buried deep
+The secrets that you keep are ever ready
+Are you ready?
+
+I'm finished making sense
+Done pleading ignorance
+That whole defense
+
+Spinning infinity, boy
+The wheel is spinning me
+It's never-ending, never-ending
+Same old story
+
+What if I say I'm not like the others?
+What if I say I'm not just another one of your plays?
+You're the pretender
+What if I say I will never surrender?
+
+What if I say I'm not like the others?
+What if I say I'm not just another one of your plays?
+You're the pretender
+What if I say that I'll never surrender?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,51.71
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Oops!...I Did It Again,6naxalmIoLFWR0siv8dnQQ,"Yeah, yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah, yeah
+
+I think I did it again
+I made you believe we're more than just friends
+Oh, baby, it might seem like a crush
+But it doesn't mean that I'm serious
+
+'Cause to lose all my senses
+That is just so typically me
+Ooh, baby, baby
+
+Oops, I did it again
+I played with your heart
+Got lost in the game
+Ooh, baby, baby
+Oops, you think I'm in love
+That I'm sent from above
+I'm not that innocent
+
+You see, my problem is this
+I'm dreaming away, wishing that heroes, they truly exist
+I cry watching the days
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28
+Shaggy,5EvFsr3kj42KNv97ZEnqij,It Wasn't Me,3WkibOpDF7cQ5xntM1epyf,"Yo man
+Yo
+Open up, man
+Yo, what you want, man?
+My girl just caught me
+You made her catch you?
+I don't know how I let this happen
+With who?
+The girl next door, you know?
+Man...
+I don't know what to do
+Say it wasn't you
+Alright
+
+Honey came in and she caught me red-handed
+Creeping with the girl next door
+Picture this, we were both butt-naked
+Banging on the bathroom floor
+How could I forget that I had given her an extra key
+All this time she was standing there
+She never took her eyes off me
+
+How ya fi give the woman access to your villa?
+Trespasser and a witness all the hacklin' a yuh pillow
+You better watch your back before she turn into a killer
+Best review the situation that you caught up inna
+
+To be a true player, you haffi know how fi play
+If she say ""a night"", convince her, say, ""a day""
+Never admit to a word when she say
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.22
+Estelle,5T0MSzX9RC5NA6gAI6irSn,American Boy,22UDw8rSfLbUsaAGTXQ4Z8,"Just another one champion sound
+Yeah, Estelle, we 'bout to get down (get down)
+Who the hottest in the world right now
+Just touched down in London town
+
+Bet they give me a pound
+Tell them put the money in my hand right now
+Tell the promoter we need more seats
+We just sold out all the floor seats
+
+Take me on a trip, I'd like to go someday
+Take me to New York, I'd love to see L.A.
+I really want to come kick it with you
+You'll be my American boy
+
+He said ""Hey, sister, it's really, really nice to meet you""
+I just met this 5 foot 7 guy who's just my type
+I like the way he's speaking, his confidence is peaking
+Don't like his baggy jeans
+But I'mma like what's underneath them
+
+And no I ain't been to M.I.A
+I heard that Cali never rains and New York's heart awaits
+First let's see the west end, I'll show you to my brethren
+I'm liking this American boy, American boy
+
+Take me on a trip, I'd like to go someday
+Take me to New York, I'd love to see L.A.
+I really want to come kick it with you
+You'll be my American boy, American boy
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.78
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,Thnks fr th Mmrs,3Zwu2K0Qa5sT6teCCHPShP,"I'm gonna make you bend and break (it sent you to me without wings)
+Say a prayer, but let the good times roll
+In case God doesn't show
+(Let the good times roll)
+(Let the good times roll)
+
+And I want these words to make things right
+But it's the wrongs that make the words come to life
+""Who does he think he is?""
+If that's the worst you've got
+Better put your fingers back to the keys
+
+One night and one more time
+Thanks for the memories
+Even though they weren't so great
+""He tastes like you only sweeter""
+One night, yeah, and one more time
+Thanks for the memories
+Thanks for the memories
+""See, he tastes like you only sweeter""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.15
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,SexyBack (feat. Timbaland),0O45fw2L5vsWpdsOdXwNAR,"I'm bringing sexy back (yeah)
+Them other boys don't know how to act (yeah)
+I think you're special, what's behind your back? (Yeah)
+So turn around and I'll pick up the slack (yeah)
+Take 'em to the bridge (listen)
+
+Dirty babe (ah-huh)
+You see these shackles, baby I'm your slave (ah-huh)
+I'll let you whip me if I misbehave (ah-huh)
+It's just that no one makes me feel this way (ah-huh)
+Take 'em to the chorus
+
+Come here girl (go ahead, be gone with it)
+Come to the back (go ahead, be gone with it)
+V.I.P. (go ahead, be gone with it)
+Drinks on me (go ahead, be gone with it)
+Let me see what you're working with (go ahead, be gone with it)
+Look at those hips (go ahead, be gone with it)
+You make me smile (go ahead, be gone with it)
+Go ahead child (go ahead, be gone with it)
+
+And get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on (go ahead, be gone with it)
+Get your sexy on
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.78
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Dilemma,0ARK753YaiJbpLUk7z5yIM,"Uh, uh
+Check it, check it
+Uh, uh
+I love you and I need you
+Nelly, I love you, I do need you
+
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+Boy, you know I'm crazy over you
+
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+You know I'm crazy over you
+
+Uh-uh-uh-uh
+I met this chick and she just moved right up the block from me
+And she got the hots for me, the finest thing my hood done seen
+But oh no, oh no, she got a man and a son, though
+But that's okay
+'Cause I wait for my cue and just listen, play my position
+Like a shortstop, pick up everything mami hittin'
+And in no time I plan to make this one here mine
+And that's for sure
+
+'Cause I, I never been the type to break up a happy home
+But there's something 'bout baby girl, I just can't leave alone
+So tell me ma, what's it gonna be
+She said, ""You don't know what you mean to me"" c'mon
+
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+Boy, you know I'm crazy over you
+No matter what I do
+All I think about is you
+Even when I'm with my boo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.85
+Usher,23zg3TcAtWQy7J6upgbUnj,My Boo,68vgtRHr7iZHpzGpon6Jlo,"There's always that one person that will always have your heart
+You never see it coming 'cause you're blinded from the start
+Know that you're that one for me, it's clear for everyone to see
+
+You will always be my boo
+See, I don't know 'bout y'all, but I know about us and, uh
+It's the only way we know how to rock
+I don't know 'bout y'all, but I know about us and, uh
+It's the only way we know how to rock
+Do you remember, girl?
+I was the one who gave you your first kiss
+'Cause I remember, girl
+I was the one who said, ""Put your lips like this""
+Even before all the fame
+And people screaming your name
+Girl, I was there when you were my baby
+It started when we were younger, you were mine (my boo)
+Now another brother's taken over, but it's still in your eyes (my boo)
+Even though we used to argue, it's alright (my boo)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.07000000000001
+t.A.T.u.,2Q3eZMfDQgT8MhPowKFXYO,All The Things She Said,4bJygwUKrRgq1stlNXcgMg,"All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+Runnin' through my head
+
+All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+All the things she said
+This is not enough
+
+I'm in serious shit, I feel totally lost
+If I'm asking for help, it's only because
+Being with you has opened my eyes
+Could I ever believe such a perfect surprise?
+
+I keep asking myself, wondering how
+I keep closing my eyes, but I can't block you out
+Wanna fly to a place where it's just you and me
+Nobody else, so we can be free
+(Nobody else, so we can be free)
+
+All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+Runnin' through my head
+
+All the things she said
+All the things she said
+Runnin' through my head
+Runnin' through my head
+All the things she said
+This is not enough (я сошла с ума, ма)
+(This is not enough)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.62
+Green Day,7oPftvlwr6VrsViSDV7fJY,Wake Me up When September Ends,3ZffCQKLFLUvYM59XKLbVm,"Summer has come and passed
+The innocent can never last
+Wake me up when September ends
+
+Like my father's come to pass
+Seven years has gone so fast
+Wake me up when September ends
+
+Here comes the rain again
+Falling from the stars
+Drenched in my pain again
+Becoming who we are
+
+As my memory rests
+But never forgets what I lost
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,44.97
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,6FB3v4YcR57y4tXFcdxI1E,"Once upon a time, a few mistakes ago
+I was in your sights, you got me alone
+You found me, you found me, you found me, e-e-e-e
+I guess you didn't care and I guess I liked that
+And when I fell hard, you took a step back
+Without me, without me, without me, e-e-e-e
+
+And he's long gone when he's next to me
+And I realize the blame is on me
+
+'Cause I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+'Til you put me down, oh
+I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+Now I'm lying on the cold hard ground
+Oh, oh, trouble, trouble, trouble
+Oh, oh, trouble, trouble, trouble
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.95
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,"Sugar, We're Goin Down",2TfSHkHiFO4gRztVIkggkE,"Am I more than you bargained for yet?
+I've been dying to tell you
+Anything you wanna hear
+'Cause that's just who I am this week
+
+Lie in the grass next to the mausoleum
+I'm just a notch in your bedpost, but you're just a line in a song
+(Notch in your bedpost, but you're just a line in a song)
+
+Drop a heart
+And break a name
+We're always sleeping in, and sleeping
+For the wrong team
+
+We're going down, down in an earlier round
+And sugar, we're going down swinging
+I'll be your number one with a bullet
+A loaded god complex, cock it and pull it
+We're going down, down in an earlier round
+And sugar, we're going down swinging
+I'll be your number one with a bullet
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,39.190000000000005
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Crazy In Love (feat. Jay-Z),5IVuqXILoxVWvWEPm82Jxr,"Yes! So crazy right now!
+Most incredibly, it's your girl, B
+It's your boy, Young
+You ready?
+
+Oh-oh, oh-oh, oh-oh, oh-no-no (oww!)
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+
+Geah! History in the making
+Part two!
+It's so crazy right now
+
+I look and stare so deep in your eyes (I-)
+I touch on you more and more every time
+When you leave, I'm begging you not to go
+Call your name, two, three times in a row
+Such a funny thing for me to try to explain
+How I'm feeling, and my pride is the one to blame (yeah)
+'Cause I know I don't understand
+Just how your love can do what no one else can
+
+Got me looking so crazy right now
+Your love's got me looking so crazy right now (your love)
+Got me looking so crazy right now
+Your touch got me looking so crazy right now (your touch)
+Got me hoping you'll page me right now (hey)
+Your kiss got me hoping you'll save me right now
+Looking so crazy, your love's got me looking
+Got me looking so crazy in love
+
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+Oh-oh, oh-oh, oh-oh, oh-no-no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.91
+Jay Sean,4pADjHPWyrlAF0FA7joK2H,Down,6cmm1LMvZdB5zsCwX5BjqE,"Baby, are you down, down, down, down, down?
+Down, down
+Even if the sky is falling down
+Down, down (ooh, ooh)
+
+You oughta know
+Tonight is the night to let it go
+Put on a show
+I wanna see how you lose control
+
+So leave it behind 'cause we have a night to get away
+So come on, and fly with me as we make our great escape
+
+So baby, don't worry, you are my only
+You won't be lonely even if the sky is falling down
+You'll be my only, no need to worry
+Baby, are you down, down, down, down, down?
+
+Down, down
+Baby, are you down, down, down, down, down?
+Down, down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,15.97
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Grenade,2tJulUYLDKOg9XrtVkMgcJ,"Easy come, easy go, that's just how you live
+Oh, take, take, take it all but you never give
+Should've known you was trouble from the first kiss
+Had your eyes wide open, ah, why were they open?
+
+Gave you all I had, and you tossed it in the trash
+You tossed it in the trash, you did
+To give me all your love is all I ever asked
+'Cause what you don't understand is
+
+I'd catch a grenade for ya (yeah-yeah-yeah)
+Throw my hand on a blade for ya (yeah-yeah-yeah)
+I'd jump in front of a train for ya (yeah-yeah-yeah)
+You know I'd do anything for ya (yeah-yeah-yeah)
+
+Oh-oh, oh, I would go through all this pain
+Take a bullet straight through my brain
+Yes, I would die for you, baby
+But you won't do the same
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.2
+MGMT,0SwO7SWeDHJijQ3XNS7xEE,Kids,1jJci4qxiYcOHhQR247rEU,"You were a child, crawling on your knees toward it
+Making momma so proud
+But your voice is too loud
+
+We like to watch you laughing
+You pick the insects off plants
+No time to think of consequences
+
+Control yourself
+Take only what you need from it
+A family of trees wanting
+To be haunted
+
+Control yourself
+Take only what you need from it
+A family of trees wanting
+To be haunted
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,26.27
+Stromae,5j4HeCoUlzhfWtjAfM1acR,Alors on danse - Radio Edit,2GYHyAoLWpkxLVa4oYTVko,"Alors on danse
+Alors on danse
+Alors on danse
+
+Qui dit étude dit travail,
+Qui dit taf te dit les thunes,
+Qui dit argent dit dépenses,
+Et qui dit crédit dit créance,
+Qui dit dette te dit huissier,
+Et lui dit assis dans la merde.
+Qui dit Amour dit les gosses,
+Dit toujours et dit divorce.
+Qui dit proches te dis deuils car les problèmes ne viennent pas seul.
+Qui dit crise te dis monde dit famine dit tiers-monde.
+Qui dit fatigue dit réveille encore sourd de la veille,
+Alors on sort pour oublier tous les problèmes.
+
+Alors on danse
+Alors on danse
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,25.0
+JAY-Z,3nFkdlSjzX9mRTtwJOzDYB,Run This Town,7LR85XLWw2yXqKBSI5brbG,"I'm screaming free my nigga TIP
+Brought it from Atlanta to Philly like Mick Vick
+Fighting charges lawyers say that they might stick
+I was praying to God man don't do me like this
+The hoes fucking niggas with the bricks
+Now they fucking me, I laugh, dirty bitch
+Stay humble even though I know I'm the shit
+But if rap don't work out I give me 36
+Or better 72 or better 144
+That's four of them if you ain't know it
+I break it down and I make it do what it do
+That dirty money galore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,62.86000000000001
+Soulja Boy,6GMYJwaziB4ekv1Y6wCDWS,Kiss Me Thru The Phone,2q4rjDy9WhaN3o9MvDbO21,"Baby, you know that I miss you
+I wanna get with you tonight but I cannot baby girl
+And that's the issue
+Girl, you know I miss you
+I just wanna kiss you
+But I can't right now so baby kiss me through the phone
+(Kiss me through the phone)
+I'll see you later on
+Kiss me through the phone
+(Kiss me through the phone)
+See you when I get home
+
+Baby, I know that you like me
+You my future wifey
+Soulja Boy Tell Em yeah you could be my Bonnie
+I could be your Clyde
+You could be my wife
+Text me, call me, I need you in my life, yeah
+All that, everyday I need ya
+And every time I see ya my feelings get deeper
+I miss ya, I miss ya
+I really wanna kiss you but I can't
+
+Six seven eight triple nine eight two one two ((678) 999-8212)
+
+Baby, you know that I miss you
+I wanna get with you tonight but I cannot baby girl
+And that's the issue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.98
+Ne-Yo,21E3waRsmPlU7jZsS13rcj,So Sick,6brl7bwOHmGFkNw3MBqssT,"Mmmh, mmmh, Yeah (doo, doo, dooo, doo)
+Gotta change my answering machine
+Now that I'm alone
+'Cause right now, it says that we
+Can't come to the phone
+And I know it makes no sense
+'Cause you walked out the door
+But it's the only way I hear your voice anymore
+
+It's ridiculous
+It's been months
+And for some reason I just
+Can't get over us
+And I'm stronger than this, yeah
+Enough is enough
+No more walkin' round
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,9.0
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,Dani California,10Nmj3JCNoMeBQ87uw5j8k,"Gettin' born in the state of Mississippi
+Papa was a copper and mama was a hippie
+In Alabama she would swing a hammer
+Price you gotta pay when you break the panorama
+She never knew that there was anything more than poor
+What in the world? What does your company take me for?
+
+Black bandana, sweet Louisiana
+Robbin' on a bank in the state of Indiana
+She's a runner, rebel and a stunner
+On her merry way sayin' baby whatcha gonna?
+Lookin' down the barrel of a hot metal forty-five
+Just another way to survive
+
+California, rest in peace
+Simultaneous release
+California, show your teeth
+She's my priestess, I'm your priest
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.2
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,Apologize - feat. One Republic,6ucR4KfvsBFWCMVFDvyKKl,"I'm holding on your rope
+Got me ten feet off the ground
+And I'm hearing what you say
+But I just can't make a sound
+
+You tell me that you need me
+Then you go and cut me down
+
+But wait...
+You tell me that you're sorry
+Didn't think I'd turn around and say.
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,47.67
+Modjo,0AkpPlFLnr0VQwZQeMGht0,Lady - Hear Me Tonight,49X0LAl6faAusYq02PRAY6,"Lady
+Hear me tonight
+'Cause my feeling
+Is just so right
+
+As we dance
+By the moonlight
+Can't you see
+You're my delight
+
+Lady
+I just feel like
+I won't get you
+Out of my mind
+
+I feel love
+For the first time
+And I know that it's true
+I can tell by the look in your eyes
+
+Lady
+Hear me tonight
+'Cause my feeling
+Is just so right
+
+As we dance
+By the moonlight
+Can't you see
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.71000000000001
+Toploader,6xeFne1rkxMhKSW3ipvkdV,Dancing in the Moonlight,3Fzlg5r1IjhLk2qRw667od,"We get it almost every night
+When that moon is big and bright
+It's a supernatural delight!
+Everybody's dancing in the moonlight
+
+Everybody here is out of sight
+They don't bark and they don't fight
+They keep things loose they keep it tight
+Everybody's dancing in the moonlight
+
+Dancing in the moonlight
+Everybody's feeling warm and bright
+It's such a fine and natural sight
+Everybody's dancing in the moonlight
+
+We like our fun and we never fight
+You can't dance and stay uptight, It's a supernatural delight
+Everybody was dancing in the moonlight
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.46000000000001
+The Killers,0C0XlULifJtAgn6ZNCW2eu,When You Were Young,70wYA8oYHoMzhRRkARoMhU,"You sit there in your heartache
+Waiting on some beautiful boy to
+To save you from your old ways
+You play forgiveness
+Watch it now
+Here he comes
+
+He doesn't look a thing like Jesus
+But he talks like a gentlemen
+Like you imagined
+When you were young
+
+Can we climb this mountain?
+I don't know
+Higher now than ever before
+I know we can make it if we take it slow
+Let's take it easy
+Easy now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.72
+Green Day,7oPftvlwr6VrsViSDV7fJY,Boulevard of Broken Dreams,5GorCbAP4aL0EJ16frG2hd,"I walk a lonely road
+The only one that I have ever known
+Don't know where it goes
+But it's home to me, and I walk alone
+
+I walk this empty street
+On the Boulevard of Broken Dreams
+Where the city sleeps
+And I'm the only one, and I walk alone
+
+I walk alone, I walk alone
+I walk alone, I walk a-
+
+My shadow's the only one that walks beside me
+My shallow heart's the only thing that's beating
+Sometimes, I wish someone out there will find me
+'Til then, I walk alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.38
+blink-182,6FBDaR13swtiWwGhX1WQsP,I Miss You,1AdYZ6X00nXmO613Y7GJOl,"I miss you, I miss you
+
+Hello there, the angel from my nightmare
+The shadow in the background of the morgue
+The unsuspecting victim of darkness in the valley
+We can live like Jack and Sally if we want
+Where you can always find me
+And we'll have Halloween on Christmas
+And in the night we'll wish this never ends
+We'll wish this never ends
+
+I miss you, miss you
+
+I miss you, miss you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.900000000000006
+P!nk,1KCSPY1glIKqW2TotWuXOR,Raise Your Glass,1gv4xPanImH17bKZ9rOveR,"Right, right, turn off the lights
+We're gonna lose our minds tonight
+What's the dealio?
+I love when it's all too much
+5:00 a.m. turn the radio up
+Where's the rock 'n' roll?
+
+Party crasher, penny snatcher
+Call me up if you a gangster
+Don't be fancy, just get dancy
+Why so serious?
+
+So raise your glass if you are wrong
+In all the right ways, all my underdogs
+We will never be, never be anything but loud
+And nitty gritty, dirty little freaks
+Won't you come on and come on and raise your glass?
+Just come on and come on and raise your glass
+
+Slam, slam, oh, hot damn
+What part of party don't you understand?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.16
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Sk8er Boi,00Mb3DuaIH1kjrwOku9CGU,"He was a boy, she was a girl
+Can I make it any more obvious?
+He was a punk, she did ballet
+What more can I say?
+
+He wanted her
+She'd never tell secretly she wanted him as well
+But all of her friends stuck up their nose
+They had a problem with his baggy clothes
+
+He was a skater boy
+She said see you later boy
+He wasn't good enough for her
+She had a pretty face but her head was up in space
+She needed to come back down to earth
+
+Five years from now
+She sits at home
+Feeding the baby she's all alone
+She turns on TV
+Guess who she sees
+Skater boy rockin' up MTV
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,25.44
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Use Somebody,5VGlqQANWDKJFl0MBG3sg2,"I've been roamin' around, always lookin' down at all I see
+Painted faces fill the places I can't reach
+You know that I could use somebody
+You know that I could use somebody
+Someone like you and all you know and how you speak
+Countless lovers under cover of the street
+You know that I could use somebody
+You know that I could use somebody
+
+Someone like you
+
+Off in the night, while you live it up I'm off to sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.88
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Take A Bow,3goSVuTt3fDYDP6kRnFwuL,"Oh, how about a round of applause?
+Yeah, standing ovation
+Oh-oh, yeah, yeah, yeah, yeah, yeah
+
+You look so dumb right now
+Standing outside my house
+Trying to apologize
+You're so ugly when you cry
+Please, just cut it out
+
+And don't tell me you're sorry 'cause you're not
+Baby, when I know you're only sorry you got caught
+
+But you put on quite a show (Ooh-oh)
+Really had me going
+But now it's time to go (Ooh-oh)
+Curtain's finally closing
+That was quite a show (Ooh-oh)
+Very entertaining
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.24000000000001
+Corinne Bailey Rae,29WzbAQtDnBJF09es0uddn,Put Your Records On,2nGFzvICaeEWjIrBrL2RAx,"Three little birds sat on my window
+And they told me I don't need to worry
+Summer came like cinnamon, so sweet
+Little girls double-dutch on the concrete
+
+Maybe sometimes we got it wrong
+But it's alright
+The more things seem to change
+The more they stay the same
+Don't you hesitate
+
+Girl, put your records on
+Tell me your favorite song
+You go ahead, let your hair down
+Sapphire and faded jeans
+I hope you get your dreams
+Just go ahead, let your hair down
+You're gonna find yourself somewhere, somehow
+
+Blue as the sky, sunburned and lonely
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.74
+MGMT,0SwO7SWeDHJijQ3XNS7xEE,Electric Feel,3FtYbEfBqAlGO46NUDQSAt,"All along the Western front
+People line up to receive
+She got the power in her hand
+To shock you like you won't believe
+Saw her in the Amazon
+With the voltage running through her skin
+Standing there, with nothing on
+She gonna teach me how to swim
+
+I said, ""Ooh, girl!""
+""Shock me like an electric eel""
+""Baby girl""
+""Turn me on with your electric feel""
+
+I said, ""Ooh, girl!""
+""Shock me like an electric eel""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.51
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,"Dance, Dance",0a7BloCiNzLDD9qSQHh5m7,"She says, she's no good with words but I'm worse
+Barely stuttered out a joke of a romantic stuck to my tongue
+Weighed down with words too overdramatic
+Tonight it's ""It can't get much worse""
+Vs. ""No one should ever feel like""
+
+I'm two quarters and a heart down
+And I don't wanna forget how your voice sounds
+These words are all I have so I'll write them
+So you need them just to get by
+
+Dance, dance
+We're falling apart to half time
+Dance, dance
+And these are the lives you love to lead
+Dance, this is the way they'd love
+If they knew how misery loved me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.63
+Destiny's Child,1Y8cdNmUJH7yBTd9yOvr5i,Say My Name,7H6ev70Weq6DdpZyyTmUXk,"Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+Say my name, say my name
+You acting kind of shady, ain't callin' me baby
+Why the sudden change?
+Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+Say my name, say my name
+You acting kind of shady, ain't callin' me baby
+Betta say my name
+
+Any other day I would call, you would say
+""Baby how's your day?"" But today it ain't the same
+Every other word is ""Uh-huh"", ""Yeah okay""
+Could it be that you are at the crib wit another lady?
+If you took it there, first of all let me say
+I am not the one to sit around and be played
+So prove yourself to me, that I'm the girl that you cravin'
+Why don't you say the things that you said to me yesterday?
+
+I know you sayin' that I'm assuming things
+Something's goin' down that's the way it seems
+Shouldn't be no reason, why you're acting strange?
+Nobody's holding you back from me
+'Cause I know how you usually do
+When you sayin' everything to me times two
+Why can't you just tell the truth?
+If somebody's there then tell me who
+
+Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+Say my name, say my name
+You acting kind of shady, ain't callin' me baby
+Why the sudden change?
+Say my name, say my name
+If no one is around you, say, ""Baby I love you""
+If you ain't runnin' game
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28999999999999
+Snoop Dogg,7hJcb9fa4alzcOq3EaNPoG,Drop It Like It's Hot,2NBQmPrOEEjA8VbeWOQGxO,"Snooooooop
+Snooooooop
+
+When the pimp's in the crib ma
+Drop it like it's hot
+Drop it like it's hot
+Drop it like it's hot
+When the pigs try to get at ya
+Park it like it's hot
+Park it like it's hot
+Park it like it's hot
+And if a nigga get a attitude
+Pop it like it's hot
+Pop it like it's hot
+Pop it like it's hot
+
+I've got the Rolly on my arm
+And I'm pouring Chandon
+And I roll the best weed
+'Cause I got it going on
+
+I'm a nice dude with some nice dreams
+See these ice cubes, see these Ice Creams?
+Eligible bachelor, million dollar boat
+That's whiter than what's spilling down your throat
+The Phantom, exterior like fish eggs
+The interior like suicide wrist red
+I can exercise you, this can be your Phys. Ed
+Cheat on your man ma, that's how you get ahizzead
+
+Killer wit the beat, I know killers in the street
+Wit the steel that'll make you feel like Chinchilla in the heat
+So don't try to run up on my ear talking all that raspy shit
+Trying to ask me shit
+When my niggaz fill ya vest they ain't gon' pass me shit
+You should think about it, take a second
+Matter fact, you should take four B
+And think before you fuck wit lil' skateboard P
+
+When the pimp's in the crib ma
+Drop it like it's hot
+Drop it like it's hot
+Drop it like it's hot
+When the pigs try to get at ya
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Keane,53A0W3U0s8diEn9RhXQhVz,Somewhere Only We Know,0ll8uFnc0nANY35E0Lfxvg,"I walked across an empty land
+I knew the pathway like the back of my hand
+I felt the earth beneath my feet
+Sat by the river and it made me complete
+
+Oh, simple thing, where have you gone?
+I'm gettin' old, and I need something to rely on
+So, tell me when you're gonna let me in
+I'm gettin' tired, and I need somewhere to begin
+
+I came across a fallen tree
+I felt the branches of it looking at me
+Is this the place we used to love?
+Is this the place that I've been dreaming of?
+
+Oh, simple thing, where have you gone?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,68.67999999999999
+P!nk,1KCSPY1glIKqW2TotWuXOR,So What,0JiY190vktuhSGN6aqJdrt,"Na-na-na-na, na-na, na
+Na-na-na-na na-na
+Na-na-na-na, na-na, na
+Na-na-na-na na-na
+
+I guess I just lost my husband
+I don't know where he went
+So I'm gonna drink my money
+I'm not gonna pay his rent (Nope)
+I got a brand new attitude
+And I'm gonna wear it tonight
+
+I wanna get in trouble
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight
+Na-na-na-na, na-na, na
+I wanna start a fight!
+
+So, so what?
+I'm still a rock star
+I got my rock moves
+And I don't need you
+And guess what?
+I'm having more fun
+And now that we're done
+I'm gonna show you tonight
+
+I'm alright
+I'm just fine
+And you're a tool
+So, so what?
+I am a rock star
+I got my rock moves
+And I don't want you tonight
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,73.22999999999999
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Forever,3NZJlJemX3mzjf56MqC5ML,"One, two, three, four
+Hey, hey, forever
+
+Hey, hey, forever
+
+It's you, and me
+Moving at the speed of light into eternity, yeah
+Tonight, is the night
+To join me in the middle of ecstasy
+Feel the melody and the rhythm of the music around you, around you
+
+I'ma take you there, I'ma take you there
+
+So don't be scared, I'm right here, baby
+We can go anywhere, go anywhere
+
+But first, it's your chance, take my hand, come with me
+
+It's like I waited my whole life
+For this one night
+It's gon' be me you and the dance floor
+'Cause we only got one night
+Double your pleasure
+Double your fun
+
+And dance forever ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever (forever)
+Ever, ever, ever
+Forever, ever, ever
+Forever, ever, ever
+Forever on the dance floor
+
+Feels like we're on another level
+
+Feels like our love's intertwined
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.56
+Mike Posner,2KsP6tYLJlTBvSUxnwlVWa,Cooler Than Me - Single Mix,2V4bv1fNWfTcyRJKmej6Sj,"If I could write you a song to make you fall in love
+I would already have you up under my arm
+I used up all of my tricks, I hope that you like this
+But you probably won't, you think you're cooler than me
+
+You got designer shades, just to hide your face and
+You wear them around like, you're cooler than me
+And you never say hey, or remember my name
+And it's probably 'cause, you think you're cooler than me
+
+You got your high brow, shoes on your feet
+And you wear 'em around like it ain't sh-
+But you don't know the way that you look
+When your steps make that much noise, shh
+
+I got you all figured out
+You need everyone's eyes just to feel seen
+Behind your makeup
+Nobody knows who you even are
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.91
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Womanizer,4fixebDZAVToLbUCuEloa2,"Superstar, where you from? How's it going?
+I know you got a clue what you're doing
+You can play brand new to all the other chicks out here
+But I know what you are, what you are, baby
+
+Look at you gettin' more than just a re-up
+Baby, you got all the puppets with their strings up
+Fakin' like a good one but I call 'em like I see 'em
+I know what you are, what you are, baby
+
+Womanizer, woman-womanizer, you're a womanizer
+Oh, womanizer, oh, you're a womanizer, baby
+You, you-you are, you, you-you are
+Womanizer, womanizer, womanizer
+(Womanizer)
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You got me goin'
+(You!) You're oh so charmin'
+(You!) But I can't do it
+(You!) You womanizer
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You say I'm crazy
+(You!) I got your crazy
+(You!) You're nothing but a
+(You!) Womanizer
+
+Daddy-O, you got the swagger of a champion
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.91
+Muse,12Chz98pHFMPJEknJQMWvI,Uprising,4VqPOruhp5EdPBeR92t6lQ,"Paranoia is in bloom
+The PR transmissions will resume
+They'll try to push drugs that keep us all dumbed down
+And hope that we will never see the truth around
+(So come on)
+
+Another promise, another scene
+Another packaged lie to keep us trapped in greed
+And all the green belts wrapped around our minds
+And endless red tape to keep the truth confined
+(So come on)
+
+They will not force us
+They will stop degrading us
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,87.39
+Foo Fighters,7jy3rLJdDQY21OgRLCZ9sD,Best of You,5FZxsHWIvUsmSK1IAvm2pp,"I've got another confession to make
+I'm your fool
+Everyone's got their chains to break
+Holding you
+
+Were you born to resist or be abused?
+
+Is someone getting the best, the best, the best
+The best of you?
+Is someone getting the best, the best, the best
+The best of you?
+
+Are you gone and on to someone new?
+I needed somewhere to hang my head
+Without your noose
+You gave me something that I didn't have
+But had no use
+
+I was too weak to give in
+Too strong to lose
+My heart is under arrest again
+But I break loose
+
+My head is giving me life or death
+But I can't choose
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.59
+3 Doors Down,2RTUTCvo6onsAnheUk3aL9,Here Without You,3NLrRZoMF0Lx6zTlYqeIo4,"A hundred days have made me older
+Since the last time that I saw your pretty face
+A thousand lies have made me colder
+And I don't think I can look at this the same
+
+But all the miles that separate
+Disappear now when I'm dreaming of your face
+
+I'm here without you, baby
+But you're still on my lonely mind
+I think about you, baby
+And I dream about you all the time
+
+I'm here without you, baby
+But you're still with me in my dreams
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,37.16
+James Blunt,7KMqksf0UMdyA0UCf4R3ux,You're Beautiful,0vg4WnUWvze6pBOJDTq99k,"My life is brilliant
+
+My life is brilliant, my love is pure
+I saw an angel, of that I'm sure
+She smiled to me on the subway
+She was with another man
+But I won't lose no sleep on that
+'Cause I've got a plan
+
+You're beautiful, you're beautiful
+You're beautiful, it's true
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.85000000000001
+Natasha Bedingfield,7o95ZoZt5ZYn31e9z1Hc0a,Unwritten,3U5JVgI2x4rDyHGObzJfNf,"I am unwritten
+Can't read my mind, I'm undefined
+I'm just beginning
+The pen's in my hand, ending unplanned
+
+Staring at the blank page before you
+Open up the dirty window
+Let the sun illuminate the words that you cannot find
+Reaching for something in the distance
+So close you can almost taste it
+Release your inhibitions
+
+Feel the rain on your skin
+No one else can feel it for you
+Only you can let it in
+No one else, no one else
+Can speak the words on your lips
+Drench yourself in words unspoken
+Live your life with arms wide open
+Today is where your book begins
+The rest is still unwritten, yeah
+Oh, oh
+
+I break tradition
+Sometimes my tries, are outside the lines yeah, yeah
+We've been conditioned to not make mistakes
+But I can't live that way oh, oh
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.22999999999999998
+Miley Cyrus,5YGY8feqx7naU7z4HrwZM6,Party In The U.S.A.,5Q0Nhxo0l2bP3pNjpGJwV1,"I hopped off the plane at LAX
+With a dream and my cardigan
+Welcome to the land of fame excess (woah)
+Am I gonna fit in?
+Jumped in the cab, here I am for the first time
+Look to my right, and I see the Hollywood sign
+This is all so crazy
+Everybody seems so famous
+
+My tummy's turnin' and I'm feelin' kinda homesick
+Too much pressure and I'm nervous
+That's when the taxi man turned on the radio
+And a Jay-Z song was on
+And a Jay-Z song was on
+And a Jay-Z song was on
+
+So I put my hands up
+They're playin' my song, the butterflies fly away
+I'm noddin' my head like, yeah
+Movin' my hips like, yeah
+I got my hands up, they're playin' my song
+They know I'm gonna be okay
+Yeah, it's a party in the U.S.A.
+Yeah, it's a party in the U.S.A.
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.22
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Last Friday Night (T.G.I.F.),455AfCsOhhLPRc68sE01D8,"There's a stranger in my bed
+There's a pounding in my head
+Glitter all over the room
+Pink flamingos in the pool
+I smell like a minibar
+DJ's passed out in the yard
+Barbies on the barbecue
+This a hickey or a bruise?
+
+Pictures of last night ended up online, I'm screwed
+Oh, well
+It's a blacked out blur, but I'm pretty sure it ruled
+Damn
+
+Last Friday night
+Yeah, we danced on tabletops, and we took too many shots
+Think we kissed, but I forgot last Friday night
+Yeah, we maxed our credit cards and got kicked out of the bar
+So we hit the boulevard last Friday night
+We went streaking in the park, skinny-dipping in the dark
+Then had a ménage à trois last Friday night
+Yeah, I think we broke the law, always say we're gonna stop-op, oh-whoa
+
+But this Friday night
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.71000000000001
+Rise Against,6Wr3hh341P84m3EI8qdn9O,Savior,1vcxF91pWs9uNwDROuiCPB,"It kills me not to know this
+But I've all but just forgotten
+What the colour of her eyes were
+And her scars or how she got them
+
+As the telling signs of age rain down
+A single tear is dropping
+Through the valleys of an aging face
+That this world has forgotten
+
+There is no reconciliation
+That will put me in my place
+And there is no time like the present
+To drink these draining seconds
+
+But seldom do these words ring true
+When I'm constantly failing you
+Walls that we just can't break through
+Until we disappear
+
+So tell me now
+If this ain't love then how do we get out?
+'Cause I don't know
+
+That's when she said
+""I don't hate you boy
+I just want to save you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.25999999999999
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,5R8dQOPq8haW94K7mgERlO,"Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+
+I wanna hold 'em like they do in Texas, please
+Fold 'em, let 'em, hit me, raise it, baby, stay with me (I love it)
+Love game intuition, play the cards with spades to start
+And after he's been hooked, I'll play the one that's on his heart
+
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.81
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,0VwNdo84DaVYLIkbVO86ND,"I remember when we broke up the first time
+Saying, ""This is it, I've had enough""
+'Cause like we hadn't seen each other in a month
+When you said you needed space
+What?
+
+Then you come around again and say
+""Baby, I miss you, and I swear I'm gonna change, trust me""
+Remember how that lasted for a day?
+I say, ""I hate you"", we break up, you call me, ""I love you""
+
+Ooh, ooh-ooh-ooh-ooh
+We called it off again last night but
+Ooh, ooh-ooh-ooh-ooh
+This time, I'm telling you, I'm telling you
+
+We are never, ever, ever getting back together
+We are never, ever, ever getting back together
+You go talk to your friends, talk to my friends, talk to me
+But we are never, ever, ever, ever getting back together
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.88000000000001
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Ride Wit Me,3Gf5nttwcX9aaSQXRWidEZ,"Where they at (Where they at)
+Where they at (Where they at)
+Where they at (Where they at)
+Where they at (Where they at)
+
+If you wanna go and take a ride wit me
+We three wheelin in the four with the gold CV's
+Oh why do I look this way?
+(Hey, must be the money)
+
+If you wanna go and get high wit me
+Smoke an L in the back with the benzen-e
+Oh why do I feel this way?
+(Hey, must be the money)
+
+In the club on the late night, feel ya right
+Lookin, tryin ta spot some real nice
+Lookin for a little shorty I noticed
+So that I can take home (I can take home)
+She can be 18 (18) wit a attitude or 19 kinda snotty actin real rude
+But as long as you a thicky thicky thick girl you know that it's on
+You know that it's on
+I peep summin comin towards me on the dance floor
+Sexy and real slow (hey) and sayin
+She was beepin and I dig the last video
+Somewhere that we could go
+How could I tell her no?
+Her measurements were 36-25-34
+
+I like the way you brush it
+And I like those stylish clothes you wear
+I like the way the light hit the ice and glare
+And I can see you movin way over there
+
+If you wanna go and take a ride wit me
+We three wheelin in the four with the gold CV's
+Oh why do I look this way?
+(Hey, must be the money)
+
+If you wanna go and get high wit me
+Smoke an L in the back with the benzen-e
+Oh why do I feel this way?
+(Hey, must be the money)
+
+Face a body front that, don't know how to act
+Without my vouchers all the hoochies bringing nothin back
+You should feel the impact, shop over plas when the skies the limit
+And them haters can't get past that
+Watch me as I gas that, four guy sig pley
+Was there any paint change, every time I switch lane
+It feel strange now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.3
+Ne-Yo,21E3waRsmPlU7jZsS13rcj,Miss Independent,34ceTg8ChN5HjrqiIYCn9Q,"Yeah yeah, yeah yeah
+Yeah yeah, yeah yeah
+Yeah yeah, yeah yeah yeah
+
+Ooh it's somethin' about
+Just somethin' about the way she move
+I can't figure it out
+It's somethin' about her
+
+Said ooh it's somethin' about
+Kind of woman that want you, but don't need you
+Hey, I can't figure it out
+It's somethin' about her
+
+'Cause she walk like a boss
+Talk like a boss
+Manicured nails to set the pedicure off
+She's fly effortlessly
+And she move like a boss
+Do what a boss do
+She got me thinkin' about gettin' involved
+That's the kind of girl I need, oh
+
+She got her own thing
+That's why I love her
+Miss Independent
+Won't you come and spend a little time?
+She got her own thing
+That's why I love her
+Miss Independent
+Ooh the way we shine, Miss Independent, yeah
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.66
+Sean Paul,3Isy6kedDrgPYoTS1dazA9,Get Busy,5qTvkDrSfvwDv6RBjjcfQr,"Shake that thing Miss Kana-Kana
+Shake that thing Miss Annabella
+Shake that thing yan Donna Donna
+Jodi and Rebecca
+
+Girl get busy, just shake that booty non-stop
+When the beat drops
+Just keep swinging it
+Get jiggy
+Get crunked up
+Percolate anything you want to call it
+Oscillate you hip and don't take pity
+Me want fi see you get live upon the riddim when me ride
+And me lyrics a provide electricity
+Gal nobody can tell you nuttin
+
+Can you done know your destiny
+
+Yo sexy ladies want par with us
+In a the car with us
+Them nah war with us
+In a the club them want flex with us
+To get next to us
+Them cah vex with us
+From the day me born jah ignite me flame
+Gal a call me name and its me fame
+Its all good girl turn-me-on
+Til a early mornin
+Let's get it on
+
+Let's get it on til a early morning
+Girl it's all good just turn me on
+
+Woman don't sweat it, don't get agitate just gwaan rotate
+Can anything you want you know you must get it
+From you name a mentuin
+Don't ease the tension just run the program gals wan pet it
+Just have a good time
+Gal free up unu mind caw nobody can dis you man won't let it can
+
+You a the number one gal
+Wave you hand
+Make them see you wedding band
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.32000000000001
+Norah Jones,2Kx7MNY7cI1ENniW7vT30N,Don't Know Why,1zNXF2svmdlNxfS5XeNUgr,"I waited 'til I saw the sun
+I don't know why I didn't come
+I left you by the house of fun
+I don't know why I didn't come
+I don't know why I didn't come
+
+When I saw the break of day
+I wished that I could fly away
+Instead of kneeling in the sand
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,51.06
+Wheatus,4mYFgEjpQT4IKOrjOUKyXu,Teenage Dirtbag,25FTMokYEbEWHEdss5JLZS,"Her name is Noelle
+I have a dream about her
+She rings my bell
+I got gym class in half an hour
+Oh, how she rocks
+In Keds and tube socks
+But she doesn't know who I am
+And she doesn't give a damn about me
+
+'Cause I'm just a teenage dirtbag, baby
+Yeah, I'm just a teenage dirtbag, baby
+Listen to Iron Maiden, baby, with me
+Oo-o-o-oo-o-oh
+
+Her boyfriend's a dick
+And he brings a gun to school
+And he'd simply kick
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,33.2
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Halo,4JehYebiI9JE8sR8MisGVb,"Remember those walls I built?
+Well, baby, they're tumbling down
+And they didn't even put up a fight
+They didn't even make a sound
+
+I found a way to let you in
+But I never really had a doubt
+Standin' in the light of your halo
+I got my angel now
+
+It's like I've been awakened
+Every rule I had you breakin'
+It's the risk that I'm takin'
+I ain't never gonna shut you out
+
+Everywhere I'm lookin' now
+I'm surrounded by your embrace
+Baby, I can see your halo
+You know you're my saving grace
+
+You're everything I need and more
+It's written all over your face
+Baby, I can feel your halo
+Pray it won't fade away
+
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+I can feel your halo (halo), halo
+I can see your halo (halo), halo
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.33999999999999
+Peter Bjorn and John,6u11Qbko2N2hP4lTBYjX86,Young Folks,4dyx5SzxPPaD8xQIid5Wjj,"If I told you things I did before, told you how I used to be
+Would you go along with someone like me?
+If you knew my story word for word, had all of my history
+Would you go along with someone like me?
+
+I did before and had my share, it didn't lead nowhere
+I would go along with someone like you
+It doesn't matter what you did, who you were hanging with
+We could stick around and see this night through
+
+And we don't care about the young folks
+Talking 'bout the young style
+And we don't care about the old folks
+Talking 'bout the old style too
+
+And we don't care about our own folks
+Talking 'bout our own style
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.37
+Madonna,6tbjWDEIzxoDsBA1FuhfPW,Hung Up,3850dYVgOFIXJh5U4BFEWH,"Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+
+Every little thing that you say or do
+I'm hung up
+I'm hung up on you
+Waitin' for your call
+Baby, night and day
+I'm fed up
+I'm tired of waiting on you
+
+Time goes by so slowly for those who wait
+No time to hesitate
+Those who run seem to have all the fun
+
+I'm caught up
+I don't know what to do
+Time goes by so slowly
+Time goes by so slowly
+Time goes by so slowly
+I don't know what to do
+
+Every little thing that you say or do
+I'm hung up
+I'm hung up on you
+Waiting for your call
+Baby, night and day
+I'm fed up
+I'm tired of waiting on you
+
+Every little thing that you say or do
+I'm hung up
+I'm hung up on you
+Waiting for your call
+Baby, night and day
+I'm fed up
+I'm tired of waiting on you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,82.71
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You Belong With Me,1GEBsLDvJGw7kviySRI6GX,"You're on the phone with your girlfriend, she's upset
+She's going off about something that you said
+'Cause she doesn't get your humor like I do
+
+I'm in the room, it's a typical Tuesday night
+I'm listening to the kind of music she doesn't like
+And she'll never know your story like I do
+
+But she wears short skirts
+I wear T-shirts
+She's Cheer Captain, and I'm on the bleachers
+Dreaming about the day when you wake up and find
+That what you're looking for has been here the whole time
+
+If you could see that I'm the one
+Who understands you
+Been here all along
+So, why can't you see?
+You belong with me
+You belong with me
+
+Walk in the streets with you in your worn-out jeans
+I can't help thinking this is how it ought to be
+Laughing on a park bench thinking to myself
+Hey, isn't this easy?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,51.470000000000006
+T.I.,4OBJLual30L7gRl5UkeRcT,Live Your Life,3jlbL2OTD5YmIunYzgQTAN,"(My life, my life ah) Ay... (my life oh, my life ah-ah) this a special what's happenin' to all my
+All my soldiers over there in Iraq (My life, my life ah, my life hoo, my life ah-ah)
+E'rybody right here (My life, my life ah)
+What you need to do is be thankful for the life you got (my life oh, my life ah-ah)
+You know what am sayin' (My life, my life ah)
+Stop lookin' at what you ain't got (my life oh, my life ah-ah)
+Start bein' thankful for what you do got (My life, my life ah)
+Let's give it to 'em baby girl, hey (my life oh, my life ha-ha)
+
+(Hey, hey, hey, yeah) You're gonna be, a shinin' star (that's right)
+(Yeah,ok yeah)in fancy clothes, and fancy cars (hey, hey, hey, yeah)
+And then you'll see, you're gonna go far (Go,hey)
+'Cause everyone knows(they know),just who ya are
+Rihanna let's get it
+
+So live your life (Ay-ay-ay-ay)
+You steady chasin' that paper
+Just live your life (Oh! Ay-ay-ay-ay)
+Ain't got no time for no haters (gram hustler homie)
+Just live your life (Ay- ay-ay- ay)
+No tellin' where it'll take ya
+Just live your life (Oh! Ay-ay-ay-ay, we did it again homie)
+Cause I'm a paper chaser (throw your hands up)
+Just livin' my life (ay) my life (Oh)
+My life (ay) my life (Oh)
+Just livin' my life (ay) my life (Oh)
+My life (ay) my life (Oh) just livin' my life
+Hey, never mind what haters say, ignore 'em 'til they fade away
+Amazin' they ungrateful after all the game I gave away
+Safe to say I paved the way for you cats to get paid today
+You'd still be wastin' days away now had I never saved the day
+Consider them my protege, homage I think they should pay
+Instead of bein' gracious, they violate in a major way
+I never been a hater, still, I love 'em in a crazy way
+Some say they sold the yay, you know they couldn't get work on Labor Day
+It ain't that black and white, it has an area the shade of gray
+I'm Westside anyway, even if I left today and stayed away
+Some move away to make a way, not move away cause they afraid
+I brought back to the hood, and all you ever did was take away
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.58
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Girlfriend,45hOioMDJktr86iKDHC8gr,"Hey, hey, you, you
+I don't like your girlfriend
+No way, no way
+I think you need a new one
+Hey, hey, you, you
+I could be your girlfriend
+
+Hey, hey, you, you
+I know that you like me
+No way, no way
+No, it's not a secret
+Hey, hey, you, you
+I want to be your girlfriend
+
+You're so fine, I want you mine, you're so delicious
+I think about you all the time, you're so addictive
+Don't you know what I can do to make you feel all right?
+
+Don't pretend, I think you know I'm damn precious
+And hell yeah, I'm the motherfucking princess
+I can tell you like me too, and you know I'm right
+
+She's like, so whatever
+You can do so much better
+I think we should get together now
+And that's what everyone's talking about
+
+Hey, hey, you, you
+I don't like your girlfriend
+No way, no way
+I think you need a new one
+Hey, hey, you, you
+I could be your girlfriend
+
+Hey, hey, you, you
+I know that you like me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.76
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Break Your Heart,7ElF5zxOwYP4qVSWVvse3W,"Whoa, whoa
+Whoa, whoa, whoa
+
+Now listen to me baby
+Before I love and leave you
+They call me heart breaker
+I don't wanna deceive you
+
+If you fall for me
+I'm not easy to please
+I might tear you apart
+Told you from the start
+Baby, from the start
+
+I'm only gonna break, break your, break, break your heart
+I'm only gonna break, break your, break, break your heart
+I'm only gonna break, break your, break, break your heart
+I'm only gonna break, break your, break, break your heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.74000000000001
+Shakira,0EmeFodog0BfCgMzAIvKQp,La Tortura (feat. Alejandro Sanz),5BSclXJTa9B0iURhUjZo50,"Ay payita mía
+Guárdate la poesía
+Guárdate la alegría pa'ti
+
+No pido que todos los días sean de sol
+No pido que todos los viernes sean de fiesta
+Tampoco te pido que vuelvas rogando perdón
+Si lloras con los ojos secos
+Y hablando de ella
+
+Ay amor me duele tanto
+
+Me duele tanto
+
+Que te fueras sin decir a donde
+Ay amor, fue una tortura perderte
+
+Yo se que no he sido un santo
+Pero lo puedo arreglar amor
+
+No solo de pan vive el hombre
+Y no de excusas vivo yo
+
+Solo de errores se aprende
+Y hoy se que tuyo es mi corazón
+
+Mejor te guardas todo eso
+A otro perro con ese hueso
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,54.230000000000004
+Daniel Powter,7xTcuBOIAAIGDOSvwYFPzk,Bad Day,0mUyMawtxj1CJ76kn9gIZK,"Where is the moment we needed the most?
+You kick up the leaves and the magic is lost
+They tell me your blue skies fade to grey
+They tell me your passion's gone away
+
+And I don't need no carryin' on
+
+You stand in the line just to hit a new low
+You're faking a smile with the coffee to go
+And tell me your life's been way offline
+You're falling to pieces every time
+
+And I don't need no carryin' on
+
+'Cause you had a bad day, you're taking one down
+You sing a sad song just to turn it around
+You say you don't know, you tell me, ""Don't lie""
+You work at a smile, and you go for a ride
+You had a bad day, the camera don't lie
+You're coming back down, and you really don't mind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.66000000000001
+Amy Macdonald,1hJuGCUpefX24GFmss9bjH,This Is The Life,2T3jgoAMbBXiMMD8pSc6QL,"Oh the wind whistles down
+The cold dark street tonight
+And the people they were
+Dancing to the music vibe
+And the boys chase the girls
+With the curls in their hair
+While the shy tormented youth sit way over there
+And the songs they get louder
+Each one better than before
+
+And you're singing the songs
+Thinking this is the life
+And you wake up in the morning
+And your head feels twice the size
+Where you gonna go? Where you gonna go?
+Where you gonna sleep tonight?
+
+And you're singing the songs
+Thinking this is the life
+And you wake up in the morning
+And your head feels twice the size
+Where you gonna go? Where you gonna go?
+Where you gonna sleep tonight?
+Where you gonna sleep tonight?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,43.29
+Eve,4d3yvTptO48nOYTPBcPFZC,Let Me Blow Ya Mind,3RmKpob8xzv1pzHEQrMJah,"Uh, uh, uh, huh
+Yo, yo
+
+Drop your glasses, shake your asses
+Face screwed up like you havin' hot flashes
+Which one, pick one, this one, classic
+Red from blonde, yeah, bitch I'm drastic
+Why this, why that, lips stop askin'
+Listen to me baby, relax and start passin'
+Expressway, head back, weavin' through the traffic
+This one strong should be labeled as a hazard
+
+Some of y'all niggas hot, sike I'm gassin'
+Clowns I spot 'em and I can't stop laughin'
+Easy come, easy go, E-V gon' be lastin'
+Jealousy, let it go, results could be tragic
+Some of y'all ain't writin' well
+Too concerned with fashion
+None of you ain't Giselle, cat walk and imagine
+A lot of y'all Hollywood, drama, casted
+Cut bitch, camera off, real shit, blast it
+
+If I had to give you more
+It's only been a year
+Now I got my foot through the door
+And I ain't goin' nowhere
+It took a while to get me here
+And I'm gonna take my time
+Don't fight that good shit in your ear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.64
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Human,1sTsuZTdANkiFd7T34H3nb,"I did my best to notice
+When the call came down the line
+Up to the platform of surrender
+I was brought, but I was kind
+And sometimes I get nervous
+When I see an open door
+Close your eyes
+Clear your heart
+Cut the cord
+
+Are we human
+Or are we dancer?
+My sign is vital
+My hands are cold
+And I'm on my knees
+Looking for the answer
+Are we human
+Or are we dancer?
+
+Pay my respects to grace and virtue
+Send my condolences to good
+Give my regards to soul and romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.63
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Hot In Herre,04KTF78FFg8sOHC1BADqbY,"It's hot in
+So hot in here
+So hot in (ah)
+Oh!
+
+Want a little bit of (uh, uh), and a little bit of (uh, uh)
+Just a little bit of, just a little bit of
+Just a little bit of, just a little bit of
+
+I was like, good gracious, ass is bodacious (uh)
+Flirtatious, tryna show patience (ah)
+I'm waitin' for the right time to shoot my steez (you know)
+Waitin' for the right time to flash them keys
+Then, uh, I'm leavin', please believe in (oh)
+Me and the rest of my heathens
+Check it, got it locked at the top of the Fo' Seasons
+Penthouse, rooftop, birds I'm feedin'
+
+No deceivin', nothin' up my sleeve and
+No teasin', I need you to
+Get up, up on the dance floor
+Give that man what he askin' for (oh)
+'Cause I feel like bustin' loose
+And I feel like touchin' you, uh, uh
+And can't nobody stop the juice
+So baby, tell me, what's the use? I said
+
+It's gettin' hot in here (so hot)
+So take off all your clothes (ay)
+I am gettin' so hot
+I wanna take my clothes off (oh)
+It's gettin' hot in here (so hot)
+So take off all your clothes (ay)
+I am gettin' so hot
+I wanna take my clothes off (let it hang all out)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.66
+Shakira,0EmeFodog0BfCgMzAIvKQp,"Whenever, Wherever",2lnzGkdtDj5mtlcOW2yRtG,"Lucky you were born that far away so
+We could both make fun of distance
+Lucky that I love a foreign land for
+The lucky fact of your existence
+
+Baby, I would climb the Andes solely
+To count the freckles on your body
+Never could imagine there were only
+Ten million ways to love somebody
+
+Le-do-lo-le-lo-le, le-do-lo-le-lo-le
+Can't you see? I'm at your feet
+
+Whenever, wherever
+We're meant to be together
+I'll be there, and you'll be near
+And that's the deal, my dear
+There over, hereunder
+You'll never have to wonder
+We can always play by ear
+But that's the deal, my dear
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.39
+Amy Winehouse,6Q192DXotxtaysaqNPy5yR,"Valerie - Live At BBC Radio 1 Live Lounge, London / 2007",6nLvaCZFR1wEzW3sIKpsnr,"Well, sometimes I go out by myself
+And I look across the water
+
+And I think of all the things, what you're doing
+And in my head I paint a picture
+
+'Cause since I've come on home
+Well, my body's been a mess
+And I've missed your ginger hair
+And the way you like to dress
+
+Won't you come on over
+Stop makin' a fool out of me
+Why don't you come on over Valerie
+
+Valerie, Valerie, Valerie
+
+Did you have to go to jail
+Put your house on up for sale
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,47.67
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,By the Way,1f2V8U1BiWaC9aJWmpOARe,"Standing in line
+To see the show tonight
+And there's a light on
+Heavy glow
+
+By the way I tried to say
+I'll be there
+Waiting for
+
+Dani the girl
+Is singing songs to me
+Beneath the marquee
+Overload
+
+Steak-knife
+Card shark
+Con job
+Boot cut
+
+Skin that flick
+She's such a little DJ
+Get there quick
+By street but not the freeway
+
+Turn that trick
+To make a little leeway
+Beat that nic
+But not the way that we play
+
+Dog town
+Blood bath
+Rib cage
+Soft tail
+
+Standing in line
+To see the show tonight
+And there's a light on
+Heavy glow
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.16
+Leona Lewis,5lKZWd6HiSCLfnDGrq9RAm,Bleeding Love,7wZUrN8oemZfsEd1CGkbXE,"Ooh-ooh
+Hey
+
+Closed off from love, I didn't need the pain
+Once or twice was enough and it was all in vain
+Time starts to pass, before you know it you're frozen, ooh
+But something happened for the very first time with you
+My heart melted to the ground found somethin' true
+And everyone's looking 'round thinking I'm going crazy, ooh I
+
+But I don't care what they say
+I'm in love with you
+They try to pull me away
+But they don't know the truth
+My heart's crippled by the vein that I keep on closing
+You cut me open and I
+
+Keep bleeding
+Keep, keep bleeding love
+I keep bleeding
+I keep, keep bleeding love
+Keep bleeding
+Keep, keep bleeding love
+You cut me open
+
+Trying hard not to hear, but they talk so loud
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.85000000000001
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Right Round,3GpbwCm3YxiWDvy29Uo3vP,"You spin my head right round, right round
+When you go down, when you go down, down
+You spin my head right round, right round
+When you go down, when you go down, down
+Hey
+
+Walk out the house with my swagger
+Hop in the whip yo I got places to go
+People to see, time is precious
+I look at my Cartier, out of control
+Just like my mind where I'm going
+No women, no shorties, no nothing my clothes
+No stomping on my Perreli's on froze
+Unlike my jewelry that's always on cold
+I know the storm is coming
+
+My pockets keep telling me it's gonna shower
+Call up my homies it's on and poppin' tonight 'cause it's meant to be ours
+We keep a fade away shot 'cause we balling this platinum patron every hour
+Look momma I owe you just like the flowers
+Girl you the truth with all that goody sour
+Go
+
+You spin my head right round, right round
+When you go down, when you go down, down
+You spin my head right round, right round
+When you go down, when you go down, down
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.93
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Marry You,22PMfvdz35fFKYnJyMn077,"It's a beautiful night, we're looking for something dumb to do
+Hey baby, I think I wanna marry you
+Is it the look in your eyes or is it this dancing juice?
+Who cares, baby, I think I wanna marry you
+
+Well, I know this little chapel on the boulevard we can go
+No one will know, oh, come on girl
+Who cares if we're trashed, got a pocket full of cash we can blow
+Shots of patron and it's on, girl
+
+Don't say no, no, no, no, no
+Just say yeah, yeah, yeah, yeah, yeah
+And we'll go, go, go, go, go
+If you're ready, like I'm ready
+
+'Cause it's a beautiful night, we're looking for something dumb to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.57
+Green Day,7oPftvlwr6VrsViSDV7fJY,21 Guns,64yrDBpcdwEdNY9loyEGbX,"Do you know what's worth fighting for
+When it's not worth dying for?
+Does it take your breath away
+And you feel yourself suffocating?
+Does the pain weigh out the pride?
+And you look for a place to hide
+Did someone break your heart inside?
+You're in ruins
+
+One, 21 guns
+Lay down your arms, give up the fight
+One, 21 guns
+Throw up your arms into the sky
+You and I
+
+When you're at the end of the road
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,72.91
+Seether,6B5c4sch27tWHAGdarpPaW,Fake It,4eAwB5pnKFTmsgc3zWoYO0,"Who's to know if your soul will fade at all?
+The one you sold to fool the world
+You lost your self esteem along the way, yeah
+
+Good god, you're coming up with reasons
+Good god, you're dragging it out
+Good god, it's the changing of the seasons
+I feel so raped, so follow me down
+
+Just fake it if you're out of direction
+Fake it if you don't belong here
+Fake it if you feel like infection
+Whoa, you're such a fucking hypocrite
+
+You should know that the lies won't hide your flaws
+No sense in hiding all of yours
+You gave up on your dreams along the way, yeah
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,5.3
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Circus,7jk7gqyEonmVVYahZN5zhW,"There's only two types of people in the world
+The ones that entertain, and the ones that observe
+Well, baby, I'm a put-on-a-show kind of girl
+Don't like the back seat, gotta be first (oh-oh)
+I'm like the ring leader, I call the shots (call the shots)
+I'm like a firecracker, I make it hot
+
+When I put on a show
+I feel the adrenaline moving through my veins
+Spotlight on me and I'm ready to break
+I'm like a performer, the dance floor is my stage
+Better be ready, hope that you feel the same
+
+All eyes on me in the center of the ring just like a circus
+When I crack that whip everybody gon' trip just like a circus
+Don't stand there watching me, follow me, show me what you can do
+Everybody let go, we can make a dance floor just like a circus
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.53
+The Calling,5aMmmNxw4vgpc5XC6hK0zp,Wherever You Will Go,5QpaGzWp0hwB5faV8dkbAz,"So lately, been wondering
+Who will be there to take my place
+When I'm gone, you'll need love
+To light the shadows on your face
+
+If a great wave shall fall
+And fall upon us all
+Then between the sand and stone
+Could you make it on your own
+
+If I could, then I would
+I'll go wherever you will go
+Way up high or down low
+I'll go wherever you will go
+
+And maybe, I'll find out
+A way to make it back someday
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.2
diff --git a/my_playlist_sentiment_v3.csv b/my_playlist_sentiment_v3.csv
new file mode 100644
index 0000000000..5e736f67a9
--- /dev/null
+++ b/my_playlist_sentiment_v3.csv
@@ -0,0 +1,1237 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Wizkid,3tVQdUvClmAT7URs9V3rsp,2 Sugar (feat. Ayra Starr),1DA2ADZs6O28y2rmdmpekw,"Got a bag full of feeling
+And a house full of regret
+This baggage is confit no plane, don't mean to digress, hmm
+I wanna know what's the reason why you moving slow?
+If you move no dey cross my lane
+
+Shori nonsense ma gbe sunmomi
+Ma gbe sunmomi
+If you get problem, ma gbe sunmomi
+Ma gbe sunmomi
+I dey fight my own demons, don't you see
+Don't know, don't you see
+If you get problem, ma gbe sunmomi
+Ma gbe sunmomi
+
+Oya mami jo, jogo, jogodo, mami go
+And I no fit lie for you, mami oh, yo
+Kolo, kopami oh
+And me no dey love when them try me oh
+Say my kind life no dey funny oh
+Many things I sing fit don pami oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.27
+Masego,3ycxRkcZ67ALN3GQJ57Vig,Say You Want Me,1xTYy3K3hiTcoZfoD7culn,"I seek the love drum (yeah)
+I seek communion (oh, hmm, right there)
+I need your ocean
+I see your ocean
+Your seas are militant (wait, there he go)
+
+One dose then I'm bested
+Almost, nearly missed it
+One dose, finish it, ah, finish it, ah, finish it, ah
+One dose then I'm bested (almost)
+Almost, nearly missed it
+One dose, finish it, ah, finish it, ah, finish it, ah
+
+All night long I led you on
+Can't stay for long
+It's alright I'm moving on
+And you wanna play on
+When the sun go down
+Call my name, oh, say you want me
+I-I, when the sun go down
+Oh, leave me lonely
+
+Let me get lost in the night (oh, yeah)
+Two years I been suffering
+But I fought for you right (oh, yeah)
+I never wanna see the day that I'm not in ya light
+In case, I'm on my way
+S.O.S., I'm on my way
+It's alright, I'm on my way, I'm on my way like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.14
+NxWorries,6PEMFpe3PTOksdV4ZXUpbE,Where I Go (feat. H.E.R.),3MlQPB0wJuopo3NTZGlMpI,"She wanna know where I've been
+And who I seen
+She wanna know where I'm goin'
+And can we meet?
+She say I'm so terrible
+But this is me
+I love her from head to toe
+And in between
+
+I know we do a lot of back and forth
+I know we do a lot of fast and slow
+I know I'm gon' contradict myself
+I know you gon' ride the dick like a pro
+I know you got a lot of faith in me
+I know you put a lot of things on hold
+I hope you got a policy, yeah, yeah
+You know you got a lock on the whole thing
+
+Look
+I had to tell you somethin', tell you somethin' before you go
+I left a lil' somethin' special in the envelope
+I had to mail you somethin', tell me when it's at the door
+And when you open it, I hope you get hysterical
+I had to share it with somebody that I really trust
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.22
+SZA,7tYKF4w9nC0nq9CsPZTHyP,Shirt,34ZAzO78a5DAVNrYIGWcPm,"Kiss me, dangerous
+Been so lost without you all around me
+Get anxious
+Lead me, don't look back, it's all about you
+
+In the dark right now
+Feeling lost, but I like it
+Comfort in my sins, and all about me
+All I got right now
+Feel the taste of resentment
+Simmer in my skin, it's all about
+
+Blood stain on my shirt, new bitch on my nerves
+Old nigga got curved, going back on my word
+Damn, bitch, you so thirsty
+Still don't know my worth, still stressing perfection
+Let you all in my mental, got me looking too desperate
+Damn, you ain't deserve
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.87
+Babyface,3aVoqlJOYx31lH1gibGDt3,Liquor (with Ari Lennox),0Phy2m1BWmxCB56byt2qvh,"Two (two) shots (shots) of liquor, no chaser
+No rocks, no blend, straight up, just you
+Two (two) shots (shots) of liquor, oh, oh (oh, oh)
+I need one hundred from my man, he can't be eighty proof
+When he ask me throw it back, I tell him absolutely, oh, oh
+
+I wanna feel like I'm wasted, from the lips that I tasted
+I want our love to be agin' with time, more vintage than wine, so smooth
+I like it rough around the edges, picture perfect with no edits
+A little hard, but he romantic
+Need someone who understands me, yeah
+I wanna know where the real ones rеside, 'cause I need
+
+Two (two) shots (shots) of liquor, no chaser
+No rocks, no blеnd, straight up, just you
+Two (two) shots (shots) of liquor, oh, oh (said, baby, I need)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.92
+SiR,3QTDHixorJelOLxoxcjqGx,Nothing Even Matters,1pJsmr01tzKnFfjeCvzcdc,"I don't know where to start, maybe your heart
+I can feel it beatin', hopin' to be the rhyme or reason
+Oh, you make me wanna be a better man
+I'm getting stronger than I've ever been
+
+Making a connection with your perfect imperfections
+Break it down at your discretion, if it's under my protection
+Your ebony complexion, I would die for your affection
+You keep giving me direction
+Baby, this is my confession, oh-ooh
+
+I can't get enough
+Hard to believe I even found your love
+Diamond in the rough
+Light up the dark like the fire I'm sparkin' up
+Baby, when we touch
+Nothing even matters
+No one loves me better
+I want this forever, oh-ooh
+
+I can't get enough
+Can't even picture my life without my girl
+Diamond in the rough
+Shine any brighter and you might save the world
+Baby, when we touch
+Nothing even matters
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.99
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,CUFF IT,1xzi1Jcr7mEi9K2RfzLOqS,"I feel like falling in love (falling in love)
+I'm in the mood to roll something up (tonight I'm rolling something up, baby)
+I need some drink in my cup (I need a drink), hey (pour me a drink)
+I'm in the mood to pour something up (I'm in the mood to pour something up)
+
+I wanna go missing, I need a prescription
+I wanna go higher, can I sit on top of you? (Oh-la-la-la-la)
+I wanna go where nobody's been (I wanna go where nobody's been)
+Have you ever had fun like this? (Have you ever had fun like this?) oh, woah
+
+We gon' roll up tonight, black lights
+Spaceships fly (spaceships fly), yeah
+Unapologetic when we pull up tonight (roll it up, roll it up), pull up tonight
+We gettin' poured up tonight
+We gon' pull up tonight
+
+Bet you you'll see far
+Bet you you'll see stars
+Bet you you'll elevate
+Bet you you'll need God
+'Cause I feel like falling in love
+I'm in the mood to pour something up
+'Cause we gon' roll up tonight
+
+What's in these four walls? You sexy, my love (turn it up)
+Don't miss this roll call, is you here or what? (Roll it up), yeah
+Show up, show up (show up, show up), pour up, pour up (pour up, pour up), oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.09
+Chlöe,1FtBEIWAwvw5ymBen5GICR,For the Night,6y39UI6gdUexBGprn6pQo6,"I feel like falling in love (falling in love)
+I'm in the mood to roll something up (tonight I'm rolling something up, baby)
+I need some drink in my cup (I need a drink), hey (pour me a drink)
+I'm in the mood to pour something up (I'm in the mood to pour something up)
+
+I wanna go missing, I need a prescription
+I wanna go higher, can I sit on top of you? (Oh-la-la-la-la)
+I wanna go where nobody's been (I wanna go where nobody's been)
+Have you ever had fun like this? (Have you ever had fun like this?) oh, woah
+
+We gon' roll up tonight, black lights
+Spaceships fly (spaceships fly), yeah
+Unapologetic when we pull up tonight (roll it up, roll it up), pull up tonight
+We gettin' poured up tonight
+We gon' pull up tonight
+
+Bet you you'll see far
+Bet you you'll see stars
+Bet you you'll elevate
+Bet you you'll need God
+'Cause I feel like falling in love
+I'm in the mood to pour something up
+'Cause we gon' roll up tonight
+
+What's in these four walls? You sexy, my love (turn it up)
+Don't miss this roll call, is you here or what? (Roll it up), yeah
+Show up, show up (show up, show up), pour up, pour up (pour up, pour up), oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Mariah the Scientist,7HO5fOXE4gh3lzZn64tX2E,Spread Thin,4MbzauKV2ydtZZjLsPcuTF,"And now I cannot trust you
+And I'm forced to let you go
+That's what spreading thin on us do
+Hate to see you lose control
+
+Now I must spend all my time thinking of all your lies and cover ups
+You're switching up on everyone who loves you
+But that doesn't stop the show and I think you should know that
+
+Baby, you're the reason
+You always think the only one who needs any attention is you
+Don't be so conceited
+Hope you learned honesty was the only thing that could keep me from leaving
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.29
+Mahalia,16rCzZOMQX7P8Kmn5YKexI,Bag Of You,3X7aFBB2ja4QT2XEuxKCIA,"Oh-oh
+Yeah, yeah, yeah, oh
+
+Coffee
+And a morning kiss for breakfast
+Eye-to-eye, you're playing with my necklace
+My God, that smile is so infectious
+
+Baby, baby, I don't
+I don't wanna think about it
+When you're not there laying on my couch, yeah
+I hear the silence getting louder (louder) and louder (louder)
+
+I'm sorry if I come off like I'm needy
+All I need to know is that you need me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.0
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Lift Me Up - From Black Panther: Wakanda Forever - Music From and Inspired By,35ovElsgyAtQwYPYnZJECg,"Lift me up
+Hold me down
+Keep me close
+Safe and sound
+
+Burning in a hopeless dream
+Hold me when you go to sleep
+Keep me in the warmth of your love
+When you depart, keep me safe
+Safe and sound
+
+Lift me up
+Hold me down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.13
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Queen Space (with Summer Walker),2dOUErBzFZJ8l7MbV6FcYW,"Oh-oh-oh-oh, ooh
+Yeah, hey, hey
+
+There's one thing we should speak on
+This royalty you're seeking
+Don't have a problem even (no-o-o, no-o-o)
+There's something I am sure of
+I deserve something purer
+My love is a privilege (yeah)
+
+I guess you can't take confrontation
+Well, I ain't got time
+It's so good when everything going your way
+But what about mine?
+
+So
+Don't waste my queen space
+True elevation, when I let you taste
+Let it rearrange the way you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.67999999999999
+SAULT,1uRxRKC7d9zwYGSRflTKDR,Fight for Love,1LPQheJpIsG8rlUkCmZx2D,"Oh-oh-oh-oh, ooh
+Yeah, hey, hey
+
+There's one thing we should speak on
+This royalty you're seeking
+Don't have a problem even (no-o-o, no-o-o)
+There's something I am sure of
+I deserve something purer
+My love is a privilege (yeah)
+
+I guess you can't take confrontation
+Well, I ain't got time
+It's so good when everything going your way
+But what about mine?
+
+So
+Don't waste my queen space
+True elevation, when I let you taste
+Let it rearrange the way you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Wizkid,3tVQdUvClmAT7URs9V3rsp,Money & Love,3nIj7jkWVKKmmKPdhgrddu,"Yeah
+
+Nobody like me, 'body like me
+Baby, when I pull up, put you all in my jeans
+Big lollipop, baby lick like ice cream
+Big bad wiz, Mr. Shift-Your-Panties
+Fuck you to Buju Banton or Buju Benson
+Girl, any record, girl, I go make you sing
+Kneel, she dey pray for the kokomicin
+I got the holy water, baby, make you come swim
+
+My pocket full of money, oh
+My heart dey full of love, oh, oh, oh
+Nobody beat am for the dancer, no
+Fine lady she dey bounce along
+Skin tight for your body, yeah
+What you dey want na hin I want to know
+Don't stop, make you drag me on
+What you dey on na hin I want take on
+
+Now pami, oh, lomi, oh
+Burn that spliff, be your Romeo
+Wa lomi, oh, ragabomi, oh
+Got your back, wa sun bi, oh
+Ja sungba, oh, omo jupa, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.12
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,ALL MINE,3XgGQ1wjo5khvq2UImjyNF,"Yeah
+It's all mine (yeah)
+Yeah
+
+You know how it feels (yeah)
+All mine, all mine (yeah)
+All mine, all mine, all mine (yeah)
+(It's all mine)
+All mine, all mine (yeah)
+All mine, all mine, all mine (yeah)
+Baby, let's keep it real
+
+We both still young, so what's the rush?
+The night is young and we not drunk enough
+You'll come around if I don't do too much
+We had our downs but we had way more ups
+Let's make love
+That be the reason that you always hit me up (I swear)
+You like the way I f- 'cause I get rough
+You told me yo' new man don't make you -, that's a - shame
+You come here, I'll knock yo' - out the damn frame
+'Member that last time I made you miss your - plane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.6
+Jeremih,3KV3p5EY4AvKxOlhGHORLg,Changes,3noiPAHonb3coH4jSVM09i,"How am I supposed to miss you every night?
+How you left me standin' in the rain?
+How you gonna forget all the things we did in one argument
+Then (sound) change, baby? (Hitmaka)
+
+Changin' up the tempo ('po)
+You been on my mental ('tal)
+If I could keep you, I would keep it there (there)
+We be vibin' like you never left, yeah (yeah, yeah)
+There's damn too much to handle, yeah
+But you gave me what I asked for (for), yeah
+'Cause I told you that I wanted space (space)
+Yeah, but you didn't have to pump the brakes, mm-hmm
+
+How am I supposed to miss you every night? (Night)
+How you left me standin' in the rain? (Rain)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,52.23
+dvsn,7e1ICztHM2Sc4JNLxeMXYl,Don't Take Your Love,35fBkyvLRrHKO4edE69LtA,"I, I, I, I should've told you
+(Don't take your love from me)
+
+Why didn't I just listen? (That)
+Why you said you needed me the most, I just went missin'?
+Why didn't I pay attention to my intuition? (That)
+Because I know you, I know you, I know you and
+I can feel you slippin' (that)
+Like that time you hinted
+That niggas got you on they hit list
+Did you just think I missed it? (That)
+I played that in my mind like 30 thousand times, I just wasn't bright
+
+Why you bringin' up other niggas (that)
+When I ain't out here bringin' up other bitches?
+Sorry, no other women
+This is you and me shit
+This is about treatment
+This is mostly recent
+So, don't you take, baby (don't take your love from me)
+
+I, I, I, I should've told you
+I, I, I, I, I should've showed you (that)
+Time and focus, but I didn't
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.02
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,PLASTIC OFF THE SOFA,6ufcuVInt0ocHrUimDjGlb,"Boy, I know you can't help but to be yourself 'round me, yourself 'round me, no
+And I know nobody's perfect, so I'll let you be, I'll let you be
+It's the way you wear your emotions on both of your sleeves, ah
+To the face you make when I tell you that I have to leave, uh
+
+But I like it, baby
+I like it, baby
+But I like it, baby, baby
+But I like it, baby
+
+Ah, we don't need the world's acceptance
+They're too hard on me, they're too hard on you, boy
+I'll always be your secret weapon in your arsenal, your arsenal
+And I know you had it rough growing up but that's okay (that's okay, baby), I like it rough (that's okay, baby)
+Even when you let your feeling get in the way (let your feelings get in the way)
+I still like it, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.29
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Call Me Every Day (feat. Wizkid),0SSVi1ND8YAk5XpaHOePoo,"(O', Obah)
+
+Come rewind oh (rewind oh)
+Girl, I got the money wey fit make you mine o
+Give you lovin' every night, fit make you mad oh (mad oh)
+Na only you gimme love wey make me nice oh, nice oh, nice oh
+Haffi make you mine oh (mine oh)
+Girl, I love you, plus I'll never make you minus
+If I let you smoke, is you gon' lose my lighter?
+If you paranoid, then I'ma spend the night
+
+You talkin' that lovin' every day (every day)
+Tell me nicely, if na money, I go pay (pay)
+For your love, I go pay on
+E dey make e man dey chase on, uh
+I fit no dey call you every day
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.09
+Oxlade,3WTrdbZU99dgTtt3ZkyamT,KU LO SA - A COLORS SHOW,2WigMwGJysIh9fRnSJvpjn,"Yeah, yeah
+Yeah, yeah, yeah, oh-oh
+Uh lo
+
+So many reason wey I wan dey for you my love
+Na you I wan to retire with my love oh
+See all the likkle things you do dey make me nor nor
+This distance is taking a hold on me for sure
+Baby come closer oh
+
+Omo I want make we dey (ku lo sa)
+Uhh, girl, I wan make you (ku lo sa)
+O lo lo, I for like make you-u-u (ku lo sa) u-u-u oh-no (ku lo sa)
+
+Omo I want make we dey (ku lo sa)
+O lo lo
+Girl, I want make you (ku lo sa)
+Oh, no, no
+I for like make you (pull over)
+Pull over, omo pull over (ku lo sa, oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.32
+Muni Long,7tjVFCxJdwT4NdrTmjyjQ6,The Words,5HMl6aG4uTWFo8TZvJ7pfn,"When we first met
+I would've never guessed
+You would be my ex
+Oh, we had some good times
+I was yours and you were mine
+Oh, now I'm cryin' every night
+I wanna make it right
+
+If I could turn back time
+I would go back to the night
+You hurt me first
+And I would kiss you right before you said the words, the words
+The words that broke up our forever
+The reason why we're not together (oh-oh)
+
+The words, the words, the words (the words)
+The words (the words)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+Jessie Reyez,3KedxarmBCyFBevnqQHy3P,FOREVER (with 6LACK),2lVYLiHGIX6GajMqYXF1Un,"Oh, somebody
+Oh, somebody
+Oh, somebody
+Oh, somebody
+
+Passwords
+That means you love me, I can give you what you ask for
+Say you need a shooter, I can do it from the half-court
+I can change your life up, painting murals on your passport (Louie)
+Future kids all on the dashboard
+
+Ooh
+I like every flaw I see in you
+This is all new
+But I hope I got what you need too
+(I hope I got what you need)
+
+'Cause sometimes somebody loves somebody
+But that body don't love 'em back
+And it's easy to say that you didn't know
+You didn't know what you had
+But you don't, you're educated
+You know that they don't make 'em
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.67999999999999
+Sonder,2ICR2m4hOBPhaYiZB3rnLW,Make Me Stay,3REQkt60mafExNVnJehMdL,"Stop calling your friends and sayin' you got one
+While you at it, call a doctor
+You outta pocket, you need to stop it
+You saw me at the club and it was sorta poppin'
+But don't make no-
+
+Don't make no mistakes
+You can't have your way
+Fuck that shit you think
+You can't make me stay
+Don't make no-
+Don't make no mistakes
+You can't have your way
+Fuck that shit you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.74000000000001
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Under The Influence,5IgjP7X4th6nMNDh4akUHb,"Kiddo, Kiddo
+K-Kiddominant on the beat, better run it back
+
+Fuckin' Robitussin
+I don't know why this shit got me lazy right now, yeah
+Can't do Percocets or Molly
+I'm turnin' one, tryna live it up here right, right, right
+
+Baby, you can
+Ride it, ooh yeah
+Bring it over to my place
+And you be like, ""Baby, who cares?""
+But I know you care
+Bring it over to my place
+
+You don't know what you did, did to me
+Your body lightweight, speaks to me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,77.98
+Summer Walker,57LYzLEk2LcFghVwuWbcuS,Karma,2Fyjjpg03fn7n5cj0Qm380,"I told you, you better stay prayed up
+You never thought the universe be looking for revenge
+
+You can't keep just doing them girls like that
+Thinking that nobody finna bite back
+Losing your mind baby
+Can't be sure, time's wasting
+
+Nice to meet you, I'm sorry
+I'm just here to do my job
+Nice to meet you, no running
+Please don't fear me, I'm just karma
+
+Let me dance for you, I'm sorry
+You'll wanna love me strong, then I'm gone
+This feeling's just for you and your wrongs
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,77.2
+Alex Vaughn,24S5IyzXICyGscL4vYshdq,So Be It,4QzljsoizfscCExqa1CDWN,"Say that I don't miss you but I do
+Say that I don't care, that's not the truth
+Ignore my intuition once again
+All for me to say you're still my friend
+Seems like everybody knows but me
+Didn't even know you moved up right the street
+All the things you said we wouldn't be (be, be, be)
+
+So be it
+It's been a hard time adjusting
+So be it
+Instead of lettin' me know, you kept secrets
+But if I cut you this deep, you'd be in pieces
+If that's how you really feel, then so be it
+
+So be it, so be it
+If that's who you are, then so be it
+So be it
+So be it
+So be it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,31.869999999999997
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Boy Bye (feat. Lucky Daye),0U8tC6UzgYePgOJT6Chlw9,"Good morning, y'all
+You're sweet like mangoes
+Sweet like mangoes, huh?
+Yeah
+You so fuckin' fake
+Say it with you chest, say what you mean, stop playin' with me
+I'm not playin', see, that's the problem, like
+I ain't playin' either, shit
+That's, that's the problem like
+But I'm not hearin' the fucked up shit you sayin', but
+
+Talkin' all that shit, where your girl at? (Pssh)
+You are way too fine, to be alone (why, thank you, thank you, I appreciate that)
+Girl, with all that ass and no one behind it, oh
+I'm just wonderin' if I can walk you home (home, home)
+
+Boy, bye
+Thinkin' you gon' come inside
+Boy, bye
+Not tonight
+Woah, now
+Can't say it ain't worth a try
+It feels right
+I'm tryna make you mine, oh
+
+Shit, girl, give me your number, let me follow you or somethin' (yeah)
+I actually got a man, yeah
+Uh, really? (Mmm)
+You playin'? (Nah, I'm good)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,66.10000000000001
+Snoh Aalegra,1A9o3Ljt67pFZ89YtPPL5X,DO 4 LOVE,3FImu2LpSuH6gDHBuFgIbS,"I guess you wonder where I've been
+I searched to find a love within
+I came back to let you know
+Got a thing for you and I can't let go
+
+My friends wonder what is wrong with me
+Well, I'm in a daze from your love, you see
+I came back to let you know
+Got a thing for you and I can't let go
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.89
+Kenyon Dixon,5AzjednUL6MFJP0dBic3be,Getting Late,4bYTTDFnNbakdU9NX8uMKj,"Girl, you been working hard (hard)
+Waiting on the weekend (yeah)
+And you deserve it, instead, you're nervous
+Wondering where he's been (he's been)
+'Bout to go off of the deep end
+
+'Cause it's a quarter past midnight, he ain't even call
+Got you sitting up, late night, looking at your phone
+If you really wanna get right, you already know
+You can get what you want with me
+
+We ain't gotta do it my way (yeah)
+You can choose, we can do what you say
+It's getting late, what you gon' do?
+Let me know, you should come through
+Sip a little red wine to some Vandross grooves
+
+If it's okay
+You can choose, we can do what you say
+It's getting late, what you gon' do?
+Let me know, you should follow through
+Sip a little red wine to some Vandross grooves
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,46.96
+Lucky Daye,5Vuvs6Py2JRU7WiFDVsI7J,Guess,51t119U9qFdDHorI8GpNPb,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.92
+DESTIN CONRAD,4jwROPSUkTkohLCRiyjiZZ,DAYDREAM,2dsbZwFPMYhchakMgL72DD,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Ambré,6gj3sMEZYP6IESIptoXnrP,I'm Baby (ft. Jvck James),2rZQC2Hwy4sClylYHg2MXI,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Ashanti,5rkVyNGXEgeUqKkB5ccK83,Falling For You,1KgqMmNUqRdXqZhR4PXtg8,"I think it's time for something new
+
+Tell me what's love if I don't feel the pain
+We've been through storms and I can smell your rain
+I think it's time for us to take more
+You got everything that I, that I've been waiting for
+Spend yours and if we switching lanes then I'm gang, girl, you got me
+
+Let's explore, you excite, let's act sober, I'm not
+Just put your face on, we pick between rooms
+Don't gotta stay long, but, baby, stay soon
+I want more but you act like you don't know what time it is, girl
+
+Guess
+It's on my head, I'm obsessed
+I wanna give you my best
+We got it as good as it gets, but what's next, baby?
+Guess
+Sorry, you ain't gotta regret
+That won't make me love you no less
+And I don't wanna be the one you forget
+So guess, say yes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Ciara,2NdeV5rLm47xAvogXrYhJX,Better Thangs (with Summer Walker),5ToBvPG8kVJ70jXGvealFs,"Uh
+
+Lately, I been livin' my life
+I don't pay the hate no mind
+Doin' better things with my time, yeah, yeah
+Elevated to a new height (height)
+Never do the same thing twice (twice)
+Puttin' all the lames on ice, yeah
+
+I been sippin' on this drink, I ain't got no complaints
+Ci'ci' in her own lane, eventually they come around
+You can say I'm livin' the dream, only winners on my team (oh-oh)
+You ain't gotta check up on me, I got everything I need (ah-ah)
+
+Better things, better things, all new еverything
+Better things, bеtter things (yeah-eah)
+Better things, better things
+Ain't got time for petty things, I'm on better things, yeah-yeah
+
+No, it ain't worth my time (no), stop calling my line
+You don't even cross my mind, now I'm on to better things
+No, it ain't worth my time (no), stop calling my line
+You don't even cross my mind, now I'm on to better things
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.82
+Bryson Tiller,2EMAnMvWE2eb56ToJVfCWs,Outside,4VY32hdU4byJ6cpEBAXRul,"White nail polish, ten toes down
+(Yeah)
+Look back at it, shawty, don't look down
+Tattoo peakin' through the see-through
+(Damn, yeah)
+Body critical, ICU
+I see you
+
+Used to be in love, now you're like, ""Fuck Cupid""
+Hate to be your ex, know that nigga feel stupid
+Thumbin' through the 'Gram, tryna figure out where you been
+All he need to know is that you're outside
+Watchin' real time while you're too live
+Easily adjusted to your new life
+Since you let loose, he been too tight
+Tight
+
+No plans to unknown plans
+You don't need a man, you got your own bands
+No kid money, these grown bands
+Had to wake 'em up, they sleepin'
+Pussy so good, gotta sleep in it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.980000000000004
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,JACKIE BROWN,2IlT65thKQQw248mhk2PjQ,"Only been a few hours, but it felt like days
+Only been days, but it feel like months
+I been gone for a year, only wrote like once
+Life moves fast when you do what you want
+I guess I'm doing what I want
+Hope you doing what you want (what else)
+But what you want
+(I don't know)
+
+My new bitch look like Halle Berry
+But she don't love me, she too scary
+My old bitch fine like Jackie Brown
+I don't wanna love her, she too down
+Will you be my leading lady
+I wanna contract, girl no maybe
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.09
+Pink Sweat$,1W7FNibLa0O0b572tB2w7t,Lay Up N’ Chill (feat. A Boogie Wit da Hoodie),6FxdAycUNPT8gHH5JhG2xI,"I just wanna lay up and chill
+Sippin' on that Rosé, really get you in your feels
+I just wanna stay up all night
+Starin' in your eyes, take a deep dive in your mind
+
+I know at my worst, you gon' ride for me
+Even when it hurts, I know you'd die for me
+I always put you first 'cause you're my everything
+You're my everything
+And I'll do the worst for your love
+
+Really like this side of you
+Don Julio, 1942, Malibu
+We can take a shot or two
+After this bottle is done, done, done
+
+We had a moment, just take it and run away
+We can have a rendezvous, just me and you
+Grippin' on your thighs
+I know you like it 'cause your eyes, they never lie
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,77.22
+Babyface,3aVoqlJOYx31lH1gibGDt3,Seamless (with Kehlani),2UqMwz0vqVDdkLHZrzSLOp,"Always givin' me hell every time that you drink
+Two tequila shots in, now you wanna read me
+Tryna have a good time, now you wanna make a scene
+You deserve an Emmy, girl, go and get your Emmy, girl
+
+See you be tryna do the most, you be tryna rock the boat
+I was tryna make it work, tryna make this house a home
+Act like I'm anybody, girl, I ain't everybody, girl
+You don't know my body, how come I'm a body?
+
+We 'posed to be seamless
+But you love showin' off weakness
+Gettin' all mad for no reason
+Turnin' up on me for breathin' (oh-oh-oh, oh-oh)
+'Posed to be seamless
+Arguin' every weekend
+Switchin' up on me like seasons
+Wanna fight? Never mind, keep it (oh, oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,42.34
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Leak It (feat. Chlöe),42j49u8GO8zuWiDCbZq2W4,"I'll leak it
+
+'Cause, baby, I ain't got no shame
+
+Might just go ahead and leak it
+
+I want you to see it this way
+Yeah
+
+No filter
+Backdrop
+No sparkles
+No crop
+Leak it (leak it, ooh)
+All on your beautiful face
+
+I could care less
+What they see
+'Cause you got me, got me (you got, you got me)
+Feelin' a way
+(You got me feelin' a-)
+
+And I'll undress
+Any place (gon' get naked for you, oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,25.28
+Ravyn Lenae,5RTLRtXjbXI2lSXc6jxlAz,Skin Tight (Alternate) [feat. Steve Lacy],4c16iHPk6g5XQavzEfDpld,"I'll leak it
+
+'Cause, baby, I ain't got no shame
+
+Might just go ahead and leak it
+
+I want you to see it this way
+Yeah
+
+No filter
+Backdrop
+No sparkles
+No crop
+Leak it (leak it, ooh)
+All on your beautiful face
+
+I could care less
+What they see
+'Cause you got me, got me (you got, you got me)
+Feelin' a way
+(You got me feelin' a-)
+
+And I'll undress
+Any place (gon' get naked for you, oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+John Legend,5y2Xq6xcjJb2jVM54GHK3t,Splash (feat. Jhené Aiko & Ty Dolla $ign),5Ip2VxpYt1dCD7MKmjrw52,"Oh, oh
+Ohh
+Splash
+Listen
+
+Sunday mornin', holy water
+Runnin' over, let me know you
+Really want it, slide up on it
+Rain down on me, let the water
+
+Purify me, wanna be baptized
+Taste those thighs, make 'em touch the sky
+Purify me, bring me back to life
+Each and every time that I take a dive and I
+
+Splash, splash
+Yeah, I'm swimmin' in it right
+I'm spendin' every night, yeah
+Splash, splash
+The deeper that we go
+You feelin' every stroke, oh
+Splash (splash), splash (splash)
+Splash (speech), splash (ooh)
+Splash (ooh), splash
+I'm swimmin' in it right
+I'm spendin' every night, yeah
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.46000000000001
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,HEATED,1w7cgGZR86yWz1pA2puVJD,"Got a lot of bands, got a lot of Hermès on me
+
+Got a lot of bands, got a lot of Ivy on me
+I gotta fan myself off, I gotta fan myself off
+I gotta cool down (heated)
+I gotta cool it down (heated), yeah, yeah
+
+It's been a lot of years, you really think you're getting one past me?
+I gotta fan myself off, I gotta fan myself off
+I gotta cool it down (heated), oh
+You got me (heated), heated, oh
+
+Never met a girl with a mind like this, no, no
+To give you space at a time like this, my love
+Never met a girl so fine like this, no, no, no, no, no
+With a waist that whine like this, my love
+
+Only a real one could tame me
+Only the radio could play me
+Oh, now you wish I was complacent
+Boy, you must have mixed up our faces
+Oh, now you wanna have conversations?
+See how you testing my patience
+Yeah, yeah
+
+Got a lot of bands, got a lot of Chanel on me
+I gotta fan myself off, I gotta fan myself off
+I gotta cool down (heated)
+I gotta cool it down (heated)
+
+Got a lot of style, got a lot of Tiffany on me
+I gotta fan myself off, I gotta fan myself off
+I gotta cool it down (heated)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.44
+Diddy,59wfkuBoNyhDMQGCljbUbA,Gotta Move On (feat. Bryson Tiller),3K9IrLs25jHtvWjAAFAfav,"She don't want it, she don't want it
+She don't want it
+Get in your bag, stay in your bag (she don't want it)
+Get in your bag, stay in your bag (yeah, yeah, yeah, yeah)
+
+She don't want my love, I guess I gotta move on
+Yeah, oh yeah (oh yeah), oh yeah (oh nah, woah)
+Oh, but, if she don't want my love, I guess I gotta move on
+Oh yeah, oh no (come on)
+If she don't want my love, I'm guessin' I gotta move on, I guess
+I guess, I guess, I came a little too strong, I guess
+She don't want my love, I guess I got move on, I guess (gotta move on)
+Yeah
+
+I tried, I tried to give it all to you, baby
+Brand-new Mercedes, a newborn baby, yeah
+And I told you your love too lazy, damn
+All you had to do was love me, baby, yeah
+Man, it gets so frustrating, yeah
+Why you wanna go and test me, baby? Yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.64
+Muni Long,7tjVFCxJdwT4NdrTmjyjQ6,Plot Twist,17hfTG2AmDsmt2KmBVhV6d,"Yeah, yeah, yeah
+
+I can't believe you think you got away
+With all the stupid games you like to play (uh)
+'Cause I went through your phone the other day
+The things I saw I won't even say
+I went and got my pistol out the safe
+Can't even lie, you made me contemplate
+Oh-oh, 'cause I really wanna tell you what I know
+Just to see the look that's on your face
+
+You got a whole 'nother life, two kids and a wife
+Even a different last name
+Too good for you, your mama know it too
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.79
+Giveon,4fxd5Ee7UefO4CUXgwJ7IP,Make You Mine,7r1MqPAD09w24mCUUbxiCI,"Ooh, you're as good as it gets for me
+Slow it down, don't wanna miss a moment
+Sit me down if you want, teach me, girl, I'm willing
+I'll be yours if you want, whatever you want
+
+Got high hopes just like you
+Truth be told, we both got things to lose
+Can't go ghost, not like usual
+Because I'm ready for your love
+
+What would it take here to make you mine, for real?
+I got a taste and now can't keep off my mind
+What would it take, for real, to make you mine?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.38
+Arin Ray,6TvjXbopXg71XRM9OZWqUc,Bad Idea (feat. Blxst),0igni3l2TL5YMWiTa2b1Qb,"(Hitmaka)
+(Right now sound)
+(Sound)
+Yeah (yeah)
+Yeah, yeah, yeah
+Oh, oh, mm (oh)
+
+Star, baby, let me breathe (breathe)
+Too much all at once, had to take a break (break)
+Got me on them roads, tryna regulate ('late)
+You know I'm the one, I don't play it safe (safe)
+
+Don't want to drown in your water (whoa)
+You had me talking to myself again (again)
+Tell you the truth, never lie, girl, I'm caught up (caught)
+Take me to heaven from the hell I've been in
+
+You want the proof, girl, it happens every time (time)
+Just when I thought I make no mistakes (mistakes)
+Just when we cross that line (line)
+Baby, it's written all on your face (face)
+
+It's a bad idea to fuck with you when you love somebody else (else)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.91
+SiR,3QTDHixorJelOLxoxcjqGx,Life Is Good (feat. Scribz Riley),4bxr2sOVZSLjIN7tQx53ir,"Life is good, ayy, car fast as fuck
+Ain't got pulled over once while I was acting up
+Hundred-twenty while I'm headed to Sonoma
+I ain't turning down no fades
+No, I don't need any soldiers, ayy, ayy
+
+I might
+Fly you down to Florida tonight
+Miami where the water stays warm
+Baby, we can do what we like
+Baby, we can do what we want
+
+Ha-ha, ha, ha, ha-ha
+Ha-ah-ha-ah-ha-ah
+Life is good, ayy, roll another blunt
+Life is good, ayy, we do what we want (ayy, ayy)
+Ayy, we do what we want (ayy, ayy)
+
+Ha-ha, ha, ha, ha-ha
+Ha-ah-ha-ah-ha-ah
+Life is good, ayy, roll another blunt
+Life is good, ayy, we do what we want (ayy, ayy)
+Ayy, we do what we want (ayy, ayy)
+
+Life is good, ayy, car fast as fuck
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.5
+Chlöe,1FtBEIWAwvw5ymBen5GICR,Surprise,3xcapG4WdzvsER4g70MjKc,"If you be good to me, then I'ma be great to you
+If you stay down for me, then I'll stay awake for you
+Surprise! Slip my panties to the side
+
+Give me your money, baby, I'll make it rain for you
+Feel like you cheating the positions I play for you
+Surprise! (-prise!) Tonight, you get my freaky side (side)
+
+You like the way that I ride
+Give you a piece of the pie
+You say that you could just stay up and eat it all morning and into the night
+You know I never get tired teasing you just how I like
+Yeah, we both winning, I give you the business, but you're the one wearing the tie (ooh)
+
+Work that like how you should
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.53
+Summer Walker,57LYzLEk2LcFghVwuWbcuS,Unloyal (with Ari Lennox),081Shn2hU3YxvQmGaCPegr,"I ain't takin' your shit today, no
+I ain't takin' your shit tomorrow, no
+We can do it my way, so
+I ain't stickin', no
+No, I ain't stickin' 'round no more
+'Cause you just wanna play with my heart, and (oh)
+I seen you with the girl at the party (oh, no)
+
+You think I'm just gon' stand on by
+And watch you waste my time? (No)
+Boy, I am way too fine, so I'm out (no)
+
+I guess I'm unloyal, baby
+I guess I'm untrue (yeah, yeah)
+I guess I'm unloyal, baby (look)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.25
+Alex Isley,7E2ioKxoxI2J94tUkIx6As,Such A Thing,7dAtplicSnwRymddH1qmpC,"Tip toed 'round my door
+Was not looking for you
+Busy finding who I am (I am)
+
+Just one year ago
+You couldn't have told me
+That this was a part of my plan (my plan)
+
+Love
+Never imagined such a thing
+Never imagined such a thing
+So beautiful, wonderful
+Never imagined such a thing
+Never imagined such a thing
+
+Now I understand
+Was all in the timing
+Busy counting down the days
+
+And I could never see
+Never would've guessed that
+You'd show up for me this way
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.45
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,ROLLING STONE,0e0JshRej2NwT7jahEmv52,"I'm a rolling stone
+I'm too wild for you to own
+In a whip that's meant to speed
+If i hurt you would you leave?
+I learned the game from some heavyweights
+Catching buses, making change from another play
+
+I still got demons from my younger days
+I wish I could shake 'em but they follow me
+I wish I could take it easy but these fans watch
+Ask my mama, I been hustlin' since the sand box
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.74
diff --git a/my_playlist_sentiment_v4.csv b/my_playlist_sentiment_v4.csv
new file mode 100644
index 0000000000..49c0e3830a
--- /dev/null
+++ b/my_playlist_sentiment_v4.csv
@@ -0,0 +1,1294 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Drake,3TVXtAsR1Inumwj472S9r4,Rich Flex,1bDbXMyjaUIooNwFE9wn0N,"Go buy a zip of weed, hit the club
+Pay for 'bout ten nigga to get in, we crunk, lit in this bitch, yeah
+
+(Body up, yuh, yuh)
+Know we walk around the world
+(Body up, yuh, yuh)
+Steppin' not givin' a damn 'bout where our feet land at
+
+Yeah, get your ass mushed, smooshed (6ix)
+Yeah, 21, the biggest
+
+Put a nigga in the chicken wing, pussy
+
+21, can you do some' for me? (21)
+Can you hit a lil' rich flex for me? (21)
+And 21, can you do sum' for me? (21, 21)
+Drop some bars to my pussy ex to me
+And 21 (21), can you do some' for me? (Yeah)
+Can you talk to the opps necks for me? (Okay)
+21, do your thing, 21, do your thing (21)
+Do your thing, 21, do your thing
+
+Yellow diamonds in the watch, this shit cost a lot
+Never send a bitch your dot, that's how you get shot
+I DM in Vanish Mode, I do that shit a lot
+Took her panties off and this bitch thicker than a plot
+
+All my exes ain't nothin', them hoes busted
+If my opps ain't rappin', they ass duckin'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.53
+Drake,3TVXtAsR1Inumwj472S9r4,Major Distribution,46s57QULU02Voy0Kup6UEb,"No, no, no, no, no, no
+No, no, no, no, no
+Major distribution, man, my label on my dick, for real
+Fucking with your friend and she ain't tell you y'all ain't shit, for real
+I've been out here crushing on success, now she my bitch, for real
+You say I'm persuasive, girl, but you can't spell that shit, for real
+
+Hmm, hmm, in this mansion, I'm Macaulay Culkin
+Paid in full, I'm Mekhi Phifer
+Know you're tired, we just did dinner for three hours
+Lying to me all night, buying Benz Benz's out of spite
+Paid a hundred, ran up something light
+Simple price to keep 'em out my life
+Booby Trap, we need a business office
+Magic City need a business office
+29, I keep a business office
+I'm in lovе with Houston, Dallas, Austin
+Tell your guys to hold off on the team
+Chains seem like they may need money for coffins
+Cuban girl, a fan of ground coffee
+Text me on the Signal, don't call me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.47
+Drake,3TVXtAsR1Inumwj472S9r4,Pussy & Millions (feat. Travis Scott),2KLwPaRDOB87XOYAT2fgxh,"I been out, late night creepin', should I slide on bitches?
+Posted up with the militia
+Niggas ain't switchin', mind on missions
+Mind on pussy and millions, mind on pussy and millions
+I'm tryna call a sex symbol to eat my kids up
+
+They say more money, more problems (Will)
+Bring on the problems (Will)
+Bring on the problems (Will)
+Bring on the motherfuckin' problems
+They say more money, more problems
+Bring on the problems
+Bring on the problems
+Bring on the motherfuckin' problems, ayy
+
+Braided up and my two weeks up
+Hit 'em then I get amnesia
+Life ain't gettin' any easier
+Flaca, Flacasita
+I know that I'm not in love, she don't love me either
+It's just hard to find the love, this shit keep on gettin' deeper
+
+Who said it's cheaper to keep her?
+I'd rather release her
+Body ain't give her the wave like a feature
+You know the procedure
+Niggas is praying to God so we stay with the sweeper
+I'm reppin' 4L with my twinny, so treacherous introduce y'all to the leader
+
+Come to me with all the smoke
+I like the money, for sure
+But I love the hustle the most
+She pretty, she show off her toes
+And my Pateks, they came with a pole
+Know this money bring envy and jealousy
+I'm like, ""Fuck it, I want me some more""
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.92999999999999
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Anti-Hero,0V3wPSX9ygBnCm8psDIegu,"I have this thing where I get older but just never wiser
+Midnights become my afternoons
+When my depression works the graveyard shift
+All of the people I've ghosted stand there in the room
+
+I should not be left to my own devices
+They come with prices and vices
+I end up in crises
+Tale as old as time
+I wake up screaming from dreaming
+One day I'll watch as you're leaving
+'Cause you got tired of my scheming
+For the last time
+
+It's me
+Hi!
+I'm the problem, it's me
+At teatime
+Everybody agrees
+I'll stare directly at the sun but never in the mirror
+It must be exhausting always rooting for the anti-hero
+
+Sometimes I feel like everybody is a sexy baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.78999999999999
+Drake,3TVXtAsR1Inumwj472S9r4,On BS,34tz0eDhGuFErIuW3q4mPX,"Yeah, whoa, whoa, whoa
+
+I had to cut some niggas off, they didn't mean me no good
+I come from the ghetto, so my trunk is in my hood
+She wouldn't wear no panties 'round me even if she could
+Gave out plenty spankings 'til they got it understood
+Fuck the nosebleeds, baby, come sit on this wood
+If you know it's tension, don't come 'round me like it's good
+I got street smarts and you can't get this out no book
+I can't right my wrongs, but I can still write these hooks
+
+Oh, time to get exposed
+You ain't been from 'round here, nigga, come get off your show
+Savage said you pussy and he hit it on the nose
+But that board is opеn, why you actin' like it's closed?
+I don't know
+Y'all be goin' in and out rеcessions
+The same way that I be goin' in and out of Texas
+Or in and out my sessions, or in and out her best friends
+Or in and out these courtrooms, my lawyer like, ""Objection""
+
+Yeah, whoa, whoa
+All my bitches Spanish, boricua
+Water on my neck, these diamonds came with coral reefer
+She from overseas, I had to buy her a new visa
+Met your wife in Vegas, but I hit her in Ibiza
+She a supermodel, so she only eatin' Caesar
+Used to date a rapper, but he acted like a diva
+Niggas hustlin' backwards, out here ballin' with the reup
+
+Popped an Adderall, I feel like I can lift a tree up
+Seen too many cameras, so I never lift my ski up (yeah)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.92
+Drake,3TVXtAsR1Inumwj472S9r4,Spin Bout U,2ZL7WZcjuYKi1KUDtp4kCC,"You gotta motherfuckin' feel this shit, boy
+(BanBwoi)
+Woah
+
+I got feelings for you
+Hope you ain't lovin' the crew
+How many bodies you got?
+Pray it ain't more than a few
+Know that you dealt with some lames
+When you was young and in school
+He had to pop your cherry
+But I got it wet like a pool
+
+She got a new G-Wag'
+She wanna hit Highlight Room and show it off
+Got a new body, girl, show it off
+This a Brazilian, I know it's soft
+Toned up and she got a six-pack
+Look like she used to play volleyball
+American Express, you can have it all
+Code to the safe, you can have it all
+
+Fuck your main page, what's your Finsta? I wanna know the real you
+You started dancin' to pay your tuition, girl, I wanna know what you been through
+You want a boutique or you wanna sell hair, just let me know what you into
+If you out in public, and he want your number, just tell him, ""My nigga'll spin you""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.59
+Drake,3TVXtAsR1Inumwj472S9r4,Privileged Rappers,7l2nxyx7IkBX5orhkALg0V,"Whoa, whoa, yeah
+Look at me dead in my eyes, I know that you know that a — ain't lyin'
+Too much respect, all of my shawty BDs, they know not to try it
+Too much respect, I used to hand out CDs before they would buy it
+Whoa, she love me so much, it seem like she biased
+— Don't know how I live, but that's 'cause they live at the Hyatt, ayy
+4L step team steppin' on — 'til it's quiet
+He brought me the money sealed up, I still had to count it, I cannot just eye it
+
+Whoa, whoa, whoa
+Yeah, let's have sex in the bank, tell 'em to open the safe
+I hate a privileged rapper who don't even know what it take
+The diamonds, they hit like a rainbow, that's 'cause the necklace a Frank (purr)
+Whoa, whoa, whoa
+Yeah, let's have sex in the nine (let's do it)
+Breakin' and bendin' her spine (let's do it, let's do it)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.73
+Drake,3TVXtAsR1Inumwj472S9r4,Circo Loco,7GeTsDIc5ykNB6lORO6Cee,"(One more time)
+
+I've been blowin' through the money like it grow on trees
+I've been fuckin' on a French bitch, c'est la vie
+I just put 'em on a jet, now they all Italian
+Way I'm dressin', tell I've been to a thousand islands
+
+This bitch lie 'bout gettin shots but she still a stallion
+She don't even get the joke but she still smilin'
+Every night, late night like I'm Jimmy Fallon
+Crod' shoot from anywhere like he Ray Allen
+
+Crody turn me up
+Crody turn me up
+Crody turn me up
+
+Got a fur on a temp but got me burning up
+Shorty say she graduated, she ain't learn enough
+Play the album track one, 'kay I heard enough
+Girl, the driver downstairs, better hurry up
+
+Savage got a new stick, he wanna dirt it up
+Touchdown in N.Y., turn the Mercer up
+Ayy, Bottega shades with the grey tints
+Introduce me to a nigga, yeah it make sense
+Gotta put her on the team, got a grey Benz
+Linking with the opps, bitch I did that shit for J Prince
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.2
+Drake,3TVXtAsR1Inumwj472S9r4,BackOutsideBoyz,0wshkEEcJUQU33RSRBb5dv,"BackOutsideBoyz, totin a seventy on the strip, I'm ready to die (die)
+Cutting the traction, bending the corner, bet I make shit glide (shh)
+Tried to bring the drama to me, he ain't know how we cha-cha slide (yeah)
+I'll never lose sleep over no bitch, way too much pride (yeah, yeah, yeah)
+Fill it up in a briefcase, split this shit with the vibes (yeah, yeah)
+Hm, hm, hm (pssh), hm (pssh)
+
+Breaking a Brink's truck, my right wrist Van Cleef (Cleef)
+I spent days in the East tryna figure if I'm geeked (huh, 'kay)
+This bitch tweaking, talked too much while I was geeked, blew my peep (brr)
+Fuckin' rap niggas' hoes, I'm on the street, this shit sweet (hey)
+I went half a million on rosé and four million on my ice (hey, hey)
+Couple million on my cars, I went Tyson, I'm too nice (hey, hey)
+Nigga stopped me on the street, wanted to talk, so he asked my price (yeah, hey, 'kay)
+The number was as high as me, I ain't gon' lie (yeah, okay)
+I was fucking with this lil' woe, I think she bi (bi)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,76.05
+Drake,3TVXtAsR1Inumwj472S9r4,Broke Boys,45pUWUeEWGoSdH6UF162G8,"Yeah, ayy
+Hop in that bitch and I start the V
+Snakes in the grass so they harder to see
+My brother would give up his life to the O
+He told me he gon' be a martyr for me
+Said that she ready to come to the 6ix
+I hit up Pauleen, the charter, the P
+
+Ain't really lead but I'm back in (back in), I'm back in (back in), I'm back in (back in)
+I'm ridin' around in Atlanta with Sav
+'Cause that nigga been goin' harder than me
+Nothin' had changed, I'm just harder to please
+Ferrari is makin' an SUV
+We ain't got a choice, we orderin' these
+Shout out Noel for recordin' the V's
+
+He know where this shit 'bout to go, 'cause nobody touchin' the flow
+They say you alone at the top, but it's gotta be lonely below
+You boys gettin' ready to diss, but don't even mention the O
+And don't even mention a foe unless you boys tryna go broke
+
+Whoa, I got more stripes than Adidas
+(Yeah, I got the stripes, but fuck Adidas, nigga)
+I don't chase bitches, I leave 'em
+(Hoes screamin' like I'm Justin Bieber, nigga)
+I don't get mad, I get even
+(Hit you niggas like a buzzer beater, nigga)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,38.47
+Drake,3TVXtAsR1Inumwj472S9r4,Hours In Silence,0sSRLXxknVTQDStgU1NqpY,"Leave your phone, come to mine
+You'll catch a hint in due time
+I think, think that I
+Could fuck the idea of him outta your mind
+He said he rap, he ain't signed, that ain't a good sign
+Change your mind, good conversation and some rosé wine
+Unless there's some other things you gotta mind
+You mind me, ayy, ayy
+
+The smoke got me talkin' in Dutch
+A pill in Ibiza, so what?
+She leanin' on me, I'm her crutch
+She creamin' on me, I'm her crush
+Her photos don't need a retouch
+She askin' why haven't I nut?
+I didn't know we in a rush
+Enjoyin' the moment, so hush
+My album was payin' her bills
+I don't еven need a deluxe
+Hеr stomach is flat as fuck
+
+She still fit that shit in her gut somehow
+The fat musta went in her butt somehow
+I don't even ask her what's up?
+She sayin' that shit is natural
+Don't care if she makin' it up
+I never put you in no Uber, girl
+I'm always gon' send you a truck
+I'm always gon' keep it a buck
+You give me that shit and I'm stuck
+
+.30 on my waist
+'Cause a lotta broke niggas 'round the way ridin' 'round town
+And they lookin' for my face
+Gotta pray to God above you, girl, you know that Savage love you
+And I hope that you feel the same
+Tryna be the one for you, but my nickname true
+And I hope that I can change
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,20.4
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Lavender Haze,5jQI2r1RdgtuT8S3iG8zFC,"Meet me at midnight ...
+
+Staring at the ceiling with you
+Oh, you don't ever say too much
+And you don't really read into
+My melancholia
+
+I been under scrutiny
+You handle it beautifully
+All of this is new to me
+
+I feel the lavender haze creeping up on me
+Surreal
+I'm damned if I do give a damn what people say
+No deal
+The 1950s sh- they want from me
+I just wanna stay in that lavender haze
+
+All they keep asking me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,45.879999999999995
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Midnight Rain,3rWDp9tBPQR9z6U5YyRSK4,"Rain, he wanted it comfortable
+I wanted that pain
+He wanted a bride
+I was making my own name
+Chasing that fame
+He stayed the same
+All of me changed like midnight
+
+My town was a wasteland
+Full of cages, full of fences
+Pageant queens and big pretenders
+But for some, it was paradise
+
+My boy was a montage
+A slow-motion, love potion
+Jumping off things in the ocean
+I broke his heart 'cause he was nice
+
+He was sunshine, I was midnight rain
+He wanted it comfortable
+I wanted that pain
+He wanted a bride
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.06
+Steve Lacy,57vWImR43h4CaDao012Ofp,Bad Habit,4k6Uh1HXdhtusDW5y8Gbvy,"(I wish I knew you) wanted me
+I wish I knew, I wish I knew you wanted me
+I wish I knew, I wish I knew you wanted me
+
+What you, ooh, uh, what you do?
+Made a move, coulda made a move
+If I knew I'd be with you
+Is it too late to pursue?
+
+I bite my tongue, it's a bad habit
+Kinda mad that I didn't take a stab at it
+Thought you were too good for me, my dear
+Never gave me time of day, my dear
+It's okay, things happen for
+Reasons that I think are sure, yeah
+
+I wish I knew, I wish I knew you wanted me
+I wish I knew (oh), I wish I knew you wanted me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.46000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Maroon,3eX0NZfLtGzoLUxPNvRfqm,"When the morning came we
+Were cleaning incense off your
+Vinyl shelf 'cause we lost track of time again
+Laughing with my feet in your lap
+Like you were my closest friend
+
+""How'd we end up on the floor anyway?""
+You say
+""Your roommate's cheapest screw top rosé
+That's how""
+I see you every day now
+
+And I chose you
+The one I was dancing with in New York
+No shoes
+Looked up at the sky and it was
+The burgundy on my t-shirt when you splashed your wine into me
+And how the blood rushed into my cheeks, so scarlet it was
+The mark they saw on my collarbone
+The rust that grew between telephones
+The lips I used to call home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.03
+Drake,3TVXtAsR1Inumwj472S9r4,Treacherous Twins,4Flfb4fGscN9kXPOduQLrv,"Yeah, uh
+Yeah
+
+You my treacherous lil' twin, and you know that we locked in
+And I love you like my kin, it's whatever for you
+I go up and down that road, I go anywhere you go
+When you tell me life is good, I want better for you (Yeah)
+
+You my twin
+You my twin, you my treacherous lil' twin
+You my twin, you my treacherous lil' twin
+You my twin, you my treacherous lil' twin
+
+Yeah, fuck what they say say
+Fuck what they— (Uh, yeah) Fuck what they— (Uh, yeah)
+Fuck what they say
+Five hundred million out the face, feel like KayKay
+And I know the city that we from not a safe place
+But I know you ridin' with your twin 'til we fade away
+We used to have nothin' to our names, still had great days
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.33
+Drake,3TVXtAsR1Inumwj472S9r4,Middle of the Ocean,410TZrK18uRjtsTunG14cl,"Yeah
+I'm in the Missoni room at the Byblos
+The boat was rockin' too much on some Aaliyah shit
+For real
+We goin' from the Vava to Cinquante-Cinq, then back to the Vava
+If you know, you know, baby, I don't, I don't know what to tell you
+Yeah
+
+Ayy
+Look
+Long way from Sette Mezzo
+Meet Tommaso and Ernesto
+Short rigatoni with the pesto
+These verses are my manifesto
+Hallways got an echo
+Me and Smiggz on the loose in the city, you know how the rest go
+Casual sex, I'm like, ""Fuck a dress code""
+The first martini is an espresso
+
+Chill shot glasses with prosecco
+Niggas so ignorant in our hood
+They bе like, ""Why the fuck you makin' techno?""
+I'm worldwidе and this is just another cargo jet flow, I had to let go
+Life insurance policies, you niggas 'bout to need the gecko
+I got some meaner threats, though
+Me, Spider-Man, and Leonardo, I'm back tomorrow
+I had the chopper to a wedding out in Monaco or Monte Carlo
+I'm losin' track of where we all go
+I wouldn't trade my life for none of y'alls, it's an embargo
+
+Fifty-nine bags on the 767, this is heavy cargo
+Yeah
+Fifty-nine bags on the—, ayy
+Swedish jail cell smellin' like some Carby Musk
+For your birthday, your boyfriend got a party bus
+Bottle signs, club lines, should've come with us
+We left that shit in '09 when we was comin' up
+I mean, these just my suggestions of course
+I'm ridin' here fresh off divorce
+And I'm tryna look in her eyes, maybe express my remorse
+If she want a rebound with me, I'm down to go get her some boards
+I'm here for the moral support
+Whippin' the Vespa off of six tequilas
+Big Benjamins like the Pittsburgh Steelers
+Drake, you got it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.47999999999999
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Karma,7KokYm8cMIXCsGVmUvKtqf,"You're talking shit for the hell of it
+Addicted to betrayal, but you're relevant
+You're terrified to look down
+'Cause if you dare, you'll see the glare
+Of everyone you burned just to get there
+It's coming back around
+
+And I keep my side of the street clean
+You wouldn't know what I mean
+
+'Cause karma is my boyfriend
+Karma is a god
+Karma is the breeze in my hair on the weekend
+Karma's a relaxing thought
+Aren't you envious that for you it's not?
+Sweet like honey, karma is a cat
+Purring in my lap 'cause it loves me
+Flexing like a goddamn acrobat
+Me and karma vibe like that
+
+Spider-boy, king of thieves
+Weave your little webs of opacity
+My pennies made your crown
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,49.63
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Unholy (feat. Kim Petras),3nqQXoyQOWXiESFLlDF1hG,"Mummy don't know daddy's getting hot
+At the body shop
+Doing something unholy
+Lucky, lucky girl (ooh)
+Lucky, lucky girl (yeah, yeah)
+Lucky, lucky girl
+Lucky, lucky
+
+A lucky
+Lucky, lucky (oh, baby)
+Lucky, lucky
+Lucky
+Lucky, lucky
+
+A lucky, lucky girl
+She got married to a boy like you
+She'd kick you out if she ever, ever knew
+'Bout all the - you tell me that you do
+
+Dirty, dirty boy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.3
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,"You're On Your Own, Kid",4D7BCuvgdJlYvlX5WlN54t,"Summer went away
+Still, the yearning stays
+I play it cool with the best of them
+I wait patiently
+He's gonna notice me
+It's okay, we're the best of friends
+Anyway
+
+I hear it in your voice
+You're smoking with your boys
+I touch my phone as if it's your face
+I didn't choose this town
+I dream of getting out
+There's just one who could make me stay
+All my days
+
+From sprinkler splashes to fireplace ashes
+I waited ages to see you there
+I search the party of better bodies
+Just to learn that you never cared
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.15
+Drake,3TVXtAsR1Inumwj472S9r4,Jumbotron Shit Poppin,2ZlABhxMMa43COmZ97kKsJ,"(Wake up, F1LTHY)
+Yeah
+
+We ain't even out in Turks, she finna take sand
+Ridin' 'round with F&N, we like to hold hands
+(Oogie Mane he killed it) Boat was too sipped out, he ain't leave the bed
+Damn, they dipped a pint of TEC in a Code Red
+If I tell this bitch to pull up, she gon' moped it
+My dawg, he don't smoke on shit, unless it's unleaded
+I don't back and forth over no net, so just go on and dead it
+See me when you see me, if it's smoke, dawg, you're unleashy
+
+Thick Moroccan bitch, this my fav', I'ma go on and beat it
+Lookin' in the mirror, kiss my face, I'm too conceited
+Send a girl home, call another, dawg, I'm too slime
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,88.67
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Bejeweled,3qoftcUZaUOncvIYjFSPdE,"Baby love, I think I've been a little too kind
+Didn't notice you walking all over my peace of mind
+In the shoes I gave you as a present
+Putting someone first only works
+When you're in their top 5
+And by the way
+I'm going out tonight
+
+Best believe I'm still bejeweled
+When I walk in the room
+I can still make the whole place shimmer
+And when I meet the band
+They ask, ""Do you have a man?""
+I could still say, ""I don't remember""
+Familiarity breeds contempt
+Don't put me in the basement
+When I want the penthouse of your heart
+Diamonds in my eyes
+I polish up real
+I polish up real nice
+
+Nice!
+
+Baby boy, I think I've been too good of a girl
+(Too good of a girl)
+Did all the extra credit then got graded on a curve
+I think it's time to teach some lessons
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.46000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Snow On The Beach (feat. Lana Del Rey),1wtOxkiel43cVs0Yux5Q4h,"One night a few moons ago I
+Saw flecks of what could've been lights
+But it might just have been you
+Passing by unbeknownst to me
+Life is emotionally abusive
+And time can't stop me quite like you did
+And my flight was awful, thanks for asking
+I'm unglued - thanks to you
+
+And it's like snow at the beach
+Weird but fuckin' beautiful
+Flying in a dream
+Stars by the pocketful
+You wanting me
+Tonight
+Feels impossible
+But it's comin' down, no sound, it's all around
+Like snow on the beach
+Like snow on the beach
+Like snow on the beach
+Like snow
+
+This scene feels like what I once saw on a screen
+I searched 'aurora borealis green'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.96000000000001
+Drake,3TVXtAsR1Inumwj472S9r4,More M’s,29YW2xXlo6Pc6M0SBTCXYN,"(Metro!)
+Metro in this bitch goin' brazy
+
+Strike like a match, knock him out his hat
+Knife to a gun fight, this ain't none of that
+Had to cut her off, she got too attached
+I ain't wastin' time that I'm never gettin' back
+Takin' less L's, makin' more M's
+Put her Skims on, now she actin' like she Kim
+Take it to the paint, take it to the rim
+You look good on camera, baby, let's go make a film
+
+Big diamonds, Big Puns, VS1's
+Long guns, home runs, I'm the don
+I can hang in the trenches with no one
+Plenty switches with extensions, it's no fun
+Givin' out spankings
+Ridin' with lil', uh, 'cause he shoot without thinkin'
+Baptize a nigga, send him home in a blanket
+Upgrade a bitch and put some diamonds in her anklet
+Better not get no throw up on my seat, I know you drinkin'
+
+You ain't fuck no rapper, you a dinosaur, you ancient
+I like fried rice, you better cook like you an Asian
+Wrote a lot of verses, but I never wrote no statement
+I been in them rooms, I never did no contemplatin'
+This bitch wanna argue, I ain't doin' no debatin'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,28.1
+Joji,3MZsBdqDrRTJihTHQrO6Dq,Die For You,26hOm7dTtBi0TdpDGl141t,"Swear I couldn't sleep a wink last night
+No point in turning off the lights
+Not the same without your head on my shoulders
+Growing pains, but I don't wanna get older
+
+Almost like we left it all on read
+Couple feelings never laid to rest
+Didn't know that the party was over
+And it's true that I need you here closer
+
+Burning photos
+Had to learn to let go
+I used to be
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.21
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Vigilante Shit,1xwAWUI6Dj0WGC3KiUPN0O,"Draw the cat eye, sharp enough to kill a man
+You did some bad things, but I'm the worst of them
+Sometimes I wonder which one will be your last lie
+They say looks can kill and I might try
+I don't dress for women
+I don't dress for men
+Lately I've been dressing for revenge
+
+I don't start it but I can tell you how it ends
+Don't get sad, get even
+So on the weekends
+I don't dress for friends
+Lately I've been dressing for revenge
+
+She needed cold hard proof so I gave her some
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.36
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Question...?,0heeNYlwOGuUSe7TgUD27B,"(I remember)
+
+Good girl, sad boy
+Big city, wrong choices
+We had one thing goin' on
+I swear that it was somethin'
+'Cause I don't remember who I was
+Before you painted all my nights
+
+A color I've searched for since
+But one thing after another
+Fuckin' situations, circumstances
+Miscommunications and I
+Have to say, by the way
+I just may like some explanations
+
+Can I ask you a question?
+Did you ever have someone kiss you in a crowded room
+And every single one of your friends was makin' fun of you
+But 15 seconds later, thеy were clappin' too?
+Then what did you do?
+
+Did you lеave her house in the middle of the night? (Oh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.56
+Lil Uzi Vert,4O15NlyKLIASxsJ0PrXPfz,Just Wanna Rock,4FyesJzVpA39hbYvcseO2d,"Ah, ah, ah, ah
+I just wanna rock
+Body-ody, yeah (shake it down)
+
+Damn
+Damn
+(MC, make another hit) whoa!
+This ain't what you want (Project, Project X)
+This ain't what you want
+This ain't what you want
+
+Ha! 1600 block, I just wanna rock (shake it down)
+I just wanna, ah, ah, ah, ah, ah, ah, ah
+I just wanna rock, body-ody, yeah (shake it down)
+Shawty got that body-ody, ah, ah, ah (shake it down)
+Hit her once, no ties (shake it-shake it)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.17
+d4vd,5y8tKLUfMvliMe8IKamR32,Romantic Homicide,1xK59OXxi2TAAAbmZK0kBL,"I'm scared
+
+It feels like you don't care
+
+Enlighten me, my dear
+
+Why am I still here?
+
+I don't mean to be complacent with the decisions you made
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.15
+SZA,7tYKF4w9nC0nq9CsPZTHyP,Shirt,34ZAzO78a5DAVNrYIGWcPm,"Kiss me, dangerous
+Been so lost without you all around me
+Get anxious
+Lead me, don't look back, it's all about you
+
+In the dark right now
+Feeling lost, but I like it
+Comfort in my sins, and all about me
+All I got right now
+Feel the taste of resentment
+Simmer in my skin, it's all about
+
+Blood stain on my shirt, new bitch on my nerves
+Old nigga got curved, going back on my word
+Damn, bitch, you so thirsty
+Still don't know my worth, still stressing perfection
+Let you all in my mental, got me looking too desperate
+Damn, you ain't deserve
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.87
+Drake,3TVXtAsR1Inumwj472S9r4,I Guess It’s Fuck Me,31bsuKDOzFGzBAoXxtnAJm,"You said f- me, and I was like, ""Cool""
+So, now what's the problem?
+
+Don't go hiding again
+Tired of asking where you've been
+You left so abruptly
+I guess it's f- me
+Tell me, what did I do wrong?
+Tell me, what did I do wrong?
+Tell me, what did I do wrong?
+Tell me, what did I do wrong?
+
+Before it's over
+I need you to come over once again
+And before you give me closure
+Need you to come a little bit closer
+
+Still steppin' like Omega Psi Phi for mine
+If bein' real was a crime, I'd be doin' life
+Like that n- not nice, I don't know polite
+I'm the first ever antisocial socialite
+The pain that I seen in my mother's eyes in 2009
+Have me workin' 'til it's 2049
+Ain't get hate when I tell you, ""Oh, some other time""
+Like I really got some other time
+
+You just tell me, ""Never mind""
+Know I sound crazy to a lazy mind
+Know it'll be a different kind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.47
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Mastermind,7FmYn9e7KHMXcxqGSj9LjH,"Once upon a time
+The planets and the fates and all the stars aligned
+You and I ended up in the same room at the same time
+And the touch of a hand lit the fuse
+Of a chain reaction of countermoves
+To assess the equation of you
+Checkmate, I couldn't lose
+
+What if I told you
+None of it was accidental
+And the first night that you saw me
+Nothing was gonna stop me
+I laid the groundwork
+And then just like clockwork
+The dominoes cascaded in a line
+
+What if I told you I'm a mastermind
+And now you're mine
+It was all by design
+'Cause I'm a mastermind
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.99
+Drake,3TVXtAsR1Inumwj472S9r4,Jimmy Cooks (feat. 21 Savage),3F5CgOj3wFlRv51JsHbxhe,"Just awaken shaken once again, so you know it's on
+(Just awaken shaken once again, ho, you know it's on)
+Just awaken shaken once again, so you know it's on
+(Just awaken shaken once again, ho, you know it's on)
+Yeah, life
+Life is only thing we need
+They need me to go, but I don't wanna leave
+Rest in peace to Lil Keed
+
+Fuck a pigeonhole, I'm a night owl, this a different mode
+I might have to make her paint a 6 on her pinky toe
+Heard you with a shooting guard, just let a nigga know
+I would have you courtside, not the middle row
+All good, love, in a minute, though
+I can't stress about no bitch 'cause I'm a timid soul
+Plus I'm cookin' up ambition on a kitchen stove
+Pot start to bubble, see the suds, that shit good to go
+
+Hoes say I'm suave, but I can't get RICO'd
+Bro think he John Wayne, I bought him yellow stones
+Love the way they hang, babe, fuck the silicone
+Everybody fake now, you could crack the code
+Bust down everything, set in rose gold
+Dread talkin' to you niggas like I'm J. Cole
+I can tell her head good before I even know
+Bitch, don't tell me that you model if you ain't been in Vogue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.87
+Joji,3MZsBdqDrRTJihTHQrO6Dq,Glimpse of Us,4ewazQLXFTDC8XvCbhvtXs,"She'd take the world off my shoulders if it was ever hard to move
+She'd turn the rain to a rainbow when I was living in the blue
+Why then if she's so perfect, do I still wish that it was you?
+Perfect don't mean that it's working, so what can I do? (Ooh)
+
+When you're out of sight in my mind
+
+'Cause sometimes I look in her eyes, and that's where I find a glimpse of us
+And I try to fall for her touch, but I'm thinking of the way it was
+Said, ""I'm fine"" and said, ""I moved on""
+I'm only here passing time in her arms
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.42
+21 Savage,1URnnhqYAYcrqrcwql10ft,3AM on Glenwood,1MTXYvJ9TSqg9x6WPCDx2n,"Woah, I get rid of all the smoke like Ozium
+Shorty got that real jelly, yeah, petroleum
+Niggas actin' like my kids, and they be older than him
+Can't believe they killed Skinny, I really growed up with him
+I'ma leave a lot of niggas covered in roses for him
+Spray the witness, I ain't leavin' no Jehovah for them
+Won a Grammy and I couldn't even show it to him
+Put my face inside a line-up, niggas know that I'm him
+
+Anybody speakin' on my brothers got stepped on
+Pull up from the three like Stephen
+And the coupe bald-headed like the other Stephon
+Put my kids in private school, so they could get they prep on
+Think my heart made out of Teflon
+What? What? Think my heart bulletproof
+You ain't got a mask, I can show you what a hoodie do
+Pull the string tight 'til your eyelids covered too
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.1
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Labyrinth,0A1JLUlkZkp2EFrosoNQi0,"It only hurts this much right now
+Was what I was thinking the whole time
+Breathe in, breathe through
+Breathe deep, breathe out
+I'll be getting over you my whole life
+You know how scared I am of elevators
+Never trust it if it rises fast
+It can't last
+
+Uh oh, I'm falling in love
+Oh no, I'm falling in love again
+Oh, I'm falling in love
+I thought the plane was going down
+How'd you turn it right around
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.63
+JVKE,164Uj4eKjl6zTBKfJLFKKK,golden hour,5odlY52u43F5BjByhxg7wg,"It was just two lovers
+Sittin' in the car, listening to Blonde
+Fallin' for each other
+Pink and orange skies, feelin' super childish
+
+No Donald Glover
+Missed call from my mother
+Like, ""Where you at tonight?""
+Got no alibi
+
+I was all alone with the love of my life
+She's got glitter for skin, my radiant beam in the night
+I don't need no light to see you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.03
+Zach Bryan,40ZNYROS4zLfyyBSs2PGe2,Something in the Orange,3WMj8moIAXJhHsyLaqIIHI,"It'll be fine by dusk that I'm telling you, baby
+These things eat at your bones and drive your young mind crazy
+But when you place your head between my collar and jaw
+I don't know much, but there's no weight at all
+
+And I'm damned if I do, and I'm damned if I don't
+'Cause if I say I miss you, I know that you won't
+But I miss you in the mornings when I see the sun
+Something in the orange tells me we're not done
+
+To you, I'm just a man
+To me, you're all I am
+Where the hell am I supposed to go?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.54
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,As It Was,4Dvkj6JhhA12EX05fT7y2e,"Come on, Harry, we wanna say ""good night"" to you!
+
+Holding me back
+Gravity's holding me back
+I want you to hold out the palm of your hand
+Why don't we leave it at that?
+
+Nothing to say
+When everything gets in the way
+Seems you cannot be replaced
+And I'm the one who will stay
+Oh-oh-oh
+
+In this world
+It's just us
+You know it's not the same as it was
+
+In this world
+It's just us
+You know it's not the same as it was
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.08
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Sweet Nothing,0wavGRldH0AWyu2zvTz8zb,"I spy with my little tired eye
+Tiny as a firefly
+A pebble that we picked up last July
+Down deep inside your pocket
+We almost forgot it
+Does it ever miss Wicklow sometimes?
+Ooh...
+
+They said the end is coming
+Everyone's up to something
+I find myself running home to your
+Sweet nothings
+Outside they're push and shoving
+You're in the kitchen humming
+All that you ever wanted from me was
+Sweet nothing
+
+On the way home
+I wrote a poem
+You say, ""what a mind""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.01
+The Weeknd,1Xyo4u8uXC1ZmMpatF05PJ,Die For You,2LBqCSwhJGcFQeTHMVGwy3,"I'm findin' ways to articulate the feeling I'm goin' through
+I just can't say I don't love you
+'Cause I love you, yeah
+It's hard for me to communicate the thoughts that I hold
+But tonight, I'm gon' let you know
+Let me tell the truth
+Baby, let me tell the truth, yeah
+
+You know what I'm thinkin', see it in your eyes
+You hate that you want me, hate it when you cry
+You're scared to be lonely, especially in the night
+I'm scared that I'll miss you, happens every time
+I don't want this feelin', I can't afford love
+I try to find a reason to pull us apart
+It ain't workin' 'cause you're perfect
+And I know that you're worth it
+I can't walk away, (oh)
+
+Even though we're going through it
+And it makes you feel alone
+Just know that I would die for you
+Baby, I would die for you, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.13
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,"Would've, Could've, Should've",3pUa0ZxdSeaJXm0EIydD3F,"If you would've blinked, then I would've
+Looked away at the first glance
+If you tasted poison, you could've
+Spit me out at the first chance
+If I was some paint, did it splatter
+On a promising grown man
+And if I was a child, did it matter
+If you got to wash your hands
+
+Oh, all I used to do was pray
+Would've, could've, should've
+If you'd never looked my way
+
+I would've stayed
+On my knees
+And I damn sure never would've danced with the devil
+At nineteen, and the god's honest truth is that the pain was heaven
+And now that I'm grown
+I'm scared of ghosts
+Memories feel like weapons
+And now that I know
+I wish you'd left me wondering
+
+If you never touched me, I would've
+Gone along with the righteous
+If I never blushed then they could've
+Never whispered about this
+And if you never saved me from boredom
+I could've gone on as I was
+But lord, you made me feel important
+And then you tried to erase us
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.31
+Bad Bunny,4q3ewBCX7sLwd24euuV69X,Tití Me Preguntó,1IHWl5LamUGEuP4ozKQSXZ,"Ey, Tití me preguntó si tengo mucha' novia'
+Mucha' novia'
+Hoy tengo a una, mañana otra, ey
+Pero no hay boda
+
+Tití me preguntó si tengo mucha' novia'
+Mucha' novia'
+Hoy tengo a una, mañana otra
+
+Me las vo'a llevar a to'a, pa un VIP, un VIP
+Ey, saluden a Tití
+Vamo' a tirarno' un selfi, say ""cheese"", ey
+Que sonrían las que ya les metí
+
+En un VIP, un VIP, ey, saluden a Tití
+Vamo' a tirarno' un selfi, say ""cheese""
+Que sonrían las que ya se olvidaron de mí
+
+Me gustan mucho las Gabriela', las Patricia'
+Las Nicole', las Sofía'
+Mi primera novia en kínder, María
+Y mi primer amor se llamaba Thalía
+
+Tengo una colombiana que me escribe to' los día'
+Y una mexicana que ni yo sabía
+Otra en San Antonio que me quiere todavía
+Y las de PR que toítas son mía'
+
+Una dominicana que es uva bombón
+Uva, uva bombón
+La de Barcelona que vino en avión
+Y dice que mi bicho está cabrón
+
+Yo dejo que jueguen con mi corazón
+Quisiera mudarme con to'as pa una mansión
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.35000000000001
+Bad Bunny,4q3ewBCX7sLwd24euuV69X,Me Porto Bonito,6Sq7ltF9Qa7SNFBsV5Cogx,"Yeah-yeah-yeah-yeah-yeah-yeah, Ey
+En La Guagua Se Quedó El
+Olor De Tu Perfume
+Tú Ere' Una Bellaca, Yo Soy Un Bellaco
+Eso E' Lo Que No' Une
+Ella Sabe Que Está Buenota
+Y No La Presumen
+Si Yo Fuera Tu Gato, Subiera Una Foto
+Los Vierne' Y Los Lune'. (So)
+Pa' Que To' El Mundo Vea
+Lo Rica Que Tú Está', Que Tú Está'
+Contigo Tengo Que Apretar
+Y Еn La Calle Ando Suelto, Pero Por Ti Mе Quito
+Si Tú Me Lo Pides, Yo Me Porto Bonito
+Y Subo Un Selfie Pa' Que
+Vean Lo Rica Que Tú Está', Que Tú Está'
+Las Otras Tienen Que Apretar
+En La Calle Ando Suelto, Pero Por Ti Me Quito
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,29.599999999999998
+The Neighbourhood,77SW9BnxLY8rJ0RciFqkHh,Sweater Weather,2QjOHCTQ1Jl3zawyYOpxh6,"And all I am is a man
+I want the world in my hands
+I hate the beach but I stand
+In California with my toes in the sand
+Use the sleeves of my sweater
+Let's have an adventure
+Head in the clouds but my gravity's centered
+Touch my neck and I'll touch yours
+You in those little high-waisted shorts, oh
+
+She knows what I think about
+And what I think about
+One love, two mouths
+One love, one house
+No shirt, no blouse
+Just us, you find out
+Nothing that I wouldn't wanna tell you about, no
+
+'Cause it's too cold
+For you here and now
+So let me hold
+Both your hands in the holes of my sweater
+
+And if I may just take your breath away
+I don't mind if there's not much to say
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.18
+Steve Lacy,57vWImR43h4CaDao012Ofp,Dark Red,3EaJDYHA0KnX88JvDhL9oa,"Something bad is 'bout to happen to me
+I don't know it, but I feel it coming
+Might be so sad, might leave my nose running
+I just hope she don't wanna leave me
+
+Don't you give me up, please don't give up
+Honey, I belong with you, and only you, baby
+Only you, my girl, only you, babe (you)
+Only you, darling, only you, babe (you)
+Only you, my girl, only you, babe (you)
+Only you, darling, only you
+
+Something bad is 'bout to happen to me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,64.16
+David Guetta,1Cs0zKBU1kc0i8ypK3B9ai,I'm Good (Blue),4uUG5RXrOk84mYEfFvj3cK,"I'm good, yeah, I'm feelin' alright
+Baby, I'ma have the best freakin' night of my life
+And wherever it takes me, I'm down for the ride
+Baby, don't you know I'm good? Yeah, I'm feelin' alright
+
+'Cause I'm good, yeah, I'm feelin' alright
+Baby, I'ma have the best freakin' night of my life
+And wherever it takes me, I'm down for the ride
+Baby, don't you know I'm good? Yeah, I'm feelin' alright
+
+Don't you know I'm good? Yeah, I'm feelin' alright
+
+You know I'm down for whatever tonight
+I don't need the finer things in life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.02
+Morgan Wallen,4oUHIQIBe0LHzYfvXNW4QM,You Proof,5uU1uuyaUIBOiiUSQG7Wl3,"Hey, I've been throwin' down the whiskey
+I oughta get my money back
+Someone said it drowns a memory
+Ah, but it ain't doing jack
+Yeah, I've been sippin', I've been buzzin'
+Shootin' doubles like it's nothing
+Aw, but nothin' makes you go away
+
+I need something you-proof, something stronger than I'm used to
+Yeah, I've been pullin' 90 to a 100
+Feel like nothing's gonna cut it, that's the hard truth
+Yeah, I need something you-proof, aw, I need something you-proof
+
+Poured 'em up 'til they shut 'em down, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,The Great War,5BYl3SodS3rGmafWXRWmB7,"My knuckles were bruised like violets
+Sucker punching walls
+Cursed you as I sleep talked
+Spineless in my tomb of silence
+Tore your banners down
+Took the battle underground
+And maybe it was egos swinging
+Maybe it was her
+Flashes of the battle come back to me in a blur
+
+All that bloodshed
+Crimson clover
+Uh huh, sweet dream was over
+My hand was the one you reached for
+All throughout the Great War
+Always remember, uh huh
+Tears on the letter
+I vowed not to cry anymore
+If we survived the Great War
+
+You drew up some good faith treaties
+I drew curtains closed
+Drank my poison all alone
+You said I have to trust more freely
+But diesel is desire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.4
+Future,1RyvyyTE3xzB2ZywiAwp0i,WAIT FOR U (feat. Drake & Tems),59nOXPmaKlBfGMDeOVGrIK,"I will wait for you, for you
+Early in the mornin', late at night (I will wait for you)
+It doesn't even matter what time it is (I will wait for you)
+
+Presidential Rollie already on the way (higher, sayin', ""Aye-aye-aye-aye"")
+Whenever I find time, it's okay (aye)
+ATL Jacob, ATL Jacob
+
+You pray for my demons, girl, I got you
+Every time I sip on c-, I get vulnerable
+I'm knowin' the sounds of the storm when it come
+She understand I can't take her everywhere a n- going
+I been in the field like the children of the corn
+
+I can hear your tears when they drop over the phone
+Get mad at yourself 'cause you can't leave me alone
+Gossip, bein' messy, that ain't what we doing (world was ending)
+
+Travel around the world (would you cry or would you try to get me?)
+Over the phone, dropping tears (tell me now, I want you to be clear, yeah)
+I get more vulnerable when I do pills (tell me now, I need you to be clear, yeah)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,26.840000000000003
diff --git a/my_playlist_sentiment_v5.csv b/my_playlist_sentiment_v5.csv
new file mode 100644
index 0000000000..035412f827
--- /dev/null
+++ b/my_playlist_sentiment_v5.csv
@@ -0,0 +1,9764 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Zendaya,6sCbFbEjbYepqswM1vWjjs,Butterflies,1nV9EKNIAORTvadQ19jkik,"Wait a minute
+Every time you're near
+My body's getting reckless
+Hope I don't regret this
+Wait a minute
+The way you make me feel
+I can't keep my focus
+It's too much to resist
+
+I'm over being under your spell
+It keeps blinding me
+Was too blind to see, yeah
+I'm not the only one that you tell
+That I'm the only one
+
+But, my heart keeps telling me the perfect lie
+You rip me up with every last goodbye
+I don't wanna say forever
+It's just another now or never
+So heart, don't let me trust these butterflies
+I don't trust these butterflies
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.48
+J.Fla,2GbvMs4GBhcjd9d4N9sGUV,Shape of You,4M4h9xNOFpyDI3f2HZDXkg,"The club isn't the best place to find a lover
+So the bar is where I go
+Me and my friends at the table doing shots
+Drinking fast and then we talk slow
+
+Come over and start up a conversation with just me
+And trust me I'll give a chance now
+Take my hand, stop, put Van the Man on the jukebox
+And then we start to dance, and now I'm singing like
+
+Do you know I want your love?
+Your love was handmade for somebody like me
+Come on now, follow my lead
+I may be crazy, don't mind me
+
+Say, ""Boy, let's not talk too much
+Grab on my waist and put that body on me""
+Come on now, follow my lead
+Come, come on now, follow my lead
+
+I'm in love with the shape of you
+We push and pull like a magnet do
+Although my heart is falling too
+I'm in love with your body
+
+Last night you were in my room
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.88
+Charli XCX,25uiPmTg16RbhZWAqwLBy5,Boys,5o4yGlG0PfeVUa6ClIyOxq,"I was busy thinkin' 'bout boys
+Boys, boys
+I was busy dreamin' 'bout boys
+Boys, boys (XCX)
+Head is spinnin' thinkin' 'bout boys
+
+I need that bad boy to do me right on a Friday
+And I need that good one to wake me up on a Sunday
+That one from work can come over on Monday night
+I want 'em all
+I want 'em all
+
+And when they finally leave me I'm all alone, but
+I'm lookin' down and my girls are blowin' my phone up
+Them twenty questions, they askin' me where I'm at
+Didn't hit 'em back
+
+I'm sorry that I missed your party
+I wish I had a better excuse like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.57000000000001
+Meghan Trainor,6JL8zeS1NmiOftqZTRgdTz,Me Too,3KwwE4sgCzMaKWq6QBebmX,"Ow!
+
+Who's that sexy thing I see over there?
+That's me, standin' in the mirror
+What's that icy thing hanging 'round my neck?
+Um, that's gold, show me some respect, oh
+
+I thank God every day (uh, ha)
+That I woke up feelin' this way (uh, ha)
+And I can't help loving myself
+And I don't need nobody else, no, uh
+
+If I was you, I'd wanna be me too
+I'd wanna be me too
+I'd wanna be me too
+
+If I was you, I'd wanna be me too
+I'd wanna be me too
+I'd wanna be me too
+
+I walk in like a dime piece
+I go straight to V.I.P.
+I never pay for my drinks
+My entourage behind me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.63
+Tungevaag,49CE2ffZ6Z3zeYSDauSKck,Samsara (feat. Emila),04xLp87480JkyiHIiWgj8I,"Times running up, tick tock
+And I am set on mainly a thread of life
+Do you belive in Karma?
+Let's live it up like Samsara
+
+Someone might tell you life is deadly
+But with us it's just one of many
+Come on let us set the tone
+Follow the rave let's get it on
+
+Take me home to Samsara, Samsara
+Lose control like Samsara, Samsara
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,11.540000000000001
+Cash Cash,1LOB7jTeEV14pHai6EXSzF,How to Love (feat. Sofia Reyes) - Boombox Cartel Remix,22S5BO6h7JIOjg2Uw88l8e,"One, two, three
+
+I've been running from the pain
+Trying not to feel the same
+But it's a shame that we're sinking
+See my confidence is shaking
+And my heart is feeling vacant
+So you try to fill it in
+
+You say I can fix the broken in your heart
+You're worth saving, darling
+But I don't know why you're shooting in the dark
+I got faith in nothing
+
+But love, pray for me
+I never had somebody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.10000000000001
+Fifth Harmony,1l8Fu6IkuTP0U5QetQJ5Xt,Worth It (feat. Kid Ink),41Fflg7qHiVOD6dEPvsCzO,"Give it to me, I'm worth it
+Baby I'm worth it
+Uh huh, I'm worth it
+Gimme gimme I'm worth it
+Give it to me, I'm worth it
+Baby I'm worth it
+Uh huh, I'm worth it
+Gimme gimme I'm worth it
+
+Okay, I tell her bring it back like she left some
+Bring it-bring it back like she left some
+Uh, in the club with the lights off
+What you actin' shy for, come and show me that you
+Wid it, wid it, wid it, wid it, wid it
+Stop playin', how you know that I
+Wid it, wid it, wid it, wid it, wid it, wid it
+What you actin' shy for?
+
+Just gimme you, just give me you
+Just gimme you, that's all I wanna do
+And if what they say is true
+If it's true, I might give me to you
+I may take a lot of stuff
+Guaranteed, I can back it up
+I think I'ma call you bluff
+Hurry up, I'm waiting out front
+
+Uh huh, you see me in the spot like ""Ooh, I love your style""
+Uh huh, show me what you got 'cause I don't wanna waste my time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.65
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Havana (feat. Young Thug),0ofbQMrRDsUaVKq2mGLEAb,"Hey
+
+Havana, ooh na-na (ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+He took me back to East Atlanta, na-na-na, ah
+Oh, but my heart is in Havana (ayy)
+There's somethin' 'bout his manners (uh-huh)
+Havana, ooh-na-na (uh)
+
+He didn't walk up with that ""how you doin'?"" (uh)
+When he came in the room
+He said there's a lot of girls I can do with (uh)
+But I can't without you
+I knew him forever in a minute (hey)
+That summer night in June
+And papa says he got malo in him (uh)
+He got me feelin' like...
+
+Ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh (ayy)
+I knew it when I met him (ayy), I loved him when I left him
+Got me feelin' like, ooh, ooh-ooh-ooh-ooh-ooh-ooh-ooh
+And then I had to tell him, I had to go
+Oh-na-na-na-na-na (woo)
+
+Havana, ooh na-na (ayy, ayy)
+Half of my heart is in Havana, ooh na-na (ayy, ayy)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.64
+Tove Lo,4NHQUGzhtTLFvgF5SZesLK,Habits (Stay High),14OxJlLdcHNpgsm4DRwDOB,"I eat my dinner in my bathtub
+Then I go to sex clubs
+Watching freaky people getting it on
+It doesn't make me nervous
+If anything, I'm restless
+Yeah, I've been around, and I've seen it all
+
+I get home, I got the munchies
+Binge on all my Twinkies
+Throw up in the 'tub, then I go to sleep
+And I drank up all my money
+Dazed and kinda lonely
+
+You're gone, and I gotta stay high all the time
+To keep you off my mind
+Ooh-ooh, ooh-ooh
+High all the time to keep you off my mind
+Ooh-ooh, ooh-ooh
+
+Spend my days locked in a haze
+Trying to forget you, babe, I fall back down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.9
+Tove Lo,4NHQUGzhtTLFvgF5SZesLK,Talking Body,4K2uH46kwmTFGjNlkeFuGI,"Hey
+Hey
+
+Bed, stay in bed
+The feeling of your skin locked in my head
+Smoke, smoke me broke
+I don't care, I'm down for what you want
+
+Day drunk into the night
+Wanna keep you here
+'Cause you dry my tears
+Yeah
+Summer lovin' and fights
+How it is for us
+And it's all because
+
+Now if we're talking body (Hey)
+You got a perfect one
+So put it on me (Hey)
+Swear it won't take you long
+If you love me right
+We fuck for life
+On and on and on
+
+Now if we're talking body (Hey)
+You got a perfect one
+So put it on me (Hey)
+Swear it won't take you long
+If you love me right
+We fuck for life
+On and on and on
+
+Love, give me love
+Anything you want I'll give it up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.27000000000001
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,You're Such A,3QTDzwSkRW04FVPo6COm0H,"Yeah
+Oh-oh
+
+You keep calling, you keep calling
+Saying that you want it back
+All my loving, all my loving
+But you can't, you can't
+You keep trying, you keep trying
+With that sweet talk on your tongue
+But I'm not buying, I'm not buying
+I can't, I can't
+
+'Cause you had your chance and you blew it
+Yeah, you ripped it up and you chewed it
+And the more you talk, you prove it
+Yeah, you prove it
+
+That, damn, you're such a
+Did you think that I would let you
+Crawl right back into my bedroom
+After everything we've been through
+I know the truth
+That, damn, you're such a
+Difficult little devil
+Trying to put it back together
+'Cause you see I'm doing better
+Without you now
+
+Damn, you're such a
+Dadadadadadadada dadadadadada
+Damn, you're such a
+Dadadadadadadada
+I know the truth
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.28
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0,"One, one, one, one, one
+
+Talkin' in my sleep at night, makin' myself crazy
+(Out of my mind, out of my mind)
+Wrote it down and read it out, hopin' it would save me
+(Too many times, too many times)
+
+My love
+He makes me feel like nobody else, nobody else
+But my love
+He doesn't love me, so I tell myself, I tell myself
+
+One: Don't pick up the phone
+You know he's only callin' 'cause he's drunk and alone
+Two: Don't let him in, you'll have to kick him out again
+Three: Don't be his friend
+You know you're gonna wake up in his bed in the mornin'
+And if you're under him, you ain't gettin' over him
+
+I got new rules, I count 'em
+I got new rules, I count 'em
+I gotta tell them to myself
+I got new rules, I count 'em
+I gotta tell them to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.67
+Charlie Puth,6VuMaDnrHyPL1p4EHjYLi7,How Long,32DGGj6KlNuBr6WaqRxpxi,"Alright
+Ooh-oh, yeah
+
+I'll admit, I was wrong, what else can I say, girl?
+Can't you blame my head and not my heart
+I was drunk, I was gone, that don't make it right, but
+Promise there were no feelings involved, mmh
+
+She said, boy, tell me honestly
+Was it real or just for show? (Yeah)
+She said, save your apologies
+Baby, I just gotta know
+
+How long has this been goin' on?
+You've been creepin' 'round on me
+While you're callin' me, ""baby""
+How long has this been goin' on?
+You've been actin' so shady (shady)
+I've been feelin' it lately, baby
+
+Ooh-ooh-ooh (yeah)
+Ooh-ooh-hoo (encore)
+Ooh-ooh-ooh-hoo-ooh-ooh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.36
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr,"You call me all friendly
+Telling me how much you miss me
+That's funny, I guess you've heard my songs
+Well, I'm too busy for your business
+Go find a girl who wants to listen
+'Cause if you think I was born yesterday
+You have got me wrong
+
+So I cut you off
+I don't need your love
+'Cause I already cried enough
+I've been done
+I've been moving on, since we said goodbye
+I cut you off
+I don't need your love, so you can try all you want
+Your time is up, I'll tell you why
+
+You say you're sorry
+But it's too late now
+So save it, get gone, shut up
+'Cause if you think I care about you now
+Well, boy, I don't give a fuck
+
+I remember that weekend
+When my best friend caught you creeping
+You blamed it all on the alcohol
+So I made my decision
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.89
+Imagine Dragons,53XhwfbYqKCa1cC15pYq2q,Thunder / Young Dumb & Broke (with Khalid) - Medley,7ER7vcy7u2ajg5IV45WBFw,"So you're still thinking of me just like I know you should
+I can not give you everything, you know I wish I could
+I'm so high at the moment, I'm so caught up in this
+Yeah, we're just young, dumb and broke
+But we still got love to give
+
+While we're young dumb
+Young, young, dumb, and broke
+Young, dumb
+Young, young, dumb, and broke
+Young, dumb
+Young, young, dumb and broke
+Young, dumb, broke high school kids
+
+Just a young gun with a quick fuse
+I was uptight, I wanna let loose
+I was dreaming of bigger things
+And wanna leave my old life behind
+Not a yes sir, not a follower
+Fit the box, fit the mold
+Have a seat in the foyer, take a number
+I was lightning before the thunder
+
+Thunder, thunder, thunder, thun-
+Thunder, thun-thun-thunder, thunder
+Thunder, thunder, thun-
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.47
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Never Be the Same,4eWQlBRaTjPPUlzacqEeoQ,"Something must've gone wrong in my brain
+Got your chemicals all in my veins
+Feeling all the highs, feeling all the pain
+
+Let go on the wheel, it's the bullet lane
+Now I'm seeing red, not thinking straight
+Blurring all the lines, you intoxicate me
+
+Just like nicotine, heroin, morphine
+Suddenly, I'm a fiend and you're all I need
+All I need
+Yeah, you're all I need
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never be the same
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never, ever, ever be the same
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.25
+DNCE,6T5tfhQCknKG4UnH90qGnz,Cake By The Ocean,76hfruVvmfQbw0eYn1nmeC,"Nah, nah, nah
+(Cake by the ocean)
+
+Oh, no
+See you walkin' 'round like it's a funeral
+Not so serious girl, why those feet cold?
+We just gettin' started, don't you tiptoe, tiptoe, ah
+
+Waste time with a masterpiece, don't waste time with a masterpiece
+You should be rollin' with me, you should be rollin' with me (ah-ah-ah)
+You're a real-life fantasy, you're a real-life fantasy
+But you're movin' so carefully, let's start livin' dangerously
+
+Talk to me, baby
+I'm going blind from this sweet, sweet craving, whoa-oh
+Let's lose our minds and go crazy, crazy
+I-I-I-I-I-I keep on hoping we'll eat cake by the ocean
+Walk for me, baby
+I'll be Diddy, you'll be Naomi, whoa-oh
+Let's lose our minds and go crazy, crazy
+I-I-I-I-I-I keep on hoping we'll eat cake by the ocean
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.13
+Mike Posner,2KsP6tYLJlTBvSUxnwlVWa,I Took A Pill In Ibiza - Seeb Remix,1MtUq6Wp1eQ8PC6BbPCj8P,"I took a pill in Ibiza
+To show Avicii I was cool
+And when I finally got sober, felt 10 years older
+But fuck it, it was something to do
+I'm living out in LA
+I drive a sports car just to prove
+I'm a real big baller cause I made a million dollars
+And I spend it on girls and shoes
+
+But you don't wanna be high like me
+Never really knowing why like me
+You don't ever wanna step off that roller coaster and be all alone
+You don't wanna ride the bus like this
+Never knowing who to trust like this
+You don't wanna be stuck up on that stage singing
+Stuck up on that stage singing
+
+All I know are sad songs, sad songs
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,37.269999999999996
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Side To Side,1pKeFVVUOPjFsOABub0OaV,"I've been here all night (Ariana)
+I've been here all day (Nicki Minaj)
+And boy, got me walkin' side to side
+
+(Let them hoes know)
+
+I'm talkin' to you
+See you standing over there with your body
+Feeling like I wanna rock with your body
+And we don't gotta think 'bout nothin' ('bout nothin')
+
+I'm comin' at you
+'Cause I know you got a bad reputation
+Doesn't matter, 'cause you give me temptation
+And we don't gotta think 'bout nothin' ('bout nothin')
+
+These friends keep talkin' way too much
+Sayin' I should give you up
+Can't hear them, no, 'cause I
+
+I've been here all night
+I've been here all day
+And boy, got me walkin' side to side
+I've been here all night
+I've been here all day
+And boy, got me walkin' side to side (side to side)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,36.66
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,no tears left to cry,5SxkdsY1ufZzoq9iXceLw9,"Right now, I'm in a state of mind
+I wanna be in like all the time
+Ain't got no tears left to cry
+
+So I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up
+I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up (Oh, yeah)
+
+I'm pickin' it up (Yeah), pickin' it up (Yeah)
+Lovin', I'm livin', so we turnin' up
+Yeah, we turnin' it up
+
+Ain't got no tears in my body
+I ran out, but boy, I like it, I like it, I like it
+Don't matter how, what, where, who tries it
+We out here vibin', we vibin', we vibin'
+
+Comin' out, even when it's rainin' down
+Can't stop now, can't stop so shut your mouth
+Shut your mouth, and if you don't know
+Then now you know it, babe
+Know it, babe, yeah
+
+Right now, I'm in a state of mind
+I wanna be in like all the time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.44
+Lenka,5g3uG8zZZANGT6YOssgjfC,Trouble Is a Friend,0MAWbNUV19O14FZJYWg89o,"Trouble he will find you no matter where you go, oh oh
+No matter if you're fast no matter if you're slow, oh oh
+The eye of the storm or the cry in the mourn, oh oh
+You're fine for a while but you start to lose control
+
+He's there in the dark
+He's there in my heart
+He waits in the wings
+He's gotta play a part
+Trouble is a friend, yeah, trouble is a friend of mine
+Oh
+
+Trouble is a friend but trouble is a foe, oh oh
+And no matter what I feed him he always seems to grow, oh oh
+He sees what I see and he knows what I know, oh oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,9.71
+Ingrid Michaelson,2vm8GdHyrJh2O2MfbQFYG0,Time Machine,3aR1FIPOWpQxo0sm6naVbK,"You lit the fire, then drank the water
+You slammed that door and left me standing all alone
+We wrote a story, we turned the pages
+You changed the end like everybody said you would
+
+I should've seen it coming
+It should have sent me running
+That's what I get for loving you
+
+If I had a time machine
+And if life was a movie scene
+I'd rewind, and I'd tell me, ""Run!""
+We were never meant to be
+So if I had a time machine
+I'd go back, and I'd tell me, ""Run!""
+""Run! ""
+
+I got your letters, I got your words
+I stacked them high
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,59.62
+Shivaree,34xAiSyQG6nlH0eZNLjbLW,Goodnight Moon,5jQPDVjgSGnNYl8G3H3qul,"There's a nail in the door
+And there's glass on the lawn
+Tacks on the floor
+And the TV is on
+And I always sleep with my guns
+When you're gone
+
+There's a blade by the bed
+And a phone in my hand
+A dog on the floor
+And some cash on the nightstand
+When I'm all alone the dreaming stops
+And I just can't stand
+
+What should I do I'm just a little baby
+What if the lights go out and maybe
+And then the wind just starts to moan
+Outside the door he followed me home
+
+Now goodnight moon
+I want the sun
+If it's not here soon
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.720000000000001
+Saint Privat,7hrruNuPITt3N9zLMdbjGz,Poisson Rouge,73vUl3nSQf7SwSGDDkTKCd,"Quand j'étais petite
+Je me taisais comme une fleur
+J'adorais les mythes
+Mais tous ces mots me faisaient peur
+
+J'adore mon poisson rouge
+Il m'appelle jour et nuit
+Il tourne en rond pour moi
+Et je me tais, rien que pour lui
+
+J'aime mon jardin de roses
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,The Story Of Us,19tHCfzUSoy5HkpxcmbA0A,"I used to think one day we'd tell the story of us
+How we met and the sparks flew instantly
+People would say, ""They're the lucky ones""
+I used to know my place was a spot next to you
+Now I'm searching the room for an empty seat
+'Cause lately I don't even know what page you're on
+
+Oh, a simple complication
+Miscommunications lead to fallout
+So many things that I wish you knew
+So many walls up, I can't break through
+
+Now I'm standing alone in a crowded room
+And we're not speaking
+And I'm dying to know, is it killing you
+Like it's killing me, yeah
+I don't know what to say since a twist of fate
+When it all broke down
+And the story of us looks a lot like a tragedy now
+Next chapter
+
+How'd we end up this way?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.42
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,0ciHz919LVKoH4zgxyMPZ9,"Once upon a time, a few mistakes ago
+I was in your sights, you got me alone
+You found me, you found me, you found me, e-e-e-e
+I guess you didn't care and I guess I liked that
+And when I fell hard, you took a step back
+Without me, without me, without me, e-e-e-e
+
+And he's long gone when he's next to me
+And I realize the blame is on me
+
+'Cause I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+'Til you put me down, oh
+I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+Now I'm lying on the cold hard ground
+Oh, oh, trouble, trouble, trouble
+Oh, oh, trouble, trouble, trouble
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.95
+The Pretty Reckless,2R57sY41L9XvGPiIgHOaYq,Make Me Wanna Die,2opyAm6zOyjR0An5LkblfN,"Take me, I'm alive, never was a girl with a wicked mind
+But everything looks better when the sun goes down
+I had everything, opportunities for eternity, and I could belong to the night
+Your eyes, your eyes, I can see in your eyes, your eyes
+
+You make me wanna die
+I'll never be good enough
+You make me wanna die
+And everything you love will burn up in the light
+And every time I look inside your eyes
+You make me wanna die
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.81
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Take A Picture,3cGFEZvzegmI9B7yZMCzq5,"Hoo-hoo-hoo
+
+Flying kites with boy wonder
+Hold tight to me all summer
+Reading my magazines
+Dancing in my blue jeans
+
+Pucker up in sunglasses
+Making love to the flashes
+Posing the way that we do for everybody to see
+Pull over through your lashes
+Only thing that will last is
+
+I take a picture of you taking a picture of me
+(Hoo-hoo-hoo)
+I take a picture of you taking a picture of me
+(Hoo-hoo-hoo)
+I take a picture of you taking a picture of me
+Tomorrow always happens too soon
+I wish I had an electric moon to save the light
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.79
+Troye Sivan,3WGpXCj9YhhfX11TToZcXP,My My My!,71T7xF5wLbDRg76jxAwDqA,"Shine on, diamond
+Don't make me wait another day
+'Cause passion is passion
+You know it just as well as me
+
+Now, let's stop running from love, running from love
+Let's stop, my baby (my baby)
+Let's stop running from us, running from us
+Let's stop, my baby
+
+Oh my, my, my!
+I die every night with you
+Oh my, my, my!
+Living for your every move
+
+Spark up, buzz cut
+I've got my tongue between your teeth
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,82.17
+Girls' Generation,0Sadg1vgvaPqGTOjxu0N6c,MR. TAXI (Original Title : Mr. Taxi),6BaZmJzvAtXx72MjSHSlbf,"Seoul 또, Tokyo, London, New York
+정신없이 내 맘대로 drive tonight
+상상 끝에 더 먼 세상에 new style
+놀랄 거야 긴장해 자 이제 시작할까
+
+만만히 볼 나라면 조심해 날 꽉 잡아
+한번도 본적 없는 세상을 보여줄게
+I'm so fast
+
+Mr. Taxi, Taxi, Taxi 지금 즉시 즉시 즉시
+따라 올 수 있겠니 (Oops!) 잡힐 듯 말듯 아슬
+Mr. Taxi, Taxi, Taxi 지금 즉시 즉시 즉시
+반짝반짝 빛나지 너도 몰래 빠져들어
+난 그래 supersonic
+And hypertonic 기회는 지금뿐
+You take me 짜릿해
+Mr. Taxi, Taxi, Taxi 지금 즉시 즉시 즉시
+Sorry 간단히 날 잡을 수는 없어
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,15.110000000000001
+Girls' Generation,0Sadg1vgvaPqGTOjxu0N6c,Mr.Mr.,3JaMGQXJmtbAhvgl0nBPPN,"Let's go! 뭘 걱정하는데 넌?
+됐고 뭐가 또 두려운데?
+재고 또 재다 늦어 버려
+
+Oh oh ooh oh, oh oh ooh oh
+매일 하루가 다르게 불안해져 가
+앞서가 주길 바래 그 누군가가
+넌 모른 척 눈을 감는
+You bad bad bad boy, you so bad
+
+더 당당하게 넌
+(Mr. Mr.) 날 봐
+(Mr. Mr.) 그래 바로 너 너 너
+날 가슴 뛰게 한
+(Mr. Mr.) 최고의 남자
+(Mr. Mr.) 그게 바로 너
+상처로 깨진 유리 조각도
+별이 되는 너 Mr. Mr. Mr. Mr.
+나를 빛내 줄 선택받은 자
+그게 바로 너 Mr. Mr.
+
+Mr. Mr. Mr. Mr. Mr. Mr. Mr. Mr.
+Mr. Mr. Mr. Mr. Mr. Mr. Mr. Mr.
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,94.89
+Suzy,4U80LJd8sG6U9YTFP5izka,행복한 척 Pretend,2cOIDloNUHI8udXlT6dIMl,"난 또 행복한 척, 더 더 행복한 척
+난 또 행복한 척, 더 더 행복한 척
+
+아무에게도 말하지 못한 비밀이 있어
+이렇게 웃고 있지만
+나를 바라보는 많은 사람들은
+행복해 보이는 나를 보겠지만
+
+널 떠나 새로운 사람을 찾아가
+기대하고 떠난 내가
+이렇게 될 줄은 몰랐어
+
+날 바라보고 있는 시선들이 두려워
+나를 얘기하는 말들이 무서워
+난 또 행복한 척, 더 더 행복한 척
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Nicki Minaj,0hCNtLu0JehylgoiP8L4Gh,Bed (feat. Ariana Grande),1ZEm9cJC05rawV2tptNfTS,"Got a bed wit' your name on it
+Wit' your name on it
+Got a kiss wit' your name on it
+Wit' your name on it
+
+Thousand dollar sheets
+Waitin' for you on some thousand dollar sheets
+I got Carter III on repeat
+Back shots to the beat of ""A Milli"" on you
+Got me acting like you got a milli on you
+He say I'm the GOAT, yeah, the billy on you
+I could make all your dreams come true
+Wanna fall through, then you better come through
+
+But don't make me wait until the morning
+
+Got a bed wit' your name on it
+Wit' your name on it
+Got a kiss wit' your name on it
+Wit' your name on it
+Love me good, love me down
+Don't turn me down
+Got a bed wit' your name on it
+Wit' your name on it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.19
+Iggy Azalea,5yG7ZAZafVaAlMTeBybKAL,Fancy,3oiMJQAWVaxSubJ7b2VUtX,"First things first, I'm the realest (realest)
+Drop this and let the whole world feel it
+And I'm still in the Murda Bizness
+I can hold you down like I'm givin' lessons in physics (right, right?)
+You should want a bad b- like this (huh)
+Drop it low and pick it up just like this (yeah)
+Cup of Ace, cup of Goose, cup of Cris
+High heels, somethin' worth a half a ticket on my wrist
+Takin' all the liquor straight, never chase that
+Rooftop like we bringin' '88 back (what?)
+Bring the hooks in, where the bass at?
+Champagne spillin', you should taste that
+
+I'm so fancy, you already know
+I'm in the fast lane from L.A. to Tokyo
+I'm so fancy, can't you taste this gold?
+Remember my name, 'bout to blow
+
+I said baby, I do this, I thought that you knew this
+Can't stand no haters and honest, the truth is
+That my flow r-, each beat dear, departed
+Swagger on stupid, I can't shop in no department
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.89
+Iggy Azalea,5yG7ZAZafVaAlMTeBybKAL,Black Widow,7pNC5ZIKtwUK0ReSpM3P9f,"I'm gonna love ya until you hate me
+And I'm gonna show ya what's really crazy
+You shoulda known better than to mess with me, honey
+I'm gonna love ya, I'm gonna love ya, gonna love ya
+Gonna love ya like a black widow, baby
+
+This twisted cat and mouse game always starts the same
+First we're both down to play, then somehow you go astray
+We went from nothin' to somethin', likin' to lovin'
+It was us against the world, and now we just fuckin'?
+
+It's like I loved you so much that now I just hate you
+Feelin' stupid for all the time that I gave you
+I wanted all or nothin' for us, ain't no place in between
+Might-might be me believing what you say that you'll never mean
+
+Like it'll last forever, but now forever ain't as long
+If it wasn't for you, I wouldn't be stuck singing this song
+You were different from my last, but now you've got 'em mirrored
+And as it all plays out, I see it couldn't be clearer, now sing
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.93
+Kesha,6LqNN22kT3074XbTVUrhzX,Blah Blah Blah (feat. 3OH!3),7jmqSz6yTrGWI1kNqNYI28,"Badda-da-dah, badda-da-bah-bah
+Coming out'cha mouth with'cha blah, blah, blah
+Zip your lip like a padlock
+And meet me in the back with the Jack at the jukebox
+I don't really care where you live at
+Just turn around boy, let me hit that
+Don't be a little bitch with your chit chat
+Just show me where your dick is at
+
+Music's up
+Listen hot stuff, I'm in love with this song
+So just hush
+Baby, shut up!
+Heard enough
+
+Stop ta-ta-talking that blah, blah, blah
+Think you'll be getting this? Nah, nah, nah
+Not in the back of my car, -ar, -ar
+If you keep talking that blah, blah, blah, blah, blah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.08
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Dancing With Our Hands Tied,7I7JbDv63ZJJsSi24DyJrz,"I, I loved you in secret
+First sight, yeah, we love without reason
+Oh, 25 years old
+Oh, how were you to know?
+And my, my love had been frozen
+Deep blue, but you painted me golden
+Oh, and you held me close
+Oh, how was I to know?
+
+I could've spent forever with your hands in my pockets
+Picture of your face in an invisible locket
+You said there was nothing in the world that could stop it
+I had a bad feeling
+
+And darling, you had turned my bed into a sacred oasis
+People started talking, putting us through our paces
+I knew there was no one in the world who could take it
+I had a bad feeling
+
+But we were dancing
+Dancing with our hands tied, hands tied
+Yeah, we were dancing
+Like it was the first time, first time
+Yeah, we were dancing
+Dancing with our hands tied, hands tied
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.26
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Green Light,3I4QOvltiKcMu3xmnQjEct,"I do my makeup in somebody else's car
+We order different drinks at the same bars
+I know about what you did and I wanna scream the truth
+She thinks you love the beach, you're such a damn liar
+
+Those great whites, they have big teeth
+Hope they bite you
+Thought you said that you would always be in love
+But you're not in love no more
+Did it frighten you
+How we kissed when we danced on the light up floor?
+On the light up floor
+
+But I hear sounds in my mind
+Brand new sounds in my mind
+But honey I'll be seein' you 'ever I go
+But honey I'll be seein' you down every road
+I'm waiting for it, that green light, I want it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.89
+Skylar Grey,4utLUGcTvOJFr6aqIJtYWV,Wear Me Out,66JdS5gBeVQbFzFFC82Q1B,"Smart ass little girl always on the run
+Playin' with fire and daddy's gun
+Fallin' in love on stolen wine
+Where did we go wrong my foolish child?
+
+She said, I'm too young to drink
+Too green to think
+You say these things and it wears me out
+Too young, too frail but sometimes I feel
+Like old blue jeans
+'Cause you wear me out, you wear me out
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,16.55
+Catherine Zeta-Jones,5i4JbHYkeCa702YXS68RGf,Cell Block Tango,6ig2r8kFzCLLRbF6t7cli3,"Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+And now, the six merry murderesses of the Cook County Jail
+In their rendition of the Cell Block Tango
+
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+He had it coming, he had it coming
+He only had himself to blame
+If you'd have been there, if you'd have seen it
+I betcha you would have done the same
+
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+Pop, Six, Squish, Uh Uh, Cicero, Lipschitz
+
+You know how people have these little habits that get you down
+Like Bernie
+Bernie, he liked to chew gum
+No, not chew, pop
+So, I came home this one day, and I'm really irritated
+And I'm looking for a little bit of sympathy
+And there's Bernie lyin' on the couch, drinkin a beer, and chewin'
+No, not chewin', poppin'
+So, I said to him, I said
+""You pop that gum one more time"", and he did
+So, I took the shotgun off the wall
+And I fired two warning shots into his head
+
+He had it coming, he had it coming
+He only had himself to blame
+If you'd have been there, if you'd have heard it
+I betcha you would have done the same
+
+I met Ezekiel Young from Salt Lake City about two years ago
+And he told me he was single, and we hit it off right away
+So, we started living together
+He'd go to work, he'd come home
+I'd fix him a drink, we'd have dinner
+And then I found out
+""Single"", he told me
+Single, my ass
+Not only was he married, oh no, he had six wives
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.95
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Gimme More,6ic8OlLUNEATToEFU3xmaH,"It's Britney bitch
+
+I see you
+And I just wanna dance with you
+
+Every time they turn the lights down
+Just wanna go that extra mile for you
+You got my display of affection
+Feels like no one else in the room but you
+
+We can get down like there's no one around
+We keep on rockin' (we keep on rockin')
+We keep on rockin' (we keep on rockin')
+Cameras are flashin' while we're dirty dancin'
+They keep watchin' (they keep watchin'), keep watchin'
+Feels like the crowd is sayin'
+
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+Gimme, gimme more, gimme more, gimme, gimme more
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,5.16
+Kaci Battaglia,7HCPm8AkZIqGjQdAJR2ltC,Body Shots,2FYrAXEClfsOYtk7B9lK8x,"Fresh 21
+Walk up to the club
+My girls cut the line
+Cause we're a step above
+Walk up to the bar
+Buying drinks like a star
+My girl they wanna try it,
+So we had to buy it...
+
+Uh huh, whip it up,
+Lick it up, suck it down
+Uh huh, drink it up
+(Ooh i think she likes it)
+Uh huh, whip it up,
+Lick it up, suck it down
+Uh huh, drink it up
+(Ooh i think she likes it)
+
+Doing shots-at the bar
+Body shots-at the bar
+My girls, they wanna try it
+So we had to buy it
+At the what-at the bar
+At the what-at the bar
+My girls, they wabba try it
+So we're drinking like we're rockstars!
+Top alcohol, mix it up, mix it up
+Got me laying down and i pull my shirt up
+Baby get the whipped cream
+Feeling like a wet dream
+Got me at the bar, doing body shots now...
+
+Uh huh, whip it up,
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.48
+Tinashe,0NIIxcxNHmOoyBx03SfTCD,2 On (feat. ScHoolboy Q),3jVtllWS5CFFWLQng8sKsr,"Mustard on the beat ho!
+
+Give me all that you got now
+Make you want me 'cause I'm hot now
+I'm gone, so faded, I'm on one
+Bang bang, pop off like a long gun
+
+If you a lame nigga, you ain't making no noise
+Get faded, turn up with the big boys
+Live fast, die young that's my choice
+Get money, get money like an invoice
+We can mob all in the whip (make the money)
+Make the money make a grip (I be stuntin')
+I be stuntin' with my clique (gettin' faded)
+Getting faded 'till we trip (oh)
+
+Man, I love to get on
+I love to get 2 on
+When the drink be too strong
+When the tree be way too strong
+Get-get-get faded, turn up, bruh
+Pour it on up 'till I can't even think no more
+Get-get-get ratchet, go dumb then go more dumb then
+We can keep it lit, let's roll
+I love to get 2 on
+Lets-lets... let's roll
+I love to get 2 on
+I love to, let-let-let's roll
+I love to get 2 on
+Lets-lets... let's roll
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.8
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Diet Mountain Dew,4O9dZs2B0ilk4PEfX2bPEv,"You're no good for me
+Baby, you're no good for me
+You're no good for me
+But baby, I want you, I want
+
+Diet mountain dew, baby, New York City
+Never was there ever a girl so pretty
+Do you think we'll be in love forever?
+Do you think we'll be in love?
+
+Diet mountain dew, baby, New York City
+Can we hit it now low down and gritty?
+Do you think we'll be in love forever?
+Do you think we'll be in love?
+
+Baby, put on heart shaped sunglasses
+'Cause we gonna take a ride
+I'm not gonna listen to what the past says
+I've been waiting up all night
+
+Take another drag turn me to ashes
+Ready for another lie?
+Says he's gonna teach me just what fast is
+Say it's gonna be alright
+
+Diet mountain dew, baby, New York City
+Never was there ever a girl so pretty
+Do you think we'll be in love forever?
+Do you think we'll be in love?
+
+Diet mountain dew, baby, New York City
+Can we hit it now low down and gritty
+Do you think we'll be in love forever?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.66000000000001
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Off To The Races,5IyblF777jLZj1vGHG2UD3,"My old man is a bad man, but
+I can't deny the way he holds my hand
+And he grabs me, he has me by my heart
+He doesn't mind I have a Las Vegas past
+He doesn't mind I have a L.A. crass way about me
+He loves me, with every beat of his cocaine heart
+
+Swimmin' pool glimmerin', darling
+White bikini off with my red nail polish
+Watch me in the swimmin' pool, bright blue ripples
+You sittin', sippin' on your Black Cristal, oh, yeah
+
+Light of my life, fire of my loins
+Be a good baby, do what I want
+Light of my life, fire of my loins
+Gimme them gold coins, gimme them coins
+
+And I'm off to the races, cases of Bacardi chasers
+Chasin' me all over town
+'Cause he knows I'm wasted, facin' time again at Rikers Island
+And I won't get out
+Because I'm crazy, baby
+I need you to come here and save me
+I'm your little scarlet, starlet, singin' in the garden
+Kiss me on my open mouth
+Ready for you
+
+My old man is a tough man, but
+He got a soul as sweet as blood-red jam
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.19
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Video Games,24jvD83UgLmrdGjhWTFslY,"Swinging in the backyard
+Pull up in your fast car
+Whistling my name
+
+Open up a beer
+And you say, ""Get over here
+And play a video game""
+
+I'm in his favourite sundress
+Watchin' me get undressed
+Take that body downtown
+
+I say, ""You the bestest""
+Lean in for a big kiss
+Put his favourite perfume on
+Go play your video game
+
+It's you, it's you, it's all for you
+Everything I do
+I tell you all the time
+Heaven is a place on earth with you
+Tell me all the things you wanna do
+I heard that you like the bad girls
+Honey, is that true?
+
+It's better than I ever even knew
+They say that the world was built for two
+Only worth living if somebody is loving you
+And, baby, now you do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.07
+EXO,3cjEqqelV9zb4BYE3qDQ4O,CALL ME BABY,4jdiqVbH1eUwc4MzDV7GMu,"(Call me, baby) 이 거리는 완전 난리야
+(Call me, baby) 사람들 사이는 남이야
+(Call me, baby) 함께하는 매 순간이
+Like boom, boom, boom, boom, boom, what up?
+Hey, girl
+영원 같던 찰나 (운명 같은 순간)
+나를 한순간 뚫고 가 (번개처럼 이 세계를)
+넌 내 이름 불러주며 나에게로 다가와
+
+놀라워 섬광처럼 가득 차
+너를 마주한 순간, oh my
+편하게 여기 앉아
+이제 내 얘기를 들어봐
+Oh, I don't care
+나 멀리멀리 돌아간대도
+이렇게 너의 곁에
+단 한 남자가 되어줄 테니
+
+메마른 내 입술에
+너 스며들어와, 나를 깨워
+The time's wasting, girl
+So don't wait, don't wait too long
+
+빛나는 것들은 많아 (많아)
+그 안에 진짜를 봐봐 (봐봐)
+Call me, baby, ba-, call me, baby (oh)
+Call me, baby, ba-, call me, baby
+(You know my name, girl)
+널 향해 커져간 마음아 (마음아)
+너 말곤 그 문을 닫아 (닫아)
+(You know I'm here, girl)
+Call me, baby, ba-, call me, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,42.68
+Vanessa Carlton,5ILrArfIV0tMURcHJN8Q07,A Thousand Miles,4w1lzcaoZ1IC2K5TwjalRP,"Making my way downtown
+Walking fast, faces pass and I'm homebound
+
+Staring blankly ahead
+Just making my way
+Making a way through the crowd
+
+And I need you
+And I miss you
+And now I wonder
+
+If I could fall into the sky
+Do you think time would pass me by?
+'Cause you know I'd walk a thousand miles
+If I could just see you tonight
+
+It's always times like these when I think of you
+And wonder if you ever think of me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,22.63
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,寂寞寂寞就好,4LhAUjPqfLpBVNYEdPd5Go,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Contradiction,2b3IHKsCVeEO6T35tBPpuq,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,He's Gone,2lmLoyUwFBWjzQbb4yiVjM,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,You Better Not Think About Me,0mpo3w2SHXb3rsfepeG5Pr,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Did Something Bad,4svZDCRz4cJoneBpjpx8DJ,"I never trust a narcissist
+But they love me
+So I play 'em like a violin
+And I make it look, oh, so easy
+
+'Cause for every lie I tell them
+They tell me three
+This is how the world works
+Now all he thinks about is me
+
+I can feel the flames on my skin
+Crimson red paint on my lips
+If a man talks shit, then I owe him nothing
+I don't regret it one bit, 'cause he had it comin'
+
+They say I did something bad
+Then why's it feel so good?
+They say I did something bad
+Then why's it feel so good?
+
+Most fun I ever had
+And I'd do it over and over
+And over again if I could
+It just felt so good, good
+
+I never trust a playboy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.67
+Halsey,26VFTg2z8YR0cCuwLzESi2,100 Letters,5EBvHC0SGFJDenBJafqOX4,"Well, King Midas put his hands on me again
+He said one day I'd realise why I don't have any friends
+I find myself alone at night
+Unless I'm having sex
+But he can make me golden if I just showed some respect
+
+But I don't let him touch me anymore
+I said, ""I'm not something to butter up and taste when you get bored
+'Cause I have spent too many night on dirty bathroom floors
+To find some peace and quiet right behind a wooden door""
+
+He said, ""Please, don't go away""
+He said, ""Please, don't go away""
+I said, ""It's too late""
+I said, ""It's too late""
+He said, ""Please, don't go away""
+He said, ""Please, don't go away""
+I said, ""It's too late""
+I said, ""It's too late""
+
+And now I can't stop thinking that I can't stop thinking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.27
+Tori Kelly,1vSN1fsvrzpbttOYGsliDr,Hollow,160hN2OsDXnmgExwtG7cvD,"I don't wanna be the last man standing
+I don't wanna be the lonely one
+Picking petals when the party's over
+No, it's not any fun
+
+'Cause I'm fragile
+And you know this
+
+So, hold me
+Wrap me in love, fill up my cup
+Empty, and only your love can fill up my cup
+
+'Cause I'm hollow
+Yeah, I'm hollow, oh, oh, oh
+'Cause I'm hollow
+Yeah, I'm hollow, oh, oh,oh
+
+I don't wanna be the first one folding
+I don't wanna be the joker heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.0
+Zara Larsson,1Xylc3o4UrD53lo9CvFvVg,I Can't Fall in Love Without You,4VPXFi4vFTtS9wHe6oMQaT,"I feel so happy
+Happy that I'm free
+And I can see things
+Things I couldn't see
+
+I can be out every night (Yeah, yeah, yeah)
+No one else holding me down (Yeah, yeah, yeah)
+I can do just what I like (Yeah, yeah, yeah)
+
+But I can't fall in love without you
+I can't fall in love without you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,60.67
+Elle King,3bhu7P5PfngueRHiB9hjcx,Ex's & Oh's,70eDxAyAraNTiD6lx2ZEnH,"Well, I had me a boy, turned him into a man
+I showed him all the things that he didn't understand
+Whoa, and then I let him go
+
+Now, there's one in California who's been cursing my name
+'Cause I found me a better lover in the UK
+Hey, hey, until I made my getaway
+
+One, two, three, they gonna run back to me
+'Cause I'm the best baby that they never gotta keep
+One, two, three, they gonna run back to me
+They always wanna come, but they never wanna leave
+
+Ex's and the oh, oh, oh's they haunt me
+Like ghosts they want me to make 'em all
+They won't let go
+Ex's and oh's
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.28
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Paris,15vzANxN8G9wWfwAJLLMCg,"We were staying in Paris
+To get away from your parents
+And I thought, ""Wow, if I could take this in a shot right now
+I don't think that we could work this out""
+Out on the terrace
+I don't know if it's fair, but I thought
+""How could I let you fall by yourself
+While I'm wasted with someone else?""
+
+If we go down, then we go down together
+They'll say you could do anything
+They'll say that I was clever
+If we go down, then we go down together
+We'll get away with everything
+Let's show them we are better
+
+Let's show them we are better
+Let's show them we are better
+
+We were staying in Paris
+To get away from your parents
+You look so proud standing there, with a frown and a cigarette
+Posting pictures of yourself on the internet
+Out on the terrace
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.74000000000001
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Call Me Maybe,3TGRqZ0a2l1LRblBkJoaDx,"I threw a wish in the well
+Don't ask me, I'll never tell
+I looked to you as it fell
+And now you're in my way
+I trade my soul for a wish
+Pennies and dimes for a kiss
+I wasn't looking for this
+But now you're in my way
+
+Your stare was holdin'
+Ripped jeans, skin was showin'
+Hot night, wind was blowin'
+Where you think you're going, baby?
+
+Hey, I just met you, and this is crazy
+But here's my number, so call me, maybe
+It's hard to look right at you, baby
+But here's my number, so call me, maybe
+Hey, I just met you, and this is crazy
+But here's my number, so call me, maybe
+And all the other boys try to chase me
+But here's my number, so call me, maybe
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,3.8699999999999997
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Curiosity,2xrK7AOAWok7NY4WuqeApq,"Break a bone
+Got me on my knees
+You break my heart
+Just to watch it bleed
+I'm sick, with love
+Sick, like a disease
+Don't call me up
+Just so I can please you
+I can't stand the way you're smiling
+I can't stand the way I'm lying
+
+I know, I know, I know
+You've got the key
+And you know, you know, you know
+That it's for me
+It's not up to you, you know it's up to me, but
+Curiosity
+
+Will never let me go
+Oh-oh-oh-oh-oh
+Uh-oh-oh, oh-oh-oh-oh
+Will never let me go
+Oh-oh-oh-oh-oh
+Uh-oh-oh, oh-oh-oh-oh
+
+Look at me
+Left here in the corner
+Stupid girl, I really tried to warn her
+Walked the streets all night until you came around
+Knew that you would come before
+You ever even made a sound
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.09
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Tonight I’m Getting Over You,471JtpRQ0oox9OoZcbB8OO,"I wanna smash your fears
+And get drunken off your tears
+Don't you share your smile with anyone else but me
+I wanna touch your heart
+I wanna crush it in my hands
+Make you plead and cry
+As you give up all the lies
+
+We're not lovers
+But more than friends
+Put a flame to every single word you ever said
+No more crying
+To get me through
+I'll keep dancing 'til the morning with somebody new
+Tonight I'm getting over you
+
+Tonight I'm getting over you
+Tonight I'm getting over you
+Tonight I'm getting over you
+Over you
+Over you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,27.779999999999998
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Red,1RvQQGwaPipiNgz8RXAKA8,"Loving him is like driving a new Maserati down a dead end street
+Faster than the wind, passionate as sin, ending so suddenly
+Loving him is like trying to change your mind
+Once you're already flying through the free fall
+Like the colors in autumn, so bright, just before they lose it all
+
+Losing him was blue, like I'd never known
+Missing him was dark gray, all alone
+Forgetting him was like trying to know
+Somebody you never met
+But loving him was red
+Loving him was red
+
+Touching him was like realizing all you ever wanted
+Was right there in front of you
+Memorizing him was as easy as knowing all the words
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.23
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,魔鬼中的天使,2chz9PENZPB0VYNH1TsfsN,"把太細的神經割掉
+會不會比較睡得著
+我的心有座灰色的監牢
+關著一票黑色念頭在吼叫
+
+把太硬的脾氣抽掉
+會不會比較被明瞭
+你可以重重把我給打倒
+但是想都別想我求饒
+
+你是魔鬼中的天使
+所以送我心碎的方式
+是讓我笑到最後一秒為止
+才發現自己胸口插了一把刀子
+
+你是魔鬼中的天使
+讓恨變成太俗氣的事
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Getaway Car,0VE4kBnHJUgtMf0dy6DRmW,"No, nothin' good starts in a getaway car
+
+It was the best of times, the worst of crimes
+I struck a match and blew your mind
+But I didn't mean it, and you didn't see it
+The ties were black, the lies were white
+In shades of gray in candlelight
+I wanted to leave him, I needed a reason
+
+""X"" marks the spot where we fell apart
+He poisoned the well, I was lyin' to myself
+I knew it from the first Old Fashioned, we were cursed
+We never had a shotgun shot in the dark (oh!)
+
+You were drivin' the getaway car
+We were flyin', but we'd never get far
+Don't pretend it's such a mystery
+Think about the place where you first met me
+Ridin' in a getaway car
+There were sirens in the beat of your heart
+Should've known I'd be the first to leave
+Think about the place where you first met me
+In a getaway car, oh-oh-oh
+No, they never get far, oh-oh-ah
+No, nothin' good starts in a getaway car
+
+It was the great escape, the prison break
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.76
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Bad Liar,2fZQIJew3nkNe99s2PKzul,"I was walking down the street the other day
+Tryna distract myself
+But then I see your face
+
+Oh, wait, that's someone else
+Tryna play it coy
+Tryna make it disappear
+But just like the battle of Troy
+There's nothing subtle here, ah-ah
+
+In my room there's a king size space
+Bigger than it used to be
+If you want, you can rent that place
+Call me an amenity, ah-ah
+Even if it's in my dreams, ah
+
+Ooh, ooh-ooh
+You're taking up a fraction of my mind
+Oh-ooh, ooh-ooh
+Every time I watch you serpentine
+
+Oh, I'm tryin', I'm tryin', I'm tryin'
+I'm tryin', I'm tryin'
+Oh, tryin', I'm tryin', I'm tryin'
+I'm tryin', I'm tryin'
+Not to think about you
+No, no, no, no
+Not to think about you
+No, no, no, no
+
+I'm tryin', I'm tryin', I'm tryin'
+I'm tryin', I'm tryin'
+Oh, tryin', I'm tryin', I'm tryin'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,15.310000000000002
+Ellie Goulding,0X2BH1fck6amBIoJhDVmmJ,"Love Me Like You Do - From ""Fifty Shades Of Grey""",6NkRjdInQuM5qRgeYUDCZe,"You're the light, you're the night
+You're the colour of my blood
+You're the cure, you're the pain
+You're the only thing I wanna touch
+Never knew that it could mean so much, so much
+
+You're the fear, I don't care
+'Cause I've never been so high
+Follow me through the dark
+Let me take you past our satellites
+You can see the world you brought to life, to life
+
+So love me like you do, la-la-love me like you do
+Love me like you do, la-la-love me like you do
+Touch me like you do, ta-ta-touch me like you do
+What are you waiting for?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.03
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I'm with You,1jlG3KJ3gdYmhfuySFfpO1,"I'm standing on the bridge
+I'm waiting in the dark
+I thought that you'd be here by now
+There's nothing but the rain
+No footsteps on the ground
+I'm listening but there's no sound
+
+Isn't anyone trying to find me?
+Won't somebody come take me home?
+
+It's a damn cold night
+Tryin' to figure out this life
+Won't you take me by the hand
+Take me somewhere new?
+I don't know who you are, but I
+I'm with you
+I'm with you, mm
+
+I'm looking for a place
+I'm searching for a face
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.86
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Summertime Sadness,2dBwB667LHQkLhdYlwLUZK,"Kiss me hard before you go
+Summertime sadness
+I just wanted you to know
+That baby, you the best
+
+I got my red dress on tonight
+Dancin' in the dark, in the pale moonlight
+Done my hair up real big, beauty queen style
+High heels off, I'm feelin' alive
+
+Oh, my God, I feel it in the air
+Telephone wires above are sizzlin' like a snare
+Honey, I'm on fire, I feel it everywhere
+Nothin' scares me anymore
+(One, two, three, four)
+
+Kiss me hard before you go
+Summertime sadness
+I just wanted you to know
+That baby, you the best
+
+I got that summertime, summertime sadness
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.34
+Rixton,0kkxsdcaWmWU2yWAqclDh4,Me And My Broken Heart,41Ypl7Pzkod2H0VlcZH5DS,"All I need is a little love in my life
+All I need is a little love in the dark
+A little but I'm hoping it might kick start
+Me and my broken heart
+I need a little loving tonight
+Hold me so I'm not falling apart
+A little but I'm hoping it might kick start
+Me and my broken heart, yeah
+
+Shotgun, aimed at my heart, you got one
+Tear me apart and then some
+How do we call this love? (Whoa-oh-oh-oh)
+I tried, to run away but your eyes
+Tell me to stay, oh why
+Why do we call this love? (Whoa-oh-oh-oh)
+
+It seems like we've been losing control
+Somebody tell me I'm not alone when I say
+
+All I need is a little love in my life
+All I need is a little love in the dark
+A little but I'm hoping it might kick start
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.66000000000001
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Elastic Heart,6kwAbEjseqBob48jCus7Sz,"And another one bites the dust
+Oh, why can I not conquer love?
+And I might've thought that we were one
+Wanted to fight this war without weapons
+
+And I wanted it, and I wanted it bad
+But there were so many red flags
+Now another one bites the dust
+Yeah, let's be clear I'll trust no one
+
+You did not break me
+
+I'm still fighting for peace
+
+I've got thick skin and an elastic heart
+But your blade it might be too sharp
+I'm like a rubber band until you pull too hard
+I may snap and I move fast
+But you won't see me fall apart
+
+'Cause I've got an elastic heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.5
+Christina Perri,7H55rcKCfwqkyDFH9wpKM6,A Thousand Years,6lanRgr6wXibZr8KgzXxBl,"Heart beats fast
+Colors and promises
+How to be brave?
+How can I love when I'm afraid to fall?
+But watching you stand alone
+All of my doubt suddenly goes away somehow
+
+One step closer
+
+I have died every day waiting for you
+Darling, don't be afraid
+I have loved you for a thousand years
+I'll love you for a thousand more
+
+Time stands still
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.56
+Charli XCX,25uiPmTg16RbhZWAqwLBy5,Boom Clap,63bniwRWWFGoasyhX2eQHJ,"Boom, boom, boom, clap
+
+You're picture-perfect blue
+Sunbathing under the moon
+Stars shining as your bones illuminate
+First kiss just like a drug
+Under your influence
+You take me over, you're the magic in my veins
+This must be love
+
+Boom clap, the sound of my heart
+The beat goes on and on and on and on and
+Boom clap, you make me feel good
+Come on to me, come on to me now
+Boom clap, the sound of my heart
+The beat goes on and on and on and on and
+Boom clap, you make me feel good
+Come on to me, come on to me now
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.41
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Love The Way You Lie (Part II) - Pt. 2,6M6lsQB4OhqL41eld29PeC,"On the first page of our story
+The future seemed so bright
+Then this thing turned out so evil
+I don't know why I'm still surprised
+
+Even angels have their wicked schemes
+And you take that to new extremes
+But you'll always be my hero
+Even though you've lost your mind
+
+Just gonna stand there and watch me burn
+Well, that's alright because I like the way it hurts
+Just gonna stand there and hear me cry
+Well, that's alright because I love the way you lie
+
+I love the way you lie, oh
+I love the way you lie
+
+Now there's gravel in our voices
+Glass is shattered from the fight
+In this tug of war, you'll always win
+Even when I'm right
+
+'Cause you feed me fables from your hand
+With violent words and empty threats
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.82000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You're Not Sorry,7zen3j1316Tsk5iEZuDOft,"All this time I was wasting hoping you would come around
+I've been giving out chances every time and all you do is let me down
+And it's taken me this long, baby, but I've figured you out
+And you're thinking we'll be fine again, but not this time around
+
+You don't have to call anymore, I won't pick up the phone
+This is the last straw, don't wanna hurt anymore
+And you can tell me that you're sorry
+But I don't believe you, baby, like I did before
+You're not sorry, no-no-no-no
+
+You're looking so innocent, I might believe you if I didn't know
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.63
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,3y5CBsjVJldSHS3NS7Ifbz,"Uh-huh, life's like this
+Uh-huh, uh-huh, that's the way it is
+'Cause life's like this
+Uh-huh, uh-huh, that's the way it is
+
+Chill out, what you yelling for?
+Lay back, it's all been done before
+And if you could only let it be
+You would see
+
+I like you the way you are
+When we're driving in your car
+And you're talking to me, one on one
+But you've become
+
+Somebody else 'round everyone else
+You're watching your back like you can't relax
+You're trying to be cool
+You look like a fool to me
+Tell me
+
+Why do you have to go and make things so complicated?
+I see the way you're acting like you're somebody else
+Gets me frustrated
+Life's like this, you
+
+You fall, and you crawl, and you break
+And you take what you get, and you turn it into
+Honesty and promise me I'm never gonna find you fake it
+No, no, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.75
+Katy Perry,6jJ0s89eD6GaHleKKya26X,The One That Got Away,4uQY80TKE1u4ZQZQKHzVEi,"Summer after high school when we first met
+We'd make out in your Mustang to Radiohead
+And on my 18th birthday we got matching tattoos
+Used to steal your parents' liquor and climb to the roof
+Talk about our future like we had a clue
+Never planned that one day I'd be losing you
+
+In another life
+I would be your girl
+We'd keep all our promises
+Be us against the world
+In another life
+I would make you stay
+So I don't have to say you were
+The one that got away
+The one that got away
+
+I was June and you were my Johnny Cash
+Never one without the other, we made a pact
+Sometimes when I miss you I put those records on (whoa)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.819999999999997
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Same Old Love,7jv4Mb21bdd9SDVOm9Fm9l,"Take away your things and go
+You can't take back what you said, I know
+I've heard it all before, at least a million times
+I'm not one to forget, you know
+
+I don't believe, I don't believe it
+You left in peace, left me in pieces
+Too hard to breathe, I'm on my knees
+Right now, 'ow
+
+I'm so sick of that same old love, that shit, it tears me up
+I'm so sick of that same old love, my body's had enough
+Oh, (that same old love)
+Oh, (that same old love)
+I'm so sick of that same old love, feels like I've blown apart
+I'm so sick of that same old love, the kind that breaks your heart
+Oh, (that same old love)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.34
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Cry Baby,052vSBPxqdmYRDlkSPiavc,"You seem to replace your brain with your heart
+You take things so hard and then you fall apart
+You try to explain, but before you can start
+Those ""Cry baby"" tears come out of the dark
+
+Someone's turning the handle to that faucet in your eyes
+You pour it out where everyone can see
+Your heart's too big for your body, it's why it won't fit inside
+You pour it out where everyone can see
+
+They call you cry baby, cry baby
+But you don't fucking care
+Cry baby, cry baby
+So you laugh through your tears
+
+Cry baby, cry baby
+'Cause you don't fucking care
+Tears fall to the ground
+You'll just let them drown
+
+You'll just let them drown
+Cry baby, cry baby
+
+You're all on your own and you lost all your friends
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.3
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Carousel,5nHTLEJ10zaqdnKqLriah4,"'Round and 'round like a horse on a carousel, we go
+Will I catch up to love? I could never tell, I know
+Chasing after you is like a fairytale, but I
+Feel like I'm glued on tight to this carousel
+
+Come, come one, come all
+You must be this tall
+To ride this ride at the carnival
+
+Oh, come, take my hand
+And run though playland
+So high, too high at the carnival
+
+And it's all fun and games
+'Til somebody falls in love
+But you've already bought a ticket
+And there's no turning back now
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.86
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Soap,03f7xZmt2wHCIDJBFPK8G4,"Guess I better wash my mouth out with soap
+
+Think I just remembered something
+I think I left the faucet running
+Now my words are filling up the tub
+Darling, you're just soaking in it
+But I know you'll get out the minute
+You notice all your fingers pruning up
+
+I'm tired of being careful, tip-toe
+Trying to keep the water warm
+Let me under your skin
+Uh oh, there it goes
+I said too much, it overflowed
+Why do I always spill?
+
+I feel it coming out my throat
+Guess I better wash my mouth out with soap
+God, I wish I never spoke
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.53
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Training Wheels,3EGW6TGGbdk6Ys1Y3HU3lj,"Riding down, riding down
+My hand on your seat
+The whole way 'round
+I carry band-aids on me now
+For when your soft hands hit the jagged ground
+Wheels aren't even touching the ground
+Scared to take them off, but they're so worn down
+Promise I won't push you straight to the dirt
+If you promise me, you'll take them off first
+
+I love everything you do
+When you call me fucking dumb for the stupid shit I do
+Wanna ride my bike with you
+Fully undressed, no training wheels left for you
+And I'll pull them off for you
+
+I love everything you do
+When you call me fucking dumb for the stupid shit I do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.46000000000001
+G-Eazy,02kJSzxNuaWGqwubyUba0Z,"Me, Myself & I",40YcuQysJ0KlGQTeGUosTC,"I'm too fucked up, I can't even tolerate myself
+Sleep with one eye open, in case they try and move in stealth
+And my mama's worried 'bout me, but I ain't scared to go to hell
+Only God can judge me, it's just I, me and myself, yeah
+It's just I, me and myself
+
+I love my lil' brother, he remind me of myself
+I be nasty on my Nas shit, ain't really hard to tell
+You know that they be crawlin', if they buyin', I'm gon' sell, yeah
+It's just I, me and myself
+
+I love my lil' brother, he remind me of myself
+I be nasty on my Nas shit, ain't really hard to tell
+Uh, it's just I, me and myself
+
+Long lines on AC Transit, I put that Illmatic CD on
+Lookin' out the window, at the walls they put graffiti on
+Passin' by the billboards I knew one day I would see me on
+But until then, just keep keepin' on
+Easier said than done, I was the one they kept on sleepin' on
+They told me keep dreamin' on
+
+Back then, I had Girbauds, a 3X tall tee, and a beanie on
+Who knew that me, myself and I would make it here? That's crazy
+A lot of shit has changed since the version I had Bebe on
+Love my lil' brother, born a day apart and three years
+Both Gemini twins, everything we been through, we share these tears
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.27
+MARINA,6CwfuxIqcltXDGjfZsMd9A,Primadonna,5tFMuAw6X2R4NLx97g7n9q,"Primadonna girl, yeah
+All I ever wanted was the world
+I can't help that I need it all
+The primadonna life, the rise and fall
+You say that I'm kinda difficult
+But it's always someone else's fault
+Got you wrapped around my finger, babe
+You can count on me to misbehave
+Primadonna girl
+
+Would you do anything for me?
+Buy a big diamond ring for me?
+Would you get down on your knees for me?
+Pop that pretty question, right now baby
+Beauty queen on a silver screen
+Living life like I'm in a dream
+I know I've got a big ego
+I really don't know why it's such a big deal, though
+
+(Ooh) And I'm sad to the core, core, core
+(Yeah) Every day is a chore, chore, chore
+(Wow) When you give, I want more, more, more
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.47
+Becky G,4obzFoKoKRHIphyHzJ35G3,Shower,3DmW6y7wTEYHJZlLo1r6XJ,"I don't know, it's just something about ya
+Got me feelin' like I can't be without ya
+Anytime someone mention your name
+I be feelin' as if I'm around ya
+Ain't no words to describe you, baby
+All I know is that you take me high
+Can you tell that you drive me crazy?
+'Cause I can't get you out my mind
+
+Think of you when I'm goin' to bed
+When I wake up, think of you again
+You are my homie, lover and friend
+Exactly why
+
+You light me up inside
+Like the 4th of July
+Whenever you're around
+I always seem to smile
+And people ask me how
+Well you're the reason why
+I'm dancing in the mirror
+And singing in the shower
+
+La-da-dee, la-da-da, la-da-da
+Singing in the shower
+La-da-dee, la-da-da, la-da-da
+Singing in the shower
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.36
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Love Myself,0xCmwofyCiXdhoBsMSNj2w,"Hey!
+
+Yeah
+When I get chills at night, I feel it deep inside
+Without you, yeah (hey!)
+Know how to satisfy, keepin' that tempo right
+Without you, yeah (hey!)
+
+Pictures in my mind on replay
+I'm gonna touch the pain away (hey!)
+I know how to scream my own name
+Scream my name
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime, day or night
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime that I like
+(I love me)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0,"For all the times that you rained on my parade
+And all the clubs you get in using my name
+You think you broke my heart, oh, girl, for goodness' sake
+You think I'm crying on my own, well, I ain't
+
+And I didn't wanna write a song
+'Cause I didn't want anyone thinkin' I still care, I don't, but
+You still hit my phone up
+And baby, I'll be movin' on
+And I think you should be somethin' I don't wanna hold back
+Maybe you should know that
+
+My mama don't like you and she likes everyone
+And I never like to admit that I was wrong
+And I've been so caught up in my job
+Didn't see what's going on, but now I know
+I'm better sleeping on my own
+
+'Cause if you like the way you look that much
+Oh, baby, you should go and love yourself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.64999999999999
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Stressed Out,3CRDbSIZ4r5MsZ0YwxuEkn,"I wish I found some better sounds no one's ever heard
+I wish I had a better voice that sang some better words
+I wish I found some chords in an order that is new
+I wish I didn't have to rhyme every time I sang
+I was told when I get older, all my fears would shrink
+But now I'm insecure, and I care what people think
+
+My name's Blurryface and I care what you think
+My name's Blurryface and I care what you think
+
+Wish we could turn back time
+To the good old days
+When our mama sang us to sleep
+But now we're stressed out (oh)
+Wish we could turn back time (oh)
+To the good old days (oh)
+When our mama sang us to sleep
+But now we're stressed out
+
+We're stressed out
+
+Sometimes a certain smell will take me back to when I was young
+How come I'm never able to identify where it's coming from?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.78999999999999
+Zella Day,100sLnojEpcadRx4edEBA6,Hypnotic,2zsWRxMcUdGjj8TnWkVKw0,"(Ah, ah)
+
+I wanna be on the front line, knotted up suit ties
+Talkin' like a headstrong mama
+Got a picture in your wallet, makin' me a habit
+Wearin' your vintage t-shirt
+Tie ribbons on your top hat, tellin' me I'm all that
+Just like the girls from your hometown
+Sweet blooded and I'm stranded, see if I can stand it
+Drinkin' in the shallow water
+
+Magnetic everything about you
+You really got me now
+
+You do it to me so well
+Hypnotic, takin' over me
+Make me feel like someone else
+You got me talkin' in my sleep
+I don't wanna come back down
+I don't wanna touch the ground
+Pacific Ocean dug so deep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.92
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Cheap Thrills,27SdWb2rFzO6GWiYDBTD9j,"Come on, come on, turn the radio on
+It's Friday night, and it won't be long
+Gotta do my hair, put my make-up on
+It's Friday night, and it won't be long
+
+'Til I hit the dance floor, hit the dance floor
+I got all I need
+No, I ain't got cash, I ain't got cash
+But I got you, baby
+
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+But I don't need no money
+As long as I can feel the beat
+I don't need no money
+As long as I keep dancing
+
+Come on, come on, turn the radio on
+It's Saturday, and it won't be long
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.69
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Don't Let Me Down,1i1fxkWeaMmKEB4T7zqbzK,"Crashin', hit a wall
+Right now, I need a miracle
+Hurry up now, I need a miracle
+
+Stranded, reaching out
+I call your name but you're not around
+I say your name but you're not around
+
+I need you, I need you, I need you right now
+Yeah, I need you right now
+So don't let me, don't let me, don't let me down
+I think I'm losing my mind now
+
+It's in my head, darlin' I hope
+That you'll be here, when I need you the most
+So, don't let me, don't let me, don't let me down
+D-don't let me down
+
+Don't let me down
+Don't let me down, down, down
+Don't let me down, don't let me down, down, down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.51
+Halsey,26VFTg2z8YR0cCuwLzESi2,Haunting,6onmpB4WJxFj2oPR9vHVK9,"Keep on haunting
+Keep on haunting me
+Keep on haunting
+Keep on haunting me
+
+I was as pure as a river
+But now I think I'm possessed
+You put a fever inside me
+And I've been cold since you left
+
+I've got a boyfriend now, and he's made of gold
+And you've got your own mistakes in a bed at home
+I'm hoping you could save me now, but you break and fold
+You've got a fire inside, but your heart's so cold
+
+'Cause I've done some things that I can't speak
+(Ah, ah, ah, ah)
+And I tried to wash away, but you just won't leave
+(Ah, ah, ah, ah)
+So won't you take a breath and dive in deep
+(Ah, ah, ah, ah)
+'Cause I came here, so you'd come for me
+(Ah, ah, ah, ah)
+
+I'm begging you to keep on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,8.44
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Closer,7BKLCZ1jbUBVqRi2FVlTVw,"Hey, I was doing just fine before I met you
+I drink too much and that's an issue, but I'm okay
+Hey, you tell your friends it was nice to meet them
+But I hope I never see them again
+
+I know it breaks your heart
+Moved to the city in a broke-down car, and
+Four years, no calls
+Now you're looking pretty in a hotel bar
+And I-I-I can't stop
+No, I-I-I can't stop
+
+So, baby, pull me closer
+In the backseat of your Rover
+That I know you can't afford
+Bite that tattoo on your shoulder
+Pull the sheets right off the corner
+Of that mattress that you stole
+From your roommate back in Boulder
+We ain't ever getting older
+
+We ain't ever getting older
+
+We ain't ever getting older
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.07000000000001
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,This Is What You Came For,0azC730Exh71aQlOt9Zj3y,"Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+
+Baby, this is what you came for
+Lightning strikes every time she moves
+And everybody's watchin' her
+But she's looking at you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+You, ooh, ooh, ooh
+You, ooh, ooh
+You, ooh, ooh, you, ooh, ooh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.24000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Bad Blood,273dCMFseLcVsoSWx59IoE,"'Cause baby, now we got bad blood
+You know it used to be mad love
+So take a look what you've done
+'Cause baby, now we got bad blood (hey!)
+
+Now we got problems
+And I don't think we can solve 'em
+You made a really deep cut
+And baby, now we got bad blood (hey!)
+
+Did you have to do this?
+I was thinking that you could be trusted
+Did you have to ruin
+What was shining? Now it's all rusted
+Did you have to hit me
+Where I'm weak? Baby, I couldn't breathe
+And rub it in so deep
+Salt in the wound like you're laughing right at me
+
+Oh, it's so sad to think about the good times
+You and I
+
+'Cause baby, now we got bad blood
+You know it used to be mad love
+So take a look what you've done
+'Cause baby, now we got bad blood (hey!)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.47
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Look What You Made Me Do,2VjtYe7gpfUi2OkGxR2O2z,"I don't like your little games
+Don't like your tilted stage
+The role you made me play of the fool
+No, I don't like you
+
+I don't like your perfect crime
+How you laugh when you lie
+You said the gun was mine
+Isn't cool, no, I don't like you (oh!)
+
+But I got smarter, I got harder in the nick of time
+Honey, I rose up from the dead, I do it all the time
+I got a list of names, and yours is in red, underlined
+I check it once, then I check it twice, oh!
+
+Ooh, look what you made me do
+Look what you made me do
+Look what you just made me do
+Look what you just made me...
+Ooh, look what you made me do
+Look what you made me do
+Look what you just made me do
+Look what you just made me do
+
+I (I) don't (don't) like your kingdom keys (keys)
+They (they) once belonged to me (me)
+You (you) asked me for a place to sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.28
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,...Ready For It?,7zgqtptZvhf8GEmdsM2vp2,"Knew he was a killer first time that I saw him
+Wonder how many girls he had loved and left haunted
+But if he's a ghost, then I can be a phantom
+Holdin' him for ransom
+
+Some, some boys are tryin' too hard
+He don't try at all, though
+Younger than my exes but he act like such a man, so
+I see nothing better, I keep him forever
+Like a vendetta-ta
+
+I-I-I see how this is gon' go
+Touch me and you'll never be alone
+I-Island breeze and lights down low
+No one has to know
+
+In the middle of the night, in my dreams
+You should see the things we do, baby (mmm)
+In the middle of the night, in my dreams
+I know I'm gonna be with you
+So I'll take my time
+Are you ready for it?
+
+Knew I was a robber first time that he saw me
+Stealing hearts and running off and never saying sorry
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,23.44
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Wolves,7EmGUiUaOSGDnUUQUDrOXC,"In your eyes, there's a heavy blue
+One to love and one to lose
+Sweet divide, a heavy truth
+Water or wine, don't make me choose
+
+I wanna feel the way that we did that summer night (night)
+Drunk on a feeling, alone with the stars in the sky
+
+I've been running through the jungle
+I've been running with the wolves
+To get to you, to get to you
+I've been down the darkest alleys
+Saw the dark side of the moon
+To get to you, to get to you
+I've looked for love in every stranger
+Took too much to ease the anger
+All for you, yeah, all for you
+I've been running through the jungle
+I've been crying with the wolves
+To get to you, to get to you (oh to get to you)
+
+Ha-ah
+Ha-ah
+Ha-ah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.15
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Who Says,3TcL0dyCMyr0kyTTc4NLgI,"I wouldn't wanna be anybody else
+Hey
+
+You made me insecure
+Told me I wasn't good enough
+But who are you to judge?
+When you're a diamond in the rough
+I'm sure you got some things
+You'd like to change about yourself
+But when it comes to me
+I wouldn't wanna be anybody else
+
+Na-na-na-na-na-na-na-na-na
+Na-na-na-na-na-na-na-na-na
+I'm no beauty queen
+I'm just beautiful me
+Na-na-na-na-na-na-na-na-na
+Na-na-na-na-na-na-na-na-na
+You've got every right
+To a beautiful life
+C'mon
+
+Who says?
+Who says you're not perfect?
+Who says you're not worth it?
+Who says you're the only one that's hurting?
+Trust me
+That's the price of beauty
+Who says you're not pretty?
+Who says you're not beautiful?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.55000000000001
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Big Girls Cry,7zE6pyXLjUCOy8PG0UL5SZ,"Tough girl, in the fast lane
+No time for love, no time for hate
+No drama, no time for games
+Tough girl whose soul aches
+
+I come home, on my own
+Check my phone, nothing though
+Act busy, order in
+Pay TV, it's agony (oh, oh, oh)
+
+I may cry, ruining my makeup
+Wash away all the things you've taken
+And I don't care if I don't look pretty
+Big girls cry when their hearts are breaking
+Big girls cry when their hearts are breaking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.67999999999999
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Disturbia,2VOomzT6VavJOGBeySqaMc,"Bum bum be-dum, bum bum be-dum bum (what's wrong with me?)
+Bum bum be-dum, bum bum be-dum bum (why do I feel like this?)
+Bum bum be-dum, bum bum be-dum bum (I'm going crazy now)
+Bum bum be-dum, bum bum be-dum bum
+
+No more gas, in the red
+Can't even get it started
+Nothing heard, nothing said
+Can't even speak about it
+All my life on my head
+Don't want to think about it
+Feels like I'm going insane, yeah
+
+It's a thief in the night to come and grab you (aha)
+It can creep up inside you and consume you (aha)
+A disease of the mind, it can control you (aha)
+It's too close for comfort, oh
+
+Put on your brake lights
+You're in the city of wonder
+Ain't gon' play nice
+Watch out, you might just go under
+Better think twice
+Your train of thought will be altered
+So if you must falter, be wise
+
+Your mind is in disturbia
+It's like the darkness is the light
+Disturbia
+Am I scaring you tonight? (your mind is in)
+Disturbia
+Ain't used to what you like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.19
+Iron & Wine,4M5nCE77Qaxayuhp3fVn4V,"Flightless Bird, American Mouth",6iWwfN1euztxZi1OK38HbU,"I was a quick, wet boy, diving too deep for coins
+All of your streetlight eyes wide on my plastic toys
+Then when the cops closed the fair
+I cut my long baby hair
+Stole me a dog-eared map and called for you everywhere
+
+Have I found you, flightless bird?
+Jealous, weeping
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.97
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Someone In The Crowd,39ncDMVidHOeQgeC5anYZM,"You got the invitation
+You got the right address
+You need some medication?
+The answer's always yes
+
+A little chance encounter
+Could be the one you've waited for
+Just squeeze a bit more
+
+Tonight we're on a mission
+Tonight's the casting call
+If this is the real audition
+Oh, God, help us all
+
+You make the right impression
+Then ev'rybody knows your name
+We're in the fast lane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.45
+Ryan Gosling,6kXm2YCtdUOpRYNKeKhfue,City Of Stars,5BMwpS4iYKR30kq9U9beaT,"City of Stars
+Are you shining just for me?
+City of Stars
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Audition (The Fools Who Dream),6j0wBBAP3hMe4t1Ymj7GIe,"My aunt used to live in Paris
+I remember, she used to come home and tell us these stories about being abroad
+And I remember she told us that she jumped into the river once, barefoot
+
+She smiled
+
+Leapt, without looking
+And tumbled into the Seine
+The water was freezing
+She spent a month sneezing
+But said she would do it again
+
+Here's to the ones who dream
+Foolish as they may seem
+Here's to the hearts that ache
+Here's to the mess we make
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,29.599999999999998
+Ryan Gosling,6kXm2YCtdUOpRYNKeKhfue,"City Of Stars - From ""La La Land"" Soundtrack",6XQHlsNu6so4PdglFkJQRJ,"City of Stars
+Are you shining just for me?
+City of Stars
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Lykke Li,6oBm8HB0yfrIc9IHbxs6in,Possibility,39Odj4vLKRarATkCA31gaW,"There's a possibility
+There's a possibility
+All that I had was all I'm gon' get
+
+There's a possibility
+There's a possibility
+All I gon' get is gon' be yours then
+All I gon' get is gon' be yours still
+
+So tell me when you hear my heart stop
+You're the only one that knows
+Tell me when you hear my silence
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,45.879999999999995
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Toxic,6I9VzXrHxO9rA9A5euc8Ak,"Baby, can't you see I'm calling?
+A guy like you should wear a warning
+It's dangerous, I'm falling
+
+There's no escape, I can't wait
+I need a hit, baby, give me it
+You're dangerous, I'm loving it
+
+Too high, can't come down
+Losing my head, spinnin' 'round and 'round
+Do you feel me now?
+
+With a taste of your lips, I'm on a ride
+You're toxic, I'm slippin' under
+With a taste of a poison paradise
+I'm addicted to you
+Don't you know that you're toxic?
+And I love what you do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,64.92
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Circus,7jk7gqyEonmVVYahZN5zhW,"There's only two types of people in the world
+The ones that entertain, and the ones that observe
+Well, baby, I'm a put-on-a-show kind of girl
+Don't like the back seat, gotta be first (oh-oh)
+I'm like the ring leader, I call the shots (call the shots)
+I'm like a firecracker, I make it hot
+
+When I put on a show
+I feel the adrenaline moving through my veins
+Spotlight on me and I'm ready to break
+I'm like a performer, the dance floor is my stage
+Better be ready, hope that you feel the same
+
+All eyes on me in the center of the ring just like a circus
+When I crack that whip everybody gon' trip just like a circus
+Don't stand there watching me, follow me, show me what you can do
+Everybody let go, we can make a dance floor just like a circus
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.53
+The Pretty Reckless,2R57sY41L9XvGPiIgHOaYq,Heaven Knows,04w73SmPfQkkmEpKbcrHOL,"Jimmy's in the back with a pocket of high
+If you listen close, you can hear him cry
+
+Oh Lord, heaven knows, we belong way down below
+(Sing it) Oh Lord, heaven knows, we belong way down below
+Way down below, way down below
+
+Judy's in the front seat picking up trash
+Living on the dole, gotta make that cash
+Won't be pretty, won't be sweet
+She's just sitting here on her feet
+
+Singing oh Lord, heaven knows, we belong way down below
+(Go) Oh Lord, heaven knows, we belong way down below
+(Sing) Oh Lord, tell us so, we belong way down below
+Oh Lord, tell us so, we belong way down below
+Way down below, way down below
+Way down below, way down below
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.77
+RADWIMPS,1EowJ1WwkMzkCkRomFhui7,Nandemonaiya - Movie Version,7uyGWnfd6fcrFHtWxcM2ke,,Neutral,0.0
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,The Heart Wants What It Wants,2dRvMEW4EwySxRUtEamSfG,"What the heart wants, what the heart wants
+What the heart wants, wants, wants, wants
+You got me sippin' on something
+I can't compare to nothing
+I've ever known, I'm hoping
+That after this fever I'll survive
+
+I know I'm acting a bit crazy
+Strung out, a little bit hazy
+Hand over heart, I'm praying
+That I'm gonna make it out alive
+
+The bed's getting cold and you're not here
+The future that we hold is so unclear
+But I'm not alive until you call
+And I'll bet the odds against it all
+
+Save your advice, 'cause I won't hear
+You might be right, but I don't care
+There's a million reasons why I should give you up
+But the heart wants what it wants
+The heart wants what it wants
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.5
+Alessia Cara,2wUjUUtkb5lvLKcGKsKqsR,Here,1wYZZtamWTQAoj8B812uKQ,"I guess for now you've got the last laugh
+
+I'm sorry if I seem uninterested
+Or I'm not listening, or I'm indifferent
+Truly I ain't got no business here
+But since my friends are here
+I just came to kick it
+But really I would rather be at home all by myself
+Not in this room with people who don't even care about my well being
+I don't dance, don't ask
+I don't need a boyfriend
+So you can go back, please enjoy your party
+
+I'll be here
+Somewhere in the corner under clouds of marijuana
+With this boy who's hollerin', I can hardly hear
+Over this music I don't listen to
+And I don't wanna get with you
+So tell my friends that I'll be over here
+
+Oh oh oh here, oh oh oh here
+Oh oh oh, I asked myself, ""What am I doin' here?""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.63000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Style,1fo2ctLqj3zBhRQKOXprol,"Midnight
+You come and pick me up, no headlights
+Long drive
+Could end in burning flames or paradise
+
+Fade into view, oh
+It's been a while since I have even heard from you (Heard from you)
+
+I should just tell you to leave 'cause I
+Know exactly where it leads but I
+Watch us go 'round and 'round each time
+
+You got that James Dean daydream look in your eye
+And I got that red lip classic thing that you like
+And when we go crashing down we come back every time
+'Cause we never go out of style, we never go out of style
+
+You got that long hair, slicked back, white t-shirt
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.1
+Katy Perry,6jJ0s89eD6GaHleKKya26X,I Kissed A Girl,7hgD1cfgQRBNBSkjePPbxn,"This was never the way I planned
+Not my intention
+I got so brave, drink in hand
+Lost my discretion
+It's not what I'm used to
+Just wanna try you on
+I'm curious for you
+Caught my attention
+
+I kissed a girl and I liked it
+The taste of her cherry chapstick
+I kissed a girl just to try it
+I hope my boyfriend don't mind it
+It felt so wrong, it felt so right
+Don't mean I'm in love tonight
+I kissed a girl and I liked it
+I liked it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.72999999999999
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Teenage Dream,3RBtvz2yV6YKfmBIIC3Ioc,"You think I'm pretty without any makeup on
+You think I'm funny when I tell the punch line wrong
+I know you get me, so I let my walls come down, down
+Before you met me
+I was alright, but things were kinda heavy
+You brought me to life, now every February
+You'll be my Valentine, Valentine
+
+Let's go all the way tonight
+No regrets, just love
+We can dance, until we die
+You and I, will be young forever
+
+You make me
+Feel like I'm livin' a teenage dream
+The way you turn me on, I can't sleep
+Let's run away and don't ever look back, don't ever look back
+My heart stops
+When you look at me, just one touch
+Now, baby, I believe this is real
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.57
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Focus,1cdzfFjEbUbgTm5nv3FgXR,"Hey
+
+I know what I came to do
+And that ain't gonna change
+So go ahead and talk your talk
+Cause I won't take the bait
+I'm over here doing what I like
+I'm over here working day and night
+And if my real ain't real enough
+I'm sorry for you, bae
+
+Let's find a light inside our universe now
+Where ain't nobody keep on holding us down
+Just come and get it, let them say what they say
+'Cause I'm about to put them all away
+
+Focus on me, f-f-focus on me
+Focus on me, f-f-focus on me
+Focus on me (Focus), f-f-focus on me (Focus on me)
+Focus on me (Focus), f-f-focus on me (Focus on me)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,29.599999999999998
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Problem,7vS3Y0IKjde7Xg85LWIEdP,"Uh huh
+It's Iggy Iggs
+I got one more problem with you girl
+(One less, one less problem)
+
+Hey baby even though I hate ya
+I wanna love ya
+(I want you)
+And even though I can't forgive you
+I really want ya
+(I want you)
+
+Tell me, tell me baby
+Why can't you leave me?
+Cause even though I shouldn't want it
+I gotta have it
+(I want you)
+
+Head in the clouds
+Got no weight on my shoulders
+I should be wiser
+And realize that I've got
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+I know you're never gonna wake up
+I gotta give up
+(But it's you)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.48
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Best Mistake,70yhaHLp9STtzI2Kzba6Tr,"How soon do we forget, how we felt?
+Dealing with emotions, that never left
+Playing with the hand that we were dealt, in this game
+
+Maybe I'm the sinner, and you're the saint
+Gotta stop pretending, what we ain't
+Why we pointing fingers, anyway?
+When we're the same
+
+Break up, make up
+Total waste of time
+Can we please make up our minds
+And stop acting like we're blind?
+'Cause if the water dries up and the moon stops shining
+Stars fall, and the world goes blind, boy
+You know, I'll be saving my love for you, for you
+
+'Cause you're the best mistake I've ever made
+But we hold on, mm, hold on
+There's no pot of gold in the rainbows we chase
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,48.230000000000004
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Break Your Heart Right Back,0HGcQDbRen8luCnwH53sNl,"I shoulda saw it comin'
+I shoulda saw the signs
+But I wanted to believe you, trust you
+You said you wouldn't lie
+But baby you were so good, so good
+You had me goin' blind
+You said it was your best friend, I'm guessing
+I wasn't your type, hey
+
+What goes around comes around
+And if it goes up, it comes down
+I know you're mad 'cause I found out
+Want you to feel what I feel right now
+
+Now that it's over
+I just wanna break your heart right back
+Right back
+Want you to cry me a river
+I just wanna break your heart right back
+Hey
+All this time, I was blind running round telling everybody
+
+My baby loves me
+My baby loves me
+My baby
+My baby
+My baby loves me
+
+You said I was your best, would be your last
+Now he's gone, you're alone
+Don't want you back
+
+You're tellin' me you're sorry
+Well sorry, I'm over it
+'Cause I've already been there done that
+Ain't doing this again
+No
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.33
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Love Me Harder,5J4ZkQpzMUFojo1CtAZYpn,"Tell me something I need to know
+Then take my breath and never let it go
+If you just let me invade your space
+I'll take the pleasure, take it with the pain
+
+And if in the moment I bite my lip
+Baby, in that moment you'll know this is
+Something bigger than us and beyond bliss
+Give me a reason to believe it
+
+'Cause if you want to keep me
+You gotta, gotta, gotta, gotta
+Got to love me harder
+And if you really need me
+You gotta, gotta, gotta, gotta
+Got to love me harder
+Baby, love me harder
+Ooh-ooh-ooh-ooh
+Love me, love me, love me
+Ooh-ooh-ooh-ooh
+Harder, harder, harder (You gotta love me harder)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.89
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Hands On Me,1rNop31kdDmSj3Ds6xhIeS,"Keep your hands on me
+Don't take them off until I say so
+Let me break you off
+We'll be taking off
+Or maybe making love
+You just keep your eyes on my you know what
+
+Trembling, when you touch
+Rush is racing body begging
+Picture me and you making
+Making sweet love
+Baby, give it to me
+
+Eyes on me, dance on me tonight
+You're all, all I need
+Keep your hands on me
+Don't take them off
+
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Put your hands on it
+Don't take them off
+
+Put your hands on me
+You can put your hands on me
+If you like what you see
+Baby, put your hands on me
+
+It's your birthday, every day with me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.81
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Santa Tell Me,0lizgQ7Qw35od7CYaoMBZb,"Santa, tell me if you're really there
+Don't make me fall in love again
+If he won't be here next year
+
+Santa, tell me if he really cares
+'Cause I can't give it all away
+If he won't be here next year
+
+Feeling Christmas all around
+And I'm trying to play it cool
+But it's hard to focus
+When I see him walking 'cross the room
+
+""Let It Snow"" is blasting out
+But I won't get in the mood
+I'm avoiding every mistletoe until I know...
+
+It's true love that he thinks of
+So next Christmas I'm not all alone, boy
+
+Santa, tell me if you're really there
+Don't make me fall in love again
+If he won't be here next year
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.85000000000001
+Rene Liu,6qzfo7jiO4OrhxrvPFPlWX,成全,34GSbu5gyOvcRYb8H06hZC,"看著你和她走到我面前
+微笑地對我說聲「好久不見」
+如果當初沒有我的成全
+是不是今天還在原地盤旋?
+
+不為了勉強可笑的尊嚴
+所有的悲傷丟在分手那天
+未必永遠才算愛得完全
+一個人的成全好過三個人的糾結
+
+我對你付出的青春這麼多年
+換來了一句「謝謝你的成全」
+成全了你的瀟灑與冒險
+成全了我的碧海藍天
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,你把我灌醉,29vGqKBqhLRerm8exDuLe1,"開 往城市邊緣開
+把車窗都搖下來
+用速度換一點痛快
+
+孤單 被熱鬧的夜趕出來
+卻無從告白是你留給我的悲哀
+
+喔愛 讓我變得看不開
+喔愛 讓我自找傷害
+
+你把我灌醉 你讓我流淚
+扛下了所有罪 我拚命挽回
+
+你把我灌醉 你讓我心碎
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,後會無期,5jSuSxPNY1BOQjjnGnyrEw,"當一艘船沉入海底
+當一個人成了謎
+你不知道
+他們為何離去
+那聲再見竟是他最後一句
+
+當一輛車消失天際
+當一個人成了謎
+你不知道
+他們為何離去
+就像你不知道這竟是結局
+
+在每個繁星拋棄銀河的夜裡
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Little Mix,3e7awlrlDSwF3iM0WBjGMp,No More Sad Songs (feat. Machine Gun Kelly),1NXDq5UBby80GsRNjGXVwE,"(Ah, ah) ayy, with your eyes wide shut
+(Ah, ah) no more, no more
+
+I keep trying, nothing's working
+I still wanna know if you're alone
+I keep trying to put this behind me
+I still wanna know who's taking you home
+
+For tonight, I'm gona get my mind off it
+Don't care that someone's got his hands all over my body
+Stay out all night, go where the music is loud
+So I don't have to think about it, I'm beggin', please, don't play
+
+No more sad songs
+No more sad songs
+No more sad songs
+I'm beggin', please, don't play
+No more sad songs
+No more sad songs
+No more sad songs
+I'm beggin', please, don't play, no more sad songs
+
+Dancing with danger, talking to strangers
+Don't care where I go (eh-hey-yeah), just can't be alone (eh-hey-yeah)
+They'll never know me, like you used to know me, nah, ah-ah-ah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,62.31
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,Play我呸,18ImQnN3yZxL6vDQiOvata,"半夜一點的無邪浪蕩睡衣姐妹
+清晨五點的萬人登山體操大會
+六零年代歐洲前衛地下導演討論會
+九零年代偶像復出簽名握手擁抱會
+
+零下五十度北極探險為期十幾天
+撒哈拉酷熱絕對崩潰生存考驗
+三天兩夜集體K歌歇斯底里的宣泄
+芳香精油深度放鬆無意識催眠
+
+文藝裝逼亂世盛裝派對
+女神豐乳肥臀九頭身材
+男神彎弓射雕六塊肌排
+比錢更重要的是人魚線
+
+管你小眾大眾我呸
+管你是小清新是重口味我呸
+管你是那一類甲蟲我呸 我呸 都呸 都Play
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Charlie Puth,6VuMaDnrHyPL1p4EHjYLi7,We Don't Talk Anymore (feat. Selena Gomez),37FXw5QGFN7uwwsLy8uAc0,"We don't talk anymore
+We don't talk anymore
+We don't talk anymore
+Like we used to do
+We don't love anymore
+What was all of it for?
+Oh, we don't talk anymore
+Like we used to do
+
+I just heard you found the one you've been looking
+You've been looking for
+I wish I would have known that wasn't me
+'Cause even after all this time I still wonder
+Why I can't move on
+Just the way you did so easily?
+
+Don't wanna know
+What kind of dress you're wearing tonight
+If he's holding onto you so tight
+The way I did before
+I overdosed
+Should've known your love was a game
+Now I can't get you out of my brain
+Oh, it's such a shame
+
+That we don't talk anymore
+We don't talk anymore
+We don't talk anymore
+Like we used to do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,28.28
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,7vu0JkJh0ldukEYbTVcqd0,"I'm jealous, I'm overzealous
+When I'm down I get real down
+When I'm high I don't come down
+But I get angry, baby, believe me
+I could love you just like that
+And I can leave you just as fast
+
+But you don't judge me
+'Cause if you did, baby, I would judge you too
+No, you don't judge me
+'Cause if you did, baby, I would judge you too
+
+'Cause I got issues, but you got 'em too
+So give 'em all to me and I'll give mine to you
+Bask in the glory of all our problems
+'Cause we got the kind of love it takes to solve 'em
+Yeah, I got issues
+And one of them is how bad I need you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.82
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,God is a woman,7gkWXbAxIYuvtOpcN3p9GJ,"You, you love it how I move you
+You love it how I touch you, my one
+When all is said and done
+You'll believe God is a woman
+And I, I feel it after midnight
+A feeling that you can't fight, my one
+It lingers when we're done
+You'll believe God is a woman
+
+I don't wanna waste no time, yuh
+You ain't got a one-track mind, yuh
+Have it any way you like, yuh
+And I can tell that you know I know how I want it
+Ain't nobody else can relate
+Boy, I like that you ain't afraid
+Baby, lay me down and let's pray
+I'm tellin' you the way I like it, how I want it
+
+(Yuh) and I can be all the things you told me not to be
+(Yuh) when you try to come for me, I keep on flourishing
+(Yuh) and he sees the universe when I'm the company
+It's all in me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.97
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Good For You,578Eooad7oUyn4stovZiPg,"Good for you, good for you ('cause I just wanna look)
+Good for you, good for you, oh, oh
+Good for you, good for you (I just wanna look)
+Good for you, good for you, oh oh
+Good for you, good for you (I just wanna look)
+
+Good for you, good for you, oh oh (I just wanna look)
+Good for you, good for you (I just wanna look)
+Good for you, good for you, oh oh
+
+I'm on my 14 carats
+I'm 14 carat
+Doing it up like Midas
+Now you say I got a touch
+So good, so good
+Make you never wanna leave
+So don't, so don't
+
+Gonna wear that dress you like, skin-tight
+Do my hair up real, real nice
+And syncopate my skin to your heart beating
+Gonna wear that dress you like, skin-tight
+Do my hair up real, real nice
+And syncopate my skin to your heart beating
+
+'Cause I just wanna look good for you, good for you, uh-huh
+I just wanna look good for you, good for you, uh-huh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.75
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Baby I,6EIsMa5lbvljYxqCkjZVDi,"Baby, I got love for thee so deep inside of me
+I don't know where to start
+Yeah, yeah, yeah, yeah, yeah (yeah, yeah)
+Yeah, yeah, yeah, yeah, yeah, yeah, yeah
+
+I love you more than anything
+But the words can't even touch what's in my heart
+Yeah, yeah, yeah, yeah, yeah (no, no)
+Yeah, yeah yeah, yeah, yeah, yeah, yeah
+
+When I try to explain it, I be sounding insane
+The words don't ever come out right
+I get all tongue-tied and twisted
+I can't explain what I'm feeling
+And I say baby, baby (ooh-woah, ooh-woah), baby
+
+(Baby, I) oh, baby, oh, baby, my baby
+(Baby, I) oh, baby, baby, I
+(Baby, I) all I'm tryna say is you're my everything, baby
+But every time I try to say it, words, they only complicate it
+Baby, baby (ooh-woah, ooh-woah)
+
+Baby, I'm so down for you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.42999999999999
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Honeymoon Avenue,2ofOe2OaXFpZF5ETbsc7Qu,"It's the Rascals
+
+I looked in my rearview mirror
+And it seemed to make a lot more sense
+Than what I see ahead of us, ahead of us, yeah
+I'm ready to make that turn
+Before we both crash and burn
+'Cause that could be the death of us, the death of us
+
+Baby, you know how to drive in rain
+And you decided not to make a change
+Stuck in the same old lane
+Goin' the wrong way home
+
+I feel like my heart is stuck in bumper-to-bumper traffic (hey)
+I'm under pressure 'cause I can't have you the way that I want
+Let's just go back to the way it was
+When we were on Honeymoon Avenue (hey)
+Honeymoon Avenue, baby
+Coastin' like crazy
+Can we get back to the way it was?
+
+Hey, what happened to the butterflies?
+Guess they encountered at that stop sign
+And my heart is at a yellow light, a yellow light
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.53
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Right There,3yiopxxeHuwcpAg4e57Zjt,"If you wanna party, if you, if you wanna party
+Then put your hands up (put your hands up)
+(If you wanna party, if, if, if you wanna party)
+
+Then put your hands up (put your hands up)
+(You got it, you got it babe)
+(You got it, you got it babe)
+(You got it, you got it babe)
+
+Sean Don! (You got it, you got it babe) Okay, this, this, this
+For my number one girl
+Who got the top spot title
+Spent an hour in the bathroom
+Walked out looking like a model
+God! Doing what you do
+
+Got me right there with Apollo on the moon (moon)
+Who needs genies in a bottle
+Girl, if they already got you
+Boy you make me feel so lucky (got you, I got you)
+
+Finally the stars align
+Never has it been so easy
+To be in love and to give you this heart of mine
+You know what I need (ayy)
+
+I know what you like, (ayy)
+Put it all together baby, we could be alright (hey)
+How could this be wrong
+When it feels so right
+
+Yeah, I really love you, I really love you
+
+And I'll never let you go
+You should know
+I'm never gonna change
+I'm always gonna stay
+You call for me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.33
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,The Way,06EL94D0TA27Ik0Ke5usbj,"What we gotta do right here is go back, back to the top
+
+I love the way you make me feel
+I love it, I love it
+I love the way you make me feel
+I love it, I love it
+
+Say, I'm thinking 'bout her every second, every hour
+Do my singing in the shower
+Picking petals off the flowers like
+Do she love me, do she love me not? (love me not)
+I ain't a player, I just crush a lot (crush a lot)
+
+You give me that kind of something
+Want it all the time, need it everyday
+On a scale of one to ten I'm at a hundred
+Never get enough, I can't stay away
+
+If you want it, I got it, I got it everyday
+You can get whatever you need from me
+Stay by your side, I'll never leave you
+I ain't going nowhere 'cause you're a keeper
+
+So don't you worry, baby, you got me
+
+I got a bad boy, I must admit it (hey)
+You got my heart, don't know how you did it (hey)
+And I don't care who sees it, babe
+I don't wanna hide the way I feel when you're next to me (hey)
+
+I love the way (I love the way you make me feel)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.33999999999999
+MIKA,5MmVJVhhYKQ86izuGHzJYA,Popular Song,3iugMJEdfE58OpI7WGM38w,"Psychotic, barney MIKA rap
+
+You were the popular one, the popular chick
+It is what it is, now I'm popular, bitch
+Standing on the field with your pretty pom-pom
+Now you're working at the movies selling popular corn
+
+I could have been a mess, but I never went wrong
+'Cause I'm putting down my stories in a popular song
+Ah, oh, said I'm putting down my story in a popular song
+
+My problem, I never was a model
+I never was a scholar, but you were always popular
+You were singing all the songs I don't know
+Now you're in the front row, 'cause my song is popular
+
+Popular, I know about popular
+It's not about who you are or your fancy car
+You're only ever who you were
+
+Popular, I know about popular
+And all that you have to do is be true to you
+That's all you ever need to know
+
+Catch up, 'cause you've got an awful long way to go
+Catch up, 'cause you've got an awful long way to go
+
+Always on the lookout for someone to hate
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.38
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Better Left Unsaid,5Pnny78GESkBSLnxFmhRYZ,"I told you once, ""Get out my life
+I don't need ya, I'll be alright""
+But some things are better left unsaid
+To tell the truth, it hit me hard
+A broken heart is all I have now
+But some things are better left unsaid
+
+And I swore that I would never say
+I miss you more every day
+But some things are better left unsaid
+Are better left unsaid, said, said
+
+Oh-ooh-whoa-oh, oh
+I'm gonna say things like, ""Shut up and kiss me""
+Oh-ooh-whoa-oh, oh
+Tonight I'm gonna lose some things
+Don't play me, just kiss me
+If you wanna party, put your hands up
+Put your hands up, put your hands up
+Don't play me, just kiss me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.59
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Never Be Alone,6wQSrFnJYm3evLsavFeCVT,"I promise that one day I'll be around
+I'll keep you safe
+I'll keep you sound
+Right now it's pretty crazy
+And I don't know how to stop
+Or slow it down
+
+Hey
+I know there are some things we need to talk about
+And I can't stay
+Just let me hold you for a little longer now
+
+Take a piece of my heart
+And make it all your own
+So when we are apart
+You'll never be alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.7
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Stitches,4dLMVmmQC74C4p3AWdwhff,"I thought that I've been hurt before
+But no one's ever left me quite this sore
+Your words cut deeper than a knife
+Now I need someone to breathe me back to life
+
+Got a feeling that I'm going under
+But I know that I'll make it out alive
+If I quit calling you my lover
+Move on
+
+You watch me bleed until I can't breathe, shaking
+Falling onto my knees
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Tripping over myself, aching
+Begging you to come help
+And now that I'm without your kisses
+Yeah, I'll be needing stitches
+
+Just like a moth drawn to a flame
+Oh, you lured me in I couldn't sense the pain
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,40.36
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Fetish (feat. Gucci Mane),4lnAN2S1fcI0SjxEbksZVr,"Take it or leave it
+Baby, take it or leave it
+But I know you won't leave it
+'Cause I know that you need it, ah
+Look in the mirror
+When I look in the mirror
+Baby, I see it clearer
+Why you wanna be nearer, ah
+
+I'm not surprised
+I sympathize, ah
+I can't deny
+Your appetite, ah
+
+You got a fetish for my love
+I push you out and you come right back
+Don't see a point in blaming you
+If I were you, I'd do me too
+
+You got a fetish for my love
+I push you out and you come right back
+Don't see a point in blaming you
+If I were you, I'd do me too
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,67.85
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Uh Huh,0oiKDZUxZn9i4jCCDmbTM2,"It's electric how my lipstick
+Makes it's own way right into your kiss and
+It's pathetic how we both get kind of fucked up
+Hanging on each other
+
+We're ahead now
+Should we slow down?
+Should we slow down now?
+
+'Cause I'm getting some kind of shake without you
+
+Uh huh
+I think you're movin' in too close
+But I think that it's my body wantin' it the most, like
+
+Uh huh
+I don't know what it is I feel
+But I know it's my emotions goin' in for the kill, like
+
+Uh huh (uh huh)
+Uh huh (uh huh)
+But I know it's my emotions goin' in for the kill
+
+It's electric how symmetric
+We both get when you lay beside me
+It's phonetic how our mouths grip
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.33
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,the light is coming (feat. Nicki Minaj),5iZ4hcpCgFVijq5OOjBTKZ,"You wouldn't let anybody speak and instead...
+You wouldn't let anybody speak and instead...
+
+Ayo, trophy wife, out you won me
+Until you had to find out it's one me
+N-n-now you benched, aw, your bum knee
+Now I'm the bad guy, call me Chun-Li
+
+'Cause you was slippin', yep, you clumsy
+And everything I peeped, can't just unsee
+Sips tea, and it's unsweet
+Re-respect bad gyal when mi dun speak
+
+Now we shooting the shot like drive-by's
+Why-why you had to make me go call up my side guy?
+Can't let a f-boy eff up my nice vibes
+Yo, Ariana, come let me give you a high five
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,49.39
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Jumpsuit,6cQnrSlTxhHCCiUpKrs7g3,"Cover me, oh
+
+I can't believe how much I hate
+Pressures of a new place roll my way
+Jumpsuit, jumpsuit, cover me
+Jumpsuit, jumpsuit, cover me
+
+I crumble underneath the weight
+Pressures of a new place roll my way
+Jumpsuit, jumpsuit, cover me
+Jumpsuit, jumpsuit, cover me
+
+Spirits in my room, friend or foe?
+Felt it in my youth, feel it when I'm old
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,79.06
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Nico And The Niners,6ZIuit0z4eQg77F1RGkp0L,"East is up
+I'm fearless when I hear this on the low
+East is up
+I'm careless when I wear my rebel clothes
+East is up
+When Bishops come together they will know that
+Dema don't control us, Dema don't control
+East is up
+
+They want to make you forget
+They want to make you forget
+Save your razorblades now, not yet
+Save your razorblades now, not yet
+
+I'm heavy, my jumpsuit is on steady
+I'm lighter when I'm lower, I'm higher when I'm heavy, oh
+
+I'm so high, my jumpsuit takes me so high
+I'm flying from a fire, from Nico and the Niners, oh
+
+East is up
+I'm fearless when I hear this on the low
+East is up
+I'm careless when I wear my rebel clothes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.28999999999999
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Heathens,6i0V12jOa3mr6uu4WYhUBr,"All my friends are heathens, take it slow
+Wait for them to ask you who you know
+Please don't make any sudden moves
+You don't know the half of the abuse
+
+All my friends are heathens, take it slow
+Wait for them to ask you who you know
+Please don't make any sudden moves
+You don't know the half of the abuse
+
+Welcome to the room of people
+Who have rooms of people that they loved one day
+Docked away
+Just because we check the guns at the door
+Doesn't mean our brains will change from hand grenades
+
+You'll never know the psychopath sitting next to you
+You'll never know the murderer sitting next to you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.45
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Ride,2Z8WuEywRWYTKe1NybPQEW,"I just wanna stay in the sun where I find
+I know it's hard sometimes
+Pieces of peace in the sun's peace of mind
+I know it's hard sometimes
+Yeah, I think about the end just way too much
+But it's fun to fantasize
+On my enemies who wouldn't wish who I was
+But it's fun to fantasize
+
+Oh, oh, oh, oh
+Oh, oh, oh, oh
+I'm fallin' so I'm taking my time on my ride
+Oh, oh, oh, oh
+I'm fallin' so I'm taking my time on my ride
+
+Takin' my time on my ride
+
+""I'd die for you"" that's easy to say
+We have a list of people that we would take
+A bullet for them, a bullet for you
+A bullet for everybody in this room
+But I don't seem to see many bullets coming through
+See many bullets coming through
+Metaphorically, I'm the man
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,60.11
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Fairly Local,1s9xuJxhYM0LdVqksjegcg,"I'm fairly local, I've been around
+I've seen the streets you're walking down
+I'm fairly local, good people now
+Oh oh oh oh oh oh oh
+
+I'm evil to the core
+What I shouldn't do I will
+They say I'm emotional
+What I want to save I'll kill
+Is that who I truly am?
+I truly don't have a chance
+Tomorrow I'll keep a beat
+And repeat yesterday's dance
+
+Yo, this song will never be on the radio
+Even if my clique were to pick and the people were to vote
+It's the few, the proud, and the emotional
+Yo, you, bulletproof, in black like a funeral
+The world around us is burning but we're so cold
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.72
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Tear in My Heart,3bnVBN67NBEzedqQuWrpP4,"An-nyŏng-ha-se-yo
+
+Sometimes you gotta bleed to know
+That you're alive and have a soul
+But it takes someone to come around
+To show you how
+
+She's the tear in my heart
+I'm alive
+She's the tear in my heart
+I'm on fire
+She's the tear in my heart
+Take me higher
+Than I've ever been
+
+The songs on the radio are okay
+But my taste in music is your face
+And it takes a song to come around
+To show you how
+
+She's the tear in my heart
+I'm alive
+She's the tear in my heart
+I'm on fire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.97
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Heavydirtysoul,7i9763l5SSfOnqZ35VOcfy,"There's an infestation in my mind's imagination
+I hope that they choke on smoke 'cause I'm smokin' them out the basement
+This is not rap, this is not hip-hop
+Just another attempt to make the voices stop
+Rappin' to prove nothing, just writin' to say somethin'
+'Cause I wasn't the only one who wasn't rushin' to sayin' nothin'
+This doesn't mean I lost my dream
+It's just right now I got a really crazy mind to clean
+
+Gangsters don't cry
+Therefore, therefore I'm
+Mr. Misty-eyed, therefore I'm
+
+Can you save
+Can you save my
+Can you save my heavydirtysoul?
+Can you save
+Can you save my
+Can you save my heavydirtysoul?
+For me, for me (Uh)
+Can you save my heavydirtysoul?
+For me, for me (Uh)
+Can you save my heavydirtysoul?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.22999999999999
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Car Radio,5cbpoIu3YjoOwbBDGUEp3P,"I ponder of something great
+My lungs will fill and then deflate
+They fill with fire, exhale desire
+I know it's dire, my time today
+
+I have these thoughts, so often I ought
+To replace that slot with what I once bought
+'Cause somebody stole my car radio
+And now I just sit in silence
+
+Sometimes quiet is violent
+I find it hard to hide it, my pride is no longer inside
+It's on my sleeve, my skin will scream
+Remindin' me of who I killed inside my dream
+I hate this car that I'm driving, there's no hiding for me
+I'm forced to deal with what I feel
+There is no distraction to mask what is real
+I could pull the steering wheel
+
+I have these thoughts, so often I ought
+To replace that slot with what I once bought
+'Cause somebody stole my car radio
+And now I just sit in silence
+
+I ponder of something terrifying
+'Cause this time there's no sound to hide behind
+Defined over the course of our human existence
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.28999999999999
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,倒帶,4XipvtwRgtUrGb2j2l0wNG,"我受夠了等待
+你所謂的安排
+說的未來到底多久才來
+總是要來不及
+才知道我可愛
+我想依賴而你卻都不在
+應該開心的地帶
+你給的全是空白
+一個人假日發呆
+找不到人陪我看海
+我在幸福的門外
+卻一直都進不來
+你累積給的傷害
+我是真的很難釋懷
+
+終於看開 愛回不來
+而你總是太晚明白
+最後才把話說開
+哭著求我留下來
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Jesse McCartney,2Hjj68yyUPiC0HKEOigcEp,Beautiful Soul,1HwpWwa6bnqqRhK8agG4RS,"I don't want another pretty face
+I don't want just anyone to hold
+I don't want my love to go to waste
+I want you and your beautiful soul
+
+I know that you are something special
+To you I'd be always faithful
+I want to be what you always needed
+Then I hope you'll see the heart in me
+
+I don't want another pretty face
+I don't want just anyone to hold
+I don't want my love to go to waste
+I want you and your beautiful soul
+You're the one I wanna chase
+You're the one I wanna hold
+I won't let another minute go to waste
+I want you and your beautiful soul
+Your beautiful soul, yeah
+
+You might need time to think it over
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.96
+Jesse McCartney,2Hjj68yyUPiC0HKEOigcEp,She's No You,3bcVpuuWgAUQZri3FgpfNX,"They got a lotta girls who know they got it goin' on
+But nothing's ever a comparison to you
+Now can't you see that you're the only one I really want
+And everything I need is everything you do
+
+Any girl walk by don't matter
+'Cause you're looking so much better
+Don't ever need to get caught up in jealousy
+She could be a super model, every magazine, the cover
+She'll never, ever mean a thing to me
+
+She's no you
+Oh, no
+You give me more than I could ever want
+She's no you
+Oh, no
+I'm satisfied with the one I've got
+
+'Cause you're all the girl that I ever dreamed
+She's only a picture on a magazine
+She's no you
+She's no you
+
+They gotta a lotta girls who dance in all the videos
+But I prefer the way you do, the way you move
+You're more than beautiful and just wanna let you know
+That all I ever need is what I got with you
+
+Any girl walk by, don't matter
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,30.61
+Cody Simpson,79Xp2rRN7wdsaTJgttdX3K,Pretty Brown Eyes,5BHWQ78pw9yIjIWa6p1z6G,"Go to sleep, wake up
+You're pretty with, no make up
+I like this right here
+Go sleep, wake up
+You're pretty with
+
+This girl she came 'round the corner
+Looking like a model
+Magazine figure, she was shaped like a bottle
+Long straight hair, she was fly as a bird
+First time ever, I was lost for words
+
+Felt so right, couldn't be wrong
+Love at first sight, if that exists at all
+I couldn't move, felt like I was stuck
+And then baby girl looked up
+
+And I said
+Hey there pretty brown eyes
+Whatcha' doin' later tonight?
+Would you mind if I spend time with you?
+
+And I said
+Hey there, pretty brown eyes
+Whatcha' doin' later tonight?
+Would you mind if I spend time with you?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.92
+Cody Simpson,79Xp2rRN7wdsaTJgttdX3K,Summertime of Our Lives,5TGZ9gUY5LoJLxDg7B5H7w,"Every day at twilight
+When the sun turns red in the sky
+I think of you on that shoreline
+Brushing the hair from your eyes
+We were drawing our names in the wet sand
+And running away as the tide rolled in
+
+Wherever you are, no matter how far
+I promise that I won't give up on you
+They say out of sight means out of mind
+But they couldn't be further from the truth
+'Cause I'm in love with you
+I'm still in love with you
+
+Even if there is an ocean
+Keeping your heart from mine
+That doesn't mean I'm not thinking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.49
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Enchanted,10eBRyImhfqVvkiVEGf0N0,"There I was again tonight
+Forcing laughter, faking smiles
+Same old tired, lonely place
+Walls of insincerity
+Shifting eyes and vacancy
+Vanished when I saw your face
+All I can say is it was enchanting to meet you
+
+Your eyes whispered, ""Have we met?""
+Across the room, your silhouette
+Starts to make its way to me
+The playful conversation starts
+Counter all your quick remarks
+Like passing notes in secrecy
+
+And it was enchanting to meet you
+All I can say is I was enchanted to meet you
+
+This night is sparkling, don't you let it go
+I'm wonderstruck, blushing all the way home
+I'll spend forever wondering if you knew
+I was enchanted to meet you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.76
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,5OMwQFBcte0aWFJFqrr5oj,"Wake up in the morning feelin' like P. Diddy (hey, what up, girl?)
+Grab my glasses, I'm out the door, I'm gonna hit this city (let's go)
+Before I leave, brush my teeth with a bottle of Jack
+'Cause when I leave for the night, I ain't coming back
+
+I'm talking pedicure on our toes, toes
+Trying on all our clothes, clothes
+Boys blowing up our phones, phones
+Drop-topping, playing our favorite CDs
+Pulling up to the parties
+Trying to get a little bit tipsy
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Don't stop, make it pop, DJ, blow my speakers up
+Tonight, I'ma fight 'til we see the sunlight
+Tick tock on the clock, but the party don't stop, no
+Oh, woah, woah, oh, oh, woah, woah, oh
+
+Ain't got a care in the world, but got plenty of beer
+Ain't got no money in my pocket, but I'm already here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.02000000000001
+Kesha,6LqNN22kT3074XbTVUrhzX,Die Young,6mnjcTmK8TewHfyOp3fC9C,"I hear your heart beat to the beat of the drums
+Oh what a shame that you came here with someone
+So while you're here in my arms
+Let's make the most of the night
+Like we're gonna die young
+We're gonna die young
+We're gonna die young
+
+Let's make the most of the night
+Like we're gonna die young
+Let's make the most of the night
+Like we're gonna die young
+
+Young hearts, out our minds
+Runnin' 'til we outta time
+Wild child's, lookin' good
+Livin' hard just like we should
+Don't care whose watching when we tearing it up (you know)
+That magic that we got nobody can touch (for sure)
+
+Looking for some trouble tonight (yeah)
+Take my hand, I'll show you the wild side
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,30.220000000000002
+Kesha,6LqNN22kT3074XbTVUrhzX,Your Love Is My Drug,4AboqNl74jNDpJhPfqYDmj,"Maybe I need some rehab, or maybe just need some sleep
+I've got a sick obsession, I'm seeing it in my dreams
+I'm looking down every alley, I'm making those desperate calls
+I'm staying up all night hoping, hitting my head against the wall
+
+What you've got, boy, is hard to find
+I think about it all the time
+I'm all strung out, my heart is fried
+I just can't get you off my mind
+
+Because your love, your love, your love is my drug
+Your love, your love, your love
+I said your love, your love, your love is my drug
+Your love, your love, your love
+
+Won't listen to any advice, mom's telling me I should think twice
+But left to my own devices I'm addicted, it's a crisis
+My friends think I've gone crazy
+My judgment's getting kinda hazy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.28
+Kesha,6LqNN22kT3074XbTVUrhzX,We R Who We R,0Ji2g9AlYLVHAMG5PJoHPU,"Hot and dangerous
+If you're one of us, then roll with us
+'Cause we make the hipsters fall in love
+When we've got our hot pants on and up
+
+And yes, of course we does
+We running this town just like a club
+And no, you don't wanna mess with us
+Got Jesus on my necklace-ace-ace
+
+Got that glitter on my eyes
+Stockings ripped all up the side
+Looking sick and sexified
+So let's go-o-o (let's go)
+
+Tonight we're going har-har-har, ha-ha-hard
+Just like the world is our-our-our, ou-ou-ours
+We're tearin' it apart-part-pa-pa-pa-part
+You know we're superstars, we are who we are
+
+We're dancing like we're dumb-dumb-du-du-du-dumb
+Our bodies goin' numb-numb-nu-nu-nu-numb
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.46000000000001
+Kesha,6LqNN22kT3074XbTVUrhzX,Sleazy,7GS7uK7mPdnIOqbgEwg9br,"I don't need you or your brand new Benz
+Or your bougie friends
+I don't need love, looking like diamonds
+Looking like diamonds
+
+Get sleazy, get sleazy, get sleazy, get sleazy
+Get sleazy, get sleazy, get sleazy, get sleazy
+(I'ma get) sleazy, get sleazy
+(Get) sleazy, get sleazy
+(I'ma get) sleazy, get sleazy
+(Get) sleazy, get sleazy
+
+I don't need you or your brand new Benz
+Or your bougie friends
+And I don't need love, looking like diamonds
+Looking like diamonds
+I don't need you or your brand new Benz
+Or your bougie friends
+And I don't need love, looking like diamonds
+Looking like diamonds
+
+You can't imagine the immensity of the f-
+I'm not giving about your money
+And man servant at the mansion you live in
+And I don't wanna go places where all my ladies can't get in
+Just grab a bottle, some boys and let's take it back to my basement
+And get sleazy
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.96000000000001
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,In The Dark,1pbHy9VBpSyZh56xuujZz0,"On my waist, through my hair
+Think about it when you touch me there
+Close my eyes, here you are
+All alone dancing in the dark
+
+Tell me baby if it's wrong
+To let my hands do what they want?
+Late at night I pretend we are
+Dance-dance-da-dance, dancing in the dark
+
+Dancing in the dark
+Ooh-la-la, ooh-la-la, ooh-la-la
+Dancing in the dark
+
+Can you work on me?
+Open my body up and do some surgery
+Now-now that you got me up
+I wanna taste it, taste it
+And see those pocket aces
+
+Wanna see who you are
+Got a sex drive, just push to start
+I got a sex drive, just push to start
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Bass Down Low,4Xf7EL8G6FRYwvJADl0nf4,"If you wanna get with me
+There's some things you gotta know
+I like my beats fast
+And my bass down low
+
+Ba-ba-ba-bass down low
+Ba-bass, bass down low
+I, I, I like my beats fast
+And my bass down low
+
+Bass, bass down low
+Ba-bass, bass down low
+I, I, I like my beats fast
+And my bass down low
+
+It's like 1, 2, 3, fuck it
+I'm about to take this drink and just stuff it
+Fish tank this thang along with four more shots Potron
+I don't give a fuck about goin' home
+
+Straight buzzin', Robitussin
+Wanna get your mitts in my oven?
+Wanna get a lick of this lovin'?
+G-g-g-get, get a lick of this lovin'
+
+Yeah, I like it loud
+And I'll make you shout
+Give you that Black Eyed Peas
+You know that boom boom pow
+
+If you wanna get with me
+There's some things you gotta know
+I like my beats fast
+And my bass down low
+
+Bass, bass down low
+Ba-bass, bass down low
+I, I, I like my beats fast
+And my bass down low
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,13.059999999999999
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Naked,6pbEAwYTQs2PK4JCmy2lTY,"You got a girl
+That doesn't look a thing like me
+The girl, your mother always said it would be
+So, you could say that, you could say that
+I'm hopeless
+
+But that ain't the girl
+That ain't the girl I want you to be
+The girl that keeps me up
+And I see in my dreams
+So, you could say that, you could say that
+I love her
+
+So I don't care what they say
+It's our life life life
+We can dance if we want
+Make it feel alright
+Temperature's rising
+I feel the fire
+Tonight, it's just me and you
+
+Tell me baby, will you be here when I wake up
+Even with no make up
+I don't want to fake it
+
+And you don't gotta doubt a second if I miss you
+Every time I'm with you
+I feel naked
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.89
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Getaway,0UNFdtIwAwdpizILavUlnV,"I wanna take this money get out of town
+Buy some time we can make it some how
+Waitin' for a dream to come around
+You know me better than that
+Baby I'm not down
+
+I left a letter for my sister in a bottle full of booze
+One day I'm gonna love you too
+But for now, I'm runnin' oh
+I'm runnin' south
+
+They say you better have a way back home
+But I know, they wont forget my name back home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.2
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Dancing Shoes,0kpLgc5YwuDzjcjTL1VIyT,"I'm putting on my dancing shoes tonight
+Ten thousand people waiting for me
+I can hear them outside from the curtain I sit behind
+The drums kick in and the lights go down
+My heartbeat drowns out the sound
+My hands go up, I sing my song
+And a thousand voices sing along
+
+I used to lay awake
+Hear a crowd roar to every word I say
+Now the stars, they used to shine so bright
+They were all replaced by candlelights
+And it all, makes it harder to find the places that we know
+
+I'm putting on my dancing shoes tonight
+Ten thousand people waiting for me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,13.84
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Perfect Match,3sGtfsrQkyfwPua4UiuBD6,"I don't know who you are
+Or who you believe to be
+But I, I like what I see
+And you don't gotta be on movie screens
+'Cause god damn boy you're for me
+And don't call me a star in these old denim jeans
+You are that thing that's setting me free
+So stay the night
+Talk to me
+Let's have a drink
+Boy get lost with me
+When you need to breath
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,59.27
+Far East Movement,698hF4vcwHwPy8ltmXermq,Like A G6,4DvhkX2ic4zWkQeWMwQ2qf,"Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+Sippin' sizzurp in my ride, in my ride like Three 6
+Now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+
+Gimme that mo-moet-wet
+Gimme that crys-crystal-stal
+Ladies love my style, at my table gettin' wild
+Get-get-get-get-get them bottles poppin', we get that drip and that drop
+Now-now give me two more bottles 'cause you know it don't stop (808) hell yeah
+Drink it up, drink-drink it up
+When sober girls around me, they be acting like they drunk
+They be acting like they drunk, acting a-acting like they drunk
+When-when-when sober girls around me, they be acting like they dru-u-unk
+
+Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.91
+Nicole Scherzinger,40xbWSB4JPdOkRyuTDy1oP,Whatever U Like - Vocals Up,7azjTELs8D258z1Y1IGzSi,"Ladies and gentlemen
+I know what you want
+She's hot as a stove
+Her name is Nicole
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+
+Don't cha want it?
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+
+Boy, you want my body
+Wanna ride it like a Harley
+Once or twice around the block
+I bet I'll have you saying 'woh woh'
+
+First stop, let me pop
+Drop like a helicop
+Pay attention on me
+While i show you the scenario
+
+You charming me boy
+Yeah boy, you're charming me
+Just like this beat is gonna do
+On the radio
+
+I thought you knew me
+By way you're talking to me
+You get any closer to me
+Then i might just have to let it go
+
+Something 'bout that cocky thing,
+You got me wanna see what's really going on
+
+I do the thing, I do the thing you wanna (Ladies an gentlemen)
+I'm gonna do, do anything you wanna (I know what you want)
+I do the thing, I do the thing you wanna (She's hot as a stove)
+I'm gonna do, do anything you wanna (Her name is Nicole)
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+
+I'll do whatever you like
+I'll do whatever you like
+I can do, I can do
+I do, I do whatever you like
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.81
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,you should see me in a crown,6vsV4D8BM6PioRr1UOx0n2,"Bite my tongue, bide my time
+Wearing a warning sign
+Wait 'til the world is mine
+Visions I vandalize
+Cold in my kingdom size
+Fell for these ocean eyes
+
+You should see me in a crown
+I'm gonna run this nothing town
+Watch me make 'em bow
+One by, one by one, one by, one by
+You should see me in a crown
+Your silence is my favorite sound
+Watch me make 'em bow
+One by, one by one, one by, one by one
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,36.120000000000005
+Pitbull,0TnOYISbd1XYRBk9myaseg,Timber (feat. Ke$ha),3cHyrEgdyYRjgJKSOiOtcS,"It's going down, I'm yelling timber
+You better move, you better dance
+Let's make a night you won't remember
+I'll be the one you won't forget
+
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+Ooh-ooh (timber), ooh-ooh (timber)
+Ooh-ooh-ooh-ooh-ooh-ooh (it's going down)
+
+The bigger they are, the harder they fall
+This biggity boy's a diggity dog
+I have 'em like Miley Cyrus, clothes off
+Twerking in their bras and thongs (timber)
+Face down, booty up (timber)
+That's the way we like to what? (Timber)
+I'm slicker than an oil spill
+She say she won't, but I bet she will (timber)
+
+Swing your partner 'round and 'round
+End of the night, it's going down
+One more shot, another round
+End of the night, it's going down
+Swing your partner 'round and 'round
+End of the night, it's going down (oh-oh-oh)
+One more shot, another round
+End of the night, it's going down
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.25
+Pitbull,0TnOYISbd1XYRBk9myaseg,Fireball (feat. John Ryan),4Y7XAxTANhu3lmnLAzhWJW,"Mr. Worldwide to infinity
+You know the roof on fire
+We gon' boogie oogie oogie, jiggle, wiggle and dance
+Like the roof on fire
+We gon' drink drinks and take shots until we fall out
+Like the roof on fire
+Now baby give a booty naked, take off all your clothes
+And light the roof on fire
+Tell her, tell her baby, baby, baby, baby, baby, baby, baby, baby, baby
+I'm on fire
+I tell her baby, baby, baby, baby, baby, baby, baby, baby, baby
+I'm a fireball
+
+Fireball
+
+I saw, I came, I conquered
+Or should I say, I saw, I conquered, I came
+They say the chico on fire and he no liar
+While y'all slippin' he's runnin' the game
+Now big bang boogie
+Get that kitty little noogie
+In a nice, nice little shade
+I gave Suzie a little pat up on the booty
+And she turned around and said
+Walk this way
+
+I was born in a flame
+Mama said that everyone would know my name
+I'm the best you've ever had (that's right)
+If you think I'm burning out, I never am
+
+I'm on fire
+I'm on fire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,7.7700000000000005
+Pitbull,0TnOYISbd1XYRBk9myaseg,Don't Stop the Party (feat. TJR),3Tu7uWBecS6GsLsL8UONKn,"You don't get them girls loose, loose
+You don't get the world loose, loose
+You don't get money, move, move
+But I do, I do
+
+You don't get them girls loose, loose
+You don't get the world loose, loose
+You don't get money, move, move
+But I do, I do
+
+I said, y'all having a good time out there?
+Yeah, yeah, yeah, que no pare la fiesta
+Don't stop the party
+Yeah, yeah, yeah, que no pare la fiesta
+Don't stop the party
+
+I'm running through the world like a running back
+Scarface, world's mine, running back
+30,000 people in here know me?
+80,000 people in London, Wembley
+90,000 people in Morocco
+And I'm just getting warmed up, papo
+Catch me with Red One in Stockholm
+Beirut cafe getting my drink on, voli
+Wow, all the pretty women here, the hookah
+All of them sweet, azucar, azucar, dale disfruta
+
+They can't, they won't
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.1
+Pitbull,0TnOYISbd1XYRBk9myaseg,Hotel Room Service,32yIEFS62uS5ryhr2Xlooj,"DJ Jim Jonsin
+I want everybody to stop what they're doin' (Mr. 305)
+Now if you know you're with somebody
+
+You're gonna take the hotel room tonight, Make some noise (woo)
+Meet me at the hotel room, Meet me at the hotel room
+Meet me at the hotel room, Meet me at the hotel room
+
+Forget about your boyfriend and meet me at the hotel room
+You can bring your girlfriends and meet me at the hotel room
+Forget about your boyfriend and meet me at the hotel room
+You can bring your girlfriends and meet me at the hotel room.
+
+We at the hotel, motel, Holiday Inn, We at the hotel, motel, Holiday Inn.
+We at the hotel, motel, Holiday Inn, We at the hotel, motel, Holiday Inn.
+She like that freaky stuff, Two in the ""O"" and one in the eye
+That kinky stuff, you nasty, But I like your type
+
+And like T.I. it's whatever you like, Bring your girls, just whatever the night
+Your man just left, I'm the plumber tonight,
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.09
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,This Kiss,7cWLl1E5iMvqIVhpmtUp6k,"I went out last night
+I'm going out tonight again
+Anything to capture your attention (your attention)
+
+And she's a real sweet girl
+And you know I got a boy
+Details we both forgot to mention (forgot to mention)
+
+And you, I always know where you are
+And you always know where I am
+We're taking it way too far
+But I don't want it to end
+
+This kiss is something I can't resist
+Your lips are undeniable
+This kiss is something I can't risk
+Your heart is unreliable
+Something so sentimental
+You make so detrimental
+And I wish it didn't feel like this
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.79
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,More Than A Memory,61U2J5A1KkXsANbGk45S4l,"Speak to me (to me)
+You're walking closer, and it's hard to breathe (to breathe)
+I should be running, but the heart's naive
+And I expect too much (too much, too much, too much)
+You were good to me (to me)
+I left a scar that no one else can see (can see)
+And now you're back here and reminding me
+That I lost way too much (too much, too much, too much)
+
+Do you know that night I almost said I loved you?
+And you almost said it back
+
+Are we gonna be more than a memory?
+No matter how lame my apology
+I let go of you, you let go of me
+Are we gonna be more than a memory?
+Are you gonna just stand in front of me?
+Pretending I'm not your destiny
+I'm not over you, are you over me?
+Are we gonna be more than a memory?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,39.53
+Peter Bjorn and John,6u11Qbko2N2hP4lTBYjX86,Young Folks,6M6UoxIPn4NOWW0x7JPRfv,"If I told you things I did before, told you how I used to be
+Would you go along with someone like me?
+If you knew my story word for word, had all of my history
+Would you go along with someone like me?
+
+I did before and had my share, it didn't lead nowhere
+I would go along with someone like you
+It doesn't matter what you did, who you were hanging with
+We could stick around and see this night through
+
+And we don't care about the young folks
+Talking 'bout the young style
+And we don't care about the old folks
+Talking 'bout the old style too
+
+And we don't care about our own folks
+Talking 'bout our own style
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.37
+Spice Girls,0uq5PttqEjj3IH1bzwcrXF,Wannabe,1Je1IMUlBXcx1Fz0WE7oPT,"Yo, I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you want my future, forget my past
+If you wanna get with me, better make it fast
+Now don't go wasting my precious time
+Get your act together, we could be just fine
+
+I'll tell you what I want, what I really, really want
+So tell me what you want, what you really, really want
+I wanna (hey!), I wanna (hey!), I wanna (hey!), I wanna (hey!)
+I wanna really, really, really wanna ""zig-a-zig"", ah
+
+If you wanna be my lover, you gotta get with my friends (gotta get with my friends)
+Make it last forever, friendship never ends
+If you wanna be my lover, you have got to give
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.9
+Sia,5WUlDfRSoLAfcVSX1WnrxN,I'm In Here,3R2FxfQsTs5Ei2twCe339s,"I'm in here
+Can anybody see me?
+Can anybody help?
+
+I'm in here
+A prisoner of history
+Can anybody help?
+
+Can't you hear my call?
+Are you coming to get me now?
+I've been waiting for
+You to come rescue me
+I need you to hold
+All of the sadness, I can not
+Live with inside of me
+
+I'm in here
+I'm trying to tell you something
+Can anybody help?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,71.49
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Learning from Drunk,3GcgQrQ1yx3NSCYQ8wskNG,"I'm in here
+Can anybody see me?
+Can anybody help?
+
+I'm in here
+A prisoner of history
+Can anybody help?
+
+Can't you hear my call?
+Are you coming to get me now?
+I've been waiting for
+You to come rescue me
+I need you to hold
+All of the sadness, I can not
+Live with inside of me
+
+I'm in here
+I'm trying to tell you something
+Can anybody help?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Sweetie,2uxnPcTJa2UExlj1LwYZp6,"We were both headed different ways
+Both in a rush, trying to get away
+I ran into you-ou-ou
+Like a crash of thunder
+Out in the rain waiting for the bus
+We started talking 'bout different stuff
+
+And it's true-ue-ue
+There's an eighth world wonder
+And from now on
+You're not as lonely as you think you are
+I'm trying to tell you
+
+Anything you want boy
+I can make it happen
+We could fall in love and I could be your sweetie
+Anytime of day boy
+I'll be your distraction
+We can make it happen
+I could be your sweetie, sweetie
+
+You're not as lonely as you think you are
+I'm trying to tell you
+
+Anything you want boy
+I can make it happen
+We could fall in love and I could be your sweetie, sweetie
+
+A dinner date and a glass of wine
+We stayed up late and lost track of time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.54
+Jason Derulo,07YZf4WDAMNwqr4jfgOZ8y,Talk Dirty (feat. 2 Chainz),6g6A7qNhTfUgOSH7ROOxTD,"Jason, haha
+Jason Derulo
+Haha, get Jazzy on 'em
+
+I'm that flight that you get on, international
+First-class seat on my lap, girl, riding comfortable (oh yeah)
+Ha 'cause I know what the girl them need, New York to Haiti
+I got lipstick stamps on my passport, you make it hard to leave
+
+Been around the world, don't speak the language
+But your booty don't need explaining
+All I really need to understand is when you
+Talk dirty to me
+
+Talk dirty to me
+Talk dirty to me
+Talk dirty to me
+
+Get Jazzy on 'em
+You know the words to my songs, no habla inglés (oh)
+Our conversations ain't long, but you know what is
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,91.94
+Lenka,5g3uG8zZZANGT6YOssgjfC,Two,6V9oJaowRGXbJ5fkkar6KG,"Two, now that I'm with you
+Another point of view
+Instead of what I knew
+Oh two, whatever will we do
+I don't see a way through
+But you're the one I choose
+
+I never knew what double could do
+But things are better, so much better
+
+Hold me closer, never let me go
+I don't want any other, baby
+Two is the one, two is the one
+I was lonely, never had nobody
+But now I've got double, baby
+Two is the one, two is the one for me
+
+One, never had so much fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.6
+Lenka,5g3uG8zZZANGT6YOssgjfC,Heart Skips A Beat,6mKcOe06yuwMIWaJQRtftw,"Heart skips a beat
+My heart skips a beat
+
+My heart is playing tricks on me
+And it's building bricks on me
+I can't break through
+And I can't face you
+
+My world is turning slowly now
+But it's burnin' up somehow
+I need some time
+To know what's right
+'Cause it's only in the quiet that I feel some relief
+
+I'm tryin' hard not to resist the joy
+Don't listen to me I'm being paranoid
+I might try hard but it's too hard to avoid
+My heart skips a beat
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.17
+Lily Allen,13saZpZnCDWOI9D4IJhp1f,Fuck You,5st5644IlBmKiiRE73UsoZ,"Look inside, look inside your tiny mind, now look a bit harder
+'Cause we're so uninspired
+So sick and tired of all the hatred you harbour
+
+So you say it's not okay to be gay, well, I think you're just evil
+You're just some racist who can't tie my laces
+Your point of view is medieval
+
+Fuck you (Fuck you), fuck you very, very much
+'Cause we hate what you do
+And we hate your whole crew
+So, please don't stay in touch
+
+Fuck you (Fuck you), fuck you very, very much
+'Cause your words don't translate
+And it's getting quite late
+So, please don't stay in touch
+
+Do you get, do you get a little kick out of being small-minded?
+You want to be like your father, it's approval you're after
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.09
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,Apologize,24nRdDUUIdM2mv1YdwMdu6,"I'm holding on your rope
+Got me ten feet off the ground
+And I'm hearing what you say
+But I just can't make a sound
+
+You tell me that you need me
+Then you go and cut me down, but wait
+You tell me that you're sorry
+Didn't think I'd turn around and say
+
+That it's too late to apologize, it's too late
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,36.120000000000005
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,7Lf7oSEVdzZqTA0kEDSlS5,"You were my sun
+You were my earth
+But you didn't know all the ways I loved you, no
+So you took a chance
+And made other plans
+But I bet you didn't think that they would come crashing down, no
+
+You don't have to say what you did
+I already know, I found out from him
+Now there's just no chance for you and me
+There'll never be
+And don't it make you sad about it
+
+You told me you loved me
+Why did you leave me all alone
+Now you tell me you need me
+When you call me on the phone
+Girl I refuse
+You must have me confused
+With some other guy
+The bridges were burned
+Now it's your turn
+To cry
+
+Cry me a river
+Cry me a river
+Cry me a river
+Cry me a river
+
+Know that they say
+That some things are better left unsaid
+It wasn't like you only talked to him and you know it
+(Don't act like you don't know it)
+
+All of these things people told me
+Keep messing with my head
+(Messing with my head)
+Should've picked honesty
+Then you may not have blown it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.24000000000001
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Kill Em With Kindness,7KxhSJOYiqCDclXDBNlFSZ,"The world can be a nasty place
+You know it, I know it, yeah
+We don't have to fall from grace
+Put down the weapons you fight with
+
+Kill 'em with kindness
+Kill 'em with kindness
+Kill 'em, kill 'em, kill 'em with kindness
+Kill 'em with kindness
+Kill 'em with kindness
+Go ahead, go ahead, go ahead now
+
+We're runnin' out of time
+Chasing our lies
+Everyday a small piece of you dies
+Always somebody
+You're willin' to fight, to be right
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.54
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Naturally,1YaVmBh7EAeR54FIjuFcb5,"How you choose to express yourself
+It's all your own, and I can tell
+It comes naturally, it comes naturally
+
+You follow what you feel inside
+It's intuitive, you don't have to try
+It comes naturally, mm, it comes naturally
+
+And it takes my breath away
+What you do so naturally
+
+You are the thunder and I am the lightning
+And I love the way you know who you are
+And to me it's exciting
+When you know it's meant to be
+Everything comes naturally, it comes naturally
+When you're with me, baby
+Everything comes naturally, it comes naturally
+Ba-ba-baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.26
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Back To You - From 13 Reasons Why – Season 2 Soundtrack,4hQ6UGyWQIGJmHSo0J88JW,"Took you like a shot
+Thought that I could chase you with a cold evening
+Let a couple years water down how I'm feeling about you
+And every time we talk
+Every single word builds up to this moment
+And I gotta convince myself I don't want it
+Even though I do (Even though I do)
+
+You could break my heart in two
+But when it heals, it beats for you
+I know it's forward, but it's true
+
+I wanna hold you when I'm not supposed to
+When I'm lying close to someone else
+You're stuck in my head and I can't get you out of it
+If I could do it all again
+I know I'd go back to you
+I know I'd go back to you
+I know I'd go back to you
+
+We never got it right
+Playing and replaying old conversations
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,41.93
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Bang Bang Bang,1P5RYVvxPVrzonLqAC8uxk,"Yeah, yeah
+
+Whoa, whoa, oh
+
+My new boy used to be a model
+He looks way better than you
+He looks way better than you
+My new boy gets it how to get me
+His love is deeper, you know
+He's a real keeper, you know, oh
+
+Bang, bang, bang, I'm breakin' in
+Stealin' all my love back, givin' it to him (oh-whoa)
+Bang, bang, bang, this time I win
+I thought your love was all that 'til I let him in (oh-whoa)
+
+You're gonna be the one
+You're gonna be the one
+You're gonna be the one
+You're gonna be the one that's mopin' (oh-whoa)
+
+You're gonna be the one
+You're gonna be the one
+When I'm out havin' fun
+You're gonna be the one that's broken (oh-whoa)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.94
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Hit The Lights,6ciLLh4TkPYDUfNxn2Z0KO,"It's the boy you never told I like you
+It's the girl you let get away
+It's the one you saw that day on the train
+But you freaked out and walked away
+
+It's the plane you wanna catch to Vegas
+Things you swear you'll do before you die
+It's the city of love that waits for you
+But you're too damn scared to fly
+
+Hit the lights
+Let the music move you
+Lose yourself tonight
+Come alive
+Let the moment take you
+Lose control tonight
+
+Hit the lights
+Let the music move you
+Lose yourself tonight
+Come alive
+Let the moment take you
+Lose control tonight
+
+It's the time that you totally screwed up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.43
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Outlaw,2SGMSZjsT9516hW4xyjykB,"You've been riding this horse a long time
+Why can't you find what you've been looking for?
+Always greener on the other side
+Always believin' there must be something more
+
+Never stay very long anywhere
+As the next girl you leave gets smaller
+In you rear-view mirror
+
+You're an outlaw
+You're an outlaw
+You're an outlaw running from love
+
+You're an outlaw
+You're an outlaw
+You're an outlaw running from love
+
+If you tear her world apart
+You have no regrets
+If there's a key to your heart
+No one's found it yet
+
+You're an outlaw
+You're an outlaw
+You're an outlaw running from love
+
+Your reputation's gettin' out of control
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.53
+Fitz and The Tantrums,4AcHt3JxKy59IX7JNNlZn4,HandClap,4qRaZYiaOsSvWC7VgcxrI0,"Turn it up
+
+Somebody save your soul 'cause you've been sinning in this city, I know
+Too many troubles, all these lovers got you losing control
+You're like a drug to me, a luxury, my sugar and gold
+I want the good life, every good night, you're a hard one to hold
+
+'Cause you don't even know
+I can make your hands clap
+Said I can make your hands clap
+
+Somebody save your soul 'cause you've been sinning in this city, I know
+Too many troubles, all these lovers got you losing control
+You're like a drug to me, a luxury, my sugar and gold
+I want your sex and your affection when they're holding you close (ha, ha, ha)
+
+'Cause you don't even know
+I can make your hands clap
+Said I can make your hands clap
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.67999999999999
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Fifteen,4t0OI7XrODjSkAu3bTPmWj,"You take a deep breath and you walk through the doors
+It's the mornin' of your very first day
+You say hi to your friends you ain't seen in a while
+Try and stay out of everybody's way
+
+It's your freshman year and you're gonna be here
+For the next four years in this town
+Hopin' one of those senior boys will wink at you and say
+""You know, I haven't seen you around before""
+
+'Cause when you're 15
+And somebody tells you they love you
+You're gonna believe them
+And when you're 15
+Feelin' like there's nothin' to figure out, well
+
+Count to ten, take it in
+This is life before you know who you're gonna be
+At 15
+
+You sit in class next to a redhead named Abigail
+And soon enough, you're best friends
+Laughin' at the other girls who think they're so cool
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.89999999999999
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Beauty And A Beat,0KTsmr6JOuhxZuiXUha1xC,"Show you off, yeah
+Tonight I wanna show you off, oh, oh
+What you got, yeah
+A billion could've never bought, oh, oh, oh
+
+We gonna party like it's 3012 tonight
+I wanna show you all the finer things in life
+So just forget about the world, we're young tonight
+I'm coming for ya, I'm coming for ya
+
+'Cause all I need
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.22
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,As Long As You Love Me,4rvtlpAeDuOn4baUJPCEhy,"As long as you love me
+As long as you love me
+As long as you love me
+
+We're under pressure
+Seven billion people in the world tryna fit in
+Keep it together
+Smile on your face, even though your heart is frowning
+
+But hey now, you know girl
+We both know it's a cruel world
+But I will take my chances
+
+As long as you love me
+We could be starving
+We could be homeless
+We could be broke
+
+As long as you love me
+I'll be your platinum
+I'll be your silver
+I'll be your gold
+
+As long as you love me
+As long as you love me, love me
+
+I'll be your soldier
+Fighting every second of the day for your dreams, girl
+I'll be your Hova
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.55000000000001
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Right Here,6SKxEiP89WRgniJuQ5gR94,"Baby I'm here, I'm here to stay, I ain't going nowhere
+I know you're scared cause you've been hurt,
+Baby it's alright
+Lost in your eyes, every time that you look in mine
+Promise to be, all that you need,
+I won't leave you baby
+
+No, cause I just wanna love you
+I will never ever put nobody up above you
+I just wanna kiss you baby,
+I just wanna hug you 'til the end
+Baby 'til the end
+
+Cause I'm right here, ain't nobody gotta hold ya
+Cause I'm right here, ain't nobody gon' control ya
+Cause I'm right right here, yeah yeah
+I'm right here, I'm right here,
+I'm right here, I'm right here, yeah
+I'm right here, I'm right here, yeah
+I'm right here, I'm right here, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.19
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Die In Your Arms,6RgSSndg8PUH2UcaCgia5V,"Hmm
+Uh-huh
+Yeah, yeah
+Alright
+Hmm
+Uh-huh
+Yeah, yeah
+Alright
+
+Say you love me
+As much as I love you, yeah
+Would you hurt me, baby?
+Could you do that to me, yeah?
+Would you lie to me, baby?
+'Cause the truth hurts so much more
+Would you do the things that drive me crazy?
+Leave my heart still at the door?
+
+Oh, I can't help it, I'm just selfish
+There's no way that I could share you
+That would break my heart to pieces
+Honestly, the truth is
+
+If I could just die in your arms
+I wouldn't mind
+'Cause every time you touch me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.89999999999999
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Be Alright,0Ff2HEyq4Ja4Acb0n180DP,"Ooh, ooh
+Across the ocean, across the sea
+Startin' to forget the way you look at me now
+Over the mountains, across the sky
+Need to see your face
+
+I need to look in your eyes
+Through the storm and through the clouds
+Bumps in the road and upside down now
+I know it's hard babe, to sleep at night
+Don't you worry
+
+'Cause everything's gonna be alright, ai-ai-ai-a'ight
+Be alright, ai-ai-ai-a'ight
+
+Through the sorrow
+And the fights
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,45.769999999999996
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Believe,6akbXZeXdrWWsG77ZD3cuD,"Believe, believe, believe
+
+I don't know how I got here
+I knew it wouldn't be easy
+But your faith in me was so clear
+
+It didn't matter how many times I got knocked on the floor
+But you knew one day I would be standing tall
+Just look at me now
+
+'Cause everything starts from something
+But something would be nothing
+Nothing if your heart didn't dream with me
+Where would I be, if you didn't believe
+Believe, yeah
+
+There were days when I was just broken, you know (you know)
+There were nights when I was doubting myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,83.2
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Catching Feelings,0XjaTaW5zEKoASxbdzHHAx,"The sun comes up on another morning
+My mind never wakes up without you on it
+And it's crazy to me
+I even see you in my dreams
+Is this meant to be?
+Could this be happening to me? Yeah
+
+We were best of friends since we were this high
+So why do I get nervous every time you walk by?
+We would be on the phone all day
+Now I can't find the words to say to you
+Now what am I supposed to do?
+
+Could it be a possibility?
+I'm tryna see what's up
+It's been me for you, and you for me
+Maybe now it's time for us
+Tryna keep it all together
+But enough is enough
+They say we're too young for love
+But I'm catching feelings
+
+Catching feelings, girl
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.2
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Take You,2m7DhPeRvWtFSPTVSLO8SV,"Hey, what's the situation? Whoa
+I'm just tryna make a little conversation
+Why the hesitation? Whoa
+Tell me what your name is, for your information
+
+Don't get me wrong, you know you're right
+Don't be so cold, we could be fire
+Tomorrow we'll go, let's start tonight
+You know what it's all about, whoa
+
+I could take you out, I could take you home
+I could take you, oh, where you wanna go
+I could pick it up, we could take it slow
+I could take you, oh-oh-oh-oh
+
+I could take you out, I could take you home
+I could take you, oh, where you wanna go
+I could pick it up, we could take it slow
+I could take you, oh-oh-oh-oh
+
+I might have a reputation, whoa
+But there's only me and you in this equation
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,21.029999999999998
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Heartbreaker,2GCKWEsbb0Xo1oodTOKVi1,"Girl you don't know how I feel (how I really feel)
+Since you been away, oh baby
+Any chance that you could take my call (take my call),
+If I got you today
+You say that you don't wanna talk but it's cool
+I've been thinking about you all day long,
+Hoping you pick up your phone
+
+And I know that I don't wanna lose your love,
+Oh baby, oh baby, oh baby
+
+Oh girl I got a secret place that we can go
+'Cause I really wanna be alone
+And baby nobody else gotta know
+Just meet me later on the low
+
+Don't tell me you're my heartbreaker
+'Cause girl my heart is breaking
+Don't tell me you're my heartbreaker
+'Cause girl my heart is breaking
+
+Girl you see me standing here
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.59
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All That Matters,6CLVh9sekZ1p2G8Tfhhj8h,"Oh-oh, just as sure as the stars in the sky
+I need you to shine in my life
+Not just for the meanwhile, for a long long time
+Better believe it
+
+Oh-oh, whenever you're not in my presence
+It feels like I'm missing my blessings, yeah
+So I sleep through the daylight, stay awake all night
+'Til you're back again, oh yeah, yeah
+
+You think I'm biased, to my significant other
+You hit it right on the head, only been missing my lover
+Got a whole lot of texts in my phone and I don't reply
+But the next eight bars tell you why
+
+You're all that matters to me, yeah yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.17
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All Bad,3JNEXPTnSxqlxNqhTW61D2,"It's another, if it ain't one thing
+Instigators, like putting fire on propane
+The wrong thing, they be worrying about
+Ooh, you know females and how they like to run they mouths
+
+Wanna be, wanna be
+Just like talk like, you (like you, you, like you)
+Misery, misery loves company
+Don't let 'em change your mood (don't let 'em change your mood)
+
+They try to get at me (they try to get at me)
+Behind your back (your back, your back, your back)
+They tryna tell me that I'm just like the others
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,59.940000000000005
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Roller Coaster,18ws4dUbhpoGB7Uv7U89yp,"Come here
+I don't know what happened
+
+Where did they go?
+Nights like this don't happen anymore
+I need to know
+Is it me, did I lose control? (Slow it down)
+
+Lonely overseas, only memories
+Wish I had the key to your heart
+People come and go, baby, they don't know
+What we had before, but it fell before our eyes
+
+Roller coaster, roller coaster
+Spinning all around and around for a while baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,45.15
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Baby,6epn3r7S14KUqlReYr77hA,"Oh whoa, oh whoa, oh whoa
+You know you love me, I know you care
+Just shout whenever and I'll be there
+You want my love, you want my heart
+And we will never, ever, ever be apart
+
+Are we an item? Girl, quit playin'
+We're just friends, what are you sayin'
+Said, ""there's another,"" and looked right in my eyes
+My first love broke my heart for the first time
+
+And I was like baby, baby, baby, oh
+Like baby, baby, baby, no
+Like baby, baby, baby, oh
+I thought you'd always be mine, mine
+Baby, baby, baby, oh
+Like baby, baby, baby, no
+Like baby, baby, baby, oh
+I thought you'd always be mine, mine
+
+Oh, for you, I would have done whatever
+And I just can't believe we ain't together
+And I wanna play it cool
+But I'm losin' you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.19999999999999
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Somebody To Love,3rLIv187BhjyweFe89SgLn,"Gotta, gotta keep it
+Got-got-got
+Gotta, gotta keep it closer (it feels so right)
+Got-got (oh), gotta, gotta keep it closer (it feels so right) oh
+
+For you, I'd write a symphony
+I'd tell the violin, it's time to sink or swim
+Watch 'em play for you
+For you, I'd be (whoa oh), running a thousand miles
+Just to get to where you are, step to the beat of my heart
+
+I don't need a whole lot, but for you, I admit I
+I'd rather give you the world or we can share mine
+I know I won't be the first one giving you all this attention
+Baby, listen
+
+I just need somebody to love
+I, I don't need too much, just somebody to love
+Somebody to love, I don't need nothing else
+I promise, girl, I swear, I just need somebody to love
+I need somebody, I, I need somebody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.81
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Stuck In The Moment,1DyV9obL0pPibOjW5ufg15,"With you, with you
+I wish we had another time
+I wish we had another place
+
+Now Romeo and Juliet
+Bet they never felt the way we felt
+Bonnie and Clyde
+Never had to hide like we do, we do
+
+You and I both know it can't work
+It's all fun and games
+'Til someone gets hurt
+And I don't, I won't let that be you
+
+Now you don't wanna let go
+And I don't wanna let you know
+That there might be something real between us two, who knew?
+Now we don't wanna fall but
+We're tripping in our hearts and
+It's reckless and clumsy
+
+'Cause I know you can't love me, hey
+I wish we had another time
+I wish we had another place
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.27
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,U Smile,6Xw2FLih8m5ItDbyP992HH,"Oh, yeah, hmm
+
+I'd wait on you forever and a day
+Hand and foot
+Your world is my world, yeah
+Ain't no way you're ever gon' get any less than you should
+
+'Cause baby, you smile, I smile, oh
+'Cause whenever you smile, I smile
+Hey, hey, hey
+
+Your lip's my biggest weakness
+Shouldn't have let you know
+I'm always gonna do what they say, hey
+If you need me, I'll come running from a thousand miles away
+
+When you smile, I smile
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.64
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Runaway Love,1xgN9KBVVoTNygpYjpXnvH,"You see my baby up and hit the road
+Where she's going, that's when nobody knows
+I need to find her 'fore another man does
+I wouldn't want him to steal my love
+
+I'm just trying to be cool, cool, cool, trying to be cool
+What you expect me to do? (oh, oh, oh, yeah)
+I'm just trying to find, find, find
+Sweet love of mine
+
+Running out of time, where is my runaway love?
+Searching low and high, know that I'm not giving up
+I'd give it all up for us, it'll never be enough
+I won't stop until I find my runaway love
+
+See my baby really needs some help
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.15
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Never Let You Go,01BlGnXpLuC0BjgUxVYZFb,"Oh no, oh no, oh
+
+They say that hate has been sent
+So let loose the talk of love
+Before they outlaw the kiss
+Baby, give me one last hug
+
+There's a dream that I've been chasing
+Want so badly for it to be reality
+
+And when you hold my hand
+Then I understand that it's meant to be
+'Cause baby, when you're with me
+
+It's like an angel came by and took me to heaven
+Like you took me to heaven, girl
+'Cause when I stare in your eyes, it couldn't be better
+I don't want you to go, oh no, so
+
+Let the music blast, we gon' do our dance
+Bring the doubters on, they don't matter at all
+'Cause this life's too long and this love's too strong
+So baby, know for sure that I'll never let you go
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.78999999999999
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Overboard,1tzkJMX3gNjnpcHdLD0pM3,"It feels like we've been out at sea, Oh
+So back and forth that's how it seems, whoa
+And when I wanna talk you say to me
+That if it's meant to be, it will be
+Whoa, whoa, no
+
+So crazy is this thing we call love
+And now that we've got it
+We just can't give up
+I'm reaching out for you
+Got me out here in the water
+And I
+
+I'm overboard
+And I need your love
+Pull me up
+I can't swim on my own
+It's too much
+Feels like I'm drowning without your love
+So throw yourself out to me
+My lifesaver (Lifesaver, oh lifesaver)
+My lifesaver (Lifesaver, oh lifesaver)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.83
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Eenie Meenie,75vEuMA15pb8JmgrGugHEs,"Eenie meenie miney mo
+Catch a bad chick by her toe
+If she holla (if, if, if, she holla) let her go
+
+She's indecisive
+She can't decide
+She keeps on lookin'
+From left to right
+Girl, c'mon get closer
+Look in my eyes
+Searching is so wrong
+I'm Mr. Right
+
+You seem like the type
+To love 'em and leave 'em
+And disappear right after the song
+So give me the night
+To show you, and hold you
+Don't leave me out here dancin' alone
+
+You can't make up your mind, mind, mind, mind, mind
+Please don't waste my time, time, time, time, time
+I'm not tryin' to rewind, wind, wind, wind, wind, wind
+I wish our hearts could come together as one
+
+'Cause shawty is an eenie meenie miney mo lover'
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.53999999999999
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Up,7wj1Lb5ggzMWJ9TqZJ2dwo,"It's a big, big world
+It's easy to get lost in it
+You've always been my girl, oh
+And I'm not ready to call it quits
+
+We can make the sun shine in the moon light
+We can make the grey clouds turn to blue skies
+I know it's hard
+Baby, believe me
+
+That we can't go nowhere but up
+From here, my dear
+Baby, we can't go nowhere but up
+Tell me what we've got to fear
+
+We'll take it to the sky past the moon to the galaxy
+As long as you're with me, baby
+Honestly, with the strength of our love
+We can't go nowhere but up
+
+It's a big, big world
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.06
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,That Should Be Me,0aPZbnkMoWJaJ5CNVLCj8S,"Everybody's laughin' in my mind
+Rumours spreadin' 'bout this other guy
+Do you do what you did when you did with me?
+Does he love you the way I can?
+Did you forget all the plans that you made with me?
+'Cause, baby, I didn't
+
+That should be me, holdin' your hand
+That should be me, makin' you laugh
+That should be me, this is so sad
+That should be me, that should be me
+
+That should be me, feelin' your kiss
+That should be me, buyin' you gifts
+This is so wrong, I can't go on
+'Til you believe that that should be me
+That should be me
+
+You said, you needed a little time from my mistakes
+It's funny how you used that time to have me replaced
+Did you think that I wouldn't see you out at the movies?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.13
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Mistletoe,7xapw9Oy21WpfEcib2ErSA,"It's the most beautiful time of the year
+Lights fill the streets, spreading so much cheer
+I should be playing in the winter snow
+But I'ma be under the mistletoe
+I don't wanna miss out on the holiday
+But I can't stop staring at your face
+I should be playing in the winter snow
+But I'ma be under the mistletoe
+
+With you, shawty with you
+With you, shawty with you
+With you, under the mistletoe
+
+Everyone's gathering around the fire
+Chestnuts roasting like a hot July
+I should be chilling with my folks, I know
+But I'ma be under the mistletoe
+Word on the street, Santa's coming tonight
+Reindeer's flying through the sky so high
+I should be making a list, I know
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,91.91
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All I Want For Christmas Is You (SuperFestive!) Duet with Mariah Carey,1IUtgwxLYzDVd41EgbKUjX,"Yeah
+
+I just can't wait, yeah
+
+I don't want a lot for Christmas
+There is just one thing I need (and I)
+Don't care about the presents
+Underneath the Christmas tree
+
+I don't need to hang my stocking
+There upon the fireplace
+Santa Claus won't make me happy
+With a toy on Christmas day
+
+I just want you for my own
+More than you could ever know
+Make my wish come true
+All I want for Christmas is you
+You, baby
+
+Oh, I won't ask for much this Christmas
+I won't even wish for snow (and I)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,17.64
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All I Want Is You,0E4rAAAzRPE8I7tYzNq99p,"Sitting here all alone watching the snow fall
+Looking back at the days when we threw them snowballs
+I can't believe, I'm putting the tree up by myself
+I need you and nobody else
+
+And I'm sorry if I pushed you away
+'Cause I need you here
+And I want for you to know
+
+And I don't care if I don't get anything
+All I need is you here right now
+And I'm sorry if I hurt you
+But I know that all I want is you this Christmas
+
+This Christmas, this Christmas
+All I want is you this Christmas
+This Christmas, this Christmas (I'm sorry if I hurt you)
+This Christmas (but I know that)
+All I want is you this Christmas
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,81.08
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Never Say Never,5GYbkDveRD2I8M5ZJ14hWn,"Never say never
+Pick it up, pick, pick, pick it up
+Pick it up, pick, pick, pick it up
+Yeah, yeah, never ever, ever, ever, ever
+
+See, I never thought that I could walk through fire (eh)
+I never thought that I could take the burn (eh)
+I never had the strength to take it higher (eh)
+Until I reached the point of no return (eh)
+
+And there's just no turning back (back)
+When your heart's under attack (attack)
+Gonna give everything I have
+It's my destiny
+
+I will never say never, I will fight
+I will fight 'til forever, to make it right
+Whenever you knock me down
+I will not stay on the ground
+Pick it up, pick it up, pick it up, pick it up, up, up
+And never say never
+
+Ne-never say never
+Ne-never say never
+Ne-never say never
+Never say it, never, never say it
+
+I never thought that I could feel this power (eh)
+I never thought that I could feel this free (eh)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.83
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Womanizer,4fixebDZAVToLbUCuEloa2,"Superstar, where you from? How's it going?
+I know you got a clue what you're doing
+You can play brand new to all the other chicks out here
+But I know what you are, what you are, baby
+
+Look at you gettin' more than just a re-up
+Baby, you got all the puppets with their strings up
+Fakin' like a good one but I call 'em like I see 'em
+I know what you are, what you are, baby
+
+Womanizer, woman-womanizer, you're a womanizer
+Oh, womanizer, oh, you're a womanizer, baby
+You, you-you are, you, you-you are
+Womanizer, womanizer, womanizer
+(Womanizer)
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You got me goin'
+(You!) You're oh so charmin'
+(You!) But I can't do it
+(You!) You womanizer
+
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+Boy don't try to front, I-I
+Know just, just, what you are, are-are
+
+(You!) You say I'm crazy
+(You!) I got your crazy
+(You!) You're nothing but a
+(You!) Womanizer
+
+Daddy-O, you got the swagger of a champion
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.91
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,If U Seek Amy,2hdy9Wt9qp7M7d0U3ossu2,"La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+
+Oh, baby, baby, have you seen Amy tonight?
+Is she in the bathroom, is she smoking up outside? Oh
+Oh, baby, baby, does she take a piece of lime for the drink that I'mma buy her?
+Do you know just what she likes? Oh
+
+Oh, oh
+Tell me, have you seen her?
+'Cause I'm so, oh
+I can't get her off of my brain
+I just wanna go to the party she gon' go
+Can somebody take me home?
+Ha, ha, he, he, ha, ha, ho
+
+Love me, hate me, say what you want about me
+But all of the boys and all of the girls are begging to if you seek Amy
+Love me, hate me, but can't you see what I see?
+All of the boys and all of the girls are begging to if you seek Amy
+
+La, la, la, la, la, la, la, la
+La, la, la, la, la, la, la, la
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,70.59
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Just Can’t Get Enough,3JA9Jsuxr4xgHXEawAdCp4,"Boy, I think about it every night and day
+I'm addicted, wanna drown inside your love
+I wouldn't wanna have it any other way
+I'm addicted and I just can't get enough
+
+I just can't get enough
+I just can't get enough
+I just can't get enough
+I just can't get enough
+
+Honey got a sexy all steamin'
+She givin' hotness a new meanin'
+Perfection, mami you gleamin'
+Inception, you got a brother dreamin', dreamin'
+
+Damn, baby, I'm fiendin'
+I'm tryna holler at you, I'm screamin'
+Let me love you down this evenin'
+Love you, love you, yeah, you know you are my demon
+
+Girl, we could form a team and
+I could be the king, you could be the queen and
+My mind's dirty and it don't need cleanin'
+I love you long time, so you know the meanin'
+
+Oh, baby, I can't come down, so please come help me out
+You got me feelin' high and I can't step off the cloud
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.17
+Molly Sandén,0NRMzT05nsc8mTm4iUvuHY,Why Am I Crying,51aG912WH7j8W1m3QI4bHn,,Neutral,0.0
+Andrew Lloyd Webber,4aP1lp10BRYZO658B2NwkG,The Phantom Of the Opera - From 'The Phantom Of The Opera' Motion Picture,4EaBMhUIOfnFEbIgqCfKbi,"Beneath the opera house
+I know he's there
+He's with me on the stage
+He's everywhere
+And when my song begins
+I always find
+The Phantom of the Opera is there
+Inside my mind
+
+Sing once again with me
+Our strange duet
+My power over you
+Grows stronger yet
+You'll give your love to me
+For love is blind
+The Phantom of the Opera is now
+Your mastermind
+
+Those who have seen your face
+Draw back in fear
+I am the mask you wear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,64.86
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Begin Again,0L4YCNRfXAoTvdpWeH2RGj,"Took a deep breath in the mirror
+He didn't like it when I wore high heels
+But I do
+
+Turn the lock and put my headphones on
+He always said he didn't get this song
+But I do, I do
+
+Walked in expecting you'd be late
+But you got here early and you stand and wave
+I walk to you
+
+You pull my chair out and help me in
+And you don't know how nice that is
+But I do
+
+And you throw your head back laughing
+Like a little kid
+I think it's strange that you think I'm funny, 'cause
+He never did
+
+I've been spending the last eight months
+Thinking all love ever does
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.16
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,22,2ULNeSomDxVNmdDy8VxEBU,"It feels like a perfect night
+To dress up like hipsters
+And make fun of our exes
+Ah-ah, ah-ah
+It feels like a perfect night
+For breakfast at midnight
+To fall in love with strangers
+Ah-ah, ah-ah
+
+Yeah, we're happy, free, confused and lonely at the same time
+It's miserable and magical, oh yeah
+Tonight's the night when we forget about the deadlines
+It's time, oh-oh
+
+I don't know about you
+But I'm feeling 22
+Everything will be alright if
+You keep me next to you
+
+You don't know about me
+But I'll bet you want to
+Everything will be alright if
+We just keep dancing like we're 22, 22
+
+It seems like one of those nights
+This place is too crowded
+Too many cool kids
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.00999999999999
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,7AEAGTc8cReDqcbPoY9gwo,"I remember when we broke up the first time
+Saying, ""This is it, I've had enough""
+'Cause like we hadn't seen each other in a month
+When you said you needed space
+What?
+
+Then you come around again and say
+""Baby, I miss you, and I swear I'm gonna change, trust me""
+Remember how that lasted for a day?
+I say, ""I hate you"", we break up, you call me, ""I love you""
+
+Ooh, ooh-ooh-ooh-ooh
+We called it off again last night but
+Ooh, ooh-ooh-ooh-ooh
+This time, I'm telling you, I'm telling you
+
+We are never, ever, ever getting back together
+We are never, ever, ever getting back together
+You go talk to your friends, talk to my friends, talk to me
+But we are never, ever, ever, ever getting back together
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.88000000000001
+A Fine Frenzy,5dTYaRzOn4rXGBLH052EeQ,Almost Lover,3GSYWQNnSdovwC2H8HpziA,"Your fingertips across my skin
+The palm trees swaying in the wind
+
+Images
+
+You sang me spanish lullabies
+The sweetest sadness in your eyes
+
+Clever trick
+
+Well, I'd never want to see you unhappy
+I thought you'd want the same for me
+
+Goodbye, my almost lover
+Goodbye, my hopeless dream
+I'm trying not to think about you
+Can't you just let me be?
+
+So long, my luckless romance
+My back is turned on you
+Should've known you'd bring me heartache
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.559999999999995
+The Vamps,7gAppWoH7pcYmphCVTXkzs,All Night,0dXNQ8dckG4eYfEtq9zcva,"I been up all night, no sleep
+'Cause I feel like I'm always dreamin'
+All night, no sleep
+'Cause I feel like I'm always dreamin'
+
+'Cause I feel like I'm always dreamin'
+
+Sometimes I tend to lose myself when I'm out here on my own
+I never seem to get it right, but I guess that's how it goes
+Ever since you came around, can't nobody hold me down
+You showed me how to find myself when I needed it the most
+
+I been up all night, no sleep
+'Cause I feel like I'm always dreamin'
+All night, no sleep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,28.46
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,09IStsImFySgyp0pIQdqAc,"Take a seat, right over there, sat on the stairs
+Stay or leave, the cabinets are bare, and I'm unaware
+Of just how we got into this mess, got so aggressive
+I know we meant all good intentions
+
+So pull me closer
+Why don't you pull me close?
+Why don't you come on over?
+I can't just let you go
+
+Oh, baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+
+Baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.13000000000001
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Getaway,3ggRsGsgdpvMlPtFEZ83vp,"I wanna take this money get out of town
+Buy some time we can make it some how
+Waitin' for a dream to come around
+You know me better than that
+Baby I'm not down
+
+I left a letter for my sister in a bottle full of booze
+One day I'm gonna love you too
+But for now, I'm runnin' oh
+I'm runnin' south
+
+They say you better have a way back home
+But I know, they wont forget my name back home
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.2
+Daya,6Dd3NScHWwnW6obMFbl1BH,"Sit Still, Look Pretty",0EGuSSpuu9wmHCtvb4PdLO,"Could dress up, to get love
+But guess what?
+I'm never gonna be that girl
+Who's living in a Barbie world
+Could wake up, and make up, and play dumb
+Pretending that I need a boy
+Who's gonna treat me like a toy
+
+I know the other girls wanna wear expensive things, like diamond rings
+But I don't wanna be the puppet that you're playing on a string
+This queen don't need a king
+
+Oh, I don't know what you've been told
+But this girl right here's gonna rule the world
+Yeah, that's where I'm gonna be because I wanna be
+No, I don't wanna sit still, look pretty
+
+You get off on your 9 to 5
+Dream of picket fences and trophy wives
+But no, I'm never gonna be 'cause I don't wanna be
+No, I don't wanna sit still look pretty
+
+Mr. Right could be nice, for one night
+But then he wanna take control
+And I would rather fly solo
+That Snow White
+She did it right in her life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.7
+A Flock Of Seagulls,0uAjBatvB4ubpd4kCfjmNt,I Ran,10zlwR7kvVbD9OBkeZWr3L,"I walked along the avenue
+I never thought I'd meet a girl like you
+Meet a girl like you
+
+With auburn hair and tawny eyes
+The kind of eyes that hypnotize me through
+Hypnotize me through
+And I ran, I ran so far away
+I just ran, I ran all night and day
+I couldn't get away
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.24000000000001
+Eleni Karaindrou,2ojmPypSGMyKaRvknyxKKP,Eternity And A Day: 2. By The Sea,595G0No6FI82sWWsbsQEoX,"I walked along the avenue
+I never thought I'd meet a girl like you
+Meet a girl like you
+
+With auburn hair and tawny eyes
+The kind of eyes that hypnotize me through
+Hypnotize me through
+And I ran, I ran so far away
+I just ran, I ran all night and day
+I couldn't get away
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,自己的房間,2tNiV2AYBlb1NgHXoAUyED,"高高的舞台下降
+脫下了亮麗堂皇
+什麼是真 什麼是假
+關起門 不要對自己說謊
+讓行李就躺在地上
+脹痛的腳晾在床上
+只想在自己房間虛度 時光
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Eason Chan,2QcZxAgcs2I1q7CtCkl6MI,十年,25pWemriUQVrZ3yIiS2IBf,"如果那兩個字沒有顫抖 我不會發現 我難受
+怎麼說出口 也不過是分手
+如果對於明天沒有要求 牽牽手就像旅遊
+成千上萬個門口 總有一個人要先走
+
+懷抱既然不能逗留
+何不在離開的時候
+一邊享受 一邊淚流
+
+十年之前 我不認識你 你不屬於我
+我們還是一樣
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+ZAYN,5ZsFI1h6hIdQRw2ti0hz81,PILLOWTALK,0IKK48xF4eEdfofyaeKWWO,"Climb on board
+We'll go slow and high tempo
+Light and dark
+Hold me hard and mellow
+
+I'm seeing the pain, seeing the pleasure
+Nobody but you, 'body but me
+'Body but us, bodies together
+I love to hold you close, tonight and always
+I love to wake up next to you
+I love to hold you close, tonight and always
+I love to wake up next to you
+
+So we'll piss off the neighbours
+In the place that feels the tears
+The place to lose your fears
+Yeah, reckless behavior
+A place that is so pure, so dirty and raw
+In the bed all day, bed all day, bed all day
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,74.11999999999999
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Rap God,6or1bKJiZ06IlK0vFvY75k,"Look, I was gonna go easy on you not to hurt your feelings
+But I'm only going to get this one chance (six minutes-, six minutes-)
+Something's wrong, I can feel it (six minutes, Slim Shady, you're on!)
+Just a feeling I've got, like something's about to happen, but I don't know what
+If that means what I think it means, we're in trouble, big trouble
+And if he is as bananas as you say, I'm not taking any chances
+You are just what the doc ordered
+
+I'm beginnin' to feel like a Rap God, Rap God
+All my people from the front to the back nod, back nod
+Now, who thinks their arms are long enough to slap box, slap box?
+They said I rap like a robot, so call me Rap-bot
+
+But for me to rap like a computer, it must be in my genes
+I got a laptop in my back pocket
+My pen'll go off when I half-cock it
+Got a fat knot from that rap profit
+Made a livin' and a killin' off it
+Ever since Bill Clinton was still in office
+With Monica Lewinsky feelin' on his nutsack
+I'm an MC still as honest
+But as rude and as indecent as all hell
+Syllables, skill-a-holic (kill 'em all with)
+
+This flippity dippity-hippity hip-hop
+You don't really wanna get into a pissin' match
+With this rappity brat, packin' a MAC in the back of the Ac'
+Backpack rap crap, yap-yap, yackety-yack
+And at the exact same time, I attempt these lyrical acrobat stunts while I'm practicin' that
+I'll still be able to break a motherfuckin' table
+Over the back of a couple of faggots and crack it in half
+
+Only realized it was ironic, I was signed to Aftermath after the fact
+How could I not blow? All I do is drop F-bombs
+Feel my wrath of attack
+Rappers are havin' a rough time period, here's a maxi pad
+It's actually disastrously bad for the wack
+While I'm masterfully constructing this masterpièce
+
+'Cause I'm beginnin' to feel like a Rap God, Rap God
+All my people from the front to the back nod, back nod
+Now, who thinks their arms are long enough to slap box, slap box?
+Let me show you maintainin' this shit ain't that hard, that hard
+Everybody want the key and the secret to rap immortality like Ι have got
+
+Well, to be truthful the blueprint's
+Simply rage and youthful exuberance
+Everybody loves to root for a nuisance
+Hit the Earth like an asteroid
+Did nothing but shoot for the Moon since (pew!)
+MCs get taken to school with this music
+'Cause I use it as a vehicle to ""Bus the rhyme""
+Now I lead a new school full of students
+
+Me? I'm a product of Rakim
+Lakim Shabazz, 2Pac, N.W.A, Cube, hey Doc, Ren
+Yella, Eazy, thank you, they got Slim
+Inspired enough to one day grow up, blow up and be in a position
+To meet Run-D.M.C., induct them
+Into the motherfuckin' Rock and Roll Hall of Fame
+
+Even though I'll walk in the church and burst in a ball of flames
+Only Hall of Fame I'll be inducted in is the alcohol of fame
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.23
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Space Bound,0sHW1jXe6Sou3437gJQNGA,"We touch, I feel a rush, we clutch, it isn't much
+But it's enough to make me wonder what's in store for us
+It's lust, it's torturous, you must be a sorceress
+'Cause you just did the impossible, gained my trust
+Don't play games, it'd be dangerous if you fuck me over
+'Cause if I get burnt, I'ma show ya what it's like to hurt
+'Cause I've been treated like dirt befo' ya
+And love is evol, spell it backwards, I'll show ya
+Nobody knows me, I'm cold, walk down this road all alone
+It's no one's fault but my own, it's the path I've chosen to go
+Frozen as snow, I show no emotion whatsoever, so
+Don't ask me why I have no love for these mo'fuckin' ho's
+Blood suckin' succubuses, what the fuck is up with this?
+I've tried in this department, but I ain't had no luck with this
+It sucks, but it's exactly what I thought it would be
+Like tryin' to start over
+I've got a hole in my heart for some kind of emotional roller coaster
+Somethin' I won't go on, so you toy with my emotions, ho, it's over
+It's like an explosion every time I hold ya, I wasn't jokin' when I told ya
+You take my breath away, you're a supernova and I'm a
+
+I'm a space bound rocket ship and your heart's the moon
+And I'm aimin' right at you, right at you
+
+250, 000 miles on a clear night in June
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.17
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Love The Way You Lie,15JINEqzVMv3SvJTAXAKED,"Just gonna stand there and watch me burn?
+Well, that's alright because I like the way it hurts
+Just gonna stand there and hear me cry?
+Well, that's alright because I love the way you lie
+I love the way you lie
+
+I can't tell you what it really is
+I can only tell you what it feels like
+And right now, there's a steel knife in my windpipe
+I can't breathe, but I still fight while I can fight
+As long as the wrong feels right, it's like I'm in flight
+High off her love, drunk from her hate
+It's like I'm huffin' paint, and I love her the more I suffer, I suffocate
+And right before I'm about to drown, she resuscitates me
+She f- hates me, and I love it
+
+""Wait! Where you going?"" ""I'm leaving you""
+""No, you ain't, come back""
+We're running right back, here we go again
+It's so insane 'cause when it's going good, it's going great
+I'm Superman with the wind at his back, she's Lois Lane
+But when it's bad, it's awful
+I feel so ashamed, I snapped, ""Who's that dude?""
+I don't even know his name
+I laid hands on her, I'll never stoop so low again
+I guess I don't know my own strength
+
+Just gonna stand there and watch me burn?
+Well, that's alright because I like the way it hurts
+Just gonna stand there and hear me cry?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.83
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Beautiful,1HR2CTi0ytRJIcik1QKdOa,"Lately I've been hard to reach
+I've been too long on my own
+Everybody has a private world where they can be alone
+Are you calling me?
+
+Are you trying to get through?
+Are you reaching out for me
+I'm reaching out for you?
+
+I'm just so fucking depressed, I just can seem to get out this slump
+If I could just get over this hump but I need something to pull me out this dump
+I took my bruises, took my lumps fell down and I got right back up
+But I need that spark to get psyched back up in order for me to pick the mic back up
+I don't know how or why or when I ended up in this position I'm in
+I'm starting to feel distant again so I decided just to pick this pen
+Up and try to make an attempt to vent but I just can't admit
+Or come to grips with the fact that I may be done with rap ineed a new outlet
+I know some shit's so hard to swallow
+And I just can't sit back and wallow
+In my own sorrow but I know one fact, I'll be one tough act to follow
+One tough act to follow
+I'll be one tough act to follow
+Here today, gone tomorrow
+But you have to walk a thousand miles
+
+In my shoes, just to see
+What it's like, to be me
+I'll be you, let's trade shoes
+Just to see what it'd be like to
+Feel your pain, you feel mine
+Go inside each other's mind
+Just to see what we find
+Look at shit through each other's eyes
+But don't let 'em say you ain't beautiful, oh oh
+They can all get fucked just stay true to you so oh oh
+So don't let 'em say you ain't beautiful, oh oh
+They can all get fucked just stay true to you so oh oh
+
+I think I'm starting to lose my sense of humor
+Everything is so tense and gloom
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.33999999999999
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Crack A Bottle,4dK00wCxlqWEeN8BoM1BHT,"Oh, ladies and gentlemen
+The moment you've all been waiting for
+In this corner, weighing 175 pounds
+With a record of 17 rapes, 400 assaults, and four murders
+The undisputed, most diabolical villain in the world
+Slim Shady!
+
+So crack a bottle, let your body waddle
+Don't act like a snobby model, you just hit the lotto
+O-oh, o-oh, bitches hoppin' in my Tahoe
+Got one ridin' shotgun and no, not one of 'em got clothes
+
+Now, where's the rubbers? Who's got the rubbers?
+I noticed there's so many of 'em
+And there's really not that many of us
+And ladies love us, my posse's kickin' up dust
+It's on 'til the break of dawn
+And we're starting this party from dusk
+
+(Okay, let's go)
+Back with Andre the Giant, Mr. Elephant Tusk
+Fix your musk, you'll be just another one bit the dust
+Just one of my mother's sons who got thrown under the bus
+Kiss my butt, lick from unda cheese from under my nuts
+
+It disgusts me to see the game the way that it looks
+It's a must, I redeem my name and haters get mushed
+Bitches lust, man, they love me when I lay in the cut
+Fisticuffs, the lady give her eighty-some paper cuts
+
+Now picture us; it's ridiculous, you curse at the thought
+'Cause when I spit the verse the shit gets worse than Worcestershire sauce
+If I could fit the words, it's picture perfect, works every time
+Every verse, every line, as simple as nursery rhymes
+
+It's elementary, the elephants have entered the room
+I venture to say we're the center of attention, it's true
+Not to mention back with a vengeance, so hence the signal
+Of the bat symbol, the platinum trio's back on you hoes
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.02
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Like Toy Soldiers,1U49kGdfMaoMSBWreMVWmK,,Neutral,0.0
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Rain Man,2AuU35arXZdYoscOIxHWSc,,Neutral,0.0
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,Rolling in the Deep,5ItpwLOgLKmCV1caENPmIB,"There's a fire startin' in my heart
+Reachin' a fever pitch, and it's bringin' me out the dark
+Finally, I can see you crystal clear
+Go ahead and sell me out and I'll lay your ship bare
+
+See how I'll leave with every piece of you
+Don't underestimate the things that I will do
+There's a fire startin' in my heart
+Reachin' a fever pitch and it's bringin' me out the dark
+
+The scars of your love remind me of us
+They keep me thinkin' that we almost had it all
+The scars of your love, they leave me breathless
+I can't help feelin'
+
+We could have had it all
+Rollin' in the deep
+You had my heart inside of your hands
+And you played it with the beat
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.99
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,All I Want for Christmas Is You,10avizu2eFpmz90oweAJdp,"I don't want a lot for Christmas
+There's just one thing I need
+I don't care about presents
+Underneath the Christmas tree
+
+I just want you for my own
+More than you could ever know
+Make my wish come true...
+All I want for Christmas
+
+Is you...
+
+I don't want a lot for Christmas
+There is just one thing I need
+
+I don't care about presents
+Underneath the Christmas tree
+I don't need to hang my stocking
+There upon the fireplace
+
+Santa Claus won't make me happy
+With a toy on Christmas day
+I just want you for my own
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.78
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,Forget You,5ym2AFr59J1WOgCpdGqGN8,"I see you driving 'round town
+With the guy i love and i'm like
+Forget you
+I guess the change in my pocket
+Wasn't enough i'm like
+Forget you
+And forget him too
+I said, if i was richer, i'd still be with ya
+Ha, now ain't that some shi
+And although there's pain in my chest
+I still wish you the best with a...
+Forget you
+
+Yeah i'm sorry, i can't afford a ferrari
+But that don't mean i can't get you there.
+I guess she's an xbox and i'm more atari
+But the way you play your game ain't fair.
+
+I pity the fool that falls in love with you
+(Oh shit he's a gold digger)
+Well
+(Just thought you should know better)
+Ooooooh
+I've got some news for you
+Yeah go run and tell your little girlfriend
+
+I see you driving 'round town
+With the guy i love and i'm like
+Forget you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.27
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,The Show,0cz0p1TUwcF7xqPVlI2EUX,"I'm just a little bit caught in the middle
+Life is a maze and love is a riddle
+I don't know where to go, I can't do it alone, I've tried
+And I don't know why
+
+Slow it down
+Make it stop
+Or else my heart is going to pop
+'Cause it's too much
+Yeah, it's a lot
+To be something I'm not
+
+I'm a fool
+Out of love
+'Cause I just can't get enough
+
+I'm just a little bit caught in the middle
+Life is a maze and love is a riddle
+I don't know where to go, I can't do it alone, I've tried
+And I don't know why
+
+I am just a little girl lost in the moment
+I'm so scared but I don't show it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.86
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Tattooed Heart,5yxghrFKJbU7pcaUFEv1Sg,"You don't need a lot of money
+Honey, you don't have to play no games
+All I need is all your loving
+To get the blood rushing through my veins, oh
+
+I wanna say we're going steady
+Like it's 1954
+No, it doesn't have to be forever
+Just as long as I'm the name on your tattooed heart
+
+Tattooed heart, tattooed heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.98
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Insignificance,6HfomODkY1fsoJRgvIHVeE,"You don't need a lot of money
+Honey, you don't have to play no games
+All I need is all your loving
+To get the blood rushing through my veins, oh
+
+I wanna say we're going steady
+Like it's 1954
+No, it doesn't have to be forever
+Just as long as I'm the name on your tattooed heart
+
+Tattooed heart, tattooed heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Kiss My Lips,6djvOSgu4IvgIghmDPJyEn,"I was sittin' on the beach, starin' at the nite
+Pulled out a ciggarette, and you were there with the light
+What you tryin' to do, lookin' in my eyes
+Pretty boy step back, you don't wanna take this fight
+But if you wanna talk, well first you gotta listen
+I ain't like those other girls that you been missin'
+I knew it all along, queen of my throne
+One of a kind, I'm in a league of my own
+
+And get your hand off my hip, and kiss my lips
+Kiss my lips, kiss me all over
+Are you gonna take that risk, take that risk
+'Cause we're only gettin' older
+I said kiss my lips, kiss my lips, and do it all over
+I know you weren't expectin' this tonite
+But baby that's me
+
+Hey, hey, hey, hey, hey, hey, hey
+Hey, hey, hey, hey, hey, hey, hey
+
+I feel you gettin' hot, I can see it in your face
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.22
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Piano,1xCqIXCApBgcjwRLostpKl,"Oh, whoa
+Oh, whoa
+Here we go
+
+I could write a song with my new piano
+I could sing about how love is a losing battle
+Not hard (it's not hard)
+It's not hard (it's not hard)
+It's not hard (it's not hard)
+It's not hard (it's not hard)
+
+And I could sing about Cupid and his shooting arrow
+In the end, you'll find out that my heart was battered
+Real hard (real hard)
+It's so hard (so hard)
+Real hard (real hard)
+It's that hard (it's that hard)
+
+But I rather make a song they can play on the radio
+That makes you wanna dance
+Don't it make you wanna dance?
+But I rather make a song they can play on the radio
+That makes you wanna grab your lover's hand
+
+So hold up and take it through the night
+And you should follow through to make it alright
+Now grab each other's hands, get 'em up
+I want to see you rock to the piano, the piano
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.66
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,克卜勒,15tD731GK0VYsmd1Im4C7q,"好像你的身体
+藏在众多孤星之中还是找得到你
+挂在天上放光明
+提醒我 我也只是一颗寂寞的星星
+
+等不到你 成为我最闪亮的星星
+我依然愿意借给你我的光
+投射给你 直到你那灿烂的光芒
+静静地挂在遥远的天上
+
+当你沉浸 天空那条冰冷的银河
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,泡沫,2IfSPLPDW6RGosdB5huwAA,"陽光下的泡沫 是彩色的
+就像被騙的我 是幸福的
+追究什麼對錯 你的謊言 基於你還愛我
+
+美麗的泡沫 雖然一剎花火
+你所有承諾 雖然都太脆弱
+但愛像泡沫 如果能夠看破 有什麼難過
+
+早該知道泡沫 一觸就破
+就像已傷的心 不勝折磨
+也不是誰的錯 謊言再多 基於你還愛我
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Ronghao Li,0rTP0x4vRFSDbhtqcCqc8K,李白,5PwyWoebyv4ofg4Z5MprFd,"大部分人讓我學習去看世俗的眼光
+我認真學習了世俗眼光世俗到天亮
+一部外國電影沒聽懂一句話
+看完結局才是笑話
+你看我多乖多聰明多麼聽話
+多奸詐
+
+喝了幾大碗米酒再離開是為了模仿
+一出門不小心吐的那幅是誰的書畫
+你一天一口一個 親愛的對方
+多麼不流行的模樣
+都應該練練書法再出門闖蕩
+才會有人熱情買帳
+
+要是能重來 我要選李白
+好幾百年前做的好壞
+沒那麼多人猜
+要是能重來 我要選李白
+至少我還能寫寫詩來澎湃
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Round & Round,5RhxBpoCwX2vLBcSJzYa5j,"Round and round
+Round and round
+Round and round
+Round and Round
+
+You see me standin' there and act like you don't know me
+But last night, you were callin' me, sayin' you want me
+Oh, why you always make me feel like I'm the one that's crazy?
+You've got my heart racin', my-my heart racin'
+
+Boy, I need you here with me
+We can't go on this way
+I'm fallin' hard for you
+All I can say
+
+We're goin' round and round
+We're never gonna stop goin' round and round
+We'll never get where we're goin'
+Round and round
+Well, you're gonna miss me, 'cause I'm gettin' dizzy
+Goin' round and round and round
+
+You tried to pull me close and whisper in my ear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.39999999999999
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Criminal,6T689Jvh5KrSXyaPtUWZtQ,"He is a hustler, he's no good at all
+He is a loser, he's a bum, bum, bum, bum
+He lies, he bluffs, he's unreliable
+He is a sucker with a gun, gun, gun, gun
+
+I know you told me I should stay away
+I know you said he's just a dog astray
+He is a bad boy with a tainted heart
+And even I know this ain't smart
+
+But mama I'm in love with a criminal
+And this type of love isn't rational
+It's physical
+Mama please don't cry, I will be alright
+All reasons aside, I just can't deny
+Love the guy
+
+He is a villain by the devil's law
+He is a killer just for fun, fun, fun, fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.22
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,What Makes You Beautiful,03oZejWqXLbKhhM4iTgShq,"You're insecure, don't know what for
+You're turning heads when you walk through the door
+Don't need makeup to cover up
+Being the way that you are is enough
+
+Everyone else in the room can see it
+Everyone else, but you, ooh
+
+Baby, you light up my world like nobody else
+The way that you flip your hair gets me overwhelmed
+But when you smile at the ground, it ain't hard to tell
+You don't know, oh-oh
+You don't know you're beautiful
+
+If only you saw what I can see
+You'll understand why I want you so desperately
+Right now I'm lookin' at you, and I can't believe
+
+You don't know, oh-oh
+You don't know you're beautiful, oh, oh-oh
+That's what makes you beautiful
+
+So c-come on, you got it wrong
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,64.67
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Gotta Be You,3UT493iwo6kvyL18zvAJE5,"Girl, I see it in your eyes you're disappointed
+'Cause I'm the foolish one that you anointed with your heart
+I tore it apart
+And, girl, what a mess I made upon your innocence
+And no woman in the world deserves this
+But here I am asking you for one more chance
+
+Can we fall, one more time?
+Stop the tape and rewind
+Oh, and if you walk away, I know I'll fade
+'Cause there is nobody else
+
+It's gotta be you
+Only you
+It's got to be you
+Oh, only you
+Hey
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,20.91
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,One Thing,6tKW2g2So84pCTZXE0Furx,"I've tried playin' it cool
+But when I'm lookin' at you
+I can't ever be brave
+'Cause you make my heart race
+
+Shot me out of the sky
+You're my kryptonite
+You keep making me weak
+Yeah, frozen and can't breathe
+
+Something's gotta give now
+'Cause I'm dying just to make you see
+That I need you here with me now
+'Cause you've got that one thing
+
+So, get out, get out, get out of my head
+And fall into my arms instead
+I don't, I don't, don't know what it is
+But I need that one thing
+And you've got that one thing
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,40.9
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Live While We're Young,6aGjEZ7kq3YXgD0EDt80O5,"Hey, girl, I'm waiting on you, I'm waiting on you
+Come on, and let me sneak you out
+And have a celebration, a celebration
+The music up, the window's down
+
+Yeah, we'll be doing what we do
+Just pretending that we're cool and we know it too
+Yeah, we'll keep doing what we do
+Just pretending that we're cool, so tonight
+
+Let's go crazy, crazy, crazy 'til we see the sun
+I know we only met, but let's pretend it's love
+And never, never, never stop for anyone
+Tonight, let's get some
+And live while we're young
+(Oh-oh-oh-oh-oh-oh-oh)
+(Oh-oh-oh-oh-oh-oh-oh)
+And live while we're young (Oh-oh-oh-oh-oh-oh-oh)
+Tonight, let's get some
+And live while we're young
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,82.85
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Kiss You,0AkQbXGN4KG34TS7xLrM68,"Oh, I just wanna take you anywhere that you'd like
+We could go out any day, any night
+Baby, I'll take you there, take you there
+Baby, I'll take you there, yeah
+
+Oh, tell me, tell me, tell me how to turn your love on
+You can get, get anything that you want
+Baby, just shout it out, shout it out
+Baby, just shout it out, yeah
+
+And if you, you want me to
+
+Let's make a move
+
+Yeah, so, tell me, girl, if every time we
+To-o-uch, you get this kind of ru-u-ush
+Baby, say, yeah, yeah, yeah, yeah, yeah, yeah
+
+If you don't wanna take it slow
+And you just wanna take me home
+Baby, say, yeah, yeah, yeah, yeah, yeah
+And let me kiss you
+
+Oh, baby, baby, don't you know you got what I need
+Looking so good from your head to your feet
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.96000000000001
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Story of My Life,4nVBt6MZDDP6tRVdQTgxJg,"Written in these walls are the stories that I can't explain
+
+I leave my heart open but it stays right here empty for days
+She told me in the morning she don't feel the same about us in her bones
+It seems to me that when I die these words will be written on my stone
+
+And I'll be gone, gone tonight
+The ground beneath my feet is open wide
+The way that I've been holding on too tight
+With nothing in between
+
+The story of my life, I take her home
+I drive all night to keep her warm and time is frozen (the story of, the story of)
+The story of my life, I give her hope
+I spend her love until she's broke inside
+The story of my life (the story of, the story of)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.05
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Steal My Girl,2Bs4jQEGMycglOfWPBqrVG,"She's been my queen since we were 16
+We want the same things, we dream the same dreams
+Alright, alright
+
+I got it all 'cause she is the one
+Her mum calls me love, her dad calls me son
+Alright, alright
+
+I know, I know, I know for sure
+
+Everybody wanna steal my girl
+Everybody wanna take her heart away
+Couple billion in the whole wide world
+Find another one 'cause she belongs to me
+
+Everybody wanna steal my girl
+Everybody wanna take her heart away
+Couple billion in the whole wide world
+Find another one 'cause she belongs to me
+
+Na, na, na, na, na-na (Oh, yeah)
+Na, na, na, na, na-na (Alright)
+Na, na, na, na, na-na
+Na, na
+She belongs to me
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.09
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Drag Me Down,2K87XMYnUMqLcX3zvtAF4G,"I've got fire for a heart
+I'm not scared of the dark
+You've never seen it look so easy
+I got a river for a soul
+And baby, you're a boat
+Baby, you're my only reason
+
+If I didn't have you, there would be nothing left
+The shell of a man that could never be his best
+If I didn't have you, I'd never see the sun
+You taught me how to be someone, yeah
+
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+All my life, you stood by me
+When no one else was ever behind me
+All these lights, they can't blind me
+With your love, nobody can drag me down
+
+Nobody, nobody
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,92.58999999999999
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,History,0HMjXBAZmSYOTTi33WpMso,"You gotta help me, I'm losing my mind
+Keep getting the feel you wanna leave this all behind
+Thought we were going strong
+I thought we were holding on
+Aren't we?
+
+No, they don't teach you, this in school
+Now my heart's breaking and I don't know what to do
+Thought we were going strong
+Thought we were holding on
+Aren't we?
+
+You and me got a whole lot of history
+We could be the greatest team
+That the world has ever seen
+You and me got a whole lot of history
+So don't let it go, we can make some more
+We can live forever
+
+All of the rumours, all of the fights
+But we always find a way to make it out alive
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.19
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Roar,27tNWlhdAryQY04Gb2ZhUI,"I used to bite my tongue and hold my breath
+Scared to rock the boat and make a mess
+So I sat quietly, agreed politely
+I guess that I forgot I had a choice
+I let you push me past the breaking point
+I stood for nothing, so I fell for everything
+
+You held me down, but I got up (hey)
+Already brushing off the dust
+You hear my voice, you hear that sound
+Like thunder, gonna shake the ground
+You held me down, but I got up (hey)
+Get ready 'cause I've had enough
+I see it all, I see it now
+
+I got the eye of the tiger, a fighter
+Dancing through the fire
+'Cause I am a champion, and you're gonna hear me roar
+Louder, louder than a lion
+'Cause I am the champion, and you're gonna hear me roar
+
+Oh-oh-oh-oh-oh-oh-oh
+Oh-oh-oh-oh-oh-oh-oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.0
+Willemijn Verkaik,7KawEFi5g9T9cTCd92h7j9,"Lass jetzt los - aus ""Die Eiskönigin - Völlig Unverfroren""/Deutscher Film-Soundtrack",367XBtIzCzWOQppgd2ipMT,"Der Schnee glänzt weiß auf dem Bergen heut Nacht
+Keine Spuren sind zu sehen
+Ein einsames Königreich
+Und ich bin die Königin
+Der Wind, er heult so wie der Sturm ganz tief in mir
+Nicht zu kontrollieren, ich hab' es versucht
+Lass sie nicht rein! Lass sie nicht sehen
+Wer du bist. Nein! Das darf niemals geschehen
+Du darfst nichts fühlen, zeig ihnen nicht
+Dein wahres Ich!
+
+Ich lass los, lass jetzt los
+Die Kraft sie ist grenzenlos
+Ich lass los, lass jetzt los
+Und ich schlag die Türen zu
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,92.7
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,What the Hell,10zycm3kRmxg5etQ8Qhpq4,"You say that I'm messing with your head
+All 'cause I was making out with your friend
+Love hurts whether it's right or wrong
+I can't stop 'cause I'm having too much fun
+
+You're on your knees
+Begging, ""Please, stay with me""
+But, honestly I just need to be a little crazy
+
+All my life I've been good
+But now I'm thinking, ""What the hell""
+All I want is to mess around
+And I don't really care about
+
+If you love me, if you hate me
+You can't save me, baby, baby
+All my life I've been good
+But, now what the hell
+What? What? What? What the hell?
+
+So, what if I go out on a million dates
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.14
+Adam Lambert,6prmLEyn4LfHlD9NnXWlf7,Whataya Want from Me,2rDwdvBma1O1eLzo29p2cr,"Hey, slow it down
+Whataya want from me?
+Whataya want from me?
+
+Yeah, I'm afraid
+Whataya want from me?
+Whataya want from me?
+
+There might've been a time when I would give myself away
+Oh, once upon a time, I didn't give a damn
+
+But now, here we are
+So whataya want from me?
+Whataya want from me?
+
+Just don't give up, I am working it out
+Please don't give in, I won't let you down
+It messed me up, need a second to breathe
+Just keep comin' around
+
+Hey, whataya want from me?
+Whataya want from me?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.18
+Alan Walker,7vk5e3vY1uw9plTHJAMwjN,Faded,7gHs73wELdeycvS48JfIos,"You were the shadow to my light
+Did you feel us?
+Another star
+You fade away
+Afraid our aim is out of sight
+Wanna see us
+Alive
+
+Where are you now?
+
+Where are you now?
+Where are you now?
+
+Was it all in my fantasy?
+Where are you now?
+Were you only imaginary?
+
+Where are you now?
+Atlantis
+Under the sea, under the sea
+Where are you now?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,55.14
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Head Above Water,1N7YeVU0ZwAFbOhwM61ef6,"I gotta keep the calm before the storm
+I don't want less, I don't want more
+Must bar the windows and the doors
+To keep me safe, to keep me warm
+
+Yeah, my life is what I'm fighting for
+Can't part the sea, can't reach the shore
+And my voice becomes the driving force
+I won't let this pull me overboard
+
+God, keep my head above water
+Don't let me drown, it gets harder
+I'll meet you there at the altar
+As I fall down to my knees
+Don't let me drown, drown, drown
+Don't let me, don't let me, don't let me drown
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.42
+Show Luo,33ApZ6LzfimooQNIKqf4jo,夠了,5Ub0U2yzlqzkMysApmLOL5,"Do you get vibe? I'm about to spit my rhyme
+I'm in my prime! we going wild
+
+Ya 大眾話的小說都不用線索 很多嘴天天都塞滿砲火
+製造紛亂當幽默 只是看圖想太多 雞蛋挑骨頭
+誰又 愛無中生有
+聽說 再推給夢遊
+你 瞎啦 醉啦 扯吧 奇葩
+吧啦吧啦吧啦吧啦你不累嗎
+
+時間沒有那麼多 怎麼你都沒事做
+只敢在暗處放火 夠了 get down get down
+以前明嗆容易躲 現在按鍵難捉摸
+你思想停在侏羅 just get down get down
+
+夠了
+像是 你在我身邊下的毒
+不去 管誰咆哮我的態度
+不去 管誰咆哮我的態度
+不去 管誰咆哮我的態度
+不去 管誰咆哮我的態度
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+BLACKPINK,41MozSoPIsD1dJM0CLPjZF,WHISTLE,7HWmJ1wBecOAMNGjC6SmKE,"Hey, boy
+
+Make 'em whistle like a missile bomb, bomb
+Every time I show up, blow up, uh
+Make 'em whistle like a missile bomb, bomb
+Every time I show up, blow up, uh
+
+넌 너무 아름다워, 널 잊을 수가 없어
+그 눈빛이 아직 나를 이렇게 설레게 해, boom, boom
+24, 365, 오직 너와 같이 하고파
+낮에도, 이 밤에도, 이렇게 너를 원해, mmm, mmm
+
+Yeah, 모든 남자들이 날 매일 check out
+대부분이 날 가질 수 있다 착각
+절대 많은 걸 원치 않아, 맘을 원해 난 (uh)
+넌 심장을 도려내 보여봐
+아주 씩씩하게, 때론 chic, chic 하게
+So hot, so hot, 내가 어쩔 줄 모르게 해 (uh)
+나지막이 불러줘
+내 귓가에 도는 휘파람처럼
+
+이대로 지나치지 마요
+너도 나처럼 날 잊을 수가 없다면, whoa
+널 향한 이 마음은 fire
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,70.03
+BLACKPINK,41MozSoPIsD1dJM0CLPjZF,DDU-DU DDU-DU,7b8YOVV5quZcSKEijDgyWB,"BLACKPINK!
+Ah, yeah, ah, yeah
+BLACKPINK!
+Ah, yeah, ah, yeah
+
+Yeah, 착한 얼굴에 그렇지 못한 태도 (uh)
+가녀린 몸매 속 가려진 volume은 두 배로 (double up)
+거침없이 직진 굳이 보진 않지 눈치 (whoo!)
+Black 하면 pink, 우린 예쁘장한 savage (BLACKPINK!)
+
+원할 땐 대놓고 뺏지 (uh)
+넌 뭘 해도 칼로 물 베기 (uh)
+두 손엔 가득한 fat check
+궁금하면 해봐 fact check
+눈 높인 꼭대기
+물 만난 물고기
+좀 독해, 난 toxic
+You 혹해, I'm foxy
+
+두 번 생각해
+흔한 남들처럼 착한 척은 못 하니까
+착각하지 마
+쉽게 웃어주는 건 날 위한 거야
+
+아직은 잘 모르겠지
+굳이 원하면 test me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.02
+MARINA,6CwfuxIqcltXDGjfZsMd9A,Valley of the Dolls,1rdxUkcQLJRQwocz7mWyo7,"In the valley of the dolls we sleep, we sleep
+Got a hole inside of me, of me
+
+Born with a void, hard to destroy with love or hope
+Built with a heart, broken from the start
+And now I die slow
+
+In the valley of the dolls we sleep
+Got a hole inside of me
+Living with identities
+That do not belong to me
+In my life, I got this far
+Now I'm ready for the last hoorah
+Dying like a shooting star
+In the valley, in the valley, in the valley
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.97
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Party For One,39YLC6osLe9btq1vpsDglx,"If you didn't know that you were right for me
+Then there's nothing I can say
+Tried to call you out to spend some time to see
+But somebody's in your way
+Tried to let it go and say I'm over you
+
+I'm not over you
+But I'm trying
+
+Party for one
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+I'll be the one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+You don't want my love
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+Party for one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+Ahh, ahh, ahh
+Ahh, ahh, ahh
+Ahh, ahh...
+
+Once upon a time, I thought you wanted me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,26.1
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",2rPE9A1vEgShuZxxzR2tZH,"Thought I'd end up with Sean
+But he wasn't a match
+Wrote some songs about Ricky
+Now I listen and laugh
+Even almost got married
+And for Pete, I'm so thankful
+Wish I could say ""thank you"" to Malcolm
+'Cause he was an angel
+
+One taught me love
+One taught me patience
+And one taught me pain
+Now, I'm so amazing
+Say I've loved and I've lost
+But that's not what I see
+So, look what I got
+Look at what you taught me
+And for that, I say
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next
+I'm so grateful for my ex
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next (next)
+I'm so
+
+Spend more time with my friends
+I ain't worried 'bout nothin'
+Plus, I met someone else
+We're havin' better discussions
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.69
+All Time Low,46gyXjRIvN1NL1eCB8GBxo,Break Your Little Heart,1qvxqCOU41LIoJIneUqt3J,"Wide awake, my mistake, so predictable
+You were fake, I was great, nothing personal
+I'm walking, who's laughing now?
+(Who's laughing, who's laughing now?)
+I'm wasting, wasting time
+You talk for hours but you're wasting lines
+A pretty face but the chase ain't worth the prize
+
+I'm gonna break your little heart
+Watch you take the fall
+Laughing all the way to the hospital
+'Cause there's nothing surgery can do
+When I break your little heart in two
+I'm gonna break your little heart in two
+
+Party queen, cause a scene, so ridiculous
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.63000000000001
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH,"It was great at the very start
+Hands on each other
+Couldn't stand to be far apart
+Closer the better
+
+Now we're picking fights and slamming doors
+Magnifying all our flaws
+And I wonder why, wonder what for
+Why we keep coming back for more
+
+Is it just our bodies? Are we both losing our minds?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+Do we need somebody just to feel like we're alright?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+girl in red,3uwAm6vQy7kWPS2bciKWx9,we fell in love in october,1BYZxKSf0aTxp8ZFoeyM3d,"Smoking cigarettes on the roof
+You look so pretty and I love this view
+
+We fell in love in October
+That's why, I love fall
+Looking at the stars
+Admiring from afar
+
+My girl, my girl, my girl
+You will be my girl
+My girl, my girl, my girl
+You will be my world
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.53
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,I'm a Mess,04ZTP5KsCypmtCmQg5tH9R,"Everything's been so messed up here lately
+Pretty sure he don't wanna be my baby
+Oh, he don't love me, he don't love me
+He don't love me, he don't love me
+
+But that's okay
+'Cause I love me, yeah, I love me
+Yeah, I love me
+Yeah, I love myself anyway
+Hey
+
+Everything's gonna be alright
+Everything's gonna be okay
+It's gonna be a good, good, life
+That's what my therapist say
+Everything's gonna be alright
+Everything's gonna be just fine
+It's gonna be a good, good life
+
+I'm a mess, I'm a loser
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.32
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Most Girls,10GJQkjRJcZhGTLagFOC62,"Some girls feel best in their tiny dresses
+Some girls, nothin' but sweatpants, lookin' like a princess
+Some girls kiss new lips every single night
+They're stayin' out late 'cause they just celebratin' life
+
+You know some days you feel so good in your own skin
+But it's okay if you want to change the body that you came in
+'Cause you look greatest when you feel like a damn queen
+We're all just playin' a game in a way, tryin' to win that life
+
+Most girls are smart and strong and beautiful
+Most girls work hard, go far, we are unstoppable
+Most girls, our fight to make every day
+No two are the same
+
+I wanna be like, I wanna be like most girls
+I wanna be like, I wanna be like most girls
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.36
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,imagine,0todbbT9g5uQGbeFCiBf2F,"Step up the two of us, nobody knows us
+Get in the car like, ""Skrrt""
+Staying up all night, order me pad thai
+Then we gon' sleep 'til noon
+Me with no makeup, you in the bathtub
+Bubbles and bubbly, ooh
+This is a pleasure, feel like we never
+Act this regular
+
+Click, click, click and post
+Drip-drip-dripped in gold
+Quick, quick, quick, let's go
+Kiss me and take off your clothes
+
+Imagine a world like that
+Imagine a world like that
+We go like up 'til I'm 'sleep on your chest
+Love how my face fits so good in your neck
+Why can't you imagine a world like that?
+Imagine a world
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.82
+Daya,6Dd3NScHWwnW6obMFbl1BH,Hide Away,0uyZ5ckiIUbFZd3P6RWmrj,"Boys seem to like the girls
+Who laugh at anything
+The ones who get undressed
+Before the second date
+Girls seem to like the boys
+Who don't appreciate
+All the money and the time that it takes
+To be fly as a mother
+Got my both eyes out for Mr. Right
+Guessing I just don't know where to find 'em
+But I hope they all come out tonight
+Hey!
+
+Where do the good boys go to hide away, hide away?
+I'm a good, good girl who needs a little company
+Looking high and low, someone let me know
+Where do the good boys go to hide away, hide away?
+
+Boys seem to like the girls
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.11
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,What the Hell,5zTzDqrEmseqL2G8ElgBu7,"You say that I'm messing with your head
+All 'cause I was making out with your friend
+Love hurts whether it's right or wrong
+I can't stop 'cause I'm having too much fun
+
+You're on your knees
+Begging, ""Please, stay with me""
+But, honestly I just need to be a little crazy
+
+All my life I've been good
+But now I'm thinking, ""What the hell""
+All I want is to mess around
+And I don't really care about
+
+If you love me, if you hate me
+You can't save me, baby, baby
+All my life I've been good
+But, now what the hell
+What? What? What? What the hell?
+
+So, what if I go out on a million dates
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.14
+Miley Cyrus,5YGY8feqx7naU7z4HrwZM6,We Can't Stop,5ve0BYRZZ2aoHFqZMxqYgt,"It's our party, we can do what we want
+It's our party, we can say what we want
+It's our party, we can love who we want
+We can kiss who we want
+We can screw who we want
+It's our party, we can do what we want
+It's our party, we can say what we want
+It's our party, we can love who we want
+We can kiss who we want
+We can screw who we want
+
+Red cups and sweaty bodies everywhere
+Hands in the air like we don't care
+'Cause we came to have so much fun now
+Bet somebody here might get some now
+If you're not ready to go home
+Can I get a ""hell no""?
+'Cause we gonna go all night
+'Till we see the sunlight, alright (Hey, hey, hey)
+
+So la-da-di-da-di, we like to party
+Dancing with Molly
+Doing whatever we want
+This is our house
+This is our rules
+
+And we can't stop
+And we won't stop
+Can't you see it's we who own the night?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.99
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Million Reasons,7dZ1Odmx9jWIweQSatnRqo,"Ou're giving me a million reasons to let you go
+You're giving me a million reasons to quit the show
+You're givin' me a million reasons
+Give me a million reasons
+Giving me a million reasons
+About a million reasons
+
+If I had a highway, I would run for the hills
+If you could find a dry way, I'd forever be still
+But you're giving me a million reasons
+Give me a million reasons
+Giving me a million reasons
+About a million reasons
+
+I bow down to pray
+I try to make the worst seem better
+Lord, show me the way
+To cut through all his worn out leather
+I've got a hundred million reasons to walk away
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.24000000000001
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,曖昧,3kACZ4aS3uzwRIRyALJqoe,"反正現在的感情 都曖昧
+你大可不必為難 找般配
+付出過的人排隊 談體會
+趁年輕別害怕一個人睡
+
+可能是現在感情 太昂貴
+讓付出真心的人 好狼狽
+還不如聽首情歌 的機會 忘了誰
+
+感情像牛奶一杯 越甜越讓人生畏
+都早有些防備 潤色前的原味
+所以人們都拿起咖啡 把試探放在兩人位
+距離感一對 就不必再赤裸相對
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,紳士,3QOQ8HlMpJTupsoj5okuof,"好久没见了什么角色呢
+细心装扮着
+白色衬衫的袖扣是你送的
+尽量表现着像不在意的
+频繁暴露了自欺欺人者
+越掩饰越深刻
+你说我说听说
+忍着言不由衷的段落
+我反正决定自己难过
+我想摸你的头发
+只是简单的试探啊
+我想给你个拥抱
+像以前一样可以吗
+你退半步的动作认真的吗
+小小的动作伤害还那么大
+我只能扮演个绅士
+才能和你说说话
+我能送你回家吗
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,墨綠的夜 (電影[地球最後的夜晚] 宣傳曲),3hargM51dfz3jDVHeH1Uzt,"月亮出來了 月亮睜開美麗的眼
+輕輕地對著我瞧
+好像對我說 月光是它多情的話語
+無聲無息地說
+
+鳥兒歸去了 鳥兒乘著夜的翅膀
+神秘地飛掠過
+彷彿是憂傷 糢糢糊糊的美感
+在我心裡迴響
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Lost In Japan,79esEXlqqmq0GPz0xQSZTV,"All it'd take is one flight, we'd be in the same time zone
+Looking through your timeline
+Seeing all the rainbows, I, I got an idea
+And I know that it sounds crazy
+I just wanna see ya, oh, I gotta ask
+
+Do you got plans tonight?
+I'm a couple hundred miles from Japan, and I
+I was thinkin' I could fly to your hotel tonight
+'Cause I-I-I can't get you off my mind
+Can't get you off my mind
+Can't get you off my mind (oh)
+
+I could feel the tension, we could cut it with a knife
+I know it's more than just a friendship
+I can hear you thinking 'bout it, yeah
+Do I gotta convince you that you shouldn't fall asleep?
+It'll only be a couple hours, and I'm about to leave
+
+Do you got plans tonight?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,16.3
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Stole My Heart,3Fld33fuWTUUmVx9BEkyDx,"Waiting for a girl like you
+
+The light shines
+It's getting hot on my shoulders
+I don't mind
+This time, it doesn't matter
+'Cause your friends
+They look good, but you look better
+
+Don't you know all night?
+I've been waiting for a girl like you to come around, 'round, 'round
+
+Under the lights tonight, you turned around
+And you stole my heart with just one look
+When I saw your face, I fell in love
+It took a minute, girl, to steal my heart tonight (eh, eh, eh, eh)
+With just one look, yeah (eh, eh, eh, eh, eh)
+Been waiting for a girl like you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.61
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,7 rings,14msK75pk3pA33pzPVNtBF,"Yeah, breakfast at Tiffany's and bottles of bubbles
+Girls with tattoos who like getting in trouble
+Lashes and diamonds, ATM machines
+Buy myself all of my favorite things (yeah)
+Been through some bad shit, I should be a sad bitch
+Who woulda thought it'd turn me to a savage?
+Rather be tied up with calls and not strings
+Write my own checks like I write what I sing, yeah
+
+My wrist, stop watchin', my neck is flossy
+Make big deposits, my gloss is poppin'
+You like my hair? Gee, thanks, just bought it
+I see it, I like it, I want it, I got it, yeah
+
+I want it, I got it, I want it, I got it
+I want it, I got it, I want it, I got it
+You like my hair? Gee, thanks, just bought it
+I see it, I like it, I want it, I got it (yep)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.5
+The Vamps,7gAppWoH7pcYmphCVTXkzs,Can We Dance,5plDUEEu4r5YEzHL8IhOs1,"I talk a lot of shit when I'm drinking, baby
+I'm known to go a little too fast
+Don't mind all my friends, I know they're all crazy
+But they're the only friends that I have
+I know I don't know you
+But I'd like to skip the small talk and romance, girl
+That's all I have to say, so, baby, can we dance?
+
+Here we go again, another drink I'm caving in
+Stupid words keep falling from my mouth
+You know that I mean well
+My hands were meant for somewhere else
+Your eyes are doing naughty butterflies
+
+Oh, oh, one more drink and I should go
+Oh, oh, but maybe she might like me though
+Oh, oh, I just can't think of what to say
+Should I go, should I stay?
+Just can't let her slip away
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.24
+Zella Day,100sLnojEpcadRx4edEBA6,Compass,6o20dsWQsZjhydaq893DnE,"We can build a tree-house in the pine trees
+We can keep our secrets buried underneath
+Wire flowers crushed between your fingers
+Clinging to the wild things are raved eyes*
+
+Compass points you home
+Calling out from the east
+Compass points you anywhere
+Closer to me
+If we make it out alive, from the depths of the sea
+Compass points you anywhere
+Closer to me
+
+Where you are, I will be
+Miles high, in the deep
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,5.16
+Zella Day,100sLnojEpcadRx4edEBA6,Sweet Ophelia,1jPZgfC9tWFNf7iBGdrTPV,"Believe me now, you're too young girl
+Cherry pie with your gold curls
+Growin' up like a grapevine
+Wrapped around you in due time
+
+Oh-ah, oh-ah
+Oh-ah, oh-ah
+Oh-ah, oh-ah
+Oh-ah, oh-ah
+
+Sweet Ophelia!
+When young blood escapes
+Vows that break
+Go up, up away
+Sweet Ophelia!
+When young blood escapes
+Vows that break
+Go up, up away
+
+Up, up away
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.74
+Zella Day,100sLnojEpcadRx4edEBA6,East of Eden,2Wc2tcQl7cPetPKeXH3GD3,"Pink toes pressed against the carpet
+Show your face and finish what you started
+The record spins down the alley, late night
+Be my friend, surround me like a satellite
+
+Tiger on the prowl
+East of Eden
+Coming for you now
+
+Keep me from the cages under the control
+Running in the dark to find East of Eden
+Keep me from the cages under the control
+Running in the dark to find East of Eden
+
+Find East of Eden (Ah-ah-ah-ah-ah-oh)
+To find East of Eden (Ah-ah-ah-ah-ah-oh)
+To find East of Eden (Ah-ah-ah-ah-ah-oh)
+To find East of Eden (Ah-ah-ah-ah-ah-oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,69.08
+Zella Day,100sLnojEpcadRx4edEBA6,1965,1DP3tixUaj6mNz3Y4sfMN8,"You saw me spinning from the corner of your eye
+You saw me spinning like it's 1965
+You saw me spinning from the corner of your eye
+And you touched my neck
+You're a beauty baby child
+
+I never had nobody touch me like I'm glass
+You had me spinning in the midnight summer grass
+I never had nobody touch me like I'm glass
+With a moon bird kiss
+
+Can we go back to the world we had?
+With a love so sweet it makes me sad
+Can we go back to the world we had?
+It's the world we've been dreaming of
+Can we go back to the world we had?
+Cut like diamonds, we were made to last
+Can we go back to the world we had
+It's the world we've been dreaming of
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.38
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,I Have Questions,3NgCzSW98SsqBdpYcnm4kv,"Why did you leave me here to burn?
+I'm way too young to be this hurt
+I feel doomed in hotel rooms
+Staring straight up at the wall
+Counting wounds, and I am trying to numb them all
+
+Do you care, do you care?
+Why don't you care?
+I gave you all of me
+My blood, my sweat, my heart, and my tears
+Why don't you care, why don't you care?
+I was there, I was there when no one was
+Now you're gone, and I'm here
+
+(I have questions for you)
+Number one, tell me who you think you are
+You got some nerve tryna tear my faith apart
+(I have questions for you)
+Number two, why would you try and play me for a fool?
+I shoulda never ever, ever trusted you
+(I have questions)
+Number three, why weren't you who you swore that you would be?
+I have questions, I got questions haunting me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.33
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,"Flashlight (Sweet Life Mix) - From ""Pitch Perfect 2"" Soundtrack",6W5RmgWh46p9RQ4LDezHKE,"When tomorrow comes
+I'll be on my own
+Feeling frightened of the
+Things that I don't know
+When tomorrow comes
+Tomorrow comes
+When tomorrow comes
+
+And though the road is long
+I look up to the sky
+Darkness all around
+I hope that I could fly
+Then I sing along
+I sing along
+
+Then I sing along
+
+I got all I need when I got you and I
+'Cause I look around me
+And see a sweet life
+I'm stuck in the dark
+But you're my flashlight
+You're getting me
+Getting me
+Through the night
+Kick-start my heart
+When you're shining in my eyes
+
+I can't lie
+It's a sweet life
+I'm stuck in the dark
+But you're my flashlight
+You're getting me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.08
+Little Mix,3e7awlrlDSwF3iM0WBjGMp,Shout Out to My Ex,1pwo8l3Ko7idwaz4LVUEC4,"This is a shout out to my ex
+Heard he in love with some other chick
+Yeah, yeah, that hurt me, I'll admit
+Forget that boy, I'm over it
+I hope she gettin' better sex (ah)
+Hope she ain't fakin' it like I did, babe
+Took four long years to call it quits
+Forget that boy, I'm over it
+
+Guess I should say thank you
+For the ""hate yous"" and the tattoos
+Oh baby, I'm cool by the way
+Ain't sure I loved you anyway
+Go 'head, babe, I'ma live my life, my life, yeah
+
+Shout out to my ex, you're really quite the man
+You made my heart break and that made me who I am
+Here's to my ex, hey, look at me now
+Well, I, I'm all the way up
+I swear you'll never bring me down
+
+Shout out to my ex, you're really quite the man
+You made my heart break and that made me who I am
+Here's to my ex, hey, look at me now
+Well, I'm, I'm all the way up
+I swear you'll never, you'll never bring me down
+
+Oh, I deleted all your pics
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.94
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Rock Bottom,2qxaR31Te4xDR2yO6LqM8z,"What are we fighting for?
+Seems like we do it just for fun
+In this, this stupid war
+We play hard with our plastic guns
+Breathe deep, bottle it up
+So deep until it's all we got
+Don't speak, just use your touch
+Don't speak before we say too much
+
+You hate me now, and I feel the same way
+You love me now and I feel the same way
+Scream and we shout
+And make up the same day, the same day
+
+Oh, we're on the right side of rock bottom
+And I hope that we keep falling
+We're on the good side of bad karma
+'Cause we keep on coming back for more
+We're on the right side of rock bottom
+And to you, I just keep crawling
+You're the best kind of bad something
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.669999999999995
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Hell Nos And Headphones,4ToeppjiHi7kGMAVUvosv0,"Seems like everybody here
+Is speaking different languages (Ha ha ha)
+With that green prescription fog
+Blowing out their faces (Ha ha ha)
+
+And they all look me up and down like I'm the fucking new kid
+But I saw the sun rise on this town way before you did
+And they're all skiing in the powder room
+Making love to Jack and Jameson (Ha)
+But I'll stick with hell no's and headphones
+
+Cause all of my friends are leaving soon
+To find them, themselves another round
+But I'll be here in this stranger's room
+Just for now (Just for now)
+Yeah, I'll stick with hell no's and headphones
+Don't want another drink
+I just, just wanna be alone
+No, I don't care 'bout what you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.06999999999999
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,City Lights,1OZEvLQ4MUrqcnuCWX7vW0,"It's a long road, and it gets windy
+Fog is real low, and it's so blinding
+Oh I'm trying to steer, trying to take the lead
+But I feel like the road is steering me
+
+Getting so lost, like a castaway
+Feeling so crossed, like a renagade
+And I'm trying to call out in the big city
+Just a small voice and no one's listening to me
+
+Oh, oh
+Tell me where to go-oh
+Tell me that you know-oh
+Just how bright I glow-oh
+
+Every time that you think you've lost your shine
+Just remember, nothing's brighter
+You're the city lights
+Every time that you fade into the night
+Just remember, you're the fire
+You're the city lights
+
+That shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.5
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,Ready or Not,5xvUgoVED1F4mBu8FL0HaW,"He-e-ey
+He-e-ey
+Ooooh
+
+I'm the kinda girl who doesn't say a word
+Who sits at the curb and waits for the world
+But I'm about to break out, about to break out
+I'm like a crook tonight
+I caught you staring at me and I was thinking clearly
+Now I'm like a bee and I'm huntin' for the honey
+And I'm kinda shy but, you're super fly, yeah
+I could be your kryptonite
+
+Like ohhh
+Light my heart up, baby, like a matchstick
+Ohhh
+And hit the gas quick
+
+Ready or not, here I come
+Where you at? The night is young
+In the crowd the music's loud but I will find you
+
+Ready or not, here I come
+I like your face, do you like my song?
+Just sing it la la la la la la la and I'll find you
+
+Ready or not
+Ready or not
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.25
+Jay Chou,2elBjNSdBE2Y3f0j1mjrql,晴天,0F02KChKwbcQ3tk4q1YxLH,"故事的小黃花
+從出生那年就飄著
+童年的盪鞦韆
+隨記憶一直晃到現在
+
+Re So So Si Do Si La
+So La Si Si Si Si La Si La So
+吹著前奏望著天空
+我想起花瓣試著掉落
+
+為妳翹課的那一天 花落的那一天
+教室的那一間 我怎麼看不見
+消失的下雨天 我好想再淋一遍
+沒想到失去的勇氣我還留著
+好想再問一遍 妳會等待還是離開
+
+颳風這天 我試過握著妳手
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Sodagreen,3WYT2b8pOLsLsqSaoWYr7U,小情歌,0roIOt1l3otYmaSEDzsHxw,"這是一首簡單的小情歌
+唱著人們心腸的曲折
+我想我很快樂 當有你的溫熱
+腳邊的空氣轉了
+
+這是一首簡單的小情歌
+唱著我們心頭的白鴿
+我想我很適合 當一個歌頌者
+青春在風中飄著
+
+你知道 就算大雨讓這座城市顛倒
+我會給你懷抱
+受不了 看見你背影來到
+寫下我 度秒如年難捱的離騷
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+JJ Lin,7Dx7RhX0mFuXhCOUgB01uM,小酒窩,53WV5mAY2opmFC0r0LjRdM,"我還在尋找 一個依靠 和一個擁抱
+誰替我祈禱 替我煩惱 為我生氣為我鬧
+
+幸福開始有預兆 緣份讓我們慢慢緊靠
+然後孤單被吞沒了 無聊變得有話聊 有變化了
+
+小酒窩長睫毛是你最美的記號
+我每天睡不著想念你的微笑
+你不知道你對我多麼重要
+(你不知道 多麼重要)
+有了你生命完整的剛好
+
+小酒窩長睫毛迷人的無可救藥
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,日不落,2aY9L0d1OPp0eVf5Vco51i,"天空的霧 來的漫不經心
+河水像油畫 一樣安靜
+和平鴿慵懶步伐押著韻
+心偷偷的放晴
+
+祈禱你像 英勇的禁衛軍
+動也不動的 守護愛情
+你在回憶裡 留下的腳印
+是我愛的 風景
+
+我要送你 日不落的想念
+寄出代表愛的 明信片
+我要送你 日不落的愛戀
+緊牽著心 把世界走遍
+
+你就是慶典 你就是晴天
+我的愛未眠
+不落的想念 飛在你身邊
+我的愛未眠
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,會呼吸的痛,5IgElbSREzVyqgf1OCuKJd,"在東京鐵塔 第一次眺望
+
+看燈火模仿 墜落的星光
+我終於到達 但卻更悲傷
+一個人完成 我們的夢想
+
+你總說 時間還很多 你可以等我
+以前我不懂得 未必明天 就有以後
+想念是會呼吸的痛 它活在我身上所有角落
+
+哼你愛的歌會痛 看你的信會痛 連沈默也痛
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,情歌,5oL7vOxCz2eJKAX6G4Yluh,"時光是琥珀 淚一滴滴 被反鎖
+情書再不朽 也磨成沙漏
+青春的上游 白雲飛走 蒼狗與海鷗
+閃過的念頭 潺潺的溜走
+
+命運好幽默 讓愛的人都沉默
+一整個宇宙 換一顆紅豆
+回憶如困獸 寂寞太久 而漸漸溫柔
+放開了拳頭 反而更自由
+
+慢動作 繾綣膠卷 重播默片
+定格一瞬間
+我們在告別的演唱會
+說好不再見
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Macklemore & Ryan Lewis,5BcAKTbp20cv7tC5VqPFoC,Can't Hold Us (feat. Ray Dalton),3bidbhpOYeV4knp8AIu8Xn,"Ay, ay, ay
+Good to see you
+Come on in, let's go
+Yeah, let's go, hahaha
+Alright, alright, okay, uh
+Alright, okay, alright, okay
+
+Return of the Mack
+Get 'em, what it is, what it does, what it is, what it isn't
+Lookin' for a better way to get up out of bed
+Instead of gettin' on the Internet and checkin' on who hit me, get up
+Thrift-shop, pimp strut walkin'
+Little bit of humble, little bit of cautious
+Somewhere between like Rocky and Cosby
+Sweater game, nope, nope, y'all can't copy, yup
+
+Bad, moonwalkin', and this here is our party
+My posse's been on Broadway
+And we did it our way
+Grown music, I shed my skin and put my bones
+Into everything I record to it and yet I'm on
+
+Let that stage light go and shine on down
+Got that Bob Barker suit game and Plinko in my style
+Money, stay on my craft and stick around for those pounds
+But I do that to pass the torch and put on for my town
+
+Trust me, on my I-N-D-E-P-E-N-D-E-N-T shit, hustlin'
+Chasing dreams since I was 14, with the four-track bussin'
+Halfway cross that city with the back, pack, fat, cat, crushin'
+Labels out here, now, they can't tell me nothin' (Hey, hey, hey)
+We give that to the people, spread it across the country (Hey, hey, hey, oh)
+Labels out here, now, they can't tell me nothin' (Hey, hey, hey)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.94
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bury a friend,4SSnFejRGlZikf02HLewEF,"Billie...
+
+What do you want from me?
+Why don't you run from me?
+What are you wondering?
+What do you know?
+Why aren't you scared of me?
+Why do you care for me?
+When we all fall asleep, where do we go?
+
+Come here...
+
+Say it, spit it out, what is it exactly?
+You're payin'?
+Is the amount cleanin' you out
+Am I satisfactory?
+Today, I'm thinkin' about
+The things that are deadly
+The way I'm drinkin' you down
+Like I wanna drown, like I wanna end me
+
+Step on the glass, staple your tongue (Ahh)
+Bury a friend, try to wake up (Ahh-ha)
+Cannibal class, killin' the son (Ahh)
+Bury a friend, I wanna end me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.39
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,Six Feet Under - Gazzo Remix,3UHa28GclZhNqqlaNFzKKY,"Help, I lost myself again
+But I remember you
+Don't come back, it won't end well
+But I wish you'd tell me too
+Our love is six feet under
+I can't help but wonder
+If our grave was watered by the rain
+Would roses bloom?
+Could roses bloom?
+Could roses bloom?
+Could roses bloom?
+Retrace my lips
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.260000000000005
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bad guy,2Fxmhks0bxGSBdJ92vM42m,"White shirt now red, my bloody nose
+Sleepin', you're on your tippy toes
+Creepin' around like no one knows
+Think you're so criminal
+
+Bruises on both my knees for you
+Don't say thank you or please
+I do what I want when I'm wanting to
+My soul, so cynical
+
+So you're a tough guy
+Like it really rough guy
+Just can't get enough guy
+Chest always so puffed guy
+I'm that bad type
+Make your mama sad type
+Make your girlfriend mad tight
+Might seduce your dad type
+I'm the bad guy
+Duh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.98
+Air,1P6U1dCeHxPui5pIrGmndZ,Photograph,3L3zrewWMcjncFKbbaetov,"I would like to own your autograph
+The angels cry to have your photograph
+
+As if you were awfully made for life
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,15.310000000000002
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Joanne,2kecdnlyueotEMC8rdNlf6,"Take my hand, stay Joanne
+Heaven's not ready for you
+Every part of my aching heart
+Needs you more than the angels do
+
+Girl, where do you think you're goin'?
+Where do you think you're goin', goin', girl?
+Girl, where do you think you're goin'?
+Where do you think you're goin', goin', girl?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.870000000000005
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,6HkjpGIOHv4y0IBAxUbE5z,"RedOne
+Konvict
+Gaga (oh-oh, eh)
+
+I've had a little bit too much, much
+All of the people start to rush (start to rush by)
+A dizzy twister dance
+Can't find my drink or man
+Where are my keys?
+I lost my phone, phone
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+Keep it cool
+What's the name of this club?
+I can't remember, but it's alright, alright
+
+Just dance
+Gonna be okay
+Da-da-doo-doot-n, just dance
+Spin that record, babe
+Da-da-doo-doot-n, just dance
+Gonna be okay
+Da-da-da-dance, dance, dance
+Just j-j-just dance
+
+Wish I could shut my playboy mouth (oh, oh, oh)
+How'd I turn my shirt inside out? (Inside out, right)
+Control your poison, babe
+Roses have thorns, they say
+And we're all gettin' hosed tonight
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.04
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Paparazzi,16Me2jlMlTX4xsps2j71mC,"We are the crowd
+We're c-coming out
+Got my flash on, it's true
+Need that picture of you
+It's so magical
+We'd be so fantastical
+
+Leather and jeans
+Garage glamorous
+Not sure what it means
+But this photo of us
+It don't have a price
+Ready for those flashing lights
+'Cause you know that, baby, I
+
+I'm your biggest fan
+I'll follow you until you love me
+Papa-paparazzi
+Baby, there's no other superstar
+You know that I'll be
+Your papa-paparazzi
+
+Promise I'll be kind
+But I won't stop until that boy is mine
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.53
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,0WfKDYeUAoLA3vdvLKKWMW,"Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+Mum-mum-mum-mah
+
+I wanna hold 'em like they do in Texas, please
+Fold 'em, let 'em, hit me, raise it, baby, stay with me (I love it)
+Love game intuition, play the cards with spades to start
+And after he's been hooked, I'll play the one that's on his heart
+
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+Oh, woah-oh, oh, oh, oh-oh-oh-oh-oh-oh
+I'll get him hot, show him what I got
+
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+Can't read my, can't read my
+No, he can't read my poker face (she's got me like nobody)
+
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+Po-po-po-poker face, fu-fu-fuck her face (mum-mum-mum-mah)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.81
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Boys Boys Boys,59C8rQGhU7VGLizJKR99Xk,"Hey there sugar baby
+Saw you twice at the pop show
+You taste just like glitter
+Mixed with rock and roll
+I like you a lot, lot
+Think you're really hot, hot
+
+Know you think you're special
+When we dance real crazy
+Glamophonic, electronic, d-d-disco baby
+I like you a lot, lot
+All we want is hot, hot
+
+Boys, Boys, Boys
+We like boys in cars
+Boys, Boys, Boys
+Buy us drinks in bars
+Boys, Boys, Boys
+With hairspray and denim
+And Boys, Boys, Boys
+We love them! We love them!
+
+Ohh, oh oh oh- uh-ohhhh-oooo-wuh-ohh
+Ohh, oh oh oh-uh-ohhhh-oooo-wuh-ohh
+
+Baby is a bad boy with some retro sneakers
+Let's go see The Killers
+And make out in the bleachers
+I like you a lot, lot
+Think you're really hot, hot
+
+Let's go to the party
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.31
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,1WP9BnIr6SbcneveMTedPj,"Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+Rah, rah-ah-ah-ah
+Roma, roma-ma
+Gaga, ooh-la-la
+Want your bad romance
+
+I want your ugly, I want your disease
+I want your everything as long as it's free
+I want your love
+Love, love, love, I want your love (hey)
+
+I want your drama, the touch of your hand (hey)
+I want your leather-studded kiss in the sand
+I want your love
+Love, love, love, I want your love (love, love, love)
+(I want your love)
+
+You know that I want you
+And you know that I need you
+I want it bad, your bad romance
+
+I want your love, and I want your revenge
+You and me could write a bad romance (oh-oh-oh-oh-oh)
+I want your love and all your lover's revenge
+You and me could write a bad romance
+
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+Oh-oh-oh-oh-oh, oh-oh-oh-oh, oh-oh-oh
+Caught in a bad romance
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.74
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Monster,6Q5ClIrkVCcLOFHwMsN8QV,"Don't call me Gaga
+I've never seen one like that before
+Don't look at me like that
+You amaze me
+He ate my heart, he a-a-ate my heart (you little monster)
+He ate my heart, he a-a-ate my heart out (you amaze me)
+Ate my heart, he a-a-ate my heart
+He ate my heart, he a-a-ate my heart out (big boy)
+
+Look at him, look at me
+That boy is bad and honestly
+He's a wolf in disguise
+But I can't stop staring in those evil eyes (evil eyes, evil eyes)
+
+I asked my girlfriend if she'd seen you 'round before (oh yeah)
+She mumbled something while we got down on the floor, baby
+""We might've fucked, not really sure, don't quite recall
+But something tells me that I've seen him, yeah""
+
+That boy is a monster (mo-mo-mo-monster)
+That boy is a monster (mo-mo-mo-monster)
+That boy is a monster (mo-mo-mo-monster)
+That boy is a monster-er-er-er-er-er
+
+He ate my heart (I love that girl)
+He ate my heart (wanna talk to her, she's hot as hell)
+He ate my heart (I love that girl)
+He ate my heart (wanna talk to her, she's hot as hell)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.02
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Dance In The Dark,4ye3W4xNyQkIItKp01QbLM,"Silicone, saline, poison
+Inject me, baby, I'm a free bitch
+I'm a free bitch
+
+Some girls won't dance to the beat of the track
+She won't walk away, but she won't look back
+She looks good, but her boyfriend says she's a mess
+She's a mess, she's a mess
+Now the girl is stressed
+She's a mess, she's a mess, she's a mess, she's a mess
+(Tell 'em, girls)
+
+Baby loves to dance in the dark
+'Cause when he's looking, she falls apart
+Baby loves to dance in the dark
+(Tell 'em, girls)
+
+Baby loves to dance in the dark
+'Cause when he's looking, she falls apart
+Baby loves to dance, loves to dance in the dark
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.45
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,3E5XrOtqMAs7p2wKhwgOjf,"RedOne
+Konvict
+Gaga (oh-oh, eh)
+
+I've had a little bit too much, much
+All of the people start to rush (start to rush by)
+A dizzy twister dance
+Can't find my drink or man
+Where are my keys?
+I lost my phone, phone
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+Keep it cool
+What's the name of this club?
+I can't remember, but it's alright, alright
+
+Just dance
+Gonna be okay
+Da-da-doo-doot-n, just dance
+Spin that record, babe
+Da-da-doo-doot-n, just dance
+Gonna be okay
+Da-da-da-dance, dance, dance
+Just j-j-just dance
+
+Wish I could shut my playboy mouth (oh, oh, oh)
+How'd I turn my shirt inside out? (Inside out, right)
+Control your poison, babe
+Roses have thorns, they say
+And we're all gettin' hosed tonight
+
+What's going on on the floor?
+I love this record, baby, but I can't see straight anymore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.04
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Born This Way,6r2BECwMgEoRb5yLfp0Hca,"It doesn't matter if you love him or capital H-I-M
+Just put your paws up
+'Cause you were born this way, baby
+
+My mama told me when I was young, ""We are all born superstars""
+She rolled my hair and put my lipstick on in the glass of her boudoir
+""There's nothing wrong with loving who you are""
+She said, ""'Cause He made you perfect, babe
+So hold your head up, girl, and you'll go far""
+Listen to me when I say
+
+I'm beautiful in my way 'cause God makes no mistakes
+I'm on the right track, baby, I was born this way
+Don't hide yourself in regret, just love yourself, and you're set
+I'm on the right track, baby, I was born this way (born this way)
+
+Ooh, there ain't no other way, baby, I was born this way
+Baby, I was born this way (born this way)
+Ooh, there ain't no other way, baby, I was born this way
+Right track, baby, I was born this way
+
+Don't be a drag, just be a queen
+Don't be a drag, just be a queen
+Don't be a drag, just be a queen
+Don't be (don't be, don't be)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.21
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,The Edge Of Glory,6uxYfENm7zw050dNUi031W,"There ain't no reason you and me should be alone tonight
+Yeah, baby, tonight, yeah, baby
+But I got a reason that you-hoo should take me home tonight
+I need a man that thinks it right when it's so wrong
+Tonight, yeah, baby
+Tonight, yeah, baby
+Right on the limit's where we know we both belong tonight
+
+It's hot to feel the rush
+To brush the dangerous
+I'm gonna run right to
+To the edge with you
+Where we can both fall far in love
+
+I'm on the edge of glory
+And I'm hangin' on a moment of truth
+I'm on the edge of glory
+And I'm hangin' on a moment with you
+
+I'm on the edge
+The edge, the edge, the edge
+The edge, the edge, the edge
+I'm on the edge of glory
+And I'm hangin' on a moment with you
+I'm on the edge with you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.02
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Applause,5ka2ajep9OAvU5Sgduhiex,"I stand here waiting for you to bang the gong
+To crash the critic saying, ""Is it right or is it wrong?""
+If only fame had an I.V, baby could I bear?
+Being away from you, I found the vein, put it in here
+
+I live for the applause, applause, applause
+I live for the applause-plause, live for the applause-plause, live for the-
+Way that you cheer and scream for me
+The applause, applause, applause
+
+Give me that thing that I love (I'll turn the lights out)
+Put your hands up, make 'em touch, touch (Make it real loud)
+Give me that thing that I love (I'll turn the lights out)
+Put your hands up, make 'em touch, touch (Make it real loud)
+
+(A-P-P-L-A-U-S-E) Make it real loud
+Put your hands up, make 'em touch, touch
+(A-P-P-L-A-U-S-E) Make it real loud
+Put your hands up, make 'em touch, touch
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.89
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,ME! (feat. Brendon Urie of Panic! At The Disco),4Sib57MmYGJzSvkW84jTwh,"I promise that you'll never find another like me
+
+I know that I'm a handful baby, uh
+I know I never think before I jump
+And you're the kind of guy the ladies want
+(And there's a lot of cool chicks out there)
+
+I know that I went psycho on the phone
+I never leave well enough alone
+And trouble's gonna follow where I go
+(And there's a lot of cool chicks out there)
+
+But one of these things is not like the others
+Like a rainbow with all of the colors
+Baby doll, when it comes to a lover
+I promise that you'll never find another like
+
+Me-eh-eh, ooh-ooh-ooh-ooh-ooh
+I'm the only one of me
+Baby, that's the fun of me
+Eh-eh-eh, ooh-ooh-ooh-ooh-ooh
+You're the only one of you
+Baby, that's the fun of you
+And I promise that nobody's gonna love you like me-eh-eh
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.44000000000001
+Matt Cardle,3906URNmNa1VCXEeiJ3DSH,Amazing,15YOIZfFLX6q5hy8GzS8P0,"I had to look inside this fragile heart of mine
+To find exactly what it was you saw
+I had to put myself back in the firing line
+To take the shot that knocked me to the floor
+
+I was down, losing faith, oh, I was lost in the crowd
+You brought me 'round
+
+How did you find me?
+You came out of nowhere like lightning
+It's kind of amazing how you found me
+Through all the noise somehow
+
+I was pulling empty pails out of the wishing well
+Only holy water breaks the spell
+I had to pinch myself, 'cause I knew all too well
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.03999999999999
+Laine Hardy,2e4sMCgdXD5TkFquoTEA4j,Flame,4menArgtu2QyKU36ngRguV,"I hope you find what you're looking for
+I hope you get what you're wishing for
+I hope you see, what I see, when I see, what I see in you
+
+I hope you stumble and fall in love
+I hope it's all that you're dreamin' of
+And everyday, is a day, that your heartbeat beats for two
+
+And if the darkness arrives, in the still of the night
+And there's no one inside
+
+Put your light,
+Put your light, put your light up
+Put your light, put your light up
+Put your light, put your light up, so I can see your flame
+
+Put your light,
+Put your light, put your light up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.67999999999999
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Señorita,0TK2YIli7K1leLovkQiNik,"I love it when you call me señorita
+I wish I could pretend I didn't need ya
+But every touch is ooh-la-la-la
+It's true, la-la-la
+Ooh, I should be runnin'
+Ooh, you keep me coming for ya
+
+Land in Miami
+The air was hot from summer rain
+Sweat drippin' off me
+Before I even knew her name, la-la-la
+It felt like ooh-la-la-la (Yeah, no)
+
+Sapphire moonlight
+We danced for hours in the sand
+Tequila Sunrise
+Her body fit right in my hands, la-la-la
+It felt like ooh-la-la-la, yeah
+
+I love it when you call me señorita
+I wish I could pretend I didn't need ya
+But every touch is ooh-la-la-la
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.49
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt,"Guess it's true, I'm not good at a one-night stand
+
+But I still need love 'cause I'm just a man
+
+These nights never seem to go to plan
+
+I don't want you to leave, will you hold my hand?
+
+Oh, won't you stay with me?
+
+'Cause you're all I need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.06
+mxmtoon,0HthCchcL0kVLHTr113Vk1,prom dress,0X3a2iLqyGMYi4g2WtUaXu,"I'm nearing the end of my fourth year
+I feel like I've been lacking, crying too many tears
+Everyone seemed to say, it was so great
+But did I miss out? Was it a huge mistake?
+
+I can't help the fact I like to be alone
+It might sound kinda sad, but that's just what I seem to know
+I tend to handle things usually by myself
+And I can't ever seem to try and ask for help
+
+I'm sitting here, crying in my prom dress
+I'd be the Prom Queen if crying was a contest
+Make-up is running down, feelings are all around
+How did I get here? I need to know
+I guess I maybe had a couple expectations
+Thought I'd get to them, but no I didn't
+I guess I thought that prom was gonna be fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.68
+Clairo,3l0CmX0FuQjFxr8SK7Vqag,Flaming Hot Cheetos,1F6IbA7di42uPc3cff8PXV,"Sometimes I feel like I just wanna go back to my old ways
+You're telling me I'm silly, it's no fun in the old days
+I'm such a romantic, I never remember how things really happen
+I guess you're attractive or something
+Live in the moment, that's what they tell me
+But what ever happened to when you would hold me
+And hold me, and hold me
+
+Girlfriend or girl that's a friend?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.34
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,boyfriend (with Social House),4GqkWberT9cHK9P6REykBd,"I'm a motherfuckin' train wreck
+I don't wanna be too much
+But I don't wanna miss your touch
+And you don't seem to give a fuck
+I don't wanna keep you waiting
+But I do just what I have to do
+And I might not be the one for you
+But you ain't about to have no boo
+
+'Cause I know we be so complicated
+But we be so smitten, it's crazy
+I can't have what I want, but neither can you
+
+You ain't my boyfriend (Boyfriend)
+And I ain't your girlfriend (Girlfriend)
+But you don't want me to see nobody else
+And I don't want you to see nobody
+But you ain't my boyfriend (Boyfriend)
+And I ain't your girlfriend (Girlfriend)
+But you don't want me to touch nobody else
+Baby, we ain't gotta tell nobody
+
+Even though you ain't mine, I promise the way we fight
+Make me honestly feel like we just in love
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,56.779999999999994
+BANKS,2xe8IXgCTpwHE3eA9hTs4n,Gemini Feed,5fdzPMOxUqVJYSzTP5cFP7,"Open up your eyes
+There's nothing on my body left to see
+I tried a thousand times
+I tried to say ""I love you"", but you didn't hear me
+And you're passive-aggressive
+Convinced me other people didn't care about me
+And you're passive-aggressive
+You're passive-aggressive
+You're passive-aggressive, hey
+
+And to think you would get me to the altar
+Like I'd follow you around like a dog that needs water
+But admit it that you wanted me smaller
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.62
+Halsey,26VFTg2z8YR0cCuwLzESi2,Nightmare,340UVheS8z3ncW9TTUhAbc,"Now I lay me down to sleep
+I pray the Lord, my soul to keep
+If I shall die before I wake
+I pray the Lord, my soul to take
+
+I, I keep a record of the wreckage in my life
+I gotta recognize the weapon in my mind
+They talk shit, but I love it every time
+And I realize
+
+I've tasted blood and it is sweet
+I've had the rug pulled beneath my feet
+I've trusted lies and trusted men
+Broke down and put myself back together again
+Stared in the mirror and punched it to shatters
+Collected the pieces and picked out a dagger
+I've pinched my skin in between my two fingers
+And wished I could cut some parts off with some scissors
+
+Come on, little lady, give us a smile
+No, I ain't got nothin' to smile about
+I got no one to smile for, I waited a while for
+A moment to say I don't owe you a goddamn thing
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.89
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Lover,0bzbvANY6oETSJLc0wlVGY,"We could leave the Christmas lights up 'til January
+And this is our place, we make the rules
+And there's a dazzling haze, a mysterious way about you dear
+Have I known you 20 seconds or 20 years?
+
+Can I go where you go?
+Can we always be this close forever and ever?
+And ah, take me out, and take me home
+You're my, my, my, my
+Lover
+
+We could let our friends crash in the living room
+This is our place, we make the call
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,79.86999999999999
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,我懷念的,7z2M7DsEjZjwXBkWG3zd21,"我問為什麼
+那女孩傳簡訊給我
+
+而你為什麼
+不解釋 低著頭沉默
+我該相信你很愛我
+
+不願意敷衍我
+還是明白你已不想挽回什麼
+想問為什麼
+我不再是你的快樂
+可是為什麼
+
+卻苦笑說我都懂了
+自尊常常將人拖著
+把愛都走曲折
+
+假裝了解是怕
+真相太赤裸裸
+狼狽比失去難受
+我懷念的是無話不說
+我懷念的是一起做夢
+
+我懷念的是爭吵以後
+
+還是想要愛你的衝動
+我記得那年生日
+也記得那一首歌
+記得那片星空
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,When You're Gone,54JKnDB3CzVu8wNAOM27BI,"I always needed time on my own
+I never thought I'd need you there when I cry
+And the days feel like years when I'm alone
+And the bed where you lie is made up on your side
+
+When you walk away, I count the steps that you take
+Do you see how much I need you right now?
+
+When you're gone, the pieces of my heart are missing you
+When you're gone, the face I came to know is missing too
+When you're gone, the words I need to hear
+To always get me through the day
+And make it okay
+I miss you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+Cigarettes After Sex,1QAJqy2dA3ihHBFIHRphZj,Apocalypse,3AVrVz5rK8Hrqo9YGiVGN5,"You leapt from crumbling bridges
+Watching cityscapes turn to dust
+
+Filming helicopters crashing
+In the ocean from way above
+
+Got the music in you, baby
+Tell me why
+Got the music in you, baby
+Tell me why
+You've been locked in here forever
+And you just can't say goodbye
+
+Kisses on the foreheads of the lovers
+Wrapped in your arms
+
+You've been hiding them in hollowed out pianos
+Left in the dark
+
+Got the music in you, baby
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.85
+Cigarettes After Sex,1QAJqy2dA3ihHBFIHRphZj,K.,7LX4aXtvImhdgUHQBlo8Kp,"I remember when I first noticed that you liked me back
+We were sitting down in a restaurant waiting for the check
+We had made love earlier that day with no strings attached,
+But I could tell that something had changed how you looked at
+Me then
+
+Kristen, come right back
+I've been waiting for you to slip back in bed
+When you light the candle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,44.04
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Will Be,1ERza8JzFin9c3Keo8XQEX,"There's nothing I could say to you
+Nothing I could ever do to make you see
+What you mean to me
+All the pain, the tears I cried
+Still you never said goodbye and now I know
+How far you'd go
+
+I know I let you down
+But it's not like that now
+This time I'll never let you go
+
+I will be, all that you want
+And get myself together
+'Cause you keep me from falling apart
+All my life, I'll be with you forever
+To get you through the day
+And make everything okay
+
+I thought that I had everything
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,63.28
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Anything but Ordinary,6STHWwMa2vbr1nKArQH7hd,"Sometimes I get so weird
+I even freak myself out
+I laugh myself to sleep, it's my lullaby
+Sometimes I drive so fast
+Just to feel the danger
+I wanna scream, it makes me feel alive
+
+Is it enough to love?
+Is it enough to breathe?
+Somebody rip my heart out and leave me here to bleed
+Is it enough to die?
+Somebody save my life
+I'd rather be anything but ordinary, please
+
+To walk within the lines
+Would make my life so boring
+I want to know that I have been to the extreme
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,20.28
+Patrick Rosal,1E7dUAAhA98iIzN2KNw4TK,Sofia,084YxThHOrmrM5YC0tyZEY,"I'm gonna miss you Sofia
+You're the sweetest girl who knocked me off my feet
+I'm gonna miss you Sofia
+You're that Swedish girl who came and set me free
+
+And you opened my eyes
+And helped me see
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,27.32
+SAYGRACE,6y5amJcTjeDgLXIjtQLMst,You Don't Own Me (feat. G-Eazy),6Slaf2WBzQA86oS7MNMUNS,"You don't own me
+
+You don't own me
+
+Well, let's go
+But I'm Gerald and I can always have just what I want
+She's the baddest I would love to flaunt
+Take her shopping, you know Yves Saint Laurent
+But nope, she ain't with it though
+All because she got her own dough
+Boss bossed if you don't know
+She could never ever be a broke hoe
+
+You don't own me
+I'm not just one of your many toys
+You don't own me
+Don't say I can't go with other boys
+
+Don't tell me what to do
+And don't tell me what to say
+Please, when I go out with you
+Don't put me on display
+
+You don't own me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,72.64
+Chelsea Effect,6xgzhNUI3leAz0ZOEBu3dK,Ghosts in the Wall,706iZ9ubf1POfjlRj95MdT,"I've been looking for a reason
+Trying to find the meaning on a dime
+Focused on the feeling
+Got down on my knees, prayed to God to give life
+Conquering the demons
+Flew the skies still dreaming for a change
+Something to believe in
+They closed your voice so patiently you wait
+
+We're the ghosts in the wall
+Silently we're the fighters (Oh-oh-oh-oh)
+We're the ghosts in the wall
+I wanna feel it, feel it, feel it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.24000000000001
+Dan + Shay,7z5WFjZAIYejWy0NI5lv4T,"10,000 Hours (with Justin Bieber)",2wrJq5XKLnmhRXHIAf9xBa,"Do you love the rain, does it make you dance
+When you're drunk with your friends at a party?
+What's your favorite song, does it make you smile?
+Do you think of me?
+
+When you close your eyes
+Tell me, what are you dreamin'?
+Everything, I wanna know it all
+
+I'd spend 10,000 hours and 10,000 more
+Oh, if that's what it takes to learn that sweet heart of yours
+And I might never get there, but I'm gonna try
+If it's 10,000 hours or the rest of my life
+I'm gonna love you (ooh, ooh-ooh, ooh-ooh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.78
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,Play我呸 - Alesso Remix Version,6anhAH3FPfQmvZmKwMCmVD,"Do you love the rain, does it make you dance
+When you're drunk with your friends at a party?
+What's your favorite song, does it make you smile?
+Do you think of me?
+
+When you close your eyes
+Tell me, what are you dreamin'?
+Everything, I wanna know it all
+
+I'd spend 10,000 hours and 10,000 more
+Oh, if that's what it takes to learn that sweet heart of yours
+And I might never get there, but I'm gonna try
+If it's 10,000 hours or the rest of my life
+I'm gonna love you (ooh, ooh-ooh, ooh-ooh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+mxmtoon,0HthCchcL0kVLHTr113Vk1,prom dress,2xCGBWfzTe8l2kvHpgvB6M,"I'm nearing the end of my fourth year
+I feel like I've been lacking, crying too many tears
+Everyone seemed to say, it was so great
+But did I miss out? Was it a huge mistake?
+
+I can't help the fact I like to be alone
+It might sound kinda sad, but that's just what I seem to know
+I tend to handle things usually by myself
+And I can't ever seem to try and ask for help
+
+I'm sitting here, crying in my prom dress
+I'd be the Prom Queen if crying was a contest
+Make-up is running down, feelings are all around
+How did I get here? I need to know
+I guess I maybe had a couple expectations
+Thought I'd get to them, but no I didn't
+I guess I thought that prom was gonna be fun
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.68
+Conan Gray,4Uc8Dsxct0oMqx0P6i60ea,The King,54GASuUdLbhhdyECNUp3Pb,"Crush always making me feel like I got nothing to offer
+But I'm the only one that can make you feel right
+I'm the only one that you think of at night
+Baby, don't lie
+You're always talking to me like you're totally bothered
+So why you always ring at the end of my line?
+Don't you got a girl that can make you feel nice?
+It's a dead sign
+
+You see me as your lifeline
+Other boys and girls never really made you feel right
+And you can't explain why I'm always running your mind
+Don't you see the answer's right in front of your eyes?
+
+You like me, oh, obviously
+So why you trying to leave when you know that I'm the king?
+(You'll see)
+'Cause I'm supreme
+(Choose me)
+Other lovers give you no luck
+'Cause I'm the only one that has made you fall in love
+(You'll see)
+So just shut up
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.37
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Why Do You Love Me,2y8iBf0QRqCKFtePi9Rl2H,"Hate your friends
+I hate your mom and dad
+I hope they hate me back
+I guess for once, I'm being honest
+Got to be a lot that's wrong with you
+To want to be with me
+It's kind of sweet when we
+We're fighting 'til someone's calling the cops
+But you never blame it on me
+You're so annoying
+Four in the morning, you're changing the locks
+How could you do this to me? (Oh)
+
+I, I, I only love, love you when you don't love me
+So, why do you, why do you, why do you love me?
+I, I, I only need, need you when you don't need me
+So, why do you, why do you, why do you love me?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.39
+Alec Benjamin,5IH6FPUwQTxPSXurCrcIov,Let Me Down Slowly,2qxmye6gAegTMjLKEBoR3d,"This night is cold in the kingdom
+I can feel you fade away
+From the kitchen to the bathroom sink and
+Your steps keep me awake
+
+Don't cut me down, throw me out, leave me here to waste
+I once was a man with dignity and grace
+Now I'm slipping through the cracks of your cold embrace
+So please, please
+
+Could you find a way to let me down slowly?
+A little sympathy I hope you can show me
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+Let me down, down, let me down, down
+Let me down, let me down, down
+Let me down, down, let me down
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.98
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Joke's On You,2D0FX6WiP1GKGL3yCdXxs7,"Drag me to death, like a lit cigarette
+Took my last breath, like the smoke from my lips
+I've lied for you, and I liked it too
+But my knees are bruised, from kneelin' to you
+I've had enough, but you're too hard to quit
+We've had our fun, now your sugar makes me sick
+I've lied for you, and I liked it too
+But my makeup's ruined
+
+And now I'm laughin' through my tears
+I'm cryin' through my fear
+But baby, if I had to choose
+The joke's on you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.81
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,懸日,5F4yb5DOs3aJmDzcTvs5er,"黃昏宣告著 今天已死亡
+淡去的光陰 是我的戰場
+重遇在熱絡的市集
+我很喜歡你的她
+多配你啊
+是真的開心 不是在作假
+沒有煙硝 互動健康
+趕緊拿出我的手機
+也讓你看看我的他
+不介意的話
+
+落下 同一顆太陽
+有什麼特別的嗎
+你還不是一樣
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Jodi Benson,4mmMtabvFCKA6HfmVmitNH,Part of Your World,7tUSJY4nsDBJTjd1UXKRsT,"Maybe he's right
+Maybe there is something the matter with me
+I just don't see how a world that makes such wonderful things
+Could be bad
+
+Look at this stuff
+Isn't it neat?
+Wouldn't you think my collection's complete?
+Wouldn't you think I'm the girl
+The girl who has everything
+
+Look at this trove
+Treasures untold
+How many wonders can one cavern hold?
+Lookin' around here you'd think
+Sure, she's got everything
+
+I've got gadgets and gizmos aplenty
+I've got whozits and whatzits galore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.620000000000005
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,玫瑰少年,2uHMTG5xr9Xk7MrXIWrVUH,"Whoa
+
+Whoa
+
+Whoa
+
+Whoa
+
+Baby boy (baby boy)
+
+Whoa
+
+誰把誰的靈魂 裝進誰的身體
+誰把誰的身體 變成囹圄囚禁自己
+亂世總是最不缺耳語
+哪種美麗會喚來妒忌
+你並沒有罪 有罪是這世界
+
+生而為人無罪 ah
+你不需要抱歉 ah
+One day I will be you (one day I will be you)
+Baby boy and you gon' be me (boy and you gon' be me)
+喧嘩如果不停(不停 whoa)
+讓我陪你安靜(安靜 whoa)
+I wish I could hug you (whoa)
+'Til you're really, really being free
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,86.39
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Physical,5px6upUHM3fhOP621Edp4V,"Common love isn't for us
+We created something phenomenal
+Don't you agree? Don't you agree?
+You got me feeling diamond-rich
+Nothing on this planet compares to it
+Don't you agree? Don't you agree?
+
+Who needs to go to sleep when I got you next to me?
+
+All night, I'll riot with you
+I know you got my back, and you know I got you
+So come on (come on), come on (come on), come on (come on)
+Let's get physical
+Lights out, follow the noise
+Baby, keep on dancing like you ain't got a choice
+So come on (come on), come on (come on), come on
+Let's get physical
+
+Adrenaline keeps on rushing in
+Love the simulation we're dreaming in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.08
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Till the World Ends,38iU2jg98IZZEIJPrP7aWD,"Aw!
+This kitten got your tongue-tied in knots, I see
+Spit it out, 'cause I'm dying for company
+
+I notice that you got it
+You notice that I want it
+You know that I can take it
+To the next level, baby
+If you want this good shit
+Sicker than the remix
+Baby, let me blow your mind tonight
+
+I can't take it, take it, take no more
+Never felt like, felt like this before
+Come on, get me, get me on the floor
+DJ, what you, what you waitin' for?
+
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+Whoa-oh-oh-oh-oh-oh-oh-oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,24.779999999999998
+Far East Movement,698hF4vcwHwPy8ltmXermq,Like A G6,0eVxER8x5zcXd1g1tWCYJn,"Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+Sippin' sizzurp in my ride, in my ride like Three 6
+Now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+Like a G6, like a G6
+Now-now-now-now-now-now I'm feeling so fly like a G6
+
+Gimme that mo-moet-wet
+Gimme that crys-crystal-stal
+Ladies love my style, at my table gettin' wild
+Get-get-get-get-get them bottles poppin', we get that drip and that drop
+Now-now give me two more bottles 'cause you know it don't stop (808) hell yeah
+Drink it up, drink-drink it up
+When sober girls around me, they be acting like they drunk
+They be acting like they drunk, acting a-acting like they drunk
+When-when-when sober girls around me, they be acting like they dru-u-unk
+
+Poppin' bottles in the ice, like a blizzard
+When we drink, we do it right, gettin' slizzard
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.91
+Édith Piaf,1WPcVNert9hn7mHsPKDn7j,"Non, je ne regrette rien",3dkIE8P7hvl3tHl9KSb6dA,"Non, rien de rien
+Non, je ne regrette rien
+Ni le bien, qu'on m'a fait
+Ni le mal, tout ça m'est bien égal
+
+Non, rien de rien
+Non, je ne regrette rien
+C'est payé, balayé, oublié
+Je me fous du passé
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+Christina Aguilera,1l7ZsJRRS8wlW3WfJfPfNS,"Loyal Brave True - From ""Mulan""",3gy8PSkBSyvPyWZazgQn0F,"War is not freedom
+Over my shoulder
+I see a clearer view
+All for my family
+Reason I'm breathing
+Everything to lose
+
+Should I ask myself in the water
+What a warrior would do?
+Tell me underneath my armor
+Am I loyal, brave and true?
+Am I loyal, brave and true?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.7
+Ashnikko,3PyJHH2wyfQK3WZrk9rpmP,"Hi, It's Me",2QClD0hEJbn3BmqUtwzuWs,"Uh, when I'm with you I have amnesia, got me without a mind
+My stupid brain thinks that I need you, misleads me all the time
+It's like I need a babysitter, someone to come and get me
+'Cause I forget the crazy shit, the littlest things impress me
+Mediocre in the bed, my bestie would never let me
+Uh, I did it again
+
+I slip up, I text you, I forget
+That you were so, so disrespectful
+I did what I said that I wouldn't
+Why am I such a sucker for a fuckboy's freckles?
+
+Hi, it's me, back again
+Here to remind you that he's not worth it
+Hi, it's me, your best friend
+Take his old t-shirt off and burn it
+Repeat after me, ""I'm over it""
+Yeah, we're so over, over
+Repeat after me, ""I'm over it""
+Yeah, we're so over, over
+
+Hi, it's me, back again
+Here to remind you that he's not worth it
+Hi, it's me, your best friend
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,76.96
+Allie X,0wnYgCeP013HkKoOyC5V32,Downtown,5ckUvSqW1Oaucm19P6VmIK,"Love is a condition of the head
+Wanna push a button and reset
+But you're still up in my skirt
+I thought if you had a piece of me
+I could keep the other two or three
+But now that's not how it works
+
+I shouldn't be here right now
+But you got me figured out
+Pushing my pieces round, I know this game
+And I need a miracle
+To break from this ritual
+'Til then I'll be saying the same thing
+
+Take me downtown
+Use my body all night
+Make me feel like last time
+Make it taste like love
+Take me downtown
+Yours until my heart dies
+Give it up one last time
+Give it up for love
+
+Oh, oh, oh
+Give it up, give it up
+Oh, oh, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+WayV,1qBsABYUrxg9afpMtyoFKz,Love Talk - English Version,2e3cJdJ8xWwydl8JIYlCqB,"I can hear it callin'
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Callin'
+Something in the way you wanna talk
+
+You got me sayin', you got me sayin'
+How you doing?
+Tell me, what's your name? (What's your name?)
+What's your sign?
+Feeling like you are into me
+Yeah I'm waiting
+I just want you to come on over
+Where I'm staying
+
+Falling for a stranger
+Good gracious
+I might even fly out to Vegas (catch a flight)
+I'm thinking maybe you'd be down to do it
+But you don't know what I'm saying (saying)
+
+Got me going through the roof (roof)
+Really don't care what we do (do)
+We could fly to the moon
+I see your lips moving
+But we ain't got a clue
+
+Baby we're two distant strangers
+I know you don't speak my language
+But I love the way she's talking to me (talking to me)
+
+I can hear it callin'
+From where you are
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Touch me, tease me, feel me up
+
+Call me when it's after dark
+Something in the way you wanna talk
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.68
+HA:TFELT,3Mrp5B6JdfoiObgY0WR8lF,Life Sucks,6wvtvChKoIGAJpE99av3AI,"I can hear it callin'
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Callin'
+Something in the way you wanna talk
+
+You got me sayin', you got me sayin'
+How you doing?
+Tell me, what's your name? (What's your name?)
+What's your sign?
+Feeling like you are into me
+Yeah I'm waiting
+I just want you to come on over
+Where I'm staying
+
+Falling for a stranger
+Good gracious
+I might even fly out to Vegas (catch a flight)
+I'm thinking maybe you'd be down to do it
+But you don't know what I'm saying (saying)
+
+Got me going through the roof (roof)
+Really don't care what we do (do)
+We could fly to the moon
+I see your lips moving
+But we ain't got a clue
+
+Baby we're two distant strangers
+I know you don't speak my language
+But I love the way she's talking to me (talking to me)
+
+I can hear it callin'
+From where you are
+Loving the way you wanna talk
+Touch me, tease me, feel me up
+Touch me, tease me, feel me up
+
+Call me when it's after dark
+Something in the way you wanna talk
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Lexie Liu,6fs2or0cKLEM2xohWq8SoX,Manta,2ckGH6FtxWeAv0SskcREd1,"Not a swimming pool, it's an ocean
+Dive in that cash, like l'm chosen
+That my 24 karat, got you frozen ya?
+
+活在不一样世界又怎样
+He'll be on the surface
+Lur, lurkin'
+Overheated up
+That gon' make me nervous
+
+水里呼吸着 扇动不属于我的翅膀
+Lucifer 别慌这不是我的名字呢
+
+Now he can start the fishing, buy me another round
+Diamonds on me like I'm fresh outta water
+A Mariner reelin' reelin' me in with dat thin line
+
+Fly underwater
+I don't need no manner
+绝不会干涸的
+我为海洋染色
+Fly underwater
+I don't need no manner
+绝不会干涸的
+我为海洋染色
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,78.91
+Raveena,2kQnsbKnIiMahOetwlfcaS,If Only,4jyU03J2YOhRxgOHit2auK,"When I was younger
+And I didn't know better
+Living with these wolves
+Hurting for pleasure
+Some kind of angel
+Took me out of the jungle
+
+From your blue nights
+Into sunlight
+I sleep better at night
+Without you around
+Sometimes I still awake from
+You calling out
+
+It's too late to hold me
+Too late to call me too
+You're saying if only
+I could get over you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,35.99
+Nana Ou-Yang,22JbAaWA5Abf5esf6N4PHY,The Best For You,4WMCn6s4BZZPfQT3DJbB47,"One day I knew this wasn't fixable
+I still want you
+But I won't be in this if you don't want to
+You don't want to open up
+Oh
+
+This how it starts
+Fighting about nothing and going too far
+I just can't look now we're falling apart
+Falling apart in my arms
+Oh
+
+Oh, I must confess you made a mess
+We got regrets
+Saying things we never meant
+Tryna get into each other's head
+
+Oh somehow I still got love
+After all that you've done
+Swear no matter what we do
+I still want the best for you
+'Cause even when things seem bad
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,63.42
+Lil Peep,2kCcBybjl3SAtIcwdWpUe3,hellboy,2YGHCHkWTbtCUTjL0LUXtx,"Can this be him?
+The one I have waited centuries to see?
+How strange
+So far from his path that I barely see the promise of glory
+Can this be him? This hellboy?
+
+You don't even know what I been through (what I been through)
+You don't gotta like me, your bitch do (your bitch do)
+Blowin' up my phone like, ""I miss you"" (like I miss you)
+You know I love you by the way that I kiss you
+
+You don't even know what I been through (what I been through)
+You don't gotta like me, your bitch do (your bitch do)
+Blowin' up my phone like, ""I miss you"" (like I miss you)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,61.79
+Glass Animals,4yvcSjfu4PC0CYQyLy4wSq,The Other Side Of Paradise,0rRjGruFonCGOt0S5zAJNQ,"When I was young and stupid
+My love left to be a rock and roll star
+He told me, ""Please don't worry""
+Wise little smile that spoke so safely
+
+He booked a one-way ticket
+Out West, that's where they make it
+Six kids stuck in a bedsit
+To sun swept poolside riches
+
+He met a girl who wore Versace
+Pink feather coats and jumbo jewellery
+Gonna be a hoop phenomenon
+He's gonna be Hakeem Olajuwan
+
+He's got a gold Camaro
+He said over the payphone
+I try to keep my cool but
+My life turns in slow motion
+
+Bye-bye, baby blue
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,75.7
+Mirei,7pZ9s793JnnIIJj4eZHpZW,Lonely in Tokyo,5hkyCYlfxi91HcfMDrlCKt,"Lonely in Tokyo, neon can't light the road
+Reach out in need of hope with nowhere to go
+Lonely in Tokyo, black suits gon' pay for love
+They never give enough, there's no place like home
+
+When I see five bucks on the table
+I know my mom's out wasted, so unstable
+When I go to the 24-hour store (store)
+Everything taste so plastic (plastic) I don't wanna eat no more
+
+Beep, beep, beep - there goes my phone
+How much to be alone?
+What do I do? Where do I go? (Where do I go?)
+One more drink I'm right back home
+One little dinner won't crush my soul
+Dior bag, how can I say no? (How can I say no?)
+
+We are lonely in Tokyo, (Tokyo) neon can't light the road (light the road)
+Reach out in need of hope with nowhere to go
+Lonely in Tokyo, black suits gon' pay for love (pay for love)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.58
+Demi Lovato,6S2OmqARrzebs0tKUEyXyp,Met Him Last Night (feat. Ariana Grande),0BI0hfbmqybnd3TezrDME3,"Late at night, I'm sippin' as you pass me by
+Red or white, you pour another, say ""It's fine""
+
+I don't believe in you (I, I don't believe)
+'Cause I know just how you do (I, I see right through)
+
+I've seen the devil, yeah, I met him last night
+Had conversation, yeah, I think he's alright
+Seemed kinda funny, yeah, he's kinda my type
+Yeah, yeah, yeah (yeah, he kinda my type)
+I've seen the devil, yeah, I met him last night
+One conversation, now he's spendin' the night
+I think I Iove him, though I know it ain't right
+
+You got mе fucked up, I won't let this happen again
+This thе last time, you won't take advantage of my innocence
+
+I don't believe in you (I, I don't believe)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,62.79
+Griff,5RJFJWYgtgWktosLrUDzff,Black Hole,6xw8ld1ztoCKifwTN6uGDq,"Now and then
+Your name comes up in conversation with my friends
+I hate how much I feel it right there in my chest
+I hate how much I feel it, yeah
+
+Like, how are you?
+It seems like things are going really well for you
+I wish that I could say the same about me too
+I wish that I could say the same
+
+And boy, you know I've tried to pray
+I've bruised my knees
+I've tried to bring you back to me
+I've tried my best to find some kind of peace
+Don't you see?
+
+There's a big black hole where my heart used to be
+And I tried my best to fill it up with things I don't need
+It don't work like that, no, it's not easy
+To fill this gap that you left in me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.39999999999999
+Lil Peep,2kCcBybjl3SAtIcwdWpUe3,Better Off (Dying),1tlrTC3x7viJ1U30oOFGdF,"Chains on shining, you can see me riding
+Cocaine lined up, secrets that I'm hiding
+You don't wanna find out, better off lying
+You don't wanna cry now, better off dying
+Chains on shining, you can see me riding
+Cocaine lined up, secrets that I'm hiding
+You don't wanna find out, better off lying
+You don't wanna cry now, better off dying
+
+Baby, I'ma dive in, I don't put the time in
+Even if I try hard, I ain't gonna make it
+We ain't gonna make it, we ain't gonna make it
+Baby, I'ma dive in, I don't put the time in
+Even if I try hard, I ain't gonna make it
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,57.3
+Doja Cat,5cj0lLjcoR7YOSnhnX0Po5,Woman,6Uj1ctrBOjOas8xZXGqKk4,"Hey, woman
+Hey, woman
+
+Woman
+Let me be your woman
+Woman, woman, woman
+I can be your woman
+Woman, woman, woman
+Let me be your woman
+Woman, woman, woman
+I can be your woman
+Woman, woman, woman
+
+Know what you need
+She give tenfold, come here, papa, plant your seed
+She can grow it from the womb, a family
+Provide loving, overlooked and unappreciated, you see? (Yeah)
+
+You can't reciprocate, I got delicious taste
+You need a woman's touch in your place
+Just protect her and keep her safe
+Baby, worship my hips and waist
+So feminine with grace
+I touch your soul when you hear me say
+""(Boy), let me be your woman""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.98
+Joanna Wang,1km0aro5NJuoX5dE0Mub5C,Vincent,3ATLA1G2gCX5u3MQ5dpa7v,"Starry,
+Starry night
+Paint your palette blue and grey
+Look out on a summer's day
+With eyes that know the
+Darkness in my soul.
+Shadows on the hills
+Sketch the trees and the daffodils
+Catch the breeze and the winter chills
+In colors on the snowy linen land.
+
+And now I understand what you tried to say to me
+How you suffered for your sanity
+How you tried to set them free.
+They would not listen
+They did not know how
+Perhaps they'll listen now.
+
+Starry
+Starry night
+Flaming flo'rs that brightly blaze
+Swirling clouds in violet haze reflect in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,20.23
+oceanfromtheblue,76eIrOIqck4yuOhrYZGx3a,unusual,5idFQaXtDbOeSx9mNAaEG6,"Unusual
+Baby you're unusual
+반짝거리는 shape
+넌 날 끌리게 해
+
+Unusual
+Baby you're unusual
+비틀거리는 나는
+뭔가 필요해 많이
+
+Woo baby
+흐트러진 내 맘을 잡아줘
+이 어둠 속에서
+
+알고 지냈던 듯이
+반갑게 날 맞아줘
+아침엔 다시 남일 텐데
+
+밤새도록
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,47.67
+Seori,2bWTIIQP9zaVc55RaMGu7e,긴 밤 (feat. GIRIBOY),5YAO57ujV1cs5eubzyOL1E,"긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+텅 빈 이 방안 속
+텅 빈 이 공기를
+견디지 못하고
+혼자 서 있어
+
+즐거이 웃다가도
+밤이 되고 또 혼자가 돼
+Maybe I'm so lonely
+Everyday 공허한 이 밤이 내게서 널 가져가
+
+긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+긴 밤 아 오지 마 날 데려가지 마
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,50.09
+Vinida Weng,6oYvpkS6pM9ts4nbXRaINg,Angel Said,4D053wMXtH2mTa6Z7nPqgp,"긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+텅 빈 이 방안 속
+텅 빈 이 공기를
+견디지 못하고
+혼자 서 있어
+
+즐거이 웃다가도
+밤이 되고 또 혼자가 돼
+Maybe I'm so lonely
+Everyday 공허한 이 밤이 내게서 널 가져가
+
+긴 밤이 오니까 널 데려가니까
+난 또 잠이 오질 않아
+긴 밤이 오니까 널 데려가잖아
+애써 돌아서기에도 아쉬워
+
+긴 밤 아 오지 마 날 데려가지 마
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+2 Chainz,17lzZA2AlOHwCwFALHttmp,It's A Vibe,6H0AwSQ20mo62jGlPGB8S6,"Yeah, hahaha
+Yeah, ooh
+Yah
+
+That's a vibe (That's a vibe)
+She wanna vibe, yeah (Wanna vibe)
+That's a vibe (That's a vibe)
+Yeah, uh (That's a vibe)
+That's a vibe (That's a vibe)
+It's a vibe (It's a vibe)
+That's a vibe, yeah (That's a vibe)
+Yeah, yeah (That's a vibe)
+Oh that's a vibe (That's a vibe)
+Oh it's a vibe (It's a vibe)
+That's a vibe (That's a vibe, that's a vibe, yeah, yeah)
+That's a vibe (That's a vibe)
+She wanna vibe, yeah (Wanna vibe)
+That's a vibe, yeah (What's a vibe)
+Yeah, yeah
+
+Yeah, that's a vibe
+She wanna vibe
+That's a vibe
+This shit vibe, yeah, yeah
+Late night
+Oh it's a vibe
+Let me slide
+Oh it's a vibe, yeah, yeah
+Dim the lights
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.33
+Cyndi Wang,3AroL2oDPiAnMpTmIQv3KP,愛你,6T7oK4eP3Tezw4Ogy7q6KO,"Yo yo yo yo Cyndi, what
+What's wrong with me?
+愛你
+Yo yo Cyndi baby
+What's wrong with me?
+Cyndi, give me your love
+You make me sneeze all the time
+
+Now now 怎麼我一直狂打噴嚏
+在凌晨三點二十六分
+Let me sing let me sing a song
+陪妳入睡 yo yo what is love?
+Say yes 嗯哼我正在聽 say yes
+Yo yo 妳要什麼都 say yes
+Cyndi I really do love you so
+
+如果你突然打了個噴嚏
+那一定就是我在想你
+如果半夜被手機吵醒
+啊那是因為我關心
+
+常常想你說的話是不是別有用心
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.61
+Post Malone,246dkjvS1zLTtiykXe5h60,I Like You (A Happier Song) (with Doja Cat),0O6u0VJ46W86TxN9wgyqDj,"Ooh, girl, I like you, I do
+I wanna be your friend, go shoppin' in a Benz
+I like you, I do
+I'll hit you when I land, can you fit me in your plans?
+I like you, I do
+We went over to France, then we woke up in Japan
+I like you, I do (I do, mm)
+
+Oh, girl, I know you only like it fancy (fancy)
+So, I pull up in that Maybach Candy
+Yeah, your boyfriend'll never understand me (understand)
+'Cause I'm 'bout to pull his girl like a hammy, hammy (wow)
+Let's take a lil' dip, lil' lady, hit PCH, 180
+
+Hey, I've been thinkin' lately
+That I need someone to save me
+Now that I'm famous, I got — all around me
+But I need a good girl, I need someone to ground me
+
+So, please be true, don't — around with me
+I need someone to share this heart with me
+Fill you up, then run it back again (run it back again)
+
+Ooh, girl, I like you, I do (I do)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.99
diff --git a/my_playlist_sentiment_v6.csv b/my_playlist_sentiment_v6.csv
new file mode 100644
index 0000000000..de3bd0ad6e
--- /dev/null
+++ b/my_playlist_sentiment_v6.csv
@@ -0,0 +1,2319 @@
+artist_name,artist_id,track_name,track_id,lyric,sentiment,sentiment_score
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0,"One, one, one, one, one
+
+Talkin' in my sleep at night, makin' myself crazy
+(Out of my mind, out of my mind)
+Wrote it down and read it out, hopin' it would save me
+(Too many times, too many times)
+
+My love
+He makes me feel like nobody else, nobody else
+But my love
+He doesn't love me, so I tell myself, I tell myself
+
+One: Don't pick up the phone
+You know he's only callin' 'cause he's drunk and alone
+Two: Don't let him in, you'll have to kick him out again
+Three: Don't be his friend
+You know you're gonna wake up in his bed in the mornin'
+And if you're under him, you ain't gettin' over him
+
+I got new rules, I count 'em
+I got new rules, I count 'em
+I gotta tell them to myself
+I got new rules, I count 'em
+I gotta tell them to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,46.67
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,I'm a Mess,04ZTP5KsCypmtCmQg5tH9R,"Everything's been so messed up here lately
+Pretty sure he don't wanna be my baby
+Oh, he don't love me, he don't love me
+He don't love me, he don't love me
+
+But that's okay
+'Cause I love me, yeah, I love me
+Yeah, I love me
+Yeah, I love myself anyway
+Hey
+
+Everything's gonna be alright
+Everything's gonna be okay
+It's gonna be a good, good, life
+That's what my therapist say
+Everything's gonna be alright
+Everything's gonna be just fine
+It's gonna be a good, good life
+
+I'm a mess, I'm a loser
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.32
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr,"You call me all friendly
+Telling me how much you miss me
+That's funny, I guess you've heard my songs
+Well, I'm too busy for your business
+Go find a girl who wants to listen
+'Cause if you think I was born yesterday
+You have got me wrong
+
+So I cut you off
+I don't need your love
+'Cause I already cried enough
+I've been done
+I've been moving on, since we said goodbye
+I cut you off
+I don't need your love, so you can try all you want
+Your time is up, I'll tell you why
+
+You say you're sorry
+But it's too late now
+So save it, get gone, shut up
+'Cause if you think I care about you now
+Well, boy, I don't give a fuck
+
+I remember that weekend
+When my best friend caught you creeping
+You blamed it all on the alcohol
+So I made my decision
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,95.89
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Elastic Heart,6kwAbEjseqBob48jCus7Sz,"And another one bites the dust
+Oh, why can I not conquer love?
+And I might've thought that we were one
+Wanted to fight this war without weapons
+
+And I wanted it, and I wanted it bad
+But there were so many red flags
+Now another one bites the dust
+Yeah, let's be clear I'll trust no one
+
+You did not break me
+
+I'm still fighting for peace
+
+I've got thick skin and an elastic heart
+But your blade it might be too sharp
+I'm like a rubber band until you pull too hard
+I may snap and I move fast
+But you won't see me fall apart
+
+'Cause I've got an elastic heart
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.5
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",2rPE9A1vEgShuZxxzR2tZH,"Thought I'd end up with Sean
+But he wasn't a match
+Wrote some songs about Ricky
+Now I listen and laugh
+Even almost got married
+And for Pete, I'm so thankful
+Wish I could say ""thank you"" to Malcolm
+'Cause he was an angel
+
+One taught me love
+One taught me patience
+And one taught me pain
+Now, I'm so amazing
+Say I've loved and I've lost
+But that's not what I see
+So, look what I got
+Look at what you taught me
+And for that, I say
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next
+I'm so grateful for my ex
+
+Thank you, next (next)
+Thank you, next (next)
+Thank you, next (next)
+I'm so
+
+Spend more time with my friends
+I ain't worried 'bout nothin'
+Plus, I met someone else
+We're havin' better discussions
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.69
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,breathin,4OafepJy2teCjYJbvFE60J,"Some days, things just take
+Way too much of my energy
+I look up and the whole room's spinning
+You take my cares away
+I can so over-complicate, people tell me to medicate
+
+Feel my blood running, swear the sky's falling
+I know that all this -'s fabricated
+Time goes by and I, can't control my mind
+Don't know what else to try, but you tell me every time
+
+Just keep breathin', and breathin', and breathin', and breathin'
+And oh, I gotta keep, keep on breathin'
+Just keep breathin', and breathin', and breathin', and breathin'
+And oh, I gotta keep, keep on breathin', mmm-mmm
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,28.46
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,no tears left to cry,2qT1uLXPVPzGgFOx4jtEuo,"Right now, I'm in a state of mind
+I wanna be in like all the time
+Ain't got no tears left to cry
+
+So I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up
+I'm pickin' it up, pickin' it up
+I'm lovin', I'm livin', I'm pickin' it up (Oh, yeah)
+
+I'm pickin' it up (Yeah), pickin' it up (Yeah)
+Lovin', I'm livin', so we turnin' up
+Yeah, we turnin' it up
+
+Ain't got no tears in my body
+I ran out, but boy, I like it, I like it, I like it
+Don't matter how, what, where, who tries it
+We out here vibin', we vibin', we vibin'
+
+Comin' out, even when it's rainin' down
+Can't stop now, can't stop so shut your mouth
+Shut your mouth, and if you don't know
+Then now you know it, babe
+Know it, babe, yeah
+
+Right now, I'm in a state of mind
+I wanna be in like all the time
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.44
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Green Light,3I4QOvltiKcMu3xmnQjEct,"I do my makeup in somebody else's car
+We order different drinks at the same bars
+I know about what you did and I wanna scream the truth
+She thinks you love the beach, you're such a damn liar
+
+Those great whites, they have big teeth
+Hope they bite you
+Thought you said that you would always be in love
+But you're not in love no more
+Did it frighten you
+How we kissed when we danced on the light up floor?
+On the light up floor
+
+But I hear sounds in my mind
+Brand new sounds in my mind
+But honey I'll be seein' you 'ever I go
+But honey I'll be seein' you down every road
+I'm waiting for it, that green light, I want it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.89
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,He's Gone,2lmLoyUwFBWjzQbb4yiVjM,"I do my makeup in somebody else's car
+We order different drinks at the same bars
+I know about what you did and I wanna scream the truth
+She thinks you love the beach, you're such a damn liar
+
+Those great whites, they have big teeth
+Hope they bite you
+Thought you said that you would always be in love
+But you're not in love no more
+Did it frighten you
+How we kissed when we danced on the light up floor?
+On the light up floor
+
+But I hear sounds in my mind
+Brand new sounds in my mind
+But honey I'll be seein' you 'ever I go
+But honey I'll be seein' you down every road
+I'm waiting for it, that green light, I want it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Tonight I’m Getting Over You,471JtpRQ0oox9OoZcbB8OO,"I wanna smash your fears
+And get drunken off your tears
+Don't you share your smile with anyone else but me
+I wanna touch your heart
+I wanna crush it in my hands
+Make you plead and cry
+As you give up all the lies
+
+We're not lovers
+But more than friends
+Put a flame to every single word you ever said
+No more crying
+To get me through
+I'll keep dancing 'til the morning with somebody new
+Tonight I'm getting over you
+
+Tonight I'm getting over you
+Tonight I'm getting over you
+Tonight I'm getting over you
+Over you
+Over you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,27.779999999999998
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Love Myself,0xCmwofyCiXdhoBsMSNj2w,"Hey!
+
+Yeah
+When I get chills at night, I feel it deep inside
+Without you, yeah (hey!)
+Know how to satisfy, keepin' that tempo right
+Without you, yeah (hey!)
+
+Pictures in my mind on replay
+I'm gonna touch the pain away (hey!)
+I know how to scream my own name
+Scream my name
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime, day or night
+
+(I love me)
+Gonna love myself, no, I don't need anybody else (hey)
+Gonna love myself, no, I don't need anybody else (I love me)
+Can't help myself, no, I don't need anybody else
+Anytime that I like
+(I love me)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.79
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Big Girls Cry,7zE6pyXLjUCOy8PG0UL5SZ,"Tough girl, in the fast lane
+No time for love, no time for hate
+No drama, no time for games
+Tough girl whose soul aches
+
+I come home, on my own
+Check my phone, nothing though
+Act busy, order in
+Pay TV, it's agony (oh, oh, oh)
+
+I may cry, ruining my makeup
+Wash away all the things you've taken
+And I don't care if I don't look pretty
+Big girls cry when their hearts are breaking
+Big girls cry when their hearts are breaking
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.67999999999999
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Someone In The Crowd,39ncDMVidHOeQgeC5anYZM,"You got the invitation
+You got the right address
+You need some medication?
+The answer's always yes
+
+A little chance encounter
+Could be the one you've waited for
+Just squeeze a bit more
+
+Tonight we're on a mission
+Tonight's the casting call
+If this is the real audition
+Oh, God, help us all
+
+You make the right impression
+Then ev'rybody knows your name
+We're in the fast lane
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,84.45
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Problem,7vS3Y0IKjde7Xg85LWIEdP,"Uh huh
+It's Iggy Iggs
+I got one more problem with you girl
+(One less, one less problem)
+
+Hey baby even though I hate ya
+I wanna love ya
+(I want you)
+And even though I can't forgive you
+I really want ya
+(I want you)
+
+Tell me, tell me baby
+Why can't you leave me?
+Cause even though I shouldn't want it
+I gotta have it
+(I want you)
+
+Head in the clouds
+Got no weight on my shoulders
+I should be wiser
+And realize that I've got
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+One less problem without ya
+I got one less problem without ya
+I got one less problem without ya
+I got one less, one less problem
+
+I know you're never gonna wake up
+I gotta give up
+(But it's you)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,85.48
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Party For One,39YLC6osLe9btq1vpsDglx,"If you didn't know that you were right for me
+Then there's nothing I can say
+Tried to call you out to spend some time to see
+But somebody's in your way
+Tried to let it go and say I'm over you
+
+I'm not over you
+But I'm trying
+
+Party for one
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+I'll be the one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+You don't want my love
+If you don't care about me
+I'll just dance for myself
+Back on my beat
+Party for one
+If you don't care about me
+Making love to myself
+Back on my beat
+
+Ahh, ahh, ahh
+Ahh, ahh, ahh
+Ahh, ahh...
+
+Once upon a time, I thought you wanted me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,26.1
+Sia,5WUlDfRSoLAfcVSX1WnrxN,The Greatest,6bLopGnirdrilrpdVB6Um1,"Uh-oh, runnin' out of breath, but I
+Oh, I, I got stamina
+Uh-oh, running now, I close my eyes
+Well, oh, I got stamina
+And uh-oh, I see another mountain to climb
+But I, I, I got stamina
+Uh-oh, I need another lover, be mine
+Cause I, I, I got stamina
+
+Don't give up, I won't give up
+Don't give up, no no no
+Don't give up, I won't give up
+Don't give up, no no no
+
+I'm free to be the greatest, I'm alive
+I'm free to be the greatest here tonight, the greatest
+The greatest, the greatest alive
+The greatest, the greatest alive
+
+Well, uh-oh, runnin' out of breath, but I
+Oh, I, I got stamina
+Uh-oh, runnin' now, I close my eyes
+But, oh, I got stamina
+And oh yeah, runnin' through the waves of love
+But I, I got stamina
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.86
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,7AEAGTc8cReDqcbPoY9gwo,"I remember when we broke up the first time
+Saying, ""This is it, I've had enough""
+'Cause like we hadn't seen each other in a month
+When you said you needed space
+What?
+
+Then you come around again and say
+""Baby, I miss you, and I swear I'm gonna change, trust me""
+Remember how that lasted for a day?
+I say, ""I hate you"", we break up, you call me, ""I love you""
+
+Ooh, ooh-ooh-ooh-ooh
+We called it off again last night but
+Ooh, ooh-ooh-ooh-ooh
+This time, I'm telling you, I'm telling you
+
+We are never, ever, ever getting back together
+We are never, ever, ever getting back together
+You go talk to your friends, talk to my friends, talk to me
+But we are never, ever, ever, ever getting back together
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.88000000000001
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,72jCZdH0Lhg93z6Z4hBjgj,"Once upon a time, a few mistakes ago
+I was in your sights, you got me alone
+You found me, you found me, you found me, e-e-e-e
+I guess you didn't care and I guess I liked that
+And when I fell hard, you took a step back
+Without me, without me, without me, e-e-e-e
+
+And he's long gone when he's next to me
+And I realize the blame is on me
+
+'Cause I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+'Til you put me down, oh
+I knew you were trouble when you walked in
+So shame on me now
+Flew me to places I'd never been
+Now I'm lying on the cold hard ground
+Oh, oh, trouble, trouble, trouble
+Oh, oh, trouble, trouble, trouble
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,98.95
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Shake It Off,5xTtaWoae3wi06K5WfVUUH,"I stay out too late
+Got nothing in my brain
+That's what people say, mm-mm
+That's what people say, mm-mm
+
+I go on too many dates
+But I can't make 'em stay
+At least that's what people say, mm-mm
+That's what people say, mm-mm
+
+But I keep cruisin'
+Can't stop, won't stop movin'
+It's like I got this music in my mind
+Sayin' it's gonna be alright
+
+'Cause the players gonna play, play, play, play, play
+And the haters gonna hate, hate, hate, hate, hate
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+Heartbreakers gonna break, break, break, break, break
+And the fakers gonna fake, fake, fake, fake, fake
+Baby, I'm just gonna shake, shake, shake, shake, shake
+I shake it off, I shake it off (hoo-hoo-hoo)
+
+I never miss a beat
+I'm lightnin' on my feet
+And that's what they don't see, mm-mm
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,99.58
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,4dkuqcxZh4ljTMkY6q6ZEo,"You were my sun
+You were my earth
+But you didn't know all the ways I loved you, no
+So you took a chance
+And made other plans
+But I bet you didn't think that they would come crashing down, no
+
+You don't have to say what you did
+I already know, I found out from him
+Now there's just no chance for you and me
+There'll never be
+And don't it make you sad about it
+
+You told me you loved me
+Why did you leave me all alone
+Now you tell me you need me
+When you call me on the phone
+Girl I refuse
+You must have me confused
+With some other guy
+The bridges were burned
+Now it's your turn
+To cry
+
+Cry me a river
+Cry me a river
+Cry me a river
+Cry me a river
+
+Know that they say
+That some things are better left unsaid
+It wasn't like you only talked to him and you know it
+(Don't act like you don't know it)
+
+All of these things people told me
+Keep messing with my head
+(Messing with my head)
+Should've picked honesty
+Then you may not have blown it
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.24000000000001
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I'm with You,1jlG3KJ3gdYmhfuySFfpO1,"I'm standing on the bridge
+I'm waiting in the dark
+I thought that you'd be here by now
+There's nothing but the rain
+No footsteps on the ground
+I'm listening but there's no sound
+
+Isn't anyone trying to find me?
+Won't somebody come take me home?
+
+It's a damn cold night
+Tryin' to figure out this life
+Won't you take me by the hand
+Take me somewhere new?
+I don't know who you are, but I
+I'm with you
+I'm with you, mm
+
+I'm looking for a place
+I'm searching for a face
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,65.86
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Partition,2vPTtiR7x7T6Lr17CE2FAE,"Let me hear you say, ""Hey, Ms. Carter!"" (Hey, Ms. Carter!)
+Say, ""Hey, Ms. Carter!"" (Hey, Ms. Carter!)
+Give me some!
+
+See me up in the club with fifty-'leven girls
+Posted in the back, diamond fangs in my grill
+Brooklyn brim, with my eyes sittin' low
+Every boy in here with me got that smoke
+And every girl in here gotta look me up and down
+All on Instagram, cake by the pound
+Circulate the image every time I come around
+G's up, tell me how I'm looking babe
+
+Boy, this all for you, just walk my way
+Just tell me how it's looking babe
+Just tell me how it's looking babe (How it's looking, babe?)
+I do this all for you, baby just take aim
+Tell me how I looking babe (How it's looking, babe?)
+Tell me how I looking babe, looking babe
+
+Drop the bass, man the bass, get lower
+Radio say, speed it up, I just go slower
+High like treble, puffin on the mids
+The man ain't ever seen a booty like this
+And why do you think you keep up my name rollin' off the tongue?
+'Cause when he wanna smash, I'll just write another one
+I sneezed on the beat and the beat got sicker
+
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Like, like liquor, like, like, like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Yoncé all on his mouth like liquor
+Like, like liquor, like, like, like liquor
+
+Beyoncé, Beyoncé?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,99.1
+Halsey,26VFTg2z8YR0cCuwLzESi2,Hold Me Down,0xkRMasLtvGqw7AUli6b0e,"My demons are begging me to open up my mouth
+I need them mechanically make the words come out
+They fight me, vigorous and angry, watch them pounce
+Ignite me, licking up the flames they bring about
+
+I sold my soul to a three-piece
+And he told me I was holy
+He's got me down on both knees
+But it's the devil that's tryna
+
+Hold me down, hold me down
+Sneaking out the back door,
+Make no sound
+Knock me out, knock me out
+Saying that I want more, this is what I live for
+
+Hold me down, hold me down
+Throw me in the deep end, watch me drown
+Knock me out, knock me out
+Saying that I want more, this is what I live for
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.17
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You're Not Sorry,7zen3j1316Tsk5iEZuDOft,"All this time I was wasting hoping you would come around
+I've been giving out chances every time and all you do is let me down
+And it's taken me this long, baby, but I've figured you out
+And you're thinking we'll be fine again, but not this time around
+
+You don't have to call anymore, I won't pick up the phone
+This is the last straw, don't wanna hurt anymore
+And you can tell me that you're sorry
+But I don't believe you, baby, like I did before
+You're not sorry, no-no-no-no
+
+You're looking so innocent, I might believe you if I didn't know
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,93.63
+Katy Perry,6jJ0s89eD6GaHleKKya26X,The One That Got Away,4uQY80TKE1u4ZQZQKHzVEi,"Summer after high school when we first met
+We'd make out in your Mustang to Radiohead
+And on my 18th birthday we got matching tattoos
+Used to steal your parents' liquor and climb to the roof
+Talk about our future like we had a clue
+Never planned that one day I'd be losing you
+
+In another life
+I would be your girl
+We'd keep all our promises
+Be us against the world
+In another life
+I would make you stay
+So I don't have to say you were
+The one that got away
+The one that got away
+
+I was June and you were my Johnny Cash
+Never one without the other, we made a pact
+Sometimes when I miss you I put those records on (whoa)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,31.819999999999997
+Arctic Monkeys,7Ln80lUS6He07XvHI8qqHH,Do I Wanna Know?,3jfr0TF6DQcOLat8gGn7E2,"Have you got colour in your cheeks?
+Do you ever get that fear that you can't shift the type
+That sticks around like summat in your teeth?
+Are there some aces up your sleeve?
+Have you no idea that you're in deep?
+
+I've dreamt about you nearly every night this week
+How many secrets can you keep?
+'Cause there's this tune I found that makes me think of you somehow
+And I play it on repeat until I fall asleep
+Spillin' drinks on my settee
+
+(Do I wanna know?)
+If this feelin' flows both ways?
+(Sad to see you go)
+Was sorta hopin' that you'd stay
+(Baby, we both know)
+That the nights were mainly made for sayin' things
+That you can't say tomorrow day
+
+Crawlin' back to you
+Ever thought of callin' when you've had a few?
+'Cause I always do
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+Nicki Minaj,0hCNtLu0JehylgoiP8L4Gh,Feeling Myself,5fyIGoaaKelzdyW8ELhYJZ,"Yo, B
+They ready?
+Let's go!
+
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my, feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+
+I'm with some hood girls lookin' back at it
+And a good girl in my tax bracket (Uh)
+Got a black card that'll let Saks have it
+These Chanel bags is a bad habit
+I-I do balls, Dal Mavericks
+My Maybach, black matted (Uh)
+Bitch, never left but I'm back at it
+And I'm feelin' myself, jack rabbit
+Feelin' myself, back off
+'Cause I'm feelin' myself, jack off (Uh)
+He be thinking about me when he whacks off
+Wax on? (Wax off)
+National anthem, hats off
+Then I curve that nigga, like a bad toss (Uh)
+Lemme get a number two, with some Mac sauce
+""On The Run Tour"" With my mask off
+
+I'm feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my, feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+Feelin' myself, I'm feelin' myself, I'm feelin' my
+
+Changed the game with that digital drop
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,74.32
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0,"For all the times that you rained on my parade
+And all the clubs you get in using my name
+You think you broke my heart, oh, girl, for goodness' sake
+You think I'm crying on my own, well, I ain't
+
+And I didn't wanna write a song
+'Cause I didn't want anyone thinkin' I still care, I don't, but
+You still hit my phone up
+And baby, I'll be movin' on
+And I think you should be somethin' I don't wanna hold back
+Maybe you should know that
+
+My mama don't like you and she likes everyone
+And I never like to admit that I was wrong
+And I've been so caught up in my job
+Didn't see what's going on, but now I know
+I'm better sleeping on my own
+
+'Cause if you like the way you look that much
+Oh, baby, you should go and love yourself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,88.64999999999999
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,You're Such A,78GykAuZzZEZz3qdHdOdZZ,"Yeah
+Oh-oh
+
+You keep calling, you keep calling
+Saying that you want it back
+All my loving, all my loving
+But you can't, you can't
+You keep trying, you keep trying
+With that sweet talk on your tongue
+But I'm not buying, I'm not buying
+I can't, I can't
+
+'Cause you had your chance and you blew it
+Yeah, you ripped it up and you chewed it
+And the more you talk, you prove it
+Yeah, you prove it
+
+That, damn, you're such a
+Did you think that I would let you
+Crawl right back into my bedroom
+After everything we've been through
+I know the truth
+That, damn, you're such a
+Difficult little devil
+Trying to put it back together
+'Cause you see I'm doing better
+Without you now
+
+Damn, you're such a
+Dadadadadadadada dadadadadada
+Damn, you're such a
+Dadadadadadadada
+I know the truth
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,83.28
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Cheap Thrills,27SdWb2rFzO6GWiYDBTD9j,"Come on, come on, turn the radio on
+It's Friday night, and it won't be long
+Gotta do my hair, put my make-up on
+It's Friday night, and it won't be long
+
+'Til I hit the dance floor, hit the dance floor
+I got all I need
+No, I ain't got cash, I ain't got cash
+But I got you, baby
+
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+Baby, I don't need dollar bills to have fun tonight
+(I love cheap thrills)
+But I don't need no money
+As long as I can feel the beat
+I don't need no money
+As long as I keep dancing
+
+Come on, come on, turn the radio on
+It's Saturday, and it won't be long
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.69
+Daya,6Dd3NScHWwnW6obMFbl1BH,Hide Away,2hsza71y54ABzmabyNDtM4,"Boys seem to like the girls
+Who laugh at anything
+The ones who get undressed
+Before the second date
+Girls seem to like the boys
+Who don't appreciate
+All the money and the time that it takes
+To be fly as a mother
+Got my both eyes out for Mr. Right
+Guessing I just don't know where to find 'em
+But I hope they all come out tonight
+Hey!
+
+Where do the good boys go to hide away, hide away?
+I'm a good, good girl who needs a little company
+Looking high and low, someone let me know
+Where do the good boys go to hide away, hide away?
+
+Boys seem to like the girls
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,96.11
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Don't Let Me Down,1i1fxkWeaMmKEB4T7zqbzK,"Crashin', hit a wall
+Right now, I need a miracle
+Hurry up now, I need a miracle
+
+Stranded, reaching out
+I call your name but you're not around
+I say your name but you're not around
+
+I need you, I need you, I need you right now
+Yeah, I need you right now
+So don't let me, don't let me, don't let me down
+I think I'm losing my mind now
+
+It's in my head, darlin' I hope
+That you'll be here, when I need you the most
+So, don't let me, don't let me, don't let me down
+D-don't let me down
+
+Don't let me down
+Don't let me down, down, down
+Don't let me down, don't let me down, down, down
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.51
+Halsey,26VFTg2z8YR0cCuwLzESi2,Haunting,6onmpB4WJxFj2oPR9vHVK9,"Keep on haunting
+Keep on haunting me
+Keep on haunting
+Keep on haunting me
+
+I was as pure as a river
+But now I think I'm possessed
+You put a fever inside me
+And I've been cold since you left
+
+I've got a boyfriend now, and he's made of gold
+And you've got your own mistakes in a bed at home
+I'm hoping you could save me now, but you break and fold
+You've got a fire inside, but your heart's so cold
+
+'Cause I've done some things that I can't speak
+(Ah, ah, ah, ah)
+And I tried to wash away, but you just won't leave
+(Ah, ah, ah, ah)
+So won't you take a breath and dive in deep
+(Ah, ah, ah, ah)
+'Cause I came here, so you'd come for me
+(Ah, ah, ah, ah)
+
+I'm begging you to keep on
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,8.44
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,0xG0SHshCStMEyNbNC5d4k,"I'm jealous, I'm overzealous
+When I'm down I get real down
+When I'm high I don't come down
+But I get angry, baby, believe me
+I could love you just like that
+And I can leave you just as fast
+
+But you don't judge me
+'Cause if you did, baby, I would judge you too
+No, you don't judge me
+'Cause if you did, baby, I would judge you too
+
+'Cause I got issues, but you got 'em too
+So give 'em all to me and I'll give mine to you
+Bask in the glory of all our problems
+'Cause we got the kind of love it takes to solve 'em
+Yeah, I got issues
+And one of them is how bad I need you
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,87.82
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Never Be the Same,4eWQlBRaTjPPUlzacqEeoQ,"Something must've gone wrong in my brain
+Got your chemicals all in my veins
+Feeling all the highs, feeling all the pain
+
+Let go on the wheel, it's the bullet lane
+Now I'm seeing red, not thinking straight
+Blurring all the lines, you intoxicate me
+
+Just like nicotine, heroin, morphine
+Suddenly, I'm a fiend and you're all I need
+All I need
+Yeah, you're all I need
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never be the same
+
+It's you, babe
+And I'm a sucker for the way that you move, babe
+And I could try to run, but it would be useless
+You're to blame
+Just one hit of you, I knew I'll never, ever, ever be the same
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,97.25
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,2ARqIya5NAuvFVHSN3bL0m,"Take a seat, right over there, sat on the stairs
+Stay or leave, the cabinets are bare, and I'm unaware
+Of just how we got into this mess, got so aggressive
+I know we meant all good intentions
+
+So pull me closer
+Why don't you pull me close?
+Why don't you come on over?
+I can't just let you go
+
+Oh, baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+
+Baby, why don't you just meet me in the middle?
+I'm losing my mind just a little
+So why don't you just meet me in the middle?
+In the middle
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.13000000000001
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,I Have Questions,3NgCzSW98SsqBdpYcnm4kv,"Why did you leave me here to burn?
+I'm way too young to be this hurt
+I feel doomed in hotel rooms
+Staring straight up at the wall
+Counting wounds, and I am trying to numb them all
+
+Do you care, do you care?
+Why don't you care?
+I gave you all of me
+My blood, my sweat, my heart, and my tears
+Why don't you care, why don't you care?
+I was there, I was there when no one was
+Now you're gone, and I'm here
+
+(I have questions for you)
+Number one, tell me who you think you are
+You got some nerve tryna tear my faith apart
+(I have questions for you)
+Number two, why would you try and play me for a fool?
+I shoulda never ever, ever trusted you
+(I have questions)
+Number three, why weren't you who you swore that you would be?
+I have questions, I got questions haunting me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,89.33
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Rock Bottom,2qxaR31Te4xDR2yO6LqM8z,"What are we fighting for?
+Seems like we do it just for fun
+In this, this stupid war
+We play hard with our plastic guns
+Breathe deep, bottle it up
+So deep until it's all we got
+Don't speak, just use your touch
+Don't speak before we say too much
+
+You hate me now, and I feel the same way
+You love me now and I feel the same way
+Scream and we shout
+And make up the same day, the same day
+
+Oh, we're on the right side of rock bottom
+And I hope that we keep falling
+We're on the good side of bad karma
+'Cause we keep on coming back for more
+We're on the right side of rock bottom
+And to you, I just keep crawling
+You're the best kind of bad something
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,52.669999999999995
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Hell Nos And Headphones,4ToeppjiHi7kGMAVUvosv0,"Seems like everybody here
+Is speaking different languages (Ha ha ha)
+With that green prescription fog
+Blowing out their faces (Ha ha ha)
+
+And they all look me up and down like I'm the fucking new kid
+But I saw the sun rise on this town way before you did
+And they're all skiing in the powder room
+Making love to Jack and Jameson (Ha)
+But I'll stick with hell no's and headphones
+
+Cause all of my friends are leaving soon
+To find them, themselves another round
+But I'll be here in this stranger's room
+Just for now (Just for now)
+Yeah, I'll stick with hell no's and headphones
+Don't want another drink
+I just, just wanna be alone
+No, I don't care 'bout what you think
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,53.06999999999999
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,City Lights,1OZEvLQ4MUrqcnuCWX7vW0,"It's a long road, and it gets windy
+Fog is real low, and it's so blinding
+Oh I'm trying to steer, trying to take the lead
+But I feel like the road is steering me
+
+Getting so lost, like a castaway
+Feeling so crossed, like a renagade
+And I'm trying to call out in the big city
+Just a small voice and no one's listening to me
+
+Oh, oh
+Tell me where to go-oh
+Tell me that you know-oh
+Just how bright I glow-oh
+
+Every time that you think you've lost your shine
+Just remember, nothing's brighter
+You're the city lights
+Every time that you fade into the night
+Just remember, you're the fire
+You're the city lights
+
+That shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+Shine into the night, night, night, night, oh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.5
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bury a friend,4SSnFejRGlZikf02HLewEF,"Billie...
+
+What do you want from me?
+Why don't you run from me?
+What are you wondering?
+What do you know?
+Why aren't you scared of me?
+Why do you care for me?
+When we all fall asleep, where do we go?
+
+Come here...
+
+Say it, spit it out, what is it exactly?
+You're payin'?
+Is the amount cleanin' you out
+Am I satisfactory?
+Today, I'm thinkin' about
+The things that are deadly
+The way I'm drinkin' you down
+Like I wanna drown, like I wanna end me
+
+Step on the glass, staple your tongue (Ahh)
+Bury a friend, try to wake up (Ahh-ha)
+Cannibal class, killin' the son (Ahh)
+Bury a friend, I wanna end me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.39
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,Six Feet Under - Gazzo Remix,3UHa28GclZhNqqlaNFzKKY,"Help, I lost myself again
+But I remember you
+Don't come back, it won't end well
+But I wish you'd tell me too
+Our love is six feet under
+I can't help but wonder
+If our grave was watered by the rain
+Would roses bloom?
+Could roses bloom?
+Could roses bloom?
+Could roses bloom?
+Retrace my lips
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,61.260000000000005
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bad guy,2Fxmhks0bxGSBdJ92vM42m,"White shirt now red, my bloody nose
+Sleepin', you're on your tippy toes
+Creepin' around like no one knows
+Think you're so criminal
+
+Bruises on both my knees for you
+Don't say thank you or please
+I do what I want when I'm wanting to
+My soul, so cynical
+
+So you're a tough guy
+Like it really rough guy
+Just can't get enough guy
+Chest always so puffed guy
+I'm that bad type
+Make your mama sad type
+Make your girlfriend mad tight
+Might seduce your dad type
+I'm the bad guy
+Duh
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.98
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt,"Guess it's true, I'm not good at a one-night stand
+
+But I still need love 'cause I'm just a man
+
+These nights never seem to go to plan
+
+I don't want you to leave, will you hold my hand?
+
+Oh, won't you stay with me?
+
+'Cause you're all I need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,90.06
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,我懷念的,7z2M7DsEjZjwXBkWG3zd21,"我問為什麼
+那女孩傳簡訊給我
+
+而你為什麼
+不解釋 低著頭沉默
+我該相信你很愛我
+
+不願意敷衍我
+還是明白你已不想挽回什麼
+想問為什麼
+我不再是你的快樂
+可是為什麼
+
+卻苦笑說我都懂了
+自尊常常將人拖著
+把愛都走曲折
+
+假裝了解是怕
+真相太赤裸裸
+狼狽比失去難受
+我懷念的是無話不說
+我懷念的是一起做夢
+
+我懷念的是爭吵以後
+
+還是想要愛你的衝動
+我記得那年生日
+也記得那一首歌
+記得那片星空
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,克卜勒,15tD731GK0VYsmd1Im4C7q,"好像你的身体
+藏在众多孤星之中还是找得到你
+挂在天上放光明
+提醒我 我也只是一颗寂寞的星星
+
+等不到你 成为我最闪亮的星星
+我依然愿意借给你我的光
+投射给你 直到你那灿烂的光芒
+静静地挂在遥远的天上
+
+当你沉浸 天空那条冰冷的银河
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,当冬夜渐暖,1zABsjNknUjs26f9jW8jM8,"很多事情 不是誰說了就算
+即使傷心 結果還是自己擔
+多少次失望表示著多少次期盼
+事實證明 幸福很難
+
+我們之間 不是誰說了就算
+拉扯的愛 徒增結局的難堪
+一百次相愛只要有一次的絢爛
+下一次會更勇敢
+
+當冬夜漸暖 當大海也不再那麼藍
+當月色的純白變得陰暗
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,愚人的国度,2gNW0NDW06O6ZqqwAFPkLZ,"愛是愚人的國度 看我們演的好辛苦
+是你所謂的領悟 我不懂我不哭
+看悲歡喜怒每一步
+是疲憊還是依賴的束縛
+來你能不能再重複 讓我懂讓我哭
+
+再讓時間停住 把自己看清楚
+不必再說假如 我穿過一地荒蕪
+幸福不能碰觸
+
+愛是愚人的國度 不能自拔不懂退出
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,天黑黑,6Vdb5GA3Q0zlmrMfHjgUwi,"我的小時候 吵鬧任性的時候
+我的外婆 總會唱歌哄我
+夏天的午後 老老的歌安慰我
+那首歌 好像這樣唱的
+天黑黑 欲落雨 天黑黑 黑黑
+
+離開小時候 有了自己的生活
+新鮮的歌 新鮮的念頭
+任性和衝動 無法控制的時候
+我忘記 還有這樣的歌
+天黑黑 欲落雨 天黑黑 黑黑
+
+我愛上讓我奮不顧身的一個人
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,開始懂了,429T9YKEYhMXvayWlSNhLK,"我竟然沒有調頭 最殘忍那一刻
+靜靜看你走 一點都不像我
+
+原來人會變得溫柔 是透徹的懂了
+愛情是流動的 不由人的 何必激動著要理由
+
+相信你只是怕傷害我
+不是騙我 很愛過誰會捨得
+把我的夢搖醒了 宣佈幸福不會來了
+
+用心酸微笑去原諒了
+也翻越了 有昨天還是好的
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,When You're Gone,54JKnDB3CzVu8wNAOM27BI,"I always needed time on my own
+I never thought I'd need you there when I cry
+And the days feel like years when I'm alone
+And the bed where you lie is made up on your side
+
+When you walk away, I count the steps that you take
+Do you see how much I need you right now?
+
+When you're gone, the pieces of my heart are missing you
+When you're gone, the face I came to know is missing too
+When you're gone, the words I need to hear
+To always get me through the day
+And make it okay
+I miss you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,12.8
+A Fine Frenzy,5dTYaRzOn4rXGBLH052EeQ,Almost Lover,3GSYWQNnSdovwC2H8HpziA,"Your fingertips across my skin
+The palm trees swaying in the wind
+
+Images
+
+You sang me spanish lullabies
+The sweetest sadness in your eyes
+
+Clever trick
+
+Well, I'd never want to see you unhappy
+I thought you'd want the same for me
+
+Goodbye, my almost lover
+Goodbye, my hopeless dream
+I'm trying not to think about you
+Can't you just let me be?
+
+So long, my luckless romance
+My back is turned on you
+Should've known you'd bring me heartache
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,42.559999999999995
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,我好嗎,3xaJcOD4T0U8m1AVvIoZIG,"金黃的銀杏樹再次滿開了
+那一年樹下的約定已解散了
+儘管藍天仍像青春般清澈
+我們不再見了 自顧自活著
+
+再多問候往往與快樂無涉
+也只能獨自沉溺 思念的片刻
+淚水淹沒歲月 何時甘願 去跟遺憾求和
+曾經圓滿我的 碾碎我的 都回不去了
+
+不是心不死 還留你一個位置
+只是呼喚過的名字
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Hands To Myself,7jGpa7ynADyaSmcprXgO7I,"Can't keep my hands to myself
+No matter how hard I'm trying to
+I want you all to myself
+Your metaphorical gin and juice
+
+So come on, give me a taste
+Of what it's like to be next to you
+Won't let one drop go to waste
+Your metaphorical gin and juice
+
+Oh, cause all of the downs and the uppers
+Keep making love to each other
+And I'm trying, trying, I'm trying, trying
+All of the downs and the uppers
+Keep making love to each other
+And I'm trying, trying, I'm trying
+But I...
+
+Can't keep my hands to myself
+My hands to myself
+Can't keep my hands to myself
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.64
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Same Old Love,6itUc9sOq5is39AaPX5D6R,"Take away your things and go
+You can't take back what you said, I know
+I've heard it all before, at least a million times
+I'm not one to forget, you know
+
+I don't believe, I don't believe it
+You left in peace, left me in pieces
+Too hard to breathe, I'm on my knees
+Right now, 'ow
+
+I'm so sick of that same old love, that shit, it tears me up
+I'm so sick of that same old love, my body's had enough
+Oh, (that same old love)
+Oh, (that same old love)
+I'm so sick of that same old love, feels like I've blown apart
+I'm so sick of that same old love, the kind that breaks your heart
+Oh, (that same old love)
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.34
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Will Be,1ERza8JzFin9c3Keo8XQEX,"There's nothing I could say to you
+Nothing I could ever do to make you see
+What you mean to me
+All the pain, the tears I cried
+Still you never said goodbye and now I know
+How far you'd go
+
+I know I let you down
+But it's not like that now
+This time I'll never let you go
+
+I will be, all that you want
+And get myself together
+'Cause you keep me from falling apart
+All my life, I'll be with you forever
+To get you through the day
+And make everything okay
+
+I thought that I had everything
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,63.28
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Keep Holding On,4UPcXTh26ilb7owtuyHqNI,"You're not alone, together we stand
+I'll be by your side, you know, I'll take your hand
+When it gets cold and it feels like the end
+There's no place to go, you know, I won't give in
+No, I won't give in
+
+Keep holding on
+'Cause you know we'll make it through
+We'll make it through
+Just stay strong
+
+'Cause you know I'm here for you, I'm here for you
+There's nothing you can say, nothing you can do
+There's no other way when it comes to the truth
+
+So keep holdin' on
+'Cause you know we'll make it through
+We'll make it through
+
+So far away, I wish you were here
+Before it's too late, this could all disappear
+Before the doors close and it comes to an end
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,85.7
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Can Do Better,5kyqKoOnHwvxk0bZLeK1kr,"I couldn't give a damn what you say to me
+I don't really care what you think of me
+'Cause either way you're gonna think what you believe
+There's nothing you could say that would hurt me
+I'm better off without you anyway
+
+I thought it would be hard but I'm okay
+I don't need you if you're gonna be that way
+'Cause with me, it's all or nothing
+
+I'm sick of this shit, don't deny
+You're a waste of time
+I'm sick of this shit, don't ask why
+
+I hate you now
+So go away from me
+You're gone, so long
+I can do better, I can do better
+
+Hey, hey, you
+I found myself again
+That's why you're gone
+I can do better, I can do better
+
+You're so full of shit, I can't stand
+The way you act, I just can't comprehend
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.74000000000001
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,My Happy Ending,6sqNctd7MlJoKDOxPVCAvU,"Oh, oh, oh, oh, oh, oh
+So much for my happy ending
+Oh, oh, oh, oh, oh, oh
+So much for my happy ending
+Oh, oh, oh, oh, oh, oh
+
+Let's talk this over, it's not like we're dead
+Was it something I did?
+Was it something you said?
+Don't leave me hanging in a city so dead
+Held up so high on such a breakable thread
+
+You were all the things I thought I knew
+And I thought we could be
+
+You were everything, everything that I wanted
+We were meant to be, supposed to be, but we lost it
+All of the memories so close to me just fade away
+All this time you were pretending
+So much for my happy ending
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,73.95
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,How You Remind Me,4H560RqZEEhrgOquGqTCvs,"Never made it as a wise man
+I couldn't cut it as a poor man stealing
+Tired of living like a blind man
+I'm sick of sight without a sense of feeling
+
+This is how you remind me
+This is how you remind me
+Of what I really am
+
+It's not like you to say sorry
+I was waiting on a different story
+This time I'm mistaken
+For handing you a heart worth breaking
+
+And I've been wrong, I've been down
+Into the bottom of every bottle
+These five words in my head
+Scream, ""Are we having fun yet?""
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,84.41
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Head Above Water,7gY3cyGcB2wnk2xDXiA0pe,"I gotta keep the calm before the storm
+I don't want less, I don't want more
+Must bar the windows and the doors
+To keep me safe, to keep me warm
+
+Yeah, my life is what I'm fighting for
+Can't part the sea, can't reach the shore
+And my voice becomes the driving force
+I won't let this pull me overboard
+
+God, keep my head above water
+Don't let me drown, it gets harder
+I'll meet you there at the altar
+As I fall down to my knees
+Don't let me drown, drown, drown
+Don't let me, don't let me, don't let me drown
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.42
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Fell In Love With The Devil,6HHtTXPyBTJsLQT0y3afnm,"Shot guns and roses
+Make a deadly potion
+Heartbreak explosions
+In reckless motion
+Teddy bears and ""I'm sorry"" letters
+Don't seem to make things better
+Don't bury me alive
+Sweet talkin' alibi
+
+But I can't stop the rush
+And I can't give you up
+No I know you're no good for me
+You're no good for me
+
+I fell in love with the Devil
+And now I'm in trouble
+I fell in love with the Devil
+I'm underneath his spell (Oh)
+Someone send me an angel
+To lend me a halo
+I fell in love with the Devil
+Please save me from this hell (Oh)
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,93.96
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Tell Me It's Over,0aeZzfSoZAcETjba8MCvco,"I ain't playin no games
+'Cause I got nothing left to lose
+I'm so tired of circular motions
+They leave me dizzy and confused
+My heart, oh, no, it's not your revolving door
+I get stuck spinnin', and spinnin', and spinnin'
+Oh I, 'till I collapse on the floor
+But every time that you touch me
+I forget what we're fighting about
+(I forget, I forget, what we're fightin')
+Oh, you come and you leave shame on
+Me for believing every word out of your mouth
+
+Tell me it's over
+If it's really over
+'Cause it don't feel like it's over
+Whenever you're closing the door, no
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,96.59
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Souvenir,28H24GURvUF2PQ6275xudN,"Yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah
+Yeah, yeah, yeah, yeah, yeah
+
+Say, say what you want
+Just don't say that you're leaving
+I hope this summer breeze
+Will last more than a season
+Will you write to me? In time, we'll see
+Maybe spend your whole life with me
+We've packed our suitcases
+We've shut up all the windows
+Hold tight, soon you and
+I flow anywhere the wind blows
+So make life to me, hold tight to me
+Stay awake the whole night with me
+
+Can I keep you as a souvenir?
+Can I take your shirt to dry my tears?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.9
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Warrior,27wvjuKafcmKhoLcBcJ0uO,"I'll pick my battles 'cause I know I'm gonna win the war (Win the war)
+I'm not rattled 'cause I shattered all of this before (This before)
+Steadier than steel 'cause I'm ready with my shield and sword (Shield and sword)
+Back on the saddle 'cause I gathered all my strength for more (Strength for more)
+
+And I won't bow, I won't break
+No, I'm not afraid to do whatever it takes
+I'll never bow, I'll never break
+
+'Cause I'm a warrior, I fight for my life
+Like a soldier all through the night
+And I won't give up, I will survive, I'm a warrior
+And I'm stronger, that's why I'm alive
+I will conquer, time after time
+I'll never falter, I will survive, I'm a warrior
+
+Woah, woah, woah, woah
+Woah, woah, woah, woah
+Woah, woah, woah, woah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.22
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Lose You To Love Me,1HfMVBKM75vxSfsQ5VefZ5,"You promised the world and I fell for it
+I put you first and you adored it
+Set fires to my forest
+And you let it burn
+Sang off-key in my chorus
+'Cause it wasn't yours
+
+I saw the signs and I ignored it
+Rose-colored glasses all distorted
+Set fire to my purpose
+And I let it burn
+You got off on the hurtin'
+When it wasn't yours, yeah
+
+We'd always go into it blindly
+I needed to lose you to find me
+This dancing was killing me softly
+I needed to hate you to love me, yeah
+
+To love, love, yeah
+To love, love, yeah
+To love, yeah
+I needed to lose you to love me, yeah
+To love, love, yeah
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.77
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Real Friends,4V6MRo0CEAC9MwAm7dkPuL,"No, I think I'll stay in tonight
+Skip the conversations and the, oh, I'm fine's
+No, I'm no stranger to surprise
+This paper town has let me down too many times
+Why do I even try?
+Give me a reason why
+
+I thought that I could trust you, nevermind
+Why all the switching sides?
+Where do I draw the line?
+I guess I'm too naive to read the signs
+
+I'm just lookin' for some real friends
+All they ever do is let me down
+Every time I let somebody in
+Then I find out what they're all about
+I'm just lookin' for some real friends
+Wonder where they're all hidin' out
+I'm just lookin' for some real friends
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,89.88000000000001
+warner case,106OuakzOxxbXTuigEEf01,we should go,3BL9fu7oVGRGofjrwvzhQS,"You wonder why I'd be here
+Like you don't even know
+
+We're starting not to see clear
+I think we should go.
+
+Go
+
+We're starting not to see clear
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,21.87
+Eason Chan,2QcZxAgcs2I1q7CtCkl6MI,愛情轉移(國),5geqxGTn2dFte1KywqcXYq,"徘徊过多少橱窗 住过多少旅馆
+才会觉得分离也并不冤枉
+感情是用来浏览 还是用来珍藏
+好让日子天天都过得难忘
+
+熬过了多久患难 湿了多少眼眶
+才能知道伤感是爱的遗产
+流浪几张双人床 换过几次信仰
+才让戒指义无反顾的交换
+
+把一个人的温暖 转移到另一个的胸膛
+让上次犯的错反省出梦想
+每个人都是这样 享受过提心吊胆
+才拒绝做爱情待罪的羔羊
+
+回忆是捉不到的月光握紧就变黑暗
+等虚假的背影消失于晴朗
+阳光在身上流转 等所有业障被原谅
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,"很久以後 - 電影《可不可以,你也剛好喜歡我》主題曲",6lZKB76djHxzO0p2Y3E8vj,"也許是不甘心 也許是可惜
+也許無法相信 突然身邊再也不是你
+能給的都已經給你 能做的都用盡全力
+也許遇見你是種幸運 分開卻是天意
+
+不是不能面對 又不是十八歲
+愛過你的年歲 心裡至少真的不後悔
+也許會不捨會落淚 但得不到也許才珍貴
+也許再等等就有人會 比我們匹配
+
+很久很久很久以後
+當我抱著別個他的時候
+是否我就能夠 對你笑著揮手
+好久不見的朋友 換個角色 對你問候
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Olivia O'Brien,1QRj3hoop9Mv5VvHQkwPEp,hate u love u,6ATgDc6e4sPn84hvJsAmPt,"Feeling used, but I'm still missing you
+And I can't see the end of this
+Just wanna feel your kiss against my lips
+And now all this time is passing by
+But I still can't seem to tell you why
+It hurts me every time I see you
+Realize how much I need you
+
+I hate you, I love you
+I hate that I love you
+Don't want to, but I can't put nobody else above you
+I hate you, I love you
+I hate that I want you
+You want her, you need her
+And I'll never be her
+
+What about all the times
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,64.08
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH,"It was great at the very start
+Hands on each other
+Couldn't stand to be far apart
+Closer the better
+
+Now we're picking fights and slamming doors
+Magnifying all our flaws
+And I wonder why, wonder what for
+Why we keep coming back for more
+
+Is it just our bodies? Are we both losing our minds?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+Do we need somebody just to feel like we're alright?
+Is the only reason you're holding me tonight
+'Cause we're scared to be lonely?
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,67.67
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,分手快樂 - 獨唱版,0OrKSryMCjp44hkGwKRvwU,"我無法幫你預言 委曲求全有沒有用
+可是我多麼不捨 朋友愛得那麼苦痛
+愛可以不問對錯 至少要喜悅感動
+如果他總為別人撐傘 妳何苦非為他等在雨中
+
+泡咖啡讓妳暖手 想擋擋妳心口裡的風
+妳卻想上街走走 吹吹冷風會清醒的多
+妳說妳不怕分手 只有點遺憾難過
+情人節就要來了 剩自己一個
+其實愛對了人 情人節每天都過
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,小幸運,1ZeVIrCWzEmsJexkrgvjFv,"我聽見雨滴 落在青青草地
+我聽見遠方 下課鐘聲響起
+可是我沒有聽見你的聲音
+認真呼喚我姓名
+
+愛上你的時候 還不懂感情
+離別了 才覺得刻骨銘心
+為什麼沒有發現 遇見了你
+是生命最好的事情
+
+也許當時忙著微笑和哭泣
+忙著追逐天空中的流星
+人理所當然的忘記
+是誰風裡 雨裡 一直默默守護在原地
+
+原來你是 我最想留住的幸運
+原來我們 和愛情曾經靠得那麼近
+那為我對抗世界的決定
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,寂寞寂寞就好,4LhAUjPqfLpBVNYEdPd5Go,"還是原來那個我
+不過流掉幾公升淚所以變瘦
+
+對著鏡子我承諾
+遲早我會還這張臉一堆笑容
+不算什麼 愛錯就愛錯
+早點認錯 早一點解脫
+
+我寂寞寂寞就好
+這時候誰都別來安慰擁抱
+就讓我一個人去痛到受不了
+想到快瘋掉
+死不了就還好
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,你还要我怎样,0kuKQQMx6L3efJuRVTgWQb,"你停在了這條我們熟悉的街
+
+把你準備好的台詞全念一遍
+我還在逞強 說著謊
+也沒能力遮擋 你去的方向
+至少分開的時候我落落大方
+
+我後來都會選擇繞過那條街
+
+又多希望在另一條街能遇見
+思念在逞強 不肯忘
+怪我沒能力跟隨 你去的方向
+若越愛越被動 越要落落大方
+
+你還要我怎樣 要怎樣
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Kelly Yu,5R56NYbLCC2HpOwlYBnmeN,體面(電影《前任3:再見前任》插曲),7cE5ehlKJ3L9Ejhzm3udcF,"别堆砌怀念让剧情变得狗血
+深爱了多年又何必毁了经典
+
+都已成年不拖不欠
+浪费时间是我情愿
+像谢幕的演员
+眼看着灯光熄灭
+
+来不及再轰轰烈烈
+就保留告别的尊严
+我爱你不后悔
+也尊重故事结尾
+
+分手应该体面
+谁都不要说抱歉
+何来亏欠
+我敢给就敢心碎
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Alec Benjamin,5IH6FPUwQTxPSXurCrcIov,Let Me Down Slowly,2qxmye6gAegTMjLKEBoR3d,"This night is cold in the kingdom
+I can feel you fade away
+From the kitchen to the bathroom sink and
+Your steps keep me awake
+
+Don't cut me down, throw me out, leave me here to waste
+I once was a man with dignity and grace
+Now I'm slipping through the cracks of your cold embrace
+So please, please
+
+Could you find a way to let me down slowly?
+A little sympathy I hope you can show me
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+Let me down, down, let me down, down
+Let me down, let me down, down
+Let me down, down, let me down
+If you wanna go, then I'll be so lonely
+If you're leaving, baby, let me down slowly
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,81.98
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,One Kiss (with Dua Lipa),7ef4DlsgrMEH11cDZd32M6,"One kiss is all it takes
+Falling in love with me
+Possibilities, I look like all you need
+
+Let me take the night, I'll love real easy
+And I know that you'll still wanna see me
+On the Sunday morning, music real loud
+Let me love you while the moon is still out
+
+Something in you, lit up Heaven in me
+The feeling won't let me sleep
+'Cause I'm lost in the way you move
+The way you feel
+
+One kiss is all it takes
+Falling in love with me
+Possibilities, I look like all you need
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,98.42999999999999
+Mao Buyi,6gvSKE72vF6N20LfBqrDmm,像我這樣的人,5VGIY7p4J5WPMCtXYWBdbX,"像我這樣優秀的人
+本該燦爛過一生
+怎麼二十多年到頭來
+還在人海裡浮沉
+
+像我這樣聰明的人
+早就告別了單純
+怎麼還是用了一段情
+去換一身傷痕
+
+像我這樣迷茫的人
+像我這樣尋找的人
+像我這樣碌碌無為的人
+你還見過多少人
+
+像我這樣庸俗的人
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Godzilla (feat. Juice WRLD),7FIWs0pqAYbP91WWM0vlTQ,"(Ugh, you're a monster)
+
+I can swallow a bottle of alcohol and I'll feel like Godzilla
+Better hit the deck like the card dealer
+My whole squad's in here, walkin' around the party
+A cross between a zombie apocalypse and B-Bobby, ""The
+Brain"" Heenan which is probably the same reason I wrestle with mania
+Shady's in this bitch, I'm posse'd up
+Consider it to cross me a costly mistake
+If they sleepin' on me, the hoes better get insomnia, ADHD, Hydroxycut
+Pass the Courvoisi' (hey, hey)
+
+In AA, with an AK, melee, finna set it like a playdate
+Better vacate, retreat like a vacay, mayday (ayy)
+This beat is cray-cray, Ray J, H-A-H-A-H-A
+Laughin' all the way to the bank, I spray flames
+They cannot tame or placate the (ayy)
+
+Monster
+You get in my way? I'ma feed you to the monster (yeah)
+I'm normal during the day, but at night turn to a monster (yeah)
+When the moon shines like Ice Road Truckers
+I look like a villain outta those blockbusters
+Godzilla, fire spitter, monster
+Blood on the dance floor, and on the Louis V carpet
+Fire, Godzilla, fire, monster
+Blood on the dance floor, and on the Louis V carpet
+
+I'm just a product of Slick Rick, at Onyx, told 'em lick the balls
+Had 'em just appalled at so many things that pissed 'em off
+It's impossible to list 'em all
+And in the midst of all this
+I'm in a mental hospital with a crystal ball
+Tryna see, will I still be like this tomorrow?
+Risperdal, voices whisper
+
+My fist is balled back up against the wall, pencil drawn
+This is just the song to go ballistic on
+You just pulled a pistol on the guy with the missile launcher
+I'm just a Loch Ness, the mythological
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,82.53
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Joke's On You,2D0FX6WiP1GKGL3yCdXxs7,"Drag me to death, like a lit cigarette
+Took my last breath, like the smoke from my lips
+I've lied for you, and I liked it too
+But my knees are bruised, from kneelin' to you
+I've had enough, but you're too hard to quit
+We've had our fun, now your sugar makes me sick
+I've lied for you, and I liked it too
+But my makeup's ruined
+
+And now I'm laughin' through my tears
+I'm cryin' through my fear
+But baby, if I had to choose
+The joke's on you
+
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,90.81
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Don't Start Now,6WrI0LAC5M1Rw2MnX2ZvEg,"If you don't wanna see me
+
+Did a full 180, crazy
+Thinking 'bout the way I was
+Did the heartbreak change me? Maybe
+But look at where I ended up
+I'm all good, already
+So moved on, it's scary
+I'm not where you left me at all, so
+
+If you don't wanna see me dancing with somebody
+
+If you wanna believe that anything could stop me
+
+Don't show up, don't come out
+Don't start caring about me now
+Walk away, you know how
+Don't start caring about me now
+
+Aren't you the guy who tried to
+Hurt me with the word ""goodbye""?
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,95.92
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Back To December,3DrjZArsPsoqbLzUZZV1Id,"I'm so glad you made time to see me
+How's life, tell me how's your family
+I haven't seen them in a while
+You've been good, busier then ever
+We small talk, work and the weather
+Your guard is up and I know why
+
+'Cause the last time you saw me
+Is still burned in the back of your mind
+You gave me roses and I left them there to die
+
+So this is me swallowing my pride
+Standing in front of you saying I'm sorry for that night
+And I'd go back to December all the time
+It turns out freedom ain't nothing but missing you
+Wishing I'd realized what I had when you were mine
+I'd go back to December
+Turn around and make it all right
+I'd go back to December all the time
+
+These days I haven't been sleeping
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,63.23
+Jodi Benson,4mmMtabvFCKA6HfmVmitNH,Part of Your World,7tUSJY4nsDBJTjd1UXKRsT,"Maybe he's right
+Maybe there is something the matter with me
+I just don't see how a world that makes such wonderful things
+Could be bad
+
+Look at this stuff
+Isn't it neat?
+Wouldn't you think my collection's complete?
+Wouldn't you think I'm the girl
+The girl who has everything
+
+Look at this trove
+Treasures untold
+How many wonders can one cavern hold?
+Lookin' around here you'd think
+Sure, she's got everything
+
+I've got gadgets and gizmos aplenty
+I've got whozits and whatzits galore
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,53.620000000000005
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Physical,5px6upUHM3fhOP621Edp4V,"Common love isn't for us
+We created something phenomenal
+Don't you agree? Don't you agree?
+You got me feeling diamond-rich
+Nothing on this planet compares to it
+Don't you agree? Don't you agree?
+
+Who needs to go to sleep when I got you next to me?
+
+All night, I'll riot with you
+I know you got my back, and you know I got you
+So come on (come on), come on (come on), come on (come on)
+Let's get physical
+Lights out, follow the noise
+Baby, keep on dancing like you ain't got a choice
+So come on (come on), come on (come on), come on
+Let's get physical
+
+Adrenaline keeps on rushing in
+Love the simulation we're dreaming in
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,65.08
+Gotye,2AsusXITU8P25dlRNhcAbG,Somebody That I Used To Know,4wCmqSrbyCgxEXROQE6vtV,"Now and then I think of when we were together
+Like when you said you felt so happy you could die
+Told myself that you were right for me
+But felt so lonely in your company
+But that was love, and it's an ache I still remember
+
+You can get addicted to a certain kind of sadness
+Like resignation to the end, always the end
+So when we found that we could not make sense
+Well, you said that we would still be friends
+But I'll admit that I was glad it was over
+
+But you didn't have to cut me off
+Make out like it never happened and that we were nothing
+And I don't even need your love
+But you treat me like a stranger, and that feels so rough
+No, you didn't have to stoop so low
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.21
+Plain White T's,1g1yxsNVPhMUl9GrMjEb2o,Hey There Delilah,4RCWB3V8V0dignt99LZ8vH,"Hey there Delilah, what's it like in New York City?
+I'm a thousand miles away, but girl, tonight you look so pretty, yes, you do
+Times Square can't shine as bright as you, I swear it's true
+
+Hey there Delilah, don't you worry about the distance
+I'm right there if you get lonely
+Give this song another listen, close your eyes
+Listen to my voice, it's my disguise, I'm by your side
+
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me
+Oh, it's what you do to me, what you do to me
+
+Hey there Delilah, I know times are getting hard
+But just believe me, girl, someday I'll pay the bills with this guitar
+We'll have it good
+We'll have the life we knew we would, my word is good
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,94.8
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Break My Heart,1raaNykBg1bDnWENUiglUA,"I've always been the one to say the first goodbye
+Had to love and lose a hundred million times
+Had to get it wrong to know just what I like
+Now I'm falling
+
+You say my name like I have never heard before
+I'm indecisive, but this time, I know for sure
+I hope I'm not the only one that feels it all
+Are you falling?
+
+Centre of attention
+You know you can get whatever you want from me
+Whenever you want it, baby
+It's you in my reflection
+I'm afraid of all the things it could do to me
+If I would've known it, baby
+
+I would've stayed at home
+'Cause I was doing better alone
+But when you said, ""Hello""
+I knew that was the end of it all
+I should've stayed at home
+'Cause now there ain't no letting you go
+Am I falling in love with the one that could break my heart?
+
+Oh no, I was doing better alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.83
+Maxence Cyrin,3NcPjvA2rp9FPj1JBAXwOS,Where Is My Mind,4jNQkWhuzqrbqQuqanFFJ6,"I've always been the one to say the first goodbye
+Had to love and lose a hundred million times
+Had to get it wrong to know just what I like
+Now I'm falling
+
+You say my name like I have never heard before
+I'm indecisive, but this time, I know for sure
+I hope I'm not the only one that feels it all
+Are you falling?
+
+Centre of attention
+You know you can get whatever you want from me
+Whenever you want it, baby
+It's you in my reflection
+I'm afraid of all the things it could do to me
+If I would've known it, baby
+
+I would've stayed at home
+'Cause I was doing better alone
+But when you said, ""Hello""
+I knew that was the end of it all
+I should've stayed at home
+'Cause now there ain't no letting you go
+Am I falling in love with the one that could break my heart?
+
+Oh no, I was doing better alone
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",None,0.0
+Rachel Bay Jones,782wocBbKLROLTSPViayHH,So Big / So Small,5M2LiZ8SmRFWl1IJ0F7JNR,"It was a February day
+When your dad came by, before going away
+A U-Haul truck in the driveway
+The day it was suddenly real
+
+I told you not to come outside
+But you saw that truck
+And you smiled so wide
+A real live truck in your driveway
+We let you sit behind the wheel
+
+Goodbye, goodbye
+Now it's just me and my little guy
+And the house felt so big, and I felt so small
+The house felt so big, and I felt so small
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,69.56
+Cher Lloyd,4m4SfDVbF5wxrwEjDKgi4k,None Of My Business,2SPEg45ZaUFJCg9GwNmRvw,"Damn, I heard that you and her been having problems
+She likes to fight, I guess you both have that in common
+Started at the top and now you at the bottom
+But baby, this is none of my business
+
+You moved on, that a wrong, been a while, baby
+So did I (so did I, so did I)
+Took her home to your mom
+Oh, but trust me that ain't on my mind
+(On my mind, on my mind, on my mind)
+
+I-I-I-I, I-I-I-I
+I saw on my feed
+She looks a little like me
+I-I-I-I, I-I-I-I
+I can't help but see
+It's not jealousy, no
+
+Damn, I heard that you and her been having problems
+She likes to fight, I guess you both have that in common
+Started at the top, and now you at the bottom
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Negative,45.519999999999996
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Lonely (with benny blanco),4y4spB9m0Q6026KfkAvy9Q,"Everybody knows my name now
+But somethin' 'bout it still feels strange
+Like lookin' in a mirror, tryna steady yourself
+And seein' somebody else
+And everything is not the same now
+It feels like all our lives have changed
+Maybe when I'm older, it'll all calm down
+But it's killin' me now
+
+What if you had it all
+But nobody to call?
+Maybe then you'd know me
+'Cause I've had everything
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,80.47
+Griff,5RJFJWYgtgWktosLrUDzff,Black Hole,6xw8ld1ztoCKifwTN6uGDq,"Now and then
+Your name comes up in conversation with my friends
+I hate how much I feel it right there in my chest
+I hate how much I feel it, yeah
+
+Like, how are you?
+It seems like things are going really well for you
+I wish that I could say the same about me too
+I wish that I could say the same
+
+And boy, you know I've tried to pray
+I've bruised my knees
+I've tried to bring you back to me
+I've tried my best to find some kind of peace
+Don't you see?
+
+There's a big black hole where my heart used to be
+And I tried my best to fill it up with things I don't need
+It don't work like that, no, it's not easy
+To fill this gap that you left in me
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Positive,97.39999999999999
+Mika Nakashima,3D73KNJRMbV45N59E8IN0F,僕が死のうと思ったのは,2NOIV90vZjJEzbKiJyGZiS,"僕が死のうと思ったのは
+ウミネコが桟橋で鳴いたから
+波の随意に浮かんで消える
+過去も啄ばんで飛んでいけ
+
+僕が死のうと思ったのは
+誕生日に杏の花が咲いたから
+その木漏れ日でうたた寝したら
+虫の死骸と土になれるかな
+
+薄荷飴 漁港の灯台 錆びたアーチ橋 捨てた自転車
+木造の駅のストーブの前で
+どこにも旅立てない心
+今日はまるで昨日みたいだ
+明日を変えるなら今日を変えなきゃ
+分かってる 分かってる けれど
+
+僕が死のうと思ったのは
+心が空っぽになったから
+...
+
+******* This Lyrics is NOT for Commercial use *******
+(1409622883590)",Neutral,0.0
diff --git a/my_playlist_v1.csv b/my_playlist_v1.csv
new file mode 100644
index 0000000000..92b9e4b784
--- /dev/null
+++ b/my_playlist_v1.csv
@@ -0,0 +1,201 @@
+artist_name,artist_id,track_name,track_id
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Locked out of Heaven,3w3y8KPTfNeOKPiqUTakBh
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,There's Nothing Holdin' Me Back,7JJmb5XwzOO8jgpou264Ml
+a-ha,2jzc5TC5TVFLXQlBNiIUzE,Take on Me,2WfaOiMkCvy7F5fcp2zZ8L
+James Arthur,4IWBUUAFIplrNtaOHcJPRM,Say You Won't Let Go,5uCax9HTNlzGybIStD3vDh
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Something Just Like This,6RUKPb4LETWmmr3iAEQktW
+Avicii,1vCWHaC5f2uS3yhpwWbIA6,Wake Me Up,0nrRP2bk19rLc0orkWPQk2
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Memories,4cktbXiXOapiLBMprHFErI
+Imagine Dragons,53XhwfbYqKCa1cC15pYq2q,Thunder,1zB4vmk8tFRmM9UULNzbLB
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,Adore You,3jjujdWJ72nww5eGnfs2E7
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Viva La Vida,1mea3bSkSGXuIRvnydlB5b
+John Legend,5y2Xq6xcjJb2jVM54GHK3t,All of Me,3U4isOIWM3VvDubwSI3y7a
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Photograph,1HNkqx9Ahdgi1Ixy2xkKkL
+Elton John,3PhoLpVuITZKcymswpck5b,I'm Still Standing,1jDJFeK9x3OZboIAHsY9k2
+Bon Jovi,58lV9VcRSjABbAbfWS6skp,Livin' On A Prayer,37ZJ0p5Jm13JPevGcx4SkF
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Love On The Brain,5oO3drDxtziYU2H1X23ZIp
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Closer,7BKLCZ1jbUBVqRi2FVlTVw
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Treat You Better,3QGsuHI8jO1Rx4JWLUh9jd
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,Falling,1ZMiCix7XSAbfAJlEZWMCp
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Shallow,2VxeLyX666F8uXCJ0dZF8B
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,A Sky Full of Stars,0FDzzruyVECATHXKHFs9eJ
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Maps,4gbVRS8gloEluzf0GzDOFc
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Thinking out Loud,34gCuhDGsG4bRPIf9bb02f
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Before You Go,2gMXnyrvIjhVBUZwvLZDMP
+TOTO,0PFtn5NtBbbUNbU9EAmIWF,Africa,2374M0fQpWi3dLnB54qaLX
+The Goo Goo Dolls,2sil8z5kiy4r76CRTXxBCA,Iris,6Qyc6fS4DsZjB2mRW9DsQs
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Umbrella,49FYlytm3dAAraYgpoJZux
+Mark Ronson,3hv9jJF3adDNsBSIQDqcjp,Uptown Funk (feat. Bruno Mars),32OlwWuMpZ6b0aN2RZOeMS
+Marshmello,64KEffDW9EtZ1y2vBYgq8T,Happier,2dpaYNEQHiRxtZbfNsse99
+WALK THE MOON,6DIS6PRrLS3wbnZsf7vYic,Shut Up and Dance,4kbj5MwxO1bq9wjT5g9HaA
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Stuck with U (with Justin Bieber),4HBZA5flZLE435QTztThqH
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,0SiywuOBRcynK0uKGWdCnn
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Story of My Life,4nVBt6MZDDP6tRVdQTgxJg
+ABBA,0LcJLqbBmaGUft1e9Mm8HV,Dancing Queen,0GjEhVFGZW8afUYGChu3Rr
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Just the Way You Are,7BqBn9nzAq8spo5e7cZ0dJ
+Bryan Adams,3Z02hBLubJxuFJfhacLSDc,Summer Of '69,0GONea6G2XdnHWjNZd6zt3
+Train,3FUY2gzHeIiaesXtOAdB7A,"Hey, Soul Sister",4HlFJV71xXKIGcU3kRyttv
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Mercy,0AS63m1wHv9n4VVRizK6Hc
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",3e9HZxeyfWwjeyPAMmWSSQ
+Ava Max,4npEfmQ6YuiwW1GpUmaq3F,Sweet but Psycho,7DnAm9FOTWE3cUvso43HhI
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,This Is What You Came For,0azC730Exh71aQlOt9Zj3y
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Sorry,09CtPGIpYB4BrO8qb1RGsF
+Whitney Houston,6XpaIBNiVzIetEPCWDvAFP,I Wanna Dance with Somebody (Who Loves Me),2tUBqZG2AbRi7Q0BIrVrEj
+Panic! At The Disco,20JZFwl6HVl6yg8a4H3ZqK,High Hopes,1rqqCSm0Qe4I9rUvWncaom
+Backstreet Boys,5rSXSAkZ67PYJSvpUpkOr7,I Want It That Way,47BBI51FKFwOMlIiX6m8ya
+Maroon 5,04gDigrS5kc9YWfZHwBETP,Sugar,2iuZJX9X9P0GKaE93xcPjk
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,0HPD5WQqrq7wPWR7P7Dw1i
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0
+P!nk,1KCSPY1glIKqW2TotWuXOR,Just Give Me a Reason (feat. Nate Ruess),1mKXFLRA179hdOWQBwUk9e
+Pitbull,0TnOYISbd1XYRBk9myaseg,Timber (feat. Ke$ha),3cHyrEgdyYRjgJKSOiOtcS
+MAGIC!,0DxeaLnv6SyYk2DOqkLO8c,Rude,6RtPijgfPKROxEzTHNRiDp
+Spice Girls,0uq5PttqEjj3IH1bzwcrXF,Wannabe,1Je1IMUlBXcx1Fz0WE7oPT
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Bruises,4Of7rzpRpV1mWRbhp5rAqG
+Jonas Brothers,7gOdHgIoIKoe4i9Tta6qdD,Sucker,22vgEDb5hykfaTwLuskFGD
+Pharrell Williams,2RdwBSPQiwcmiDo9kixcl8,"Happy - From ""Despicable Me 2""",60nZcImufyMA1MKQY3dcCH
+Calum Scott,6ydoSd3N2mwgwBHtF6K7eX,Dancing On My Own,2BOqDYLOJBiMOXShCV1neZ
+Swedish House Mafia,1h6Cn3P4NGzXbaXidqURXs,Don't You Worry Child - Radio Edit,2V65y3PX4DkRhy1djlxd9p
+4 Non Blondes,0Je74SitssvJg1w4Ra2EK7,What's Up?,0jWgAnTrNZmOGmqgvHhZEm
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Happier,2RttW7RAu5nOAfq6YFvApB
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Havana (feat. Young Thug),1rfofaqEpACxVEHIZBJe6W
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Dynamite,2CEgGE6aESpnmtfiZwYlbV
+Snow Patrol,3rIZMv9rysU7JkLzEaC5Jp,Chasing Cars,5hnyJvgoWiQUYZttV4wXy6
+Niall Horan,1Hsdzj7Dlq2I7tHP7501T4,This Town,0qvzXomUDJVaUboy2wMfiS
+Lukas Graham,25u4wHJWxCA9vO0CzxAbK7,7 Years,5kqIPrATaCc2LqxVWzQGbk
+The Fray,0zOcE3mg9nS6l3yxt1Y0bK,How to Save a Life,5fVZC9GiM4e8vu99W0Xf6J
+Jason Mraz,4phGZZrJZRo4ElhRtViYdl,I'm Yours,1EzrEOXmMH3G43AXT1y7pA
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Drag Me Down,2K87XMYnUMqLcX3zvtAF4G
+ZAYN,5ZsFI1h6hIdQRw2ti0hz81,I Don’t Wanna Live Forever (Fifty Shades Darker),55n9yjI6qqXh5F2mYvUc2y
+Dean Lewis,3QSQFmccmX81fWCUSPTS7y,Be Alright,3EPXxR3ImUwfayaurPi3cm
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,09IStsImFySgyp0pIQdqAc
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,5xEM5hIgJ1jjgcEBfpkt2F
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Where Is The Love?,0xmjwnQ3FNE6HuWCt2nHdZ
+Maroon 5,04gDigrS5kc9YWfZHwBETP,This Love,6ECp64rv50XVz93WvxXMGF
+Wham!,5lpH0xAS4fVfLkACg9DAuM,Wake Me Up Before You Go-Go,0ikz6tENMONtK6qGkOrU3c
+Usher,23zg3TcAtWQy7J6upgbUnj,DJ Got Us Fallin' In Love (feat. Pitbull),4356Typ82hUiFAynbLYbPn
+Cyndi Lauper,2BTZIqw0ntH9MvilQ3ewNY,Girls Just Want to Have Fun,4y1LsJpmMti1PfRQV9AWWe
+Adele,4dpARuHxo51G3z768sgnrY,Rolling in the Deep,1c8gk2PeTE04A1pIDH9YMk
+Billy Joel,6zFYqv1mOsgBRQbae3JJ9e,Uptown Girl,5zA8vzDGqPl2AzZkEYQGKh
+U2,51Blml2LZPmy7TTiAg47vQ,With Or Without You - Remastered,6ADSaE87h8Y3lccZlBJdXH
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Royals,2dLLR6qlu5UJ5gk0dKz0h3
+Ellie Goulding,0X2BH1fck6amBIoJhDVmmJ,"Love Me Like You Do - From ""Fifty Shades Of Grey""",3zHq9ouUJQFQRf3cm1rRLu
+Katrina & The Waves,2TzHIUhVpeeDxyJPpQfnV3,Walking On Sunshine,05wIrZSwuaVWhcv5FfqeH0
+Jessie J,2gsggkzM5R49q6jpPvazou,Bang Bang,0puf9yIluy9W0vpMEUoAnN
+Adele,4dpARuHxo51G3z768sgnrY,Someone Like You,1zwMYTA5nlNjZxYrvBB2pV
+American Authors,0MlOPi3zIDMVrfA9R04Fe3,Best Day Of My Life,5Hroj5K7vLpIG4FNCRIjbP
+John Travolta,4hKkEHkaqCsyxNxXEsszVH,You're The One That I Want - From “Grease”,0B9x2BRHqj3Qer7biM3pU3
+Smash Mouth,2iEvnFsWxR0Syqu2JNopAd,All Star,3cfOd4CMv2snFaKAnMdnvK
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Galway Girl,0afhq8XCExXpqazXczTSve
+Maroon 5,04gDigrS5kc9YWfZHwBETP,She Will Be Loved - Radio Mix,4llK75pXNWZz6KAho2Gp16
+George Ezra,2ysnwxxNtSgbb9t1m2Ur4j,Budapest,2ixsaeFioXJmMgkkbd4uj1
+Owl City,07QEuhtrNmmZ0zEcqE9SF6,Fireflies,3DamFFqW32WihKkTVlwTYQ
+Jeremy Zucker,3gIRvgZssIb9aiirIg0nI3,comethru,18uwL0vNUanqZH0ro2QcOP
+Adele,4dpARuHxo51G3z768sgnrY,Set Fire to the Rain,73CMRj62VK8nUS4ezD2wvi
+Tones And I,2NjfBq1NflQcKSeiDooVjY,Dance Monkey,2XU0oxnq2qxCpomAAuJY8K
+Ed Sheeran,6eUKZXaKkcviH0Ku9w2n3V,Castle on the Hill,6PCUP3dWmTjcTtXY02oFdT
+Bruce Springsteen,3eqjTLE0HfPfh78zjh6TqT,Dancing In the Dark,7FwBtcecmlpc1sLySPXeGE
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Oops!...I Did It Again,6naxalmIoLFWR0siv8dnQQ
+The Wanted,2NhdGz9EDv2FeUw6udu2g1,Glad You Came,5yDL13y5giogKs2fSNf7sj
+Sixpence None The Richer,0lJlKQvuM2Sd9DPPyUXcHg,Kiss Me,754kgU5rWscRTfvlsuEwFp
+Train,3FUY2gzHeIiaesXtOAdB7A,Drops of Jupiter (Tell Me),2hKdd3qO7cWr2Jo0Bcs0MA
+Tracy Chapman,7oPgCQqMMXEXrNau5vxYZP,Fast Car,2M9ro2krNb7nr7HSprkEgo
+Alicia Keys,3DiDSECUqqY1AuBP8qtaIa,No One,6IwKcFdiRQZOWeYNhUiWIv
+Elton John,3PhoLpVuITZKcymswpck5b,Don't Go Breaking My Heart,7HW5WIw7ZgZORCzUxv5gW5
+Avicii,1vCWHaC5f2uS3yhpwWbIA6,Without You (feat. Sandro Cavazza),6Pgkp4qUoTmJIPn7ReaGxL
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Crazy In Love (feat. Jay-Z),5IVuqXILoxVWvWEPm82Jxr
+Train,3FUY2gzHeIiaesXtOAdB7A,Drive By,0KAiuUOrLTIkzkpfpn9jb9
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Grenade,2tJulUYLDKOg9XrtVkMgcJ
+Fleetwood Mac,08GQAI4eElDnROBrJRGE0X,Everywhere - 2017 Remaster,254bXAqt3zP6P50BdQvEsq
+Shania Twain,5e4Dhzv426EvQe3aDb64jL,Man! I Feel Like A Woman!,6sxptembJVty4sNtcPMAVz
+Halsey,26VFTg2z8YR0cCuwLzESi2,Without Me,5p7ujcrUXASCNwRaWNHR1C
+Counting Crows,0vEsuISMWAKNctLlUAhSZC,Mr. Jones,5DiXcVovI0FcY2s0icWWUu
+OneRepublic,5Pwc4xIPtQLFEnJriah9YJ,Counting Stars,6sy3LkhNFjJWlaeSMNwQ62
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Wild Ones (feat. Sia),1NpW5kyvO4XrNJ3rnfcNy3
+George Ezra,2ysnwxxNtSgbb9t1m2Ur4j,Shotgun,4ofwffwvvnbSkrMSCKQDaC
+Rachel Platten,3QLIkT4rD2FMusaqmkepbq,Fight Song,37f4ITSlgPX81ad2EvmVQr
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,You & I,2afCBiru10AFckfOa49wIa
+Zara Larsson,1Xylc3o4UrD53lo9CvFvVg,Lush Life,1rIKgCH4H52lrvDcz50hS8
+Toploader,6xeFne1rkxMhKSW3ipvkdV,Dancing in the Moonlight,3Fzlg5r1IjhLk2qRw667od
+Tom Petty,2UZMlIwnkgAEDBsw1Rejkn,Free Fallin',5tVA6TkbaAH9QMITTQRrNv
+U2,51Blml2LZPmy7TTiAg47vQ,I Still Haven't Found What I'm Looking For,6wpGqhRvJGNNXwWlPmkMyO
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,We Found Love,0U10zFw4GlBacOy9VDGfGL
+Whitney Houston,6XpaIBNiVzIetEPCWDvAFP,I Will Always Love You,4eHbdreAnSOrDDsFfc4Fpm
+Vanessa Carlton,5ILrArfIV0tMURcHJN8Q07,A Thousand Miles,4w1lzcaoZ1IC2K5TwjalRP
+Cher,72OaDtakiy6yFqkt4TsiFt,Believe,2goLsvvODILDzeeiT4dAoR
+Starship,0kObWap02DEg9EAJ3PBxzf,Nothing's Gonna Stop Us Now,3X7uFMzJrEE0sxn62qd8Ch
+Green Day,7oPftvlwr6VrsViSDV7fJY,Good Riddance (Time of Your Life),6ORqU0bHbVCRjXm9AjyHyZ
+P!nk,1KCSPY1glIKqW2TotWuXOR,Raise Your Glass,1gv4xPanImH17bKZ9rOveR
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Use Somebody,5VGlqQANWDKJFl0MBG3sg2
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Rain On Me (with Ariana Grande),7ju97lgwC2rKQ6wwsf9no9
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Take A Bow,3goSVuTt3fDYDP6kRnFwuL
+Oasis,2DaxqgrOhkeH0fpeiQq2f4,Wonderwall - Remastered,7ygpwy2qP3NbrxVkHvUhXY
+Marshmello,64KEffDW9EtZ1y2vBYgq8T,Be Kind (with Halsey),3Z8FwOEN59mRMxDCtb8N0A
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Good Feeling,2LEF1A8DOZ9wRYikWgVlZ8
+Dolly Parton,32vWCbZh0xZ4o9gkz4PsEU,9 to 5,4w3tQBXhn5345eUXDGBWZG
+Phil Collins,4lxfqrEsLX6N1N4OCSkILp,You Can't Hurry Love - 2016 Remaster,4YwbSZaYeYja8Umyt222Qf
+Labrinth,2feDdbD5araYcm6JhFHHw7,Jealous,4G92yYrUs0cvY7G41YRI0z
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Dancing With A Stranger (with Normani),6Qs4SXO9dwPj5GKvVOv8Ki
+Lou Bega,46lnlnlU0dXTDpoAUmH6Qx,Mambo No. 5 (a Little Bit of...),6x4tKaOzfNJpEJHySoiJcs
+Katy Perry,6jJ0s89eD6GaHleKKya26X,California Gurls,6tS3XVuOyu10897O3ae7bi
+Hozier,2FXC3k01G6Gw61bmprjgqS,Take Me to Church,1CS7Sd1u5tWkstBhpssyjP
+P!nk,1KCSPY1glIKqW2TotWuXOR,So What,0JiY190vktuhSGN6aqJdrt
+Echosmith,1PbBg2aYjWLKRk84zJK15x,Cool Kids,13P5rwmk2EsoFRIz9UCeh9
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Forever,3NZJlJemX3mzjf56MqC5ML
+B.o.B,5ndkK3dpZLKtBklKjxNQwT,Nothin' on You (feat. Bruno Mars),59dLtGBS26x7kc0rHbaPrq
+Gotye,2AsusXITU8P25dlRNhcAbG,Somebody That I Used To Know,4wCmqSrbyCgxEXROQE6vtV
+Cyndi Lauper,2BTZIqw0ntH9MvilQ3ewNY,Time After Time,7o9uu2GDtVDr9nsR7ZRN73
+3 Doors Down,2RTUTCvo6onsAnheUk3aL9,Here Without You,3NLrRZoMF0Lx6zTlYqeIo4
+James Blunt,7KMqksf0UMdyA0UCf4R3ux,You're Beautiful,0vg4WnUWvze6pBOJDTq99k
+Starship,0kObWap02DEg9EAJ3PBxzf,We Built This City,6OnfBiiSc9RGKiBKKtZXgQ
+Kygo,23fqKkggKUBHNkbKtXEls4,Higher Love,6oJ6le65B3SEqPwMRNXWjY
+Lauv,5JZ7CnR6gTvEMKX4g70Amv,i'm so tired...,4vjpLMyL3ZO6aphdYr8XYw
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Last Friday Night (T.G.I.F.),455AfCsOhhLPRc68sE01D8
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Too Good At Goodbyes,3VlbOrM6nYPprVvzBZllE5
+Niall Horan,1Hsdzj7Dlq2I7tHP7501T4,Slow Hands,2cOUlop2ZakjOKe4WinesN
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,5R8dQOPq8haW94K7mgERlO
+Clean Bandit,6MDME20pz9RveH9rEXvrOM,Symphony (feat. Zara Larsson),72gv4zhNvRVdQA0eOenCal
+Natalie Imbruglia,0dlOr0VIysztGWvU1dpjmP,Torn,1Jaah2tmN9Hv81A87KZ1MU
+Passenger,0gadJ2b9A4SKsB1RFkBb66,Let Her Go,1KxwZYyzWNyZSRyErj2ojT
+Jonas Blue,1HBjj22wzbscIZ9sEb5dyf,Perfect Strangers,3P3pw6C19j31Rnzgo3JG7o
+B.o.B,5ndkK3dpZLKtBklKjxNQwT,Airplanes (feat. Hayley Williams of Paramore),6lV2MSQmRIkycDScNtrBXO
+Robin Thicke,0ZrpamOxcZybMHGg1AYtHP,Blurred Lines,0n4bITAu0Y0nigrz3MFJMb
+Huey Lewis & The News,7A9yZMTrFZcgEWAX2kBfK6,The Power Of Love,2olVm1lHicpveMAo4AUDRB
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Halo,4JehYebiI9JE8sR8MisGVb
+Lifehouse,5PokPZn11xzZXyXSfnvIM3,You And Me,0815caqt2Lytro5EIzMufT
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Stitches,5jsw9uXEGuKyJzs0boZ1bT
+Daniel Powter,7xTcuBOIAAIGDOSvwYFPzk,Bad Day,0mUyMawtxj1CJ76kn9gIZK
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Human,1sTsuZTdANkiFd7T34H3nb
+Clean Bandit,6MDME20pz9RveH9rEXvrOM,Rockabye (feat. Sean Paul & Anne-Marie),5knuzwU65gJK7IF5yJsuaW
+Phil Collins,4lxfqrEsLX6N1N4OCSkILp,Against All Odds (Take a Look at Me Now) - 2016 Remaster,63CHa6rmamv9OsehkRD8oz
+Shakira,0EmeFodog0BfCgMzAIvKQp,"Whenever, Wherever",2lnzGkdtDj5mtlcOW2yRtG
+Paul Simon,2CvCyf1gEVhI0mX6aFXmVI,You Can Call Me Al,0qxYx4F3vm1AOnfux6dDxP
+benny blanco,5CiGnKThu5ctn9pBxv7DGa,Eastside (with Halsey & Khalid),0d2iYfpKoM0QCKvcLCkBao
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Starving,4Ce37cRWvM1vIGGynKcs22
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,In My Blood,2QZ7WLBE8h2y1Y5Fb8RYbH
+Leona Lewis,5lKZWd6HiSCLfnDGrq9RAm,Bleeding Love,7wZUrN8oemZfsEd1CGkbXE
+Meghan Trainor,6JL8zeS1NmiOftqZTRgdTz,All About That Bass,5jE48hhRu8E6zBDPRSkEq7
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Marry You,22PMfvdz35fFKYnJyMn077
+Bastille,7EQ0qTo7fWT7DPxmxtSYEc,Pompeii,4Ub8UsjWuewQrPhuepfVpd
+Sam Smith,2wY79sveU1sp5g7SokKOiI,How Do You Sleep?,6b2RcmUt1g9N9mQ3CbjX2Y
+Jason Derulo,07YZf4WDAMNwqr4jfgOZ8y,Want to Want Me,7oGZAicScQt96OAW4AruYy
+Michael Jackson,3fMbdgg4jU18AjLCKBhRSm,The Way You Make Me Feel - 2012 Remaster,0sKlV58cODrjxGFOyf9IXY
+The Calling,5aMmmNxw4vgpc5XC6hK0zp,Wherever You Will Go,5QpaGzWp0hwB5faV8dkbAz
+Adele,4dpARuHxo51G3z768sgnrY,When We Were Young,7GgWAITsYJaRM3r50rfh5w
+The Script,3AQRLZ9PuTAozP28Skbq8V,Superheroes,37sINbJZcFdHFAsVNsPq1i
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,Meant to Be (feat. Florida Georgia Line),7iDa6hUg2VgEL1o1HjmfBn
+P!nk,1KCSPY1glIKqW2TotWuXOR,What About Us,0Qh38w01QRXK6KHIv0e3hb
+Olly Murs,3whuHq0yGx60atvA2RCVRW,Troublemaker (feat. Flo Rida),6s8nHXTJVqFjXE4yVZPDHR
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,7vu0JkJh0ldukEYbTVcqd0
+New Radicals,0Grjlu7ncIuCaSYvCs9fcd,You Get What You Give,1Cwsd5xI8CajJz795oy4XF
+Savage Garden,3NRFinRTEqUCfaTTZmk8ek,Truly Madly Deeply,013AWvizllIUEC2FOBzOnh
+The Script,3AQRLZ9PuTAozP28Skbq8V,The Man Who Can't Be Moved,3nqqDo8CcCLke3ZoTgiOKf
+Lewis Capaldi,4GNC7GD6oZMSxPGyXy4MNB,Someone You Loved,2TIlqbIneP0ZY1O0EzYLlc
+The Supremes,57bUPid8xztkieZfS7OlEV,You Can't Hurry Love,1OppEieGNdItZbE14gLBEv
+Kenny Loggins,3Y3xIwWyq5wnNHPp5gPjOW,"Footloose - From ""Footloose"" Soundtrack",2vz1CsL5WBsbpBcwgboTAw
+Alessia Cara,2wUjUUtkb5lvLKcGKsKqsR,Scars To Your Beautiful,42ydLwx4i5V49RXHOozJZq
+ABBA,0LcJLqbBmaGUft1e9Mm8HV,Take A Chance On Me,5BckPAYcKEJuYs1eV1BHHe
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Shake It Off,5xTtaWoae3wi06K5WfVUUH
diff --git a/my_playlist_v2.csv b/my_playlist_v2.csv
new file mode 100644
index 0000000000..5a51f0b946
--- /dev/null
+++ b/my_playlist_v2.csv
@@ -0,0 +1,151 @@
+artist_name,artist_id,track_name,track_id
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Rock Your Body,1AWQoqb9bSvzTjaLralEkT
+50 Cent,3q7HBObVc0L8jNeTe5Gofh,In Da Club,4RY96Asd9IefaL3X4LOLZ8
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,2x7MyWybabEz6Y6wvHuwGE
+Gwen Stefani,4yiQZ8tQPux8cPriYMWUFP,The Sweet Escape,66ZcOcouenzZEnzTJvoFmH
+Shakira,0EmeFodog0BfCgMzAIvKQp,Hips Don't Lie (feat. Wyclef Jean),3ZFTkvIE7kyPt6Nu3PEa7V
+Usher,23zg3TcAtWQy7J6upgbUnj,Yeah! (feat. Lil Jon & Ludacris),5rb9QrpfcKFHM1EUbSIurX
+Mary J. Blige,1XkoF8ryArs86LZvFOkbyr,Family Affair,3aw9iWUQ3VrPQltgwvN9Xu
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,"Lose Yourself - From ""8 Mile"" Soundtrack",5Z01UMMf7V1o0MzF86s6WJ
+Gnarls Barkley,5SbkVQYYzlw1kte75QIabH,Crazy,2N5zMZX7YeL1tico8oQxa9
+JAY-Z,3nFkdlSjzX9mRTtwJOzDYB,Empire State Of Mind,2igwFfvr1OAGX9SKDCPBwO
+Maroon 5,04gDigrS5kc9YWfZHwBETP,This Love,6ECp64rv50XVz93WvxXMGF
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,7Lf7oSEVdzZqTA0kEDSlS5
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Umbrella,49FYlytm3dAAraYgpoJZux
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Yellow,3AJwUDP919kvQ9QcozQPxg
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Without Me,7lQ8MOhq6IN2w8EYcFNSUk
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Mr. Brightside,003vvx7Niy0yvhvHt4a68B
+Linkin Park,6XyY86QOPPrYVGvF9ch6wz,In the End,60a0Rd6pjrkxjPbaKzXjfq
+Gorillaz,3AA28KZvwAUcZuOKwyblJQ,Feel Good Inc.,0d28khcov6AiegSCpG5TuT
+The White Stripes,4F84IBURUo98rz4r61KF70,Seven Nation Army,3dPQuX8Gs42Y7b454ybpMR
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,The Real Slim Shady,3yfqSUWxFvZELEM4PmlwIR
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,The Scientist,75JFxkI2RXiU7L9VXzMkle
+Foster The People,7gP3bB2nilZXLfPHJhMdvc,Pumped Up Kicks,7w87IxuO7BDcJ3YUqCyMTT
+Linkin Park,6XyY86QOPPrYVGvF9ch6wz,Numb,2nLtzopw4rPReszdYBJU6h
+The Game,0NbfKEOTQCcwd6o7wSDOHI,Hate It Or Love It,2wGSgTmgSF3xjRrHkTc25R
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,0SiywuOBRcynK0uKGWdCnn
+Outkast,1G9G7WwrXka3Z1r7aIDjI7,Ms. Jackson,0I3q5fE6wg7LIfHGngUTnV
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Viva La Vida,1mea3bSkSGXuIRvnydlB5b
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Promiscuous,2gam98EZKrF9XuOkU13ApN
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Till I Collapse,4xkOaSrkexMciUUogZKVTS
+Train,3FUY2gzHeIiaesXtOAdB7A,"Hey, Soul Sister",4HlFJV71xXKIGcU3kRyttv
+Evanescence,5nGIFgo0shDenQYSE0Sn7c,Bring Me To Life,0COqiPhxzoWICwFCS4eZcp
+Daddy Yankee,4VMYDCV2IEDYJArk749S6m,Gasolina,228BxWXUYQPJrJYHDLOHkj
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Fix You,7LVHVU3tWfcxj5aiPFEW4Q
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Stan,3UmaczJpikHgJFyBTAJVoz
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Sex on Fire,0ntQJM78wzOLVeCUAW7Y45
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,Can't Stop,3ZOEytgrvLwQaqXreDs2Jx
+Outkast,1G9G7WwrXka3Z1r7aIDjI7,Hey Ya!,2PpruBYCo4H7WOBJ7Q2EwM
+Akon,0z4gvV4rjIZ9wHck67ucSV,Smack That,2kQuhkFX7uSVepCD3h29g5
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,0HPD5WQqrq7wPWR7P7Dw1i
+Coldplay,4gzpq5DPGxSnKTe4SA8HAU,Clocks,0BCPKOYdS2jbQ8iyB56Zns
+Hoobastank,2MqhkhX4npxDZ62ObR5ELO,The Reason,77loZpT5Y5PRP1S451P9Yz
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Low (feat. T-Pain),0CAfXk7DXMnon4gLudAp7J
+Dr. Dre,6DPYiyq5kWVQS4RGwxzPC7,The Next Episode,4LwU4Vp6od3Sb08CsP99GC
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Disturbia,2VOomzT6VavJOGBeySqaMc
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Maneater,4wH4dJgrsxONID6KS2tDQM
+Amy Winehouse,6Q192DXotxtaysaqNPy5yR,Back To Black,3FAclTFfvUuQYnEsptbK8w
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,The Way I Are,2bLqfJjuC5syrsgDsZfGmn
+50 Cent,3q7HBObVc0L8jNeTe5Gofh,Candy Shop,5D2mYZuzcgjpchVY1pmTPh
+Alicia Keys,3DiDSECUqqY1AuBP8qtaIa,If I Ain't Got You,3XVBdLihbNbxUwZosxcGuJ
+Jimmy Eat World,3Ayl7mCk0nScecqOzvNp6s,The Middle,6GG73Jik4jUlQCkKg9JuGO
+Papa Roach,4RddZ3iHvSpGV4dvATac9X,Last Resort,5W8YXBz9MTIDyrpYaCg2Ky
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Dynamite,2CEgGE6aESpnmtfiZwYlbV
+Snow Patrol,3rIZMv9rysU7JkLzEaC5Jp,Chasing Cars,5hnyJvgoWiQUYZttV4wXy6
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Don't Stop The Music,0ByMNEPAPpOR5H69DVrTNy
+Kendrick Lamar,2YZyLoL8N0Wb9xBt1NhZWg,Alright,3iVcZ5G6tvkXZkZKlMpIUs
+The Fray,0zOcE3mg9nS6l3yxt1Y0bK,How to Save a Life,5fVZC9GiM4e8vu99W0Xf6J
+Dr. Dre,6DPYiyq5kWVQS4RGwxzPC7,Forgot About Dre,7iXF2W9vKmDoGAhlHdpyIa
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,5xEM5hIgJ1jjgcEBfpkt2F
+Nickelback,6deZN1bslXzeGvOLaLMOIF,How You Remind Me,0gmbgwZ8iqyMPmXefof8Yf
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Pon de Replay,4TsmezEQVSZNNPv5RJ65Ov
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Where Is The Love?,0xmjwnQ3FNE6HuWCt2nHdZ
+Plain White T's,1g1yxsNVPhMUl9GrMjEb2o,Hey There Delilah,4RCWB3V8V0dignt99LZ8vH
+Nelly Furtado,2jw70GZXlAI8QzWeY2bgRc,Say It Right,2aI21FnmY7TJVKeMaoQZ0t
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Gimme More,6ic8OlLUNEATToEFU3xmaH
+Sean Paul,3Isy6kedDrgPYoTS1dazA9,Temperature,0k2GOhqsrxDTAbFFSdNJjT
+Franz Ferdinand,0XNa1vTidXlvJ2gHSsRi4A,Take Me Out,20I8RduZC2PWMWTDCZuuAN
+Maroon 5,04gDigrS5kc9YWfZHwBETP,She Will Be Loved - Radio Mix,4llK75pXNWZz6KAho2Gp16
+Owl City,07QEuhtrNmmZ0zEcqE9SF6,Fireflies,3DamFFqW32WihKkTVlwTYQ
+Empire of the Sun,67hb7towEyKvt5Z8Bx306c,Walking On A Dream,5r5cp9IpziiIsR6b93vcnQ
+My Chemical Romance,7FBcuc1gsnv6Y1nwFtNRCb,Welcome to the Black Parade,5wQnmLuC1W7ATsArWACrgW
+Sean Kingston,6S0dmVVn4udvppDhZIWxCr,Beautiful Girls,1hGy2eLcmC8eKx7qr1tOqx
+Foo Fighters,7jy3rLJdDQY21OgRLCZ9sD,The Pretender,7x8dCjCr0x6x2lXKujYD34
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Oops!...I Did It Again,6naxalmIoLFWR0siv8dnQQ
+Shaggy,5EvFsr3kj42KNv97ZEnqij,It Wasn't Me,3WkibOpDF7cQ5xntM1epyf
+Estelle,5T0MSzX9RC5NA6gAI6irSn,American Boy,22UDw8rSfLbUsaAGTXQ4Z8
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,Thnks fr th Mmrs,3Zwu2K0Qa5sT6teCCHPShP
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,SexyBack (feat. Timbaland),0O45fw2L5vsWpdsOdXwNAR
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Dilemma,0ARK753YaiJbpLUk7z5yIM
+Usher,23zg3TcAtWQy7J6upgbUnj,My Boo,68vgtRHr7iZHpzGpon6Jlo
+t.A.T.u.,2Q3eZMfDQgT8MhPowKFXYO,All The Things She Said,4bJygwUKrRgq1stlNXcgMg
+Green Day,7oPftvlwr6VrsViSDV7fJY,Wake Me up When September Ends,3ZffCQKLFLUvYM59XKLbVm
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,6FB3v4YcR57y4tXFcdxI1E
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,"Sugar, We're Goin Down",2TfSHkHiFO4gRztVIkggkE
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Crazy In Love (feat. Jay-Z),5IVuqXILoxVWvWEPm82Jxr
+Jay Sean,4pADjHPWyrlAF0FA7joK2H,Down,6cmm1LMvZdB5zsCwX5BjqE
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Grenade,2tJulUYLDKOg9XrtVkMgcJ
+MGMT,0SwO7SWeDHJijQ3XNS7xEE,Kids,1jJci4qxiYcOHhQR247rEU
+Stromae,5j4HeCoUlzhfWtjAfM1acR,Alors on danse - Radio Edit,2GYHyAoLWpkxLVa4oYTVko
+JAY-Z,3nFkdlSjzX9mRTtwJOzDYB,Run This Town,7LR85XLWw2yXqKBSI5brbG
+Soulja Boy,6GMYJwaziB4ekv1Y6wCDWS,Kiss Me Thru The Phone,2q4rjDy9WhaN3o9MvDbO21
+Ne-Yo,21E3waRsmPlU7jZsS13rcj,So Sick,6brl7bwOHmGFkNw3MBqssT
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,Dani California,10Nmj3JCNoMeBQ87uw5j8k
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,Apologize - feat. One Republic,6ucR4KfvsBFWCMVFDvyKKl
+Modjo,0AkpPlFLnr0VQwZQeMGht0,Lady - Hear Me Tonight,49X0LAl6faAusYq02PRAY6
+Toploader,6xeFne1rkxMhKSW3ipvkdV,Dancing in the Moonlight,3Fzlg5r1IjhLk2qRw667od
+The Killers,0C0XlULifJtAgn6ZNCW2eu,When You Were Young,70wYA8oYHoMzhRRkARoMhU
+Green Day,7oPftvlwr6VrsViSDV7fJY,Boulevard of Broken Dreams,5GorCbAP4aL0EJ16frG2hd
+blink-182,6FBDaR13swtiWwGhX1WQsP,I Miss You,1AdYZ6X00nXmO613Y7GJOl
+P!nk,1KCSPY1glIKqW2TotWuXOR,Raise Your Glass,1gv4xPanImH17bKZ9rOveR
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Sk8er Boi,00Mb3DuaIH1kjrwOku9CGU
+Kings of Leon,2qk9voo8llSGYcZ6xrBzKx,Use Somebody,5VGlqQANWDKJFl0MBG3sg2
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Take A Bow,3goSVuTt3fDYDP6kRnFwuL
+Corinne Bailey Rae,29WzbAQtDnBJF09es0uddn,Put Your Records On,2nGFzvICaeEWjIrBrL2RAx
+MGMT,0SwO7SWeDHJijQ3XNS7xEE,Electric Feel,3FtYbEfBqAlGO46NUDQSAt
+Fall Out Boy,4UXqAaa6dQYAk18Lv7PEgX,"Dance, Dance",0a7BloCiNzLDD9qSQHh5m7
+Destiny's Child,1Y8cdNmUJH7yBTd9yOvr5i,Say My Name,7H6ev70Weq6DdpZyyTmUXk
+Snoop Dogg,7hJcb9fa4alzcOq3EaNPoG,Drop It Like It's Hot,2NBQmPrOEEjA8VbeWOQGxO
+Keane,53A0W3U0s8diEn9RhXQhVz,Somewhere Only We Know,0ll8uFnc0nANY35E0Lfxvg
+P!nk,1KCSPY1glIKqW2TotWuXOR,So What,0JiY190vktuhSGN6aqJdrt
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Forever,3NZJlJemX3mzjf56MqC5ML
+Mike Posner,2KsP6tYLJlTBvSUxnwlVWa,Cooler Than Me - Single Mix,2V4bv1fNWfTcyRJKmej6Sj
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Womanizer,4fixebDZAVToLbUCuEloa2
+Muse,12Chz98pHFMPJEknJQMWvI,Uprising,4VqPOruhp5EdPBeR92t6lQ
+Foo Fighters,7jy3rLJdDQY21OgRLCZ9sD,Best of You,5FZxsHWIvUsmSK1IAvm2pp
+3 Doors Down,2RTUTCvo6onsAnheUk3aL9,Here Without You,3NLrRZoMF0Lx6zTlYqeIo4
+James Blunt,7KMqksf0UMdyA0UCf4R3ux,You're Beautiful,0vg4WnUWvze6pBOJDTq99k
+Natasha Bedingfield,7o95ZoZt5ZYn31e9z1Hc0a,Unwritten,3U5JVgI2x4rDyHGObzJfNf
+Miley Cyrus,5YGY8feqx7naU7z4HrwZM6,Party In The U.S.A.,5Q0Nhxo0l2bP3pNjpGJwV1
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Last Friday Night (T.G.I.F.),455AfCsOhhLPRc68sE01D8
+Rise Against,6Wr3hh341P84m3EI8qdn9O,Savior,1vcxF91pWs9uNwDROuiCPB
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,5R8dQOPq8haW94K7mgERlO
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,0VwNdo84DaVYLIkbVO86ND
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Ride Wit Me,3Gf5nttwcX9aaSQXRWidEZ
+Ne-Yo,21E3waRsmPlU7jZsS13rcj,Miss Independent,34ceTg8ChN5HjrqiIYCn9Q
+Sean Paul,3Isy6kedDrgPYoTS1dazA9,Get Busy,5qTvkDrSfvwDv6RBjjcfQr
+Norah Jones,2Kx7MNY7cI1ENniW7vT30N,Don't Know Why,1zNXF2svmdlNxfS5XeNUgr
+Wheatus,4mYFgEjpQT4IKOrjOUKyXu,Teenage Dirtbag,25FTMokYEbEWHEdss5JLZS
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Halo,4JehYebiI9JE8sR8MisGVb
+Peter Bjorn and John,6u11Qbko2N2hP4lTBYjX86,Young Folks,4dyx5SzxPPaD8xQIid5Wjj
+Madonna,6tbjWDEIzxoDsBA1FuhfPW,Hung Up,3850dYVgOFIXJh5U4BFEWH
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You Belong With Me,1GEBsLDvJGw7kviySRI6GX
+T.I.,4OBJLual30L7gRl5UkeRcT,Live Your Life,3jlbL2OTD5YmIunYzgQTAN
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Girlfriend,45hOioMDJktr86iKDHC8gr
+Taio Cruz,6MF9fzBmfXghAz953czmBC,Break Your Heart,7ElF5zxOwYP4qVSWVvse3W
+Shakira,0EmeFodog0BfCgMzAIvKQp,La Tortura (feat. Alejandro Sanz),5BSclXJTa9B0iURhUjZo50
+Daniel Powter,7xTcuBOIAAIGDOSvwYFPzk,Bad Day,0mUyMawtxj1CJ76kn9gIZK
+Amy Macdonald,1hJuGCUpefX24GFmss9bjH,This Is The Life,2T3jgoAMbBXiMMD8pSc6QL
+Eve,4d3yvTptO48nOYTPBcPFZC,Let Me Blow Ya Mind,3RmKpob8xzv1pzHEQrMJah
+The Killers,0C0XlULifJtAgn6ZNCW2eu,Human,1sTsuZTdANkiFd7T34H3nb
+Nelly,2gBjLmx6zQnFGQJCAQpRgw,Hot In Herre,04KTF78FFg8sOHC1BADqbY
+Shakira,0EmeFodog0BfCgMzAIvKQp,"Whenever, Wherever",2lnzGkdtDj5mtlcOW2yRtG
+Amy Winehouse,6Q192DXotxtaysaqNPy5yR,"Valerie - Live At BBC Radio 1 Live Lounge, London / 2007",6nLvaCZFR1wEzW3sIKpsnr
+Red Hot Chili Peppers,0L8ExT028jH3ddEcZwqJJ5,By the Way,1f2V8U1BiWaC9aJWmpOARe
+Leona Lewis,5lKZWd6HiSCLfnDGrq9RAm,Bleeding Love,7wZUrN8oemZfsEd1CGkbXE
+Flo Rida,0jnsk9HBra6NMjO2oANoPY,Right Round,3GpbwCm3YxiWDvy29Uo3vP
+Bruno Mars,0du5cEVh5yTK9QJze8zA0C,Marry You,22PMfvdz35fFKYnJyMn077
+Green Day,7oPftvlwr6VrsViSDV7fJY,21 Guns,64yrDBpcdwEdNY9loyEGbX
+Seether,6B5c4sch27tWHAGdarpPaW,Fake It,4eAwB5pnKFTmsgc3zWoYO0
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Circus,7jk7gqyEonmVVYahZN5zhW
+The Calling,5aMmmNxw4vgpc5XC6hK0zp,Wherever You Will Go,5QpaGzWp0hwB5faV8dkbAz
diff --git a/my_playlist_v3.csv b/my_playlist_v3.csv
new file mode 100644
index 0000000000..2410bcc17e
--- /dev/null
+++ b/my_playlist_v3.csv
@@ -0,0 +1,52 @@
+artist_name,artist_id,track_name,track_id
+Wizkid,3tVQdUvClmAT7URs9V3rsp,2 Sugar (feat. Ayra Starr),1DA2ADZs6O28y2rmdmpekw
+Masego,3ycxRkcZ67ALN3GQJ57Vig,Say You Want Me,1xTYy3K3hiTcoZfoD7culn
+NxWorries,6PEMFpe3PTOksdV4ZXUpbE,Where I Go (feat. H.E.R.),3MlQPB0wJuopo3NTZGlMpI
+SZA,7tYKF4w9nC0nq9CsPZTHyP,Shirt,34ZAzO78a5DAVNrYIGWcPm
+Babyface,3aVoqlJOYx31lH1gibGDt3,Liquor (with Ari Lennox),0Phy2m1BWmxCB56byt2qvh
+SiR,3QTDHixorJelOLxoxcjqGx,Nothing Even Matters,1pJsmr01tzKnFfjeCvzcdc
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,CUFF IT,1xzi1Jcr7mEi9K2RfzLOqS
+Chlöe,1FtBEIWAwvw5ymBen5GICR,For the Night,6y39UI6gdUexBGprn6pQo6
+Mariah the Scientist,7HO5fOXE4gh3lzZn64tX2E,Spread Thin,4MbzauKV2ydtZZjLsPcuTF
+Mahalia,16rCzZOMQX7P8Kmn5YKexI,Bag Of You,3X7aFBB2ja4QT2XEuxKCIA
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Lift Me Up - From Black Panther: Wakanda Forever - Music From and Inspired By,35ovElsgyAtQwYPYnZJECg
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Queen Space (with Summer Walker),2dOUErBzFZJ8l7MbV6FcYW
+SAULT,1uRxRKC7d9zwYGSRflTKDR,Fight for Love,1LPQheJpIsG8rlUkCmZx2D
+Wizkid,3tVQdUvClmAT7URs9V3rsp,Money & Love,3nIj7jkWVKKmmKPdhgrddu
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,ALL MINE,3XgGQ1wjo5khvq2UImjyNF
+Jeremih,3KV3p5EY4AvKxOlhGHORLg,Changes,3noiPAHonb3coH4jSVM09i
+dvsn,7e1ICztHM2Sc4JNLxeMXYl,Don't Take Your Love,35fBkyvLRrHKO4edE69LtA
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,PLASTIC OFF THE SOFA,6ufcuVInt0ocHrUimDjGlb
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Call Me Every Day (feat. Wizkid),0SSVi1ND8YAk5XpaHOePoo
+Oxlade,3WTrdbZU99dgTtt3ZkyamT,KU LO SA - A COLORS SHOW,2WigMwGJysIh9fRnSJvpjn
+Muni Long,7tjVFCxJdwT4NdrTmjyjQ6,The Words,5HMl6aG4uTWFo8TZvJ7pfn
+Jessie Reyez,3KedxarmBCyFBevnqQHy3P,FOREVER (with 6LACK),2lVYLiHGIX6GajMqYXF1Un
+Sonder,2ICR2m4hOBPhaYiZB3rnLW,Make Me Stay,3REQkt60mafExNVnJehMdL
+Chris Brown,7bXgB6jMjp9ATFy66eO08Z,Under The Influence,5IgjP7X4th6nMNDh4akUHb
+Summer Walker,57LYzLEk2LcFghVwuWbcuS,Karma,2Fyjjpg03fn7n5cj0Qm380
+Alex Vaughn,24S5IyzXICyGscL4vYshdq,So Be It,4QzljsoizfscCExqa1CDWN
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Boy Bye (feat. Lucky Daye),0U8tC6UzgYePgOJT6Chlw9
+Snoh Aalegra,1A9o3Ljt67pFZ89YtPPL5X,DO 4 LOVE,3FImu2LpSuH6gDHBuFgIbS
+Kenyon Dixon,5AzjednUL6MFJP0dBic3be,Getting Late,4bYTTDFnNbakdU9NX8uMKj
+Lucky Daye,5Vuvs6Py2JRU7WiFDVsI7J,Guess,51t119U9qFdDHorI8GpNPb
+DESTIN CONRAD,4jwROPSUkTkohLCRiyjiZZ,DAYDREAM,2dsbZwFPMYhchakMgL72DD
+Ambré,6gj3sMEZYP6IESIptoXnrP,I'm Baby (ft. Jvck James),2rZQC2Hwy4sClylYHg2MXI
+Ashanti,5rkVyNGXEgeUqKkB5ccK83,Falling For You,1KgqMmNUqRdXqZhR4PXtg8
+Ciara,2NdeV5rLm47xAvogXrYhJX,Better Thangs (with Summer Walker),5ToBvPG8kVJ70jXGvealFs
+Bryson Tiller,2EMAnMvWE2eb56ToJVfCWs,Outside,4VY32hdU4byJ6cpEBAXRul
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,JACKIE BROWN,2IlT65thKQQw248mhk2PjQ
+Pink Sweat$,1W7FNibLa0O0b572tB2w7t,Lay Up N’ Chill (feat. A Boogie Wit da Hoodie),6FxdAycUNPT8gHH5JhG2xI
+Babyface,3aVoqlJOYx31lH1gibGDt3,Seamless (with Kehlani),2UqMwz0vqVDdkLHZrzSLOp
+Ari Lennox,1vaQ6v3pOFxAIrFoPrAcom,Leak It (feat. Chlöe),42j49u8GO8zuWiDCbZq2W4
+Ravyn Lenae,5RTLRtXjbXI2lSXc6jxlAz,Skin Tight (Alternate) [feat. Steve Lacy],4c16iHPk6g5XQavzEfDpld
+John Legend,5y2Xq6xcjJb2jVM54GHK3t,Splash (feat. Jhené Aiko & Ty Dolla $ign),5Ip2VxpYt1dCD7MKmjrw52
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,HEATED,1w7cgGZR86yWz1pA2puVJD
+Diddy,59wfkuBoNyhDMQGCljbUbA,Gotta Move On (feat. Bryson Tiller),3K9IrLs25jHtvWjAAFAfav
+Muni Long,7tjVFCxJdwT4NdrTmjyjQ6,Plot Twist,17hfTG2AmDsmt2KmBVhV6d
+Giveon,4fxd5Ee7UefO4CUXgwJ7IP,Make You Mine,7r1MqPAD09w24mCUUbxiCI
+Arin Ray,6TvjXbopXg71XRM9OZWqUc,Bad Idea (feat. Blxst),0igni3l2TL5YMWiTa2b1Qb
+SiR,3QTDHixorJelOLxoxcjqGx,Life Is Good (feat. Scribz Riley),4bxr2sOVZSLjIN7tQx53ir
+Chlöe,1FtBEIWAwvw5ymBen5GICR,Surprise,3xcapG4WdzvsER4g70MjKc
+Summer Walker,57LYzLEk2LcFghVwuWbcuS,Unloyal (with Ari Lennox),081Shn2hU3YxvQmGaCPegr
+Alex Isley,7E2ioKxoxI2J94tUkIx6As,Such A Thing,7dAtplicSnwRymddH1qmpC
+Brent Faiyaz,3tlXnStJ1fFhdScmQeLpuG,ROLLING STONE,0e0JshRej2NwT7jahEmv52
diff --git a/my_playlist_v4.csv b/my_playlist_v4.csv
new file mode 100644
index 0000000000..3f6c833183
--- /dev/null
+++ b/my_playlist_v4.csv
@@ -0,0 +1,51 @@
+artist_name,artist_id,track_name,track_id
+Drake,3TVXtAsR1Inumwj472S9r4,Rich Flex,1bDbXMyjaUIooNwFE9wn0N
+Drake,3TVXtAsR1Inumwj472S9r4,Major Distribution,46s57QULU02Voy0Kup6UEb
+Drake,3TVXtAsR1Inumwj472S9r4,Pussy & Millions (feat. Travis Scott),2KLwPaRDOB87XOYAT2fgxh
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Anti-Hero,0V3wPSX9ygBnCm8psDIegu
+Drake,3TVXtAsR1Inumwj472S9r4,On BS,34tz0eDhGuFErIuW3q4mPX
+Drake,3TVXtAsR1Inumwj472S9r4,Spin Bout U,2ZL7WZcjuYKi1KUDtp4kCC
+Drake,3TVXtAsR1Inumwj472S9r4,Privileged Rappers,7l2nxyx7IkBX5orhkALg0V
+Drake,3TVXtAsR1Inumwj472S9r4,Circo Loco,7GeTsDIc5ykNB6lORO6Cee
+Drake,3TVXtAsR1Inumwj472S9r4,BackOutsideBoyz,0wshkEEcJUQU33RSRBb5dv
+Drake,3TVXtAsR1Inumwj472S9r4,Broke Boys,45pUWUeEWGoSdH6UF162G8
+Drake,3TVXtAsR1Inumwj472S9r4,Hours In Silence,0sSRLXxknVTQDStgU1NqpY
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Lavender Haze,5jQI2r1RdgtuT8S3iG8zFC
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Midnight Rain,3rWDp9tBPQR9z6U5YyRSK4
+Steve Lacy,57vWImR43h4CaDao012Ofp,Bad Habit,4k6Uh1HXdhtusDW5y8Gbvy
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Maroon,3eX0NZfLtGzoLUxPNvRfqm
+Drake,3TVXtAsR1Inumwj472S9r4,Treacherous Twins,4Flfb4fGscN9kXPOduQLrv
+Drake,3TVXtAsR1Inumwj472S9r4,Middle of the Ocean,410TZrK18uRjtsTunG14cl
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Karma,7KokYm8cMIXCsGVmUvKtqf
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Unholy (feat. Kim Petras),3nqQXoyQOWXiESFLlDF1hG
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,"You're On Your Own, Kid",4D7BCuvgdJlYvlX5WlN54t
+Drake,3TVXtAsR1Inumwj472S9r4,Jumbotron Shit Poppin,2ZlABhxMMa43COmZ97kKsJ
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Bejeweled,3qoftcUZaUOncvIYjFSPdE
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Snow On The Beach (feat. Lana Del Rey),1wtOxkiel43cVs0Yux5Q4h
+Drake,3TVXtAsR1Inumwj472S9r4,More M’s,29YW2xXlo6Pc6M0SBTCXYN
+Joji,3MZsBdqDrRTJihTHQrO6Dq,Die For You,26hOm7dTtBi0TdpDGl141t
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Vigilante Shit,1xwAWUI6Dj0WGC3KiUPN0O
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Question...?,0heeNYlwOGuUSe7TgUD27B
+Lil Uzi Vert,4O15NlyKLIASxsJ0PrXPfz,Just Wanna Rock,4FyesJzVpA39hbYvcseO2d
+d4vd,5y8tKLUfMvliMe8IKamR32,Romantic Homicide,1xK59OXxi2TAAAbmZK0kBL
+SZA,7tYKF4w9nC0nq9CsPZTHyP,Shirt,34ZAzO78a5DAVNrYIGWcPm
+Drake,3TVXtAsR1Inumwj472S9r4,I Guess It’s Fuck Me,31bsuKDOzFGzBAoXxtnAJm
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Mastermind,7FmYn9e7KHMXcxqGSj9LjH
+Drake,3TVXtAsR1Inumwj472S9r4,Jimmy Cooks (feat. 21 Savage),3F5CgOj3wFlRv51JsHbxhe
+Joji,3MZsBdqDrRTJihTHQrO6Dq,Glimpse of Us,4ewazQLXFTDC8XvCbhvtXs
+21 Savage,1URnnhqYAYcrqrcwql10ft,3AM on Glenwood,1MTXYvJ9TSqg9x6WPCDx2n
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Labyrinth,0A1JLUlkZkp2EFrosoNQi0
+JVKE,164Uj4eKjl6zTBKfJLFKKK,golden hour,5odlY52u43F5BjByhxg7wg
+Zach Bryan,40ZNYROS4zLfyyBSs2PGe2,Something in the Orange,3WMj8moIAXJhHsyLaqIIHI
+Harry Styles,6KImCVD70vtIoJWnq6nGn3,As It Was,4Dvkj6JhhA12EX05fT7y2e
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Sweet Nothing,0wavGRldH0AWyu2zvTz8zb
+The Weeknd,1Xyo4u8uXC1ZmMpatF05PJ,Die For You,2LBqCSwhJGcFQeTHMVGwy3
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,"Would've, Could've, Should've",3pUa0ZxdSeaJXm0EIydD3F
+Bad Bunny,4q3ewBCX7sLwd24euuV69X,Tití Me Preguntó,1IHWl5LamUGEuP4ozKQSXZ
+Bad Bunny,4q3ewBCX7sLwd24euuV69X,Me Porto Bonito,6Sq7ltF9Qa7SNFBsV5Cogx
+The Neighbourhood,77SW9BnxLY8rJ0RciFqkHh,Sweater Weather,2QjOHCTQ1Jl3zawyYOpxh6
+Steve Lacy,57vWImR43h4CaDao012Ofp,Dark Red,3EaJDYHA0KnX88JvDhL9oa
+David Guetta,1Cs0zKBU1kc0i8ypK3B9ai,I'm Good (Blue),4uUG5RXrOk84mYEfFvj3cK
+Morgan Wallen,4oUHIQIBe0LHzYfvXNW4QM,You Proof,5uU1uuyaUIBOiiUSQG7Wl3
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,The Great War,5BYl3SodS3rGmafWXRWmB7
+Future,1RyvyyTE3xzB2ZywiAwp0i,WAIT FOR U (feat. Drake & Tems),59nOXPmaKlBfGMDeOVGrIK
diff --git a/my_playlist_v5.csv b/my_playlist_v5.csv
new file mode 100644
index 0000000000..5395251f00
--- /dev/null
+++ b/my_playlist_v5.csv
@@ -0,0 +1,388 @@
+artist_name,artist_id,track_name,track_id
+Zendaya,6sCbFbEjbYepqswM1vWjjs,Butterflies,1nV9EKNIAORTvadQ19jkik
+J.Fla,2GbvMs4GBhcjd9d4N9sGUV,Shape of You,4M4h9xNOFpyDI3f2HZDXkg
+Charli XCX,25uiPmTg16RbhZWAqwLBy5,Boys,5o4yGlG0PfeVUa6ClIyOxq
+Meghan Trainor,6JL8zeS1NmiOftqZTRgdTz,Me Too,3KwwE4sgCzMaKWq6QBebmX
+Tungevaag,49CE2ffZ6Z3zeYSDauSKck,Samsara (feat. Emila),04xLp87480JkyiHIiWgj8I
+Cash Cash,1LOB7jTeEV14pHai6EXSzF,How to Love (feat. Sofia Reyes) - Boombox Cartel Remix,22S5BO6h7JIOjg2Uw88l8e
+Fifth Harmony,1l8Fu6IkuTP0U5QetQJ5Xt,Worth It (feat. Kid Ink),41Fflg7qHiVOD6dEPvsCzO
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Havana (feat. Young Thug),0ofbQMrRDsUaVKq2mGLEAb
+Tove Lo,4NHQUGzhtTLFvgF5SZesLK,Habits (Stay High),14OxJlLdcHNpgsm4DRwDOB
+Tove Lo,4NHQUGzhtTLFvgF5SZesLK,Talking Body,4K2uH46kwmTFGjNlkeFuGI
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,You're Such A,3QTDzwSkRW04FVPo6COm0H
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0
+Charlie Puth,6VuMaDnrHyPL1p4EHjYLi7,How Long,32DGGj6KlNuBr6WaqRxpxi
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr
+Imagine Dragons,53XhwfbYqKCa1cC15pYq2q,Thunder / Young Dumb & Broke (with Khalid) - Medley,7ER7vcy7u2ajg5IV45WBFw
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Never Be the Same,4eWQlBRaTjPPUlzacqEeoQ
+DNCE,6T5tfhQCknKG4UnH90qGnz,Cake By The Ocean,76hfruVvmfQbw0eYn1nmeC
+Mike Posner,2KsP6tYLJlTBvSUxnwlVWa,I Took A Pill In Ibiza - Seeb Remix,1MtUq6Wp1eQ8PC6BbPCj8P
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Side To Side,1pKeFVVUOPjFsOABub0OaV
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,no tears left to cry,5SxkdsY1ufZzoq9iXceLw9
+Lenka,5g3uG8zZZANGT6YOssgjfC,Trouble Is a Friend,0MAWbNUV19O14FZJYWg89o
+Ingrid Michaelson,2vm8GdHyrJh2O2MfbQFYG0,Time Machine,3aR1FIPOWpQxo0sm6naVbK
+Shivaree,34xAiSyQG6nlH0eZNLjbLW,Goodnight Moon,5jQPDVjgSGnNYl8G3H3qul
+Saint Privat,7hrruNuPITt3N9zLMdbjGz,Poisson Rouge,73vUl3nSQf7SwSGDDkTKCd
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,The Story Of Us,19tHCfzUSoy5HkpxcmbA0A
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,0ciHz919LVKoH4zgxyMPZ9
+The Pretty Reckless,2R57sY41L9XvGPiIgHOaYq,Make Me Wanna Die,2opyAm6zOyjR0An5LkblfN
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Take A Picture,3cGFEZvzegmI9B7yZMCzq5
+Troye Sivan,3WGpXCj9YhhfX11TToZcXP,My My My!,71T7xF5wLbDRg76jxAwDqA
+Girls' Generation,0Sadg1vgvaPqGTOjxu0N6c,MR. TAXI (Original Title : Mr. Taxi),6BaZmJzvAtXx72MjSHSlbf
+Girls' Generation,0Sadg1vgvaPqGTOjxu0N6c,Mr.Mr.,3JaMGQXJmtbAhvgl0nBPPN
+Suzy,4U80LJd8sG6U9YTFP5izka,행복한 척 Pretend,2cOIDloNUHI8udXlT6dIMl
+Nicki Minaj,0hCNtLu0JehylgoiP8L4Gh,Bed (feat. Ariana Grande),1ZEm9cJC05rawV2tptNfTS
+Iggy Azalea,5yG7ZAZafVaAlMTeBybKAL,Fancy,3oiMJQAWVaxSubJ7b2VUtX
+Iggy Azalea,5yG7ZAZafVaAlMTeBybKAL,Black Widow,7pNC5ZIKtwUK0ReSpM3P9f
+Kesha,6LqNN22kT3074XbTVUrhzX,Blah Blah Blah (feat. 3OH!3),7jmqSz6yTrGWI1kNqNYI28
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Dancing With Our Hands Tied,7I7JbDv63ZJJsSi24DyJrz
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Green Light,3I4QOvltiKcMu3xmnQjEct
+Skylar Grey,4utLUGcTvOJFr6aqIJtYWV,Wear Me Out,66JdS5gBeVQbFzFFC82Q1B
+Catherine Zeta-Jones,5i4JbHYkeCa702YXS68RGf,Cell Block Tango,6ig2r8kFzCLLRbF6t7cli3
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Gimme More,6ic8OlLUNEATToEFU3xmaH
+Kaci Battaglia,7HCPm8AkZIqGjQdAJR2ltC,Body Shots,2FYrAXEClfsOYtk7B9lK8x
+Tinashe,0NIIxcxNHmOoyBx03SfTCD,2 On (feat. ScHoolboy Q),3jVtllWS5CFFWLQng8sKsr
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Diet Mountain Dew,4O9dZs2B0ilk4PEfX2bPEv
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Off To The Races,5IyblF777jLZj1vGHG2UD3
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Video Games,24jvD83UgLmrdGjhWTFslY
+EXO,3cjEqqelV9zb4BYE3qDQ4O,CALL ME BABY,4jdiqVbH1eUwc4MzDV7GMu
+Vanessa Carlton,5ILrArfIV0tMURcHJN8Q07,A Thousand Miles,4w1lzcaoZ1IC2K5TwjalRP
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,寂寞寂寞就好,4LhAUjPqfLpBVNYEdPd5Go
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Contradiction,2b3IHKsCVeEO6T35tBPpuq
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,He's Gone,2lmLoyUwFBWjzQbb4yiVjM
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,You Better Not Think About Me,0mpo3w2SHXb3rsfepeG5Pr
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Did Something Bad,4svZDCRz4cJoneBpjpx8DJ
+Halsey,26VFTg2z8YR0cCuwLzESi2,100 Letters,5EBvHC0SGFJDenBJafqOX4
+Tori Kelly,1vSN1fsvrzpbttOYGsliDr,Hollow,160hN2OsDXnmgExwtG7cvD
+Zara Larsson,1Xylc3o4UrD53lo9CvFvVg,I Can't Fall in Love Without You,4VPXFi4vFTtS9wHe6oMQaT
+Elle King,3bhu7P5PfngueRHiB9hjcx,Ex's & Oh's,70eDxAyAraNTiD6lx2ZEnH
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Paris,15vzANxN8G9wWfwAJLLMCg
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Call Me Maybe,3TGRqZ0a2l1LRblBkJoaDx
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Curiosity,2xrK7AOAWok7NY4WuqeApq
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Tonight I’m Getting Over You,471JtpRQ0oox9OoZcbB8OO
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Red,1RvQQGwaPipiNgz8RXAKA8
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,魔鬼中的天使,2chz9PENZPB0VYNH1TsfsN
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Getaway Car,0VE4kBnHJUgtMf0dy6DRmW
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Bad Liar,2fZQIJew3nkNe99s2PKzul
+Ellie Goulding,0X2BH1fck6amBIoJhDVmmJ,"Love Me Like You Do - From ""Fifty Shades Of Grey""",6NkRjdInQuM5qRgeYUDCZe
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I'm with You,1jlG3KJ3gdYmhfuySFfpO1
+Lana Del Rey,00FQb4jTyendYWaN8pK0wa,Summertime Sadness,2dBwB667LHQkLhdYlwLUZK
+Rixton,0kkxsdcaWmWU2yWAqclDh4,Me And My Broken Heart,41Ypl7Pzkod2H0VlcZH5DS
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Elastic Heart,6kwAbEjseqBob48jCus7Sz
+Christina Perri,7H55rcKCfwqkyDFH9wpKM6,A Thousand Years,6lanRgr6wXibZr8KgzXxBl
+Charli XCX,25uiPmTg16RbhZWAqwLBy5,Boom Clap,63bniwRWWFGoasyhX2eQHJ
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Love The Way You Lie (Part II) - Pt. 2,6M6lsQB4OhqL41eld29PeC
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You're Not Sorry,7zen3j1316Tsk5iEZuDOft
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Complicated,3y5CBsjVJldSHS3NS7Ifbz
+Katy Perry,6jJ0s89eD6GaHleKKya26X,The One That Got Away,4uQY80TKE1u4ZQZQKHzVEi
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Same Old Love,7jv4Mb21bdd9SDVOm9Fm9l
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Cry Baby,052vSBPxqdmYRDlkSPiavc
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Carousel,5nHTLEJ10zaqdnKqLriah4
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Soap,03f7xZmt2wHCIDJBFPK8G4
+Melanie Martinez,63yrD80RY3RNEM2YDpUpO8,Training Wheels,3EGW6TGGbdk6Ys1Y3HU3lj
+G-Eazy,02kJSzxNuaWGqwubyUba0Z,"Me, Myself & I",40YcuQysJ0KlGQTeGUosTC
+MARINA,6CwfuxIqcltXDGjfZsMd9A,Primadonna,5tFMuAw6X2R4NLx97g7n9q
+Becky G,4obzFoKoKRHIphyHzJ35G3,Shower,3DmW6y7wTEYHJZlLo1r6XJ
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Love Myself,0xCmwofyCiXdhoBsMSNj2w
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Stressed Out,3CRDbSIZ4r5MsZ0YwxuEkn
+Zella Day,100sLnojEpcadRx4edEBA6,Hypnotic,2zsWRxMcUdGjj8TnWkVKw0
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Cheap Thrills,27SdWb2rFzO6GWiYDBTD9j
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Don't Let Me Down,1i1fxkWeaMmKEB4T7zqbzK
+Halsey,26VFTg2z8YR0cCuwLzESi2,Haunting,6onmpB4WJxFj2oPR9vHVK9
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Closer,7BKLCZ1jbUBVqRi2FVlTVw
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,This Is What You Came For,0azC730Exh71aQlOt9Zj3y
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Bad Blood,273dCMFseLcVsoSWx59IoE
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Look What You Made Me Do,2VjtYe7gpfUi2OkGxR2O2z
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,...Ready For It?,7zgqtptZvhf8GEmdsM2vp2
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Wolves,7EmGUiUaOSGDnUUQUDrOXC
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Who Says,3TcL0dyCMyr0kyTTc4NLgI
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Big Girls Cry,7zE6pyXLjUCOy8PG0UL5SZ
+Rihanna,5pKCCKE2ajJHZ9KAiaK11H,Disturbia,2VOomzT6VavJOGBeySqaMc
+Iron & Wine,4M5nCE77Qaxayuhp3fVn4V,"Flightless Bird, American Mouth",6iWwfN1euztxZi1OK38HbU
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Someone In The Crowd,39ncDMVidHOeQgeC5anYZM
+Ryan Gosling,6kXm2YCtdUOpRYNKeKhfue,City Of Stars,5BMwpS4iYKR30kq9U9beaT
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Audition (The Fools Who Dream),6j0wBBAP3hMe4t1Ymj7GIe
+Ryan Gosling,6kXm2YCtdUOpRYNKeKhfue,"City Of Stars - From ""La La Land"" Soundtrack",6XQHlsNu6so4PdglFkJQRJ
+Lykke Li,6oBm8HB0yfrIc9IHbxs6in,Possibility,39Odj4vLKRarATkCA31gaW
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Toxic,6I9VzXrHxO9rA9A5euc8Ak
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Circus,7jk7gqyEonmVVYahZN5zhW
+The Pretty Reckless,2R57sY41L9XvGPiIgHOaYq,Heaven Knows,04w73SmPfQkkmEpKbcrHOL
+RADWIMPS,1EowJ1WwkMzkCkRomFhui7,Nandemonaiya - Movie Version,7uyGWnfd6fcrFHtWxcM2ke
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,The Heart Wants What It Wants,2dRvMEW4EwySxRUtEamSfG
+Alessia Cara,2wUjUUtkb5lvLKcGKsKqsR,Here,1wYZZtamWTQAoj8B812uKQ
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Style,1fo2ctLqj3zBhRQKOXprol
+Katy Perry,6jJ0s89eD6GaHleKKya26X,I Kissed A Girl,7hgD1cfgQRBNBSkjePPbxn
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Teenage Dream,3RBtvz2yV6YKfmBIIC3Ioc
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Focus,1cdzfFjEbUbgTm5nv3FgXR
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Problem,7vS3Y0IKjde7Xg85LWIEdP
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Best Mistake,70yhaHLp9STtzI2Kzba6Tr
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Break Your Heart Right Back,0HGcQDbRen8luCnwH53sNl
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Love Me Harder,5J4ZkQpzMUFojo1CtAZYpn
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Hands On Me,1rNop31kdDmSj3Ds6xhIeS
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Santa Tell Me,0lizgQ7Qw35od7CYaoMBZb
+Rene Liu,6qzfo7jiO4OrhxrvPFPlWX,成全,34GSbu5gyOvcRYb8H06hZC
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,你把我灌醉,29vGqKBqhLRerm8exDuLe1
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,後會無期,5jSuSxPNY1BOQjjnGnyrEw
+Little Mix,3e7awlrlDSwF3iM0WBjGMp,No More Sad Songs (feat. Machine Gun Kelly),1NXDq5UBby80GsRNjGXVwE
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,Play我呸,18ImQnN3yZxL6vDQiOvata
+Charlie Puth,6VuMaDnrHyPL1p4EHjYLi7,We Don't Talk Anymore (feat. Selena Gomez),37FXw5QGFN7uwwsLy8uAc0
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,7vu0JkJh0ldukEYbTVcqd0
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,God is a woman,7gkWXbAxIYuvtOpcN3p9GJ
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Good For You,578Eooad7oUyn4stovZiPg
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Baby I,6EIsMa5lbvljYxqCkjZVDi
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Honeymoon Avenue,2ofOe2OaXFpZF5ETbsc7Qu
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Right There,3yiopxxeHuwcpAg4e57Zjt
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,The Way,06EL94D0TA27Ik0Ke5usbj
+MIKA,5MmVJVhhYKQ86izuGHzJYA,Popular Song,3iugMJEdfE58OpI7WGM38w
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Better Left Unsaid,5Pnny78GESkBSLnxFmhRYZ
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Never Be Alone,6wQSrFnJYm3evLsavFeCVT
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Stitches,4dLMVmmQC74C4p3AWdwhff
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Fetish (feat. Gucci Mane),4lnAN2S1fcI0SjxEbksZVr
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Uh Huh,0oiKDZUxZn9i4jCCDmbTM2
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,the light is coming (feat. Nicki Minaj),5iZ4hcpCgFVijq5OOjBTKZ
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Jumpsuit,6cQnrSlTxhHCCiUpKrs7g3
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Nico And The Niners,6ZIuit0z4eQg77F1RGkp0L
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Heathens,6i0V12jOa3mr6uu4WYhUBr
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Ride,2Z8WuEywRWYTKe1NybPQEW
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Fairly Local,1s9xuJxhYM0LdVqksjegcg
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Tear in My Heart,3bnVBN67NBEzedqQuWrpP4
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Heavydirtysoul,7i9763l5SSfOnqZ35VOcfy
+Twenty One Pilots,3YQKmKGau1PzlVlkL1iodx,Car Radio,5cbpoIu3YjoOwbBDGUEp3P
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,倒帶,4XipvtwRgtUrGb2j2l0wNG
+Jesse McCartney,2Hjj68yyUPiC0HKEOigcEp,Beautiful Soul,1HwpWwa6bnqqRhK8agG4RS
+Jesse McCartney,2Hjj68yyUPiC0HKEOigcEp,She's No You,3bcVpuuWgAUQZri3FgpfNX
+Cody Simpson,79Xp2rRN7wdsaTJgttdX3K,Pretty Brown Eyes,5BHWQ78pw9yIjIWa6p1z6G
+Cody Simpson,79Xp2rRN7wdsaTJgttdX3K,Summertime of Our Lives,5TGZ9gUY5LoJLxDg7B5H7w
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Enchanted,10eBRyImhfqVvkiVEGf0N0
+Kesha,6LqNN22kT3074XbTVUrhzX,TiK ToK,5OMwQFBcte0aWFJFqrr5oj
+Kesha,6LqNN22kT3074XbTVUrhzX,Die Young,6mnjcTmK8TewHfyOp3fC9C
+Kesha,6LqNN22kT3074XbTVUrhzX,Your Love Is My Drug,4AboqNl74jNDpJhPfqYDmj
+Kesha,6LqNN22kT3074XbTVUrhzX,We R Who We R,0Ji2g9AlYLVHAMG5PJoHPU
+Kesha,6LqNN22kT3074XbTVUrhzX,Sleazy,7GS7uK7mPdnIOqbgEwg9br
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,In The Dark,1pbHy9VBpSyZh56xuujZz0
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Bass Down Low,4Xf7EL8G6FRYwvJADl0nf4
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Naked,6pbEAwYTQs2PK4JCmy2lTY
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Getaway,0UNFdtIwAwdpizILavUlnV
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Dancing Shoes,0kpLgc5YwuDzjcjTL1VIyT
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Perfect Match,3sGtfsrQkyfwPua4UiuBD6
+Far East Movement,698hF4vcwHwPy8ltmXermq,Like A G6,4DvhkX2ic4zWkQeWMwQ2qf
+Nicole Scherzinger,40xbWSB4JPdOkRyuTDy1oP,Whatever U Like - Vocals Up,7azjTELs8D258z1Y1IGzSi
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,you should see me in a crown,6vsV4D8BM6PioRr1UOx0n2
+Pitbull,0TnOYISbd1XYRBk9myaseg,Timber (feat. Ke$ha),3cHyrEgdyYRjgJKSOiOtcS
+Pitbull,0TnOYISbd1XYRBk9myaseg,Fireball (feat. John Ryan),4Y7XAxTANhu3lmnLAzhWJW
+Pitbull,0TnOYISbd1XYRBk9myaseg,Don't Stop the Party (feat. TJR),3Tu7uWBecS6GsLsL8UONKn
+Pitbull,0TnOYISbd1XYRBk9myaseg,Hotel Room Service,32yIEFS62uS5ryhr2Xlooj
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,This Kiss,7cWLl1E5iMvqIVhpmtUp6k
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,More Than A Memory,61U2J5A1KkXsANbGk45S4l
+Peter Bjorn and John,6u11Qbko2N2hP4lTBYjX86,Young Folks,6M6UoxIPn4NOWW0x7JPRfv
+Spice Girls,0uq5PttqEjj3IH1bzwcrXF,Wannabe,1Je1IMUlBXcx1Fz0WE7oPT
+Sia,5WUlDfRSoLAfcVSX1WnrxN,I'm In Here,3R2FxfQsTs5Ei2twCe339s
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Learning from Drunk,3GcgQrQ1yx3NSCYQ8wskNG
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Sweetie,2uxnPcTJa2UExlj1LwYZp6
+Jason Derulo,07YZf4WDAMNwqr4jfgOZ8y,Talk Dirty (feat. 2 Chainz),6g6A7qNhTfUgOSH7ROOxTD
+Lenka,5g3uG8zZZANGT6YOssgjfC,Two,6V9oJaowRGXbJ5fkkar6KG
+Lenka,5g3uG8zZZANGT6YOssgjfC,Heart Skips A Beat,6mKcOe06yuwMIWaJQRtftw
+Lily Allen,13saZpZnCDWOI9D4IJhp1f,Fuck You,5st5644IlBmKiiRE73UsoZ
+Timbaland,5Y5TRrQiqgUO4S36tzjIRZ,Apologize,24nRdDUUIdM2mv1YdwMdu6
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,7Lf7oSEVdzZqTA0kEDSlS5
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Kill Em With Kindness,7KxhSJOYiqCDclXDBNlFSZ
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Naturally,1YaVmBh7EAeR54FIjuFcb5
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Back To You - From 13 Reasons Why – Season 2 Soundtrack,4hQ6UGyWQIGJmHSo0J88JW
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Bang Bang Bang,1P5RYVvxPVrzonLqAC8uxk
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Hit The Lights,6ciLLh4TkPYDUfNxn2Z0KO
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Outlaw,2SGMSZjsT9516hW4xyjykB
+Fitz and The Tantrums,4AcHt3JxKy59IX7JNNlZn4,HandClap,4qRaZYiaOsSvWC7VgcxrI0
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Fifteen,4t0OI7XrODjSkAu3bTPmWj
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Beauty And A Beat,0KTsmr6JOuhxZuiXUha1xC
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,As Long As You Love Me,4rvtlpAeDuOn4baUJPCEhy
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Right Here,6SKxEiP89WRgniJuQ5gR94
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Die In Your Arms,6RgSSndg8PUH2UcaCgia5V
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Be Alright,0Ff2HEyq4Ja4Acb0n180DP
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Believe,6akbXZeXdrWWsG77ZD3cuD
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Catching Feelings,0XjaTaW5zEKoASxbdzHHAx
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Take You,2m7DhPeRvWtFSPTVSLO8SV
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Heartbreaker,2GCKWEsbb0Xo1oodTOKVi1
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All That Matters,6CLVh9sekZ1p2G8Tfhhj8h
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All Bad,3JNEXPTnSxqlxNqhTW61D2
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Roller Coaster,18ws4dUbhpoGB7Uv7U89yp
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Baby,6epn3r7S14KUqlReYr77hA
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Somebody To Love,3rLIv187BhjyweFe89SgLn
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Stuck In The Moment,1DyV9obL0pPibOjW5ufg15
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,U Smile,6Xw2FLih8m5ItDbyP992HH
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Runaway Love,1xgN9KBVVoTNygpYjpXnvH
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Never Let You Go,01BlGnXpLuC0BjgUxVYZFb
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Overboard,1tzkJMX3gNjnpcHdLD0pM3
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Eenie Meenie,75vEuMA15pb8JmgrGugHEs
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Up,7wj1Lb5ggzMWJ9TqZJ2dwo
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,That Should Be Me,0aPZbnkMoWJaJ5CNVLCj8S
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Mistletoe,7xapw9Oy21WpfEcib2ErSA
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All I Want For Christmas Is You (SuperFestive!) Duet with Mariah Carey,1IUtgwxLYzDVd41EgbKUjX
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,All I Want Is You,0E4rAAAzRPE8I7tYzNq99p
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Never Say Never,5GYbkDveRD2I8M5ZJ14hWn
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Womanizer,4fixebDZAVToLbUCuEloa2
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,If U Seek Amy,2hdy9Wt9qp7M7d0U3ossu2
+Black Eyed Peas,1yxSLGMDHlW21z4YXirZDS,Just Can’t Get Enough,3JA9Jsuxr4xgHXEawAdCp4
+Molly Sandén,0NRMzT05nsc8mTm4iUvuHY,Why Am I Crying,51aG912WH7j8W1m3QI4bHn
+Andrew Lloyd Webber,4aP1lp10BRYZO658B2NwkG,The Phantom Of the Opera - From 'The Phantom Of The Opera' Motion Picture,4EaBMhUIOfnFEbIgqCfKbi
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Begin Again,0L4YCNRfXAoTvdpWeH2RGj
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,22,2ULNeSomDxVNmdDy8VxEBU
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,7AEAGTc8cReDqcbPoY9gwo
+A Fine Frenzy,5dTYaRzOn4rXGBLH052EeQ,Almost Lover,3GSYWQNnSdovwC2H8HpziA
+The Vamps,7gAppWoH7pcYmphCVTXkzs,All Night,0dXNQ8dckG4eYfEtq9zcva
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,09IStsImFySgyp0pIQdqAc
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Getaway,3ggRsGsgdpvMlPtFEZ83vp
+Daya,6Dd3NScHWwnW6obMFbl1BH,"Sit Still, Look Pretty",0EGuSSpuu9wmHCtvb4PdLO
+A Flock Of Seagulls,0uAjBatvB4ubpd4kCfjmNt,I Ran,10zlwR7kvVbD9OBkeZWr3L
+Eleni Karaindrou,2ojmPypSGMyKaRvknyxKKP,Eternity And A Day: 2. By The Sea,595G0No6FI82sWWsbsQEoX
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,自己的房間,2tNiV2AYBlb1NgHXoAUyED
+Eason Chan,2QcZxAgcs2I1q7CtCkl6MI,十年,25pWemriUQVrZ3yIiS2IBf
+ZAYN,5ZsFI1h6hIdQRw2ti0hz81,PILLOWTALK,0IKK48xF4eEdfofyaeKWWO
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Rap God,6or1bKJiZ06IlK0vFvY75k
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Space Bound,0sHW1jXe6Sou3437gJQNGA
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Love The Way You Lie,15JINEqzVMv3SvJTAXAKED
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Beautiful,1HR2CTi0ytRJIcik1QKdOa
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Crack A Bottle,4dK00wCxlqWEeN8BoM1BHT
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Like Toy Soldiers,1U49kGdfMaoMSBWreMVWmK
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Rain Man,2AuU35arXZdYoscOIxHWSc
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,Rolling in the Deep,5ItpwLOgLKmCV1caENPmIB
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,All I Want for Christmas Is You,10avizu2eFpmz90oweAJdp
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,Forget You,5ym2AFr59J1WOgCpdGqGN8
+Vazquez Sounds,7M5Z4j6N9k2Jd3CukFUv5e,The Show,0cz0p1TUwcF7xqPVlI2EUX
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Tattooed Heart,5yxghrFKJbU7pcaUFEv1Sg
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,Insignificance,6HfomODkY1fsoJRgvIHVeE
+DEV,7Ip2u3e5Nv6fFb5xyIHxEE,Kiss My Lips,6djvOSgu4IvgIghmDPJyEn
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Piano,1xCqIXCApBgcjwRLostpKl
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,克卜勒,15tD731GK0VYsmd1Im4C7q
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,泡沫,2IfSPLPDW6RGosdB5huwAA
+Ronghao Li,0rTP0x4vRFSDbhtqcCqc8K,李白,5PwyWoebyv4ofg4Z5MprFd
+Selena Gomez & The Scene,6dJeKm76NjfXBNTpHmOhfO,Round & Round,5RhxBpoCwX2vLBcSJzYa5j
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Criminal,6T689Jvh5KrSXyaPtUWZtQ
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,What Makes You Beautiful,03oZejWqXLbKhhM4iTgShq
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Gotta Be You,3UT493iwo6kvyL18zvAJE5
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,One Thing,6tKW2g2So84pCTZXE0Furx
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Live While We're Young,6aGjEZ7kq3YXgD0EDt80O5
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Kiss You,0AkQbXGN4KG34TS7xLrM68
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Story of My Life,4nVBt6MZDDP6tRVdQTgxJg
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Steal My Girl,2Bs4jQEGMycglOfWPBqrVG
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Drag Me Down,2K87XMYnUMqLcX3zvtAF4G
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,History,0HMjXBAZmSYOTTi33WpMso
+Katy Perry,6jJ0s89eD6GaHleKKya26X,Roar,27tNWlhdAryQY04Gb2ZhUI
+Willemijn Verkaik,7KawEFi5g9T9cTCd92h7j9,"Lass jetzt los - aus ""Die Eiskönigin - Völlig Unverfroren""/Deutscher Film-Soundtrack",367XBtIzCzWOQppgd2ipMT
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,What the Hell,10zycm3kRmxg5etQ8Qhpq4
+Adam Lambert,6prmLEyn4LfHlD9NnXWlf7,Whataya Want from Me,2rDwdvBma1O1eLzo29p2cr
+Alan Walker,7vk5e3vY1uw9plTHJAMwjN,Faded,7gHs73wELdeycvS48JfIos
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Head Above Water,1N7YeVU0ZwAFbOhwM61ef6
+Show Luo,33ApZ6LzfimooQNIKqf4jo,夠了,5Ub0U2yzlqzkMysApmLOL5
+BLACKPINK,41MozSoPIsD1dJM0CLPjZF,WHISTLE,7HWmJ1wBecOAMNGjC6SmKE
+BLACKPINK,41MozSoPIsD1dJM0CLPjZF,DDU-DU DDU-DU,7b8YOVV5quZcSKEijDgyWB
+MARINA,6CwfuxIqcltXDGjfZsMd9A,Valley of the Dolls,1rdxUkcQLJRQwocz7mWyo7
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Party For One,39YLC6osLe9btq1vpsDglx
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",2rPE9A1vEgShuZxxzR2tZH
+All Time Low,46gyXjRIvN1NL1eCB8GBxo,Break Your Little Heart,1qvxqCOU41LIoJIneUqt3J
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH
+girl in red,3uwAm6vQy7kWPS2bciKWx9,we fell in love in october,1BYZxKSf0aTxp8ZFoeyM3d
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,I'm a Mess,04ZTP5KsCypmtCmQg5tH9R
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Most Girls,10GJQkjRJcZhGTLagFOC62
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,imagine,0todbbT9g5uQGbeFCiBf2F
+Daya,6Dd3NScHWwnW6obMFbl1BH,Hide Away,0uyZ5ckiIUbFZd3P6RWmrj
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,What the Hell,5zTzDqrEmseqL2G8ElgBu7
+Miley Cyrus,5YGY8feqx7naU7z4HrwZM6,We Can't Stop,5ve0BYRZZ2aoHFqZMxqYgt
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Million Reasons,7dZ1Odmx9jWIweQSatnRqo
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,曖昧,3kACZ4aS3uzwRIRyALJqoe
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,紳士,3QOQ8HlMpJTupsoj5okuof
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,墨綠的夜 (電影[地球最後的夜晚] 宣傳曲),3hargM51dfz3jDVHeH1Uzt
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Lost In Japan,79esEXlqqmq0GPz0xQSZTV
+One Direction,4AK6F7OLvEQ5QYCBNiQWHq,Stole My Heart,3Fld33fuWTUUmVx9BEkyDx
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,7 rings,14msK75pk3pA33pzPVNtBF
+The Vamps,7gAppWoH7pcYmphCVTXkzs,Can We Dance,5plDUEEu4r5YEzHL8IhOs1
+Zella Day,100sLnojEpcadRx4edEBA6,Compass,6o20dsWQsZjhydaq893DnE
+Zella Day,100sLnojEpcadRx4edEBA6,Sweet Ophelia,1jPZgfC9tWFNf7iBGdrTPV
+Zella Day,100sLnojEpcadRx4edEBA6,East of Eden,2Wc2tcQl7cPetPKeXH3GD3
+Zella Day,100sLnojEpcadRx4edEBA6,1965,1DP3tixUaj6mNz3Y4sfMN8
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,I Have Questions,3NgCzSW98SsqBdpYcnm4kv
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,"Flashlight (Sweet Life Mix) - From ""Pitch Perfect 2"" Soundtrack",6W5RmgWh46p9RQ4LDezHKE
+Little Mix,3e7awlrlDSwF3iM0WBjGMp,Shout Out to My Ex,1pwo8l3Ko7idwaz4LVUEC4
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Rock Bottom,2qxaR31Te4xDR2yO6LqM8z
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Hell Nos And Headphones,4ToeppjiHi7kGMAVUvosv0
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,City Lights,1OZEvLQ4MUrqcnuCWX7vW0
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,Ready or Not,5xvUgoVED1F4mBu8FL0HaW
+Jay Chou,2elBjNSdBE2Y3f0j1mjrql,晴天,0F02KChKwbcQ3tk4q1YxLH
+Sodagreen,3WYT2b8pOLsLsqSaoWYr7U,小情歌,0roIOt1l3otYmaSEDzsHxw
+JJ Lin,7Dx7RhX0mFuXhCOUgB01uM,小酒窩,53WV5mAY2opmFC0r0LjRdM
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,日不落,2aY9L0d1OPp0eVf5Vco51i
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,會呼吸的痛,5IgElbSREzVyqgf1OCuKJd
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,情歌,5oL7vOxCz2eJKAX6G4Yluh
+Macklemore & Ryan Lewis,5BcAKTbp20cv7tC5VqPFoC,Can't Hold Us (feat. Ray Dalton),3bidbhpOYeV4knp8AIu8Xn
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bury a friend,4SSnFejRGlZikf02HLewEF
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,Six Feet Under - Gazzo Remix,3UHa28GclZhNqqlaNFzKKY
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bad guy,2Fxmhks0bxGSBdJ92vM42m
+Air,1P6U1dCeHxPui5pIrGmndZ,Photograph,3L3zrewWMcjncFKbbaetov
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Joanne,2kecdnlyueotEMC8rdNlf6
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,6HkjpGIOHv4y0IBAxUbE5z
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Paparazzi,16Me2jlMlTX4xsps2j71mC
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Poker Face,0WfKDYeUAoLA3vdvLKKWMW
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Boys Boys Boys,59C8rQGhU7VGLizJKR99Xk
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Bad Romance,1WP9BnIr6SbcneveMTedPj
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Monster,6Q5ClIrkVCcLOFHwMsN8QV
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Dance In The Dark,4ye3W4xNyQkIItKp01QbLM
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Just Dance,3E5XrOtqMAs7p2wKhwgOjf
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Born This Way,6r2BECwMgEoRb5yLfp0Hca
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,The Edge Of Glory,6uxYfENm7zw050dNUi031W
+Lady Gaga,1HY2Jd0NmPuamShAr6KMms,Applause,5ka2ajep9OAvU5Sgduhiex
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,ME! (feat. Brendon Urie of Panic! At The Disco),4Sib57MmYGJzSvkW84jTwh
+Matt Cardle,3906URNmNa1VCXEeiJ3DSH,Amazing,15YOIZfFLX6q5hy8GzS8P0
+Laine Hardy,2e4sMCgdXD5TkFquoTEA4j,Flame,4menArgtu2QyKU36ngRguV
+Shawn Mendes,7n2wHs1TKAczGzO7Dd2rGr,Señorita,0TK2YIli7K1leLovkQiNik
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt
+mxmtoon,0HthCchcL0kVLHTr113Vk1,prom dress,0X3a2iLqyGMYi4g2WtUaXu
+Clairo,3l0CmX0FuQjFxr8SK7Vqag,Flaming Hot Cheetos,1F6IbA7di42uPc3cff8PXV
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,boyfriend (with Social House),4GqkWberT9cHK9P6REykBd
+BANKS,2xe8IXgCTpwHE3eA9hTs4n,Gemini Feed,5fdzPMOxUqVJYSzTP5cFP7
+Halsey,26VFTg2z8YR0cCuwLzESi2,Nightmare,340UVheS8z3ncW9TTUhAbc
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Lover,0bzbvANY6oETSJLc0wlVGY
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,我懷念的,7z2M7DsEjZjwXBkWG3zd21
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,When You're Gone,54JKnDB3CzVu8wNAOM27BI
+Cigarettes After Sex,1QAJqy2dA3ihHBFIHRphZj,Apocalypse,3AVrVz5rK8Hrqo9YGiVGN5
+Cigarettes After Sex,1QAJqy2dA3ihHBFIHRphZj,K.,7LX4aXtvImhdgUHQBlo8Kp
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Will Be,1ERza8JzFin9c3Keo8XQEX
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Anything but Ordinary,6STHWwMa2vbr1nKArQH7hd
+Patrick Rosal,1E7dUAAhA98iIzN2KNw4TK,Sofia,084YxThHOrmrM5YC0tyZEY
+SAYGRACE,6y5amJcTjeDgLXIjtQLMst,You Don't Own Me (feat. G-Eazy),6Slaf2WBzQA86oS7MNMUNS
+Chelsea Effect,6xgzhNUI3leAz0ZOEBu3dK,Ghosts in the Wall,706iZ9ubf1POfjlRj95MdT
+Dan + Shay,7z5WFjZAIYejWy0NI5lv4T,"10,000 Hours (with Justin Bieber)",2wrJq5XKLnmhRXHIAf9xBa
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,Play我呸 - Alesso Remix Version,6anhAH3FPfQmvZmKwMCmVD
+mxmtoon,0HthCchcL0kVLHTr113Vk1,prom dress,2xCGBWfzTe8l2kvHpgvB6M
+Conan Gray,4Uc8Dsxct0oMqx0P6i60ea,The King,54GASuUdLbhhdyECNUp3Pb
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Why Do You Love Me,2y8iBf0QRqCKFtePi9Rl2H
+Alec Benjamin,5IH6FPUwQTxPSXurCrcIov,Let Me Down Slowly,2qxmye6gAegTMjLKEBoR3d
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Joke's On You,2D0FX6WiP1GKGL3yCdXxs7
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,懸日,5F4yb5DOs3aJmDzcTvs5er
+Jodi Benson,4mmMtabvFCKA6HfmVmitNH,Part of Your World,7tUSJY4nsDBJTjd1UXKRsT
+Jolin Tsai,1r9DuPTHiQ7hnRRZ99B8nL,玫瑰少年,2uHMTG5xr9Xk7MrXIWrVUH
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Physical,5px6upUHM3fhOP621Edp4V
+Britney Spears,26dSoYclwsYLMAKD3tpOr4,Till the World Ends,38iU2jg98IZZEIJPrP7aWD
+Far East Movement,698hF4vcwHwPy8ltmXermq,Like A G6,0eVxER8x5zcXd1g1tWCYJn
+Édith Piaf,1WPcVNert9hn7mHsPKDn7j,"Non, je ne regrette rien",3dkIE8P7hvl3tHl9KSb6dA
+Christina Aguilera,1l7ZsJRRS8wlW3WfJfPfNS,"Loyal Brave True - From ""Mulan""",3gy8PSkBSyvPyWZazgQn0F
+Ashnikko,3PyJHH2wyfQK3WZrk9rpmP,"Hi, It's Me",2QClD0hEJbn3BmqUtwzuWs
+Allie X,0wnYgCeP013HkKoOyC5V32,Downtown,5ckUvSqW1Oaucm19P6VmIK
+WayV,1qBsABYUrxg9afpMtyoFKz,Love Talk - English Version,2e3cJdJ8xWwydl8JIYlCqB
+HA:TFELT,3Mrp5B6JdfoiObgY0WR8lF,Life Sucks,6wvtvChKoIGAJpE99av3AI
+Lexie Liu,6fs2or0cKLEM2xohWq8SoX,Manta,2ckGH6FtxWeAv0SskcREd1
+Raveena,2kQnsbKnIiMahOetwlfcaS,If Only,4jyU03J2YOhRxgOHit2auK
+Nana Ou-Yang,22JbAaWA5Abf5esf6N4PHY,The Best For You,4WMCn6s4BZZPfQT3DJbB47
+Lil Peep,2kCcBybjl3SAtIcwdWpUe3,hellboy,2YGHCHkWTbtCUTjL0LUXtx
+Glass Animals,4yvcSjfu4PC0CYQyLy4wSq,The Other Side Of Paradise,0rRjGruFonCGOt0S5zAJNQ
+Mirei,7pZ9s793JnnIIJj4eZHpZW,Lonely in Tokyo,5hkyCYlfxi91HcfMDrlCKt
+Demi Lovato,6S2OmqARrzebs0tKUEyXyp,Met Him Last Night (feat. Ariana Grande),0BI0hfbmqybnd3TezrDME3
+Griff,5RJFJWYgtgWktosLrUDzff,Black Hole,6xw8ld1ztoCKifwTN6uGDq
+Lil Peep,2kCcBybjl3SAtIcwdWpUe3,Better Off (Dying),1tlrTC3x7viJ1U30oOFGdF
+Doja Cat,5cj0lLjcoR7YOSnhnX0Po5,Woman,6Uj1ctrBOjOas8xZXGqKk4
+Joanna Wang,1km0aro5NJuoX5dE0Mub5C,Vincent,3ATLA1G2gCX5u3MQ5dpa7v
+oceanfromtheblue,76eIrOIqck4yuOhrYZGx3a,unusual,5idFQaXtDbOeSx9mNAaEG6
+Seori,2bWTIIQP9zaVc55RaMGu7e,긴 밤 (feat. GIRIBOY),5YAO57ujV1cs5eubzyOL1E
+Vinida Weng,6oYvpkS6pM9ts4nbXRaINg,Angel Said,4D053wMXtH2mTa6Z7nPqgp
+2 Chainz,17lzZA2AlOHwCwFALHttmp,It's A Vibe,6H0AwSQ20mo62jGlPGB8S6
+Cyndi Wang,3AroL2oDPiAnMpTmIQv3KP,愛你,6T7oK4eP3Tezw4Ogy7q6KO
+Post Malone,246dkjvS1zLTtiykXe5h60,I Like You (A Happier Song) (with Doja Cat),0O6u0VJ46W86TxN9wgyqDj
diff --git a/my_playlist_v6.csv b/my_playlist_v6.csv
new file mode 100644
index 0000000000..dd5f907796
--- /dev/null
+++ b/my_playlist_v6.csv
@@ -0,0 +1,96 @@
+artist_name,artist_id,track_name,track_id
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,New Rules,2ekn2ttSfGqwhhate0LSR0
+Bebe Rexha,64M6ah0SkkRsnPGtGiRAbb,I'm a Mess,04ZTP5KsCypmtCmQg5tH9R
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,IDGAF,76cy1WJvNGJTj78UqeA5zr
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Elastic Heart,6kwAbEjseqBob48jCus7Sz
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,"thank u, next",2rPE9A1vEgShuZxxzR2tZH
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,breathin,4OafepJy2teCjYJbvFE60J
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,no tears left to cry,2qT1uLXPVPzGgFOx4jtEuo
+Lorde,163tK9Wjr9P9DmM0AVK7lm,Green Light,3I4QOvltiKcMu3xmnQjEct
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,He's Gone,2lmLoyUwFBWjzQbb4yiVjM
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Tonight I’m Getting Over You,471JtpRQ0oox9OoZcbB8OO
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Love Myself,0xCmwofyCiXdhoBsMSNj2w
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Big Girls Cry,7zE6pyXLjUCOy8PG0UL5SZ
+Emma Stone,68Uwx1d3EbjDJhYsLjqvIq,Someone In The Crowd,39ncDMVidHOeQgeC5anYZM
+Ariana Grande,66CXWjxzNUsdJxJ2JdwvnR,Problem,7vS3Y0IKjde7Xg85LWIEdP
+Carly Rae Jepsen,6sFIWsNpZYqfjUpaCgueju,Party For One,39YLC6osLe9btq1vpsDglx
+Sia,5WUlDfRSoLAfcVSX1WnrxN,The Greatest,6bLopGnirdrilrpdVB6Um1
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,We Are Never Ever Getting Back Together,7AEAGTc8cReDqcbPoY9gwo
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,I Knew You Were Trouble.,72jCZdH0Lhg93z6Z4hBjgj
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Shake It Off,5xTtaWoae3wi06K5WfVUUH
+Justin Timberlake,31TPClRtHm23RisEBtV3X7,Cry Me a River,4dkuqcxZh4ljTMkY6q6ZEo
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I'm with You,1jlG3KJ3gdYmhfuySFfpO1
+Beyoncé,6vWDO969PvNqNYHIOW5v0m,Partition,2vPTtiR7x7T6Lr17CE2FAE
+Halsey,26VFTg2z8YR0cCuwLzESi2,Hold Me Down,0xkRMasLtvGqw7AUli6b0e
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,You're Not Sorry,7zen3j1316Tsk5iEZuDOft
+Katy Perry,6jJ0s89eD6GaHleKKya26X,The One That Got Away,4uQY80TKE1u4ZQZQKHzVEi
+Arctic Monkeys,7Ln80lUS6He07XvHI8qqHH,Do I Wanna Know?,3jfr0TF6DQcOLat8gGn7E2
+Nicki Minaj,0hCNtLu0JehylgoiP8L4Gh,Feeling Myself,5fyIGoaaKelzdyW8ELhYJZ
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Love Yourself,50kpGaPAhYJ3sGmk6vplg0
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,You're Such A,78GykAuZzZEZz3qdHdOdZZ
+Sia,5WUlDfRSoLAfcVSX1WnrxN,Cheap Thrills,27SdWb2rFzO6GWiYDBTD9j
+Daya,6Dd3NScHWwnW6obMFbl1BH,Hide Away,2hsza71y54ABzmabyNDtM4
+The Chainsmokers,69GGBxA162lTqCwzJG5jLp,Don't Let Me Down,1i1fxkWeaMmKEB4T7zqbzK
+Halsey,26VFTg2z8YR0cCuwLzESi2,Haunting,6onmpB4WJxFj2oPR9vHVK9
+Julia Michaels,0ZED1XzwlLHW4ZaG4lOT6m,Issues,0xG0SHshCStMEyNbNC5d4k
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Never Be the Same,4eWQlBRaTjPPUlzacqEeoQ
+Zedd,2qxJFvFYMEDqd7ui6kSAcq,The Middle,2ARqIya5NAuvFVHSN3bL0m
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,I Have Questions,3NgCzSW98SsqBdpYcnm4kv
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Rock Bottom,2qxaR31Te4xDR2yO6LqM8z
+Hailee Steinfeld,5p7f24Rk5HkUZsaS3BLG5F,Hell Nos And Headphones,4ToeppjiHi7kGMAVUvosv0
+Bridgit Mendler,4VhL8KLjVso4vLfOLVViTb,City Lights,1OZEvLQ4MUrqcnuCWX7vW0
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bury a friend,4SSnFejRGlZikf02HLewEF
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,Six Feet Under - Gazzo Remix,3UHa28GclZhNqqlaNFzKKY
+Billie Eilish,6qqNVTkY8uBg9cP3Jd7DAH,bad guy,2Fxmhks0bxGSBdJ92vM42m
+Sam Smith,2wY79sveU1sp5g7SokKOiI,Stay With Me,5Nm9ERjJZ5oyfXZTECKmRt
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,我懷念的,7z2M7DsEjZjwXBkWG3zd21
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,克卜勒,15tD731GK0VYsmd1Im4C7q
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,当冬夜渐暖,1zABsjNknUjs26f9jW8jM8
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,愚人的国度,2gNW0NDW06O6ZqqwAFPkLZ
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,天黑黑,6Vdb5GA3Q0zlmrMfHjgUwi
+Stefanie Sun,0SIXZXJCAhNU8sxK0qm7hn,開始懂了,429T9YKEYhMXvayWlSNhLK
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,When You're Gone,54JKnDB3CzVu8wNAOM27BI
+A Fine Frenzy,5dTYaRzOn4rXGBLH052EeQ,Almost Lover,3GSYWQNnSdovwC2H8HpziA
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,我好嗎,3xaJcOD4T0U8m1AVvIoZIG
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Hands To Myself,7jGpa7ynADyaSmcprXgO7I
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Same Old Love,6itUc9sOq5is39AaPX5D6R
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Will Be,1ERza8JzFin9c3Keo8XQEX
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Keep Holding On,4UPcXTh26ilb7owtuyHqNI
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Can Do Better,5kyqKoOnHwvxk0bZLeK1kr
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,My Happy Ending,6sqNctd7MlJoKDOxPVCAvU
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,How You Remind Me,4H560RqZEEhrgOquGqTCvs
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Head Above Water,7gY3cyGcB2wnk2xDXiA0pe
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,I Fell In Love With The Devil,6HHtTXPyBTJsLQT0y3afnm
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Tell Me It's Over,0aeZzfSoZAcETjba8MCvco
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Souvenir,28H24GURvUF2PQ6275xudN
+Avril Lavigne,0p4nmQO2msCgU4IF37Wi3j,Warrior,27wvjuKafcmKhoLcBcJ0uO
+Selena Gomez,0C8ZW7ezQVs4URX5aX7Kqx,Lose You To Love Me,1HfMVBKM75vxSfsQ5VefZ5
+Camila Cabello,4nDoRrQiYLoBzwC5BhVJzF,Real Friends,4V6MRo0CEAC9MwAm7dkPuL
+warner case,106OuakzOxxbXTuigEEf01,we should go,3BL9fu7oVGRGofjrwvzhQS
+Eason Chan,2QcZxAgcs2I1q7CtCkl6MI,愛情轉移(國),5geqxGTn2dFte1KywqcXYq
+G.E.M.,7aRC4L63dBn3CiLDuWaLSI,"很久以後 - 電影《可不可以,你也剛好喜歡我》主題曲",6lZKB76djHxzO0p2Y3E8vj
+Olivia O'Brien,1QRj3hoop9Mv5VvHQkwPEp,hate u love u,6ATgDc6e4sPn84hvJsAmPt
+Martin Garrix,60d24wfXkVzDSfLS6hyCjZ,Scared to Be Lonely,3ebXMykcMXOcLeJ9xZ17XH
+Fish Leong,3aIDSTKS9yH745GUQBxDcS,分手快樂 - 獨唱版,0OrKSryMCjp44hkGwKRvwU
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,小幸運,1ZeVIrCWzEmsJexkrgvjFv
+Hebe Tien,14bJhryXGk6H6qlGzwj3W5,寂寞寂寞就好,4LhAUjPqfLpBVNYEdPd5Go
+Joker Xue,1cg0bYpP5e2DNG0RgK2CMN,你还要我怎样,0kuKQQMx6L3efJuRVTgWQb
+Kelly Yu,5R56NYbLCC2HpOwlYBnmeN,體面(電影《前任3:再見前任》插曲),7cE5ehlKJ3L9Ejhzm3udcF
+Alec Benjamin,5IH6FPUwQTxPSXurCrcIov,Let Me Down Slowly,2qxmye6gAegTMjLKEBoR3d
+Calvin Harris,7CajNmpbOovFoOoasH2HaY,One Kiss (with Dua Lipa),7ef4DlsgrMEH11cDZd32M6
+Mao Buyi,6gvSKE72vF6N20LfBqrDmm,像我這樣的人,5VGIY7p4J5WPMCtXYWBdbX
+Eminem,7dGJo4pcD2V6oG8kP0tJRR,Godzilla (feat. Juice WRLD),7FIWs0pqAYbP91WWM0vlTQ
+Charlotte Lawrence,7LImGq5KnzQobZciDJpeJb,Joke's On You,2D0FX6WiP1GKGL3yCdXxs7
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Don't Start Now,6WrI0LAC5M1Rw2MnX2ZvEg
+Taylor Swift,06HL4z0CvFAxyc27GXpf02,Back To December,3DrjZArsPsoqbLzUZZV1Id
+Jodi Benson,4mmMtabvFCKA6HfmVmitNH,Part of Your World,7tUSJY4nsDBJTjd1UXKRsT
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Physical,5px6upUHM3fhOP621Edp4V
+Gotye,2AsusXITU8P25dlRNhcAbG,Somebody That I Used To Know,4wCmqSrbyCgxEXROQE6vtV
+Plain White T's,1g1yxsNVPhMUl9GrMjEb2o,Hey There Delilah,4RCWB3V8V0dignt99LZ8vH
+Dua Lipa,6M2wZ9GZgrQXHCFfjv46we,Break My Heart,1raaNykBg1bDnWENUiglUA
+Maxence Cyrin,3NcPjvA2rp9FPj1JBAXwOS,Where Is My Mind,4jNQkWhuzqrbqQuqanFFJ6
+Rachel Bay Jones,782wocBbKLROLTSPViayHH,So Big / So Small,5M2LiZ8SmRFWl1IJ0F7JNR
+Cher Lloyd,4m4SfDVbF5wxrwEjDKgi4k,None Of My Business,2SPEg45ZaUFJCg9GwNmRvw
+Justin Bieber,1uNFoZAHBGtllmzznpCI3s,Lonely (with benny blanco),4y4spB9m0Q6026KfkAvy9Q
+Griff,5RJFJWYgtgWktosLrUDzff,Black Hole,6xw8ld1ztoCKifwTN6uGDq
+Mika Nakashima,3D73KNJRMbV45N59E8IN0F,僕が死のうと思ったのは,2NOIV90vZjJEzbKiJyGZiS
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000000..48e341a095
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,3 @@
+{
+ "lockfileVersion": 1
+}
diff --git a/sentiment_analysis_2.py b/sentiment_analysis_2.py
new file mode 100644
index 0000000000..69c2c0ba9f
--- /dev/null
+++ b/sentiment_analysis_2.py
@@ -0,0 +1,65 @@
+# pip install vaderSentiment
+from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
+import pandas as pd
+import requests
+import time
+
+analyser = SentimentIntensityAnalyzer()
+
+playlist_df = pd.read_csv("my_playlist_v6.csv")
+
+
+def get_lyric(artist_name, track_name):
+ # musixmatch api base url
+ base_url = "https://api.musixmatch.com/ws/1.1/"
+ # your api key
+ api_key = "&apikey=95f7e1aa1421c9807a18a2abdef5ce6e"
+ # api method
+ lyrics_matcher = "matcher.lyrics.get"
+ "&q_artist="
+ "&q_track="
+ api_call = base_url + lyrics_matcher + "?format=json&callback=callback" + \
+ "&q_artist=" + artist_name + "&q_track=" + track_name + api_key
+ request = requests.get(api_call)
+ data = request.json()
+ lyric = data['message']['body']['lyrics']['lyrics_body']
+ return lyric
+
+
+lyric_list = []
+sentiment_list = []
+sentiment_score_list = []
+
+for track0 in playlist_df[['artist_name', 'track_name']].values:
+
+ try:
+ song = get_lyric(track0[0], track0[1])
+ sentiment_score = analyser.polarity_scores(song)
+
+ if sentiment_score['compound'] >= 0.05:
+ sentiment_percentage = sentiment_score['compound']
+ sentiment = 'Positive'
+ elif sentiment_score['compound'] > -0.05 and sentiment_score['compound'] < 0.05:
+ sentiment_percentage = sentiment_score['compound']
+ sentiment = 'Neutral'
+ elif sentiment_score['compound'] <= -0.05:
+ sentiment_percentage = sentiment_score['compound']
+ sentiment = 'Negative'
+
+ sentiment_list.append(sentiment)
+ sentiment_score_list.append((abs(sentiment_percentage) * 100))
+
+ except:
+ sentiment_list.append('None')
+ sentiment_score_list.append(0)
+ lyric_list.append(song)
+ time.sleep(0.2)
+ # the end of the for loop
+playlist_df['lyric'] = lyric_list
+playlist_df['sentiment'] = sentiment_list
+playlist_df['sentiment_score'] = sentiment_score_list
+playlist_df.to_csv('my_playlist_sentiment_v6.csv', header=True, index=False)
+# print lyric of an song
+song_index = 3
+print("the "+str(song_index+1)+"th song in my list",
+ playlist_df['lyric'][song_index])
diff --git a/spotify_api.py b/spotify_api.py
new file mode 100644
index 0000000000..7712ee1e74
--- /dev/null
+++ b/spotify_api.py
@@ -0,0 +1,232 @@
+import time
+import numpy as np
+import pandas as pd
+import json
+import requests
+country_code = "US"
+
+# get a fresh token, it expires in a short time.
+# https://developer.spotify.com/console/post-playlists/
+# get token
+authorization = "BQBS0uKPMmomURxIWjlp59wnsGLdZ7AE6H-TjihnW1FtRvRLfm548fQihbmYWD_BixhfuVAm8g1XLkt8qEX9uOaE2jcnoJpjx1cKVEmm7GjjcarIoXtYOawl0UfaHxnGG_eF05ilNELE8US9_T-mXMKZHGrcoan4YoeFUAl0k9m8eGct2EXS7iAJGJH2UDs87Hf3dJ7oUA5h1wK2PB8"
+user_id = "22ku6efy73kw6pajgbuynw6xy"
+# this playlist id is for
+playlist_id0 = '1CKQrgQXIM53Qvw5TaOQmt'
+
+
+# track0_id = "2ooIqOf4X2uz4mMptXCtie"
+# artist0_id = "1jeYbk5eqo6wgsQPjLeU5w"
+
+
+def get_artist_from_artistid(artist_id):
+ url = ''.join(["https://api.spotify.com/v1/artists/", artist_id])
+
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])}
+
+ response = requests.request("GET", url, headers=headers, data=payload)
+ data_temp = json.loads(response.text)
+ return data_temp['name']
+
+
+def get_artist_from_trackid(trackid):
+ url = ''.join(["https://api.spotify.com/v1/artists/", trackid])
+
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])}
+
+ response = requests.request("GET", url, headers=headers, data=payload)
+ data_temp = json.loads(response.text)
+ return data_temp['name']
+
+#artist1 = get_artist_from_trackid(track0_id)
+# print(artist1)
+
+
+def get_track_from_trackid(trackid):
+ url = ''.join(["https://api.spotify.com/v1/tracks/", trackid])
+
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])}
+
+ response = requests.request("GET", url, headers=headers, data=payload)
+ data_temp = json.loads(response.text)
+ return data_temp['name']
+
+
+def get_related_artists_from_trackid(trackid):
+ url = ''.join(["https://api.spotify.com/v1/artists/",
+ trackid, "/related-artists"])
+
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])
+ }
+
+ response = requests.request("GET", url, headers=headers, data=payload)
+ data_temp = json.loads(response.text)
+ dic0 = data_temp['artists']
+ artist_list = []
+ artist_id_list = []
+ for value in dic0:
+ artist_list.append(value['name'])
+ artist_id_list.append(value['id'])
+ return artist_list, artist_id_list
+
+
+#artists1,artistid1 = get_related_artists_from_trackid(track0_id)
+# print(artists1)
+# print(artistid1)
+# print(len(artists1))
+# print(len(artistid1))
+
+def create_a_playlist(new_playlist_name):
+ url = ''.join(["https://api.spotify.com/v1/users/", user_id, "/playlists"])
+
+ payload = json.dumps({
+ "name": new_playlist_name,
+ "description": "bocheng's playlist for the group project of CS410",
+ "public": False
+ })
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])
+ }
+ response = requests.request("POST", url, headers=headers, data=payload)
+ data_temp = json.loads(response.text)
+ new_playlist_id = data_temp['id']
+ return new_playlist_id
+
+#new_playlist_id = create_a_playlist("CS410ProjectList")
+# print(new_playlist_id)
+
+
+def get_artist_top_tracks_from_artist_id(artist_id):
+ url = ''.join(["https://api.spotify.com/v1/artists/",
+ artist_id, "/top-tracks?market=US"])
+
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])
+ }
+
+ response = requests.request("GET", url, headers=headers, data=payload)
+
+ data_temp = json.loads(response.text)
+ dic0 = data_temp['tracks']
+ track_list = []
+ track_id_list = []
+ for value in dic0:
+ track_list.append(value['name'])
+ track_id_list.append(value['id'])
+ return track_list, track_id_list
+
+#track_list1 = get_artist_top_tracks_from_artist_id(artist0_id0)[0]
+#track_id_list1 = get_artist_top_tracks_from_artist_id(artist0_id0)[1]
+# print(track_list1)
+# print(track_id_list1)
+# print(len(track_list1))
+# print(len(track_id_list1))
+
+
+def add_tracks_to_playlist(track_id_list, playlist_id):
+ url = ''.join(["https://api.spotify.com/v1/users/",
+ user_id,
+ "/playlists/",
+ playlist_id,
+ "/tracks?uris="])
+ for track_id in track_id_list:
+ url += ''.join(["spotify:track:",
+ track_id,
+ ","])
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])
+ }
+
+ response = requests.request("POST", url, headers=headers, data=payload)
+ print(response.text)
+
+# add_tracks_to_playlist(track_id_list1,playlist_id0)
+
+
+def json_read_to_list(info_temp):
+ playlist_tracks_info_list = []
+ print("length:", len(info_temp))
+ for i in np.arange(len(info_temp)):
+ temp0 = [info_temp[i]['track']['artists'][0]['name'],
+ info_temp[i]['track']['artists'][0]['id'],
+ info_temp[i]['track']['name'],
+ info_temp[i]['track']['id']]
+ playlist_tracks_info_list.append(temp0)
+ return playlist_tracks_info_list
+
+
+def get_playlist_tracks(playlist_id):
+ url = ''.join(["https://api.spotify.com/v1/playlists/",
+ playlist_id,
+ "/tracks"])
+
+ payload = {}
+ headers = {
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'Authorization': ''.join(['Bearer ', authorization])
+ }
+
+ response = requests.request("GET", url, headers=headers, data=payload)
+ data_temp = json.loads(response.text)
+ info_temp = data_temp['items']
+ playlist_tracks_info_list0 = json_read_to_list(info_temp)
+
+ next_temp = data_temp['next']
+ count_next = 0
+ while (next_temp):
+ count_next += 1
+ time.sleep(0.2)
+ response = requests.request(
+ "GET", next_temp, headers=headers, data=payload)
+ data_next_temp = json.loads(response.text)
+ info_next_temp = data_next_temp['items']
+ next_temp = data_next_temp['next']
+ playlist_tracks_info_list0 += json_read_to_list(info_next_temp)
+ print("WHAT IS the ", str(count_next), " next: ", next_temp)
+ print("the total number of item captured: ",
+ len(playlist_tracks_info_list0))
+
+ playlist_df = pd.DataFrame(playlist_tracks_info_list0,
+ columns=['artist_name', 'artist_id', 'track_name', 'track_id'])
+
+ playlist_df.to_csv('my_playlist_v6.csv', header=True, index=False)
+
+ return playlist_df
+ # return data_temp
+
+
+playlist_tracks1 = get_playlist_tracks(playlist_id0)
+
+
+# print(playlist_tracks1.shape)
+# print(playlist_tracks1['track_name'])
+# print(playlist_tracks1.head(5))
+
+
+# artist_id0 = "5rSXSAkZ67PYJSvpUpkOr7"# backstreet boys
+# track1_id = "3BsaRV5QIulYz2lV9WWa8T" #Show Me the Meaning of Being Lonely
+# print(get_artist_from_artistid(artist_id0))
+# print(get_track_from_trackid(track1_id))