#ner (9 Repositories)
Ranked open-source repositories tagged with #ner, scored by pull request acceptance likelihood and maintainer engagement velocity.
8.2%
5.0h
9 repositories tagged #ner
maziyarpanahi/openmed
Local-first healthcare AI: clinical NER & HIPAA PII de-identification that runs 100% on-device. 2,200+ medical models, 21 languages, Apple MLX + Python, no cloud, no patient data leaving your network. Apache-2.0
kermitt2/delft
a Deep Learning Framework for Text https://delft.readthedocs.io/
mrshu/github-statuses
The "Missing GitHub Status Page" -- a Flat Data attempt at historically documenting GitHub statuses
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
thoughtbot/top_secret
Filter sensitive information from free text before sending it to external services or APIs, such as chatbots and LLMs.
davidsbatista/NER-datasets
Datasets to train supervised classifiers for Named-Entity Recognition in different languages (Portuguese, German, Dutch, French, English)
ProHiryu/albert-chinese-ner
使用预训练语言模型ALBERT做中文NER
macanv/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
liu-nlper/NER-LSTM-CRF
An easy-to-use named entity recognition (NER) toolkit, implemented the Bi-LSTM+CRF model in tensorflow.