yahshibu/nested-ner-tacl2020-flair
Implementation of Nested Named Entity Recognition using Flair
This project helps natural language processing researchers train models to identify complex, overlapping named entities in text. It takes raw text from datasets like ACE-2004 or GENIA and common word embeddings as input, then outputs a trained model capable of recognizing these 'nested' entities. NLP researchers or computational linguists working on advanced information extraction or text understanding would find this useful.
No commits in the last 6 months.
Use this if you are an NLP researcher aiming to experiment with or replicate state-of-the-art methods for nested named entity recognition.
Not ideal if you need a ready-to-use tool for identifying entities in text without developing or training a custom model.
Stars
24
Forks
1
Language
Python
License
GPL-3.0
Category
Last pushed
Oct 29, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yahshibu/nested-ner-tacl2020-flair"
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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs