ROBINADC/BiGRU-CRF-with-Attention-for-NER
Named Entity Recognition (NER) with different combinations of BiGRU, Self-Attention and CRF
This project helps natural language processing researchers and students compare different machine learning architectures for Named Entity Recognition (NER). It takes raw text data, processes it, and then trains various models to identify and classify entities like names, organizations, or locations within the text. The output is a trained NER model and performance metrics, allowing users to understand which model configurations work best for this specific task.
No commits in the last 6 months.
Use this if you are a researcher or student in natural language processing and want to experiment with different NER model architectures and input embeddings to optimize performance on a dataset.
Not ideal if you need a ready-to-use NER solution for a production system or if you are not familiar with machine learning model training and evaluation.
Stars
63
Forks
20
Language
Python
License
MIT
Category
Last pushed
Jan 08, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ROBINADC/BiGRU-CRF-with-Attention-for-NER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow