strayMat/tag_serve
Deployable Neural Tagger implementation for Named Entity Recognition
This project helps natural language processing practitioners quickly deploy and share Named Entity Recognition (NER) models. It takes raw text or documents as input and outputs the same text with identified entities (like names of people, organizations, or locations) tagged. It's ideal for data scientists, linguists, or NLP engineers who need to make their custom NER models accessible for live use or batch processing.
No commits in the last 6 months.
Use this if you have a trained Named Entity Recognition (NER) model and need to easily expose it as a web service for real-time predictions or batch processing of text data.
Not ideal if you need a pre-trained, ready-to-use NER model without any deployment or customization, or if you require advanced model training capabilities.
Stars
7
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 09, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/strayMat/tag_serve"
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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs