情感分析

时间:2024-03-09 12:02:59
【文件属性】:

文件名称:情感分析

文件大小:3.61MB

文件格式:ZIP

更新时间:2024-03-09 12:02:59

JupyterNotebook

用法 从您最喜欢的艺术家那里刮掉歌词,找出他们最常用的词是什么。 您还将学习词汇丰富性(唯一标记的数量/标记的数量)以及每位艺术家的正面,中性或负面歌词的数量。 所需的包 使用pip安装以下软件包: pip install lyricsgenius pip install pandas pip install matplotlib pip install wordcloud pip install nltk 为了避免nltk中缺少软件包,只需在终端中python -m nltk.downloader all运行python -m nltk.downloader all 。 如何运行笔记本 如果要分析不同歌手的歌词: 注册Genius API令牌。 确保阅读必要的准则。 将令牌复制粘贴到笔记本的第一个单元格中。 包括要过滤掉的所有术语,例如实时或演示版本。 在第二个单元格中编辑歌手


【文件预览】:
Sentiment_Analysis_of_Lyrics-master
----.ipynb_checkpoints()
--------analysis-checkpoint.ipynb(483KB)
----clouds()
--------wordclouds_Linkin Park.png(213KB)
--------wordclouds_Grouplove.png(213KB)
--------wordclouds_Foo Fighters.png(209KB)
--------wordclouds_The Killers.png(209KB)
--------wordclouds_Gorillaz.png(197KB)
--------wordclouds_Morbid Angel.png(214KB)
--------wordclouds_Beastie Boys.png(229KB)
--------wordclouds_Deafheaven.png(198KB)
--------wordclouds_Rage Against the Machine.png(221KB)
--------wordclouds_Smashing Pumpkins.png(187KB)
----stopwords.py(6KB)
----README.md(1KB)
----lyrics()
--------lyrics_Smashing Pumpkins-cleaned.txt(182KB)
--------lyrics_Grouplove.txt(83KB)
--------lyrics_The Killers-cleaned.txt(265KB)
--------lyrics_Beastie Boys.txt(214KB)
--------lyrics_Gorillaz-cleaned.txt(241KB)
--------lyrics_Foo Fighters-cleaned.txt(210KB)
--------lyrics_Linkin Park-cleaned.txt(270KB)
--------lyrics_Beastie Boys-cleaned.txt(423KB)
--------lyrics_Grouplove-cleaned.txt(162KB)
--------lyrics_Gorillaz.txt(123KB)
--------lyrics_Morbid Angel.txt(82KB)
--------lyrics_The Killers.txt(135KB)
--------lyrics_Rage Against the Machine-cleaned.txt(184KB)
--------lyrics_Morbid Angel-cleaned.txt(159KB)
--------lyrics_Deafheaven.txt(27KB)
--------lyrics_Rage Against the Machine.txt(93KB)
--------lyrics_Linkin Park.txt(138KB)
--------lyrics_Smashing Pumpkins.txt(94KB)
--------lyrics_Deafheaven-cleaned.txt(52KB)
--------lyrics_Foo Fighters.txt(108KB)
----__pycache__()
--------stopwords.cpython-38.pyc(6KB)
--------lemmatizer.cpython-38.pyc(1KB)
----analysis.ipynb(475KB)

网友评论