acoadmarmon/united-nations-ner
Fine-tuning a Hugging Face BERT model for the United Nations Named Entity Recognition task.
This tool helps United Nations staff, researchers, or analysts automatically identify and extract specific named entities from UN documents, such as meeting transcripts. It takes raw text from UN documents as input and outputs a list of recognized entities like committees, topics, countries, or cultural groups, saving time spent on manual identification. This is ideal for anyone who regularly works with large volumes of UN-specific text and needs to quickly find key information.
No commits in the last 6 months.
Use this if you need to automatically extract specific United Nations-related entities from documents like General Assembly transcripts without manually scanning through text or building complex rule-based systems.
Not ideal if you're looking for a general-purpose named entity recognition tool for non-UN specific text or if you do not have technical knowledge to run the model.
Stars
35
Forks
10
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/acoadmarmon/united-nations-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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs