kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
This project helps developers build systems that can automatically identify and categorize key information like names of people, organizations, or locations within text. You feed it raw text, and it outputs the text with specific words or phrases tagged with their entity type. This is primarily useful for developers creating natural language processing applications or data extraction tools.
369 stars. No commits in the last 6 months.
Use this if you are a developer looking for a Keras-based implementation to perform Named Entity Recognition on text data.
Not ideal if you need an out-of-the-box solution for end-users, or if you require a pre-trained model ready for immediate use without development.
Stars
369
Forks
142
Language
Python
License
GPL-3.0
Category
Last pushed
Apr 21, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow