简体   繁体   English

NER model 歌词[说唱]

[英]NER model for lyrics[rap]

I am looking for any NER model train to extract entity from rap lyrics.我正在寻找任何 NER model 火车从说唱歌词中提取实体。 Presently I am using Spacy models for NER, but there's a lot of misclassification.目前我正在为 NER 使用 Spacy 模型,但有很多错误分类。 This is because spacy models are pretrained on newspaper articles.这是因为 spacy 模型是对报纸文章进行预训练的。 So, the initial question;所以,最初的问题; Is there any model that I can use for NER on rap lyrics.是否有任何 model 可以用于说唱歌词的 NER。

This is how the present spacy model classifying some of the words这就是目前spacy model如何对部分单词进行分类

('kanye west', 'GPE'),('2pac', 'PRODUCT'),('hoochie coochie', 'ORG'),('valley', 'LOC'),('talkin', 'NORP'),('nothin', 'PERSON'),('100k', 'PRODUCT') ('kanye west', 'GPE'),('2pac', 'PRODUCT'),('hoochie coochie', 'ORG'),('valley', 'LOC'),('talkin', 'NORP' ),('没什么', 'PERSON'),('100k', '产品')

(In case if u are wondering what lyrics are these, these are from Kendrick Lamar) (如果你想知道这些是什么歌词,这些来自 Kendrick Lamar)

You may need to generate your own training data, as the words you are trying to classify are very specific to the American rap industry, and most probably not covered by any existing nlp package.您可能需要生成自己的训练数据,因为您尝试分类的词非常特定于美国说唱行业,并且很可能没有包含在任何现有的 nlp package 中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM