createmomo/CRF-Layer-on-the-Top-of-BiLSTM
The CRF Layer was implemented by using Chainer 2.0. Please see more details here: https://createmomo.github.io/2017/09/12/CRF_Layer_on_the_Top_of_BiLSTM_1/
This project offers a detailed explanation and implementation of a Conditional Random Field (CRF) layer combined with a Bidirectional Long Short-Term Memory (BiLSTM) network. It helps in recognizing specific entities within text, such as names of people, organizations, or locations. You would input raw text data, and it would output the same text with identified and tagged entities. This is useful for researchers or developers working on natural language processing tasks.
208 stars. No commits in the last 6 months.
Use this if you are a developer or researcher looking for a foundational understanding and practical Chainer implementation of BiLSTM-CRF for Named Entity Recognition.
Not ideal if you are looking for a ready-to-use application or a high-level library to perform Named Entity Recognition without needing to understand the underlying implementation details.
Stars
208
Forks
49
Language
Python
License
—
Category
Last pushed
Mar 26, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/createmomo/CRF-Layer-on-the-Top-of-BiLSTM"
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