scofield7419/sequence-labeling-BiLSTM-CRF
The BiLSTM-CRF model implementation in Tensorflow, for sequence labeling tasks.
This project helps you automatically label specific parts of text, like identifying names of organizations or locations in a sentence. You input raw text or pre-formatted text files, and it outputs the same text with each word or character tagged with its corresponding label. This is ideal for anyone working with large volumes of text who needs to extract or categorize specific information.
703 stars. No commits in the last 6 months.
Use this if you need to build a system that automatically identifies and labels entities or grammatical structures within text data for tasks like Named Entity Recognition, Part-of-Speech tagging, or Chinese Word Segmentation.
Not ideal if you're looking for a simple tool to manually annotate a small dataset or if you don't have some programming experience to configure and run the model.
Stars
703
Forks
255
Language
JavaScript
License
GPL-3.0
Category
Last pushed
Nov 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/scofield7419/sequence-labeling-BiLSTM-CRF"
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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs