scionoftech/NamedEntityRecognition-BiLSTM-CRF-BERT
NamedEntityRecognition using BiLSTM-CRF,BiLSTM,BERT,TF2.x and Pytorch
This tool helps you automatically identify and categorize important pieces of information in text, like names of people, organizations, locations, dates, and currency amounts. You input raw text from sources such as social media, customer support tickets, or survey responses, and it outputs the same text with key entities highlighted and labeled. This is ideal for analysts, marketers, or anyone who needs to quickly extract structured data from large volumes of unstructured text.
No commits in the last 6 months.
Use this if you need to rapidly scan and organize specific types of information from text documents, rather than reading through everything manually.
Not ideal if you're looking to understand the overall sentiment or general topic of a text, rather than identifying specific entities.
Stars
22
Forks
6
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 25, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/scionoftech/NamedEntityRecognition-BiLSTM-CRF-BERT"
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 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow