简体   繁体   English

具有深度学习模型的命名实体识别

[英]Named entity recognition with deep Learning model

How to use named entity recognition using Deep Learning?如何使用深度学习使用命名实体识别? I want to build a model using DL for named entity recognition.我想使用 DL 构建一个模型来识别命名实体。

There are many pre-trained models/library for Named Entity Recognition(NER), you can use HuggingFace pre-traied modes, SpaCy and NLTK for the same.命名实体识别(NER)有许多预训练模型/库,您可以使用 HuggingFace 预训练模式、SpaCy 和 NLTK。

If you want to go deep dive and train a Deep Learning model from scratch, you shall explore about BERT.如果您想深入研究并从头开始训练深度学习模型,您应该探索 BERT。 Also, I would recommend to go through Kaggle notebooks about Named Entity Recognition.另外,我建议阅读有关命名实体识别的 Kaggle 笔记本。

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

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