guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
This tool helps you automatically identify and tag specific types of information in text, such as names of people, organizations, or locations. You provide sentences as input, and it outputs each word with a corresponding tag indicating if it's part of a named entity. It's designed for data scientists, linguists, or anyone who needs to extract structured information from unstructured text.
1,953 stars. No commits in the last 6 months.
Use this if you need to build a high-performance system for automatically tagging entities in English text, similar to how human annotators might identify names or places.
Not ideal if you need a solution for languages other than English or if you prefer a simpler, more modern TensorFlow implementation with `tf.data` and `tf.estimator`.
Stars
1,953
Forks
696
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 16, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/guillaumegenthial/sequence_tagging"
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/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT