bond005/runne_contrastive_ner
This project is concerned with my participating in the RuNNE competition https://github.com/dialogue-evaluation/RuNNE
This project helps data scientists and NLP engineers accurately identify complex, 'nested' named entities within Russian text. It takes raw Russian text documents and an entity type list, and outputs text with specific words or phrases tagged as entities, even when one entity is part of another. This is for users working with advanced Russian text analysis tasks.
No commits in the last 6 months.
Use this if you need to extract named entities from Russian text, especially when dealing with nested structures like 'Donetsk National Technical University' where 'Donetsk' is a location within the larger organization name.
Not ideal if your primary need is for named entity recognition in languages other than Russian, or if you only require simple, non-nested entity extraction.
Stars
13
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bond005/runne_contrastive_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