guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
This project helps natural language processing engineers quickly implement and test state-of-the-art Named Entity Recognition (NER) models. You provide text sentences and corresponding tags, and the system outputs a trained model that can identify entities like names, locations, and organizations in new text. It is designed for NLP researchers and practitioners who need accurate and efficient entity extraction.
926 stars. No commits in the last 6 months.
Use this if you are an NLP developer or researcher looking for a simple, accurate, and efficient framework to build and evaluate custom Named Entity Recognition models.
Not ideal if you are a non-technical user needing an out-of-the-box solution for entity extraction without custom development or model training.
Stars
926
Forks
270
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 18, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/guillaumegenthial/tf_ner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT