sequence_tagging and tf_ner

sequence_tagging
51
Established
tf_ner
51
Established
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Stars: 1,953
Forks: 696
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
Stars: 926
Forks: 270
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About sequence_tagging

guillaumegenthial/sequence_tagging

Named Entity Recognition (LSTM + CRF) - Tensorflow

This tool helps you automatically identify and tag specific types of information in text, such as names of people, organizations, or locations. You provide sentences as input, and it outputs each word with a corresponding tag indicating if it's part of a named entity. It's designed for data scientists, linguists, or anyone who needs to extract structured information from unstructured text.

named-entity-recognition information-extraction text-analysis natural-language-processing data-labeling

About tf_ner

guillaumegenthial/tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data

This project helps natural language processing engineers quickly implement and test state-of-the-art Named Entity Recognition (NER) models. You provide text sentences and corresponding tags, and the system outputs a trained model that can identify entities like names, locations, and organizations in new text. It is designed for NLP researchers and practitioners who need accurate and efficient entity extraction.

Named Entity Recognition NLP model training information extraction text analytics sequence tagging

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