jiaqianghuai/tf-lstm-crf-batch
Tensorflow-LSTM-CRF tool for Named Entity Recognizer
This tool helps you automatically identify and extract specific types of information, like names of people, organizations, or locations, from text. You provide text files containing sentences, and it outputs the same text with identified entities clearly marked. This is ideal for linguists, data scientists, or anyone who needs to structure unstructured text data for analysis.
No commits in the last 6 months.
Use this if you need to automatically find and categorize specific entities within large volumes of text data.
Not ideal if you need to perform more complex natural language understanding tasks beyond named entity recognition, or if your text data is not pre-tokenized.
Stars
59
Forks
21
Language
Python
License
—
Category
Last pushed
Jul 23, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jiaqianghuai/tf-lstm-crf-batch"
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