Ross ROSS = Recommend OSS · open-source software intelligence for agents

guillaumegenthial/sequence_tagging

Named Entity Recognition (LSTM + CRF) - Tensorflow observed · 2026-08-28

github.com/guillaumegenthial/sequence_tagging · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3444
  • days_rel: n/a
  • days_push: 2147
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1952 stars · 696 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TensorFlow implementation of a Bi-LSTM + CRF model with character embeddings for named entity recognition and sequence tagging. It trains on CoNLL-format data and achieves near state-of-the-art F1 scores (~90-91).

Use cases

  • train a named entity recognition model on CoNLL-2003 data
  • tag each word in a sentence with entity labels like PER, LOC, ORG
  • learn how to implement LSTM-CRF sequence tagging in TensorFlow
  • use GloVe word vectors plus character embeddings for NER
  • run a sequence labeling model on custom IOB-formatted datasets
  • reproduce results from Lample et al. and Ma and Hovy NER papers

When to choose

  • you need a clear, educational reference implementation of Bi-LSTM + CRF NER in TensorFlow 1.x
  • you want to train a sequence tagger on CoNLL-format data with pretrained GloVe embeddings
  • you are studying classic deep learning approaches to NER before transformer-based models

When to avoid

  • you need a maintained, production-ready NER system - the repo points to a newer implementation (tf_ner) and sees little activity
  • you want to use TensorFlow 2.x or modern tooling like tf.data and tf.estimator out of the box
  • you need transformer-based NER with pretrained language models such as BERT

Facets

library · maturity maintenance

machine-learning nlp machine-learning deep-learning python named-entity-recognition ner sequence-labeling crf bi-lstm tensorflow word-embeddings glove character-embeddings natural-language-processing

2 sources

Member repositories

RepositoryRoleHealth v2
guillaumegenthial/sequence_taggingmain32

For agents

markdown · JSON · MCP: product_card(name="guillaumegenthial/sequence_tagging")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem