borisshapa/bert-crf
Solutions of the problems NER and RE in the domain of business documents with the BERT+CRF model.
This project helps business analysts and researchers automatically extract key information from Russian business documents like regional reports and strategic plans. It takes raw text documents as input and outputs structured data, identifying specific named entities (like companies, economic indicators, or institutions) and the relationships between them. This helps professionals quickly understand crucial details and connections hidden within large volumes of unstructured text.
No commits in the last 6 months.
Use this if you need to automatically identify and categorize specific entities and their relationships within a large corpus of Russian business-related texts.
Not ideal if your documents are in a language other than Russian or if you are not working with business-specific text data.
Stars
15
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 16, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/borisshapa/bert-crf"
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