bo1929/anelfop
Focusing on potential named entities during active label acquisition.
This project helps natural language processing practitioners efficiently identify specific entities like names, locations, or organizations within large amounts of unstructured text. It takes your raw text data and, with less manual labeling effort, produces an accurate model for recognizing these named entities. Data scientists or NLP engineers who need to build accurate domain-specific named entity recognition (NER) systems with limited labeled data would use this.
No commits in the last 6 months.
Use this if you need to build a high-performing named entity recognition model for your specific industry or data, but want to minimize the time and cost associated with manually labeling large datasets.
Not ideal if you already have a sufficiently large, fully labeled dataset for your named entity recognition task, or if your needs are covered by off-the-shelf general-purpose NER models.
Stars
10
Forks
1
Language
Python
License
MIT
Category
Last pushed
Oct 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bo1929/anelfop"
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