Skip to content
#

named-entity-extraction

Here are 19 public repositories matching this topic...

基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注(Part Of Speech, POS)和命名实体识别(Named Entity Recognition, NER)等序列标注任务。

  • Updated Dec 8, 2022
  • Python

Successfully developed a Named Entity Recognition (NER) model on the BC5CDR dataset using Stacked Bidirectional GRUs with Attention mechanism, designed to accurately identify chemical and disease entities from biomedical texts.

  • Updated Jul 4, 2025
  • Jupyter Notebook

Successfully developed a Named Entity Recognition (NER) model using a Bidirectional GRU with Attention on the MIT Movies dataset to identify and classify movie-related entities like titles, actors, and genres.

  • Updated Jul 4, 2025
  • Jupyter Notebook

Successfully developed a Named Entity Recognition (NER) model for German text using a Bidirectional LSTM with Attention on the Multilingual NER dataset, effectively identifying entities across multilingual corpora with contextual understanding.

  • Updated Jul 4, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the named-entity-extraction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the named-entity-extraction topic, visit your repo's landing page and select "manage topics."

Learn more