chambliss/Multilingual_NER
Applying BERT to named entity recognition in English and Russian.
This project helps machine translation developers pinpoint and fix issues with how names (people, places, organizations) are translated between English and Russian. You input sentences or documents in either language, and it highlights and categorizes the names identified. This tool is for machine translation developers and quality assurance engineers focused on improving translation accuracy for named entities.
163 stars. No commits in the last 6 months.
Use this if you are a developer building or evaluating machine translation models and need to specifically analyze and improve the accurate translation of named entities between Russian and English.
Not ideal if you are looking for a general-purpose named entity recognition tool for languages other than Russian or English, or if you are not working with machine translation quality.
Stars
163
Forks
24
Language
Python
License
—
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chambliss/Multilingual_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