dmis-lab/bern
A neural named entity recognition and multi-type normalization tool for biomedical text mining
This tool helps researchers and scientists working with biomedical literature automatically identify and categorize important biological entities within text. You input raw biomedical text or PubMed IDs, and it outputs a structured list of recognized entities like genes, diseases, chemicals, and species, along with their standardized names. It's designed for anyone analyzing large volumes of scientific papers to extract key biological information.
177 stars. No commits in the last 6 months.
Use this if you need to quickly and accurately extract and normalize mentions of biomedical entities from scientific articles, patents, or clinical notes.
Not ideal if you are looking for a simple, low-resource tool, as hosting your own BERN server requires substantial computing power (66GB disk, 32GB RAM).
Stars
177
Forks
44
Language
Python
License
BSD-2-Clause
Category
Last pushed
Apr 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dmis-lab/bern"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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