lasigeBioTM/BENT
Biomedical Term Annotator
This tool helps biomedical researchers and practitioners automatically identify and categorize specific entities like diseases, chemicals, and genes within scientific texts. You provide it with documents or blocks of text, and it returns those texts with important biomedical terms highlighted and linked to established knowledge bases. This is ideal for anyone working with large volumes of biomedical literature, clinical notes, or research papers who needs to extract structured information.
No commits in the last 6 months. Available on PyPI.
Use this if you need to precisely identify and categorize biomedical entities within unstructured text data to enhance your research, clinical analysis, or information retrieval.
Not ideal if your primary goal is general natural language processing outside the biomedical domain, or if you only need simple keyword searching without sophisticated entity linking.
Stars
9
Forks
1
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 24, 2025
Commits (30d)
0
Dependencies
13
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lasigeBioTM/BENT"
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