ajitrajasekharan/unsupervised_NER
Self-supervised NER prototype - updated version (69 entity types - 17 broad entity groups). Uses pretrained BERT models with no fine tuning. State-of-art performance on 3 biomedical datasets
This project helps scientists, researchers, and analysts automatically identify and extract specific types of entities, like diseases or chemicals, from text documents. You provide raw text, and it returns the same text with key phrases and terms highlighted and categorized. This is ideal for anyone working with large volumes of unstructured text in fields like biomedicine who needs to quickly pinpoint and organize specific information.
No commits in the last 6 months.
Use this if you need to automatically extract a wide range of specific named entities from scientific or general text without having to manually label a large dataset for training.
Not ideal if you primarily need to identify all noun phrases in a sentence rather than specific entity types, as this requires additional setup and dependencies.
Stars
78
Forks
19
Language
Python
License
MIT
Category
Last pushed
Jul 16, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ajitrajasekharan/unsupervised_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