bi-lstm-crf and sequence-labeling-BiLSTM-CRF

These are **competitors**—both are standalone implementations of the same BiLSTM-CRF architecture for sequence labeling, differing only in their underlying framework (PyTorch vs. TensorFlow), so practitioners would select one based on their preferred deep learning platform rather than using them together.

bi-lstm-crf
56
Established
Maintenance 0/25
Adoption 10/25
Maturity 25/25
Community 21/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Stars: 260
Forks: 46
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 703
Forks: 255
Downloads:
Commits (30d): 0
Language: JavaScript
License: GPL-3.0
Stale 6m No Dependents
Stale 6m No Package No Dependents

About bi-lstm-crf

jidasheng/bi-lstm-crf

A PyTorch implementation of the BI-LSTM-CRF model.

This is a developer tool for building advanced natural language processing models. It helps machine learning engineers or data scientists create custom models for 'sequence tagging' tasks. You provide labeled text data as input, and it outputs a trained model that can identify and categorize specific elements within new text.

natural-language-processing sequence-tagging named-entity-recognition part-of-speech-tagging machine-learning-engineering

About sequence-labeling-BiLSTM-CRF

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.

Natural Language Processing Text Annotation Information Extraction Text Analysis Data Labeling

Scores updated daily from GitHub, PyPI, and npm data. How scores work