glample/tagger
Named Entity Recognition Tool 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3829
- days_rel: n/a
- days_push: 2655
- n_releases_24m: 0
Adoption not part of the score
1175 stars · 424 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Named Entity Recognition (NER) tool implementing a state-of-the-art LSTM-CRF model that works across languages without gazetteers. It ships with pretrained models for English, Spanish, German, and Dutch and supports training custom models on CoNLL-formatted data.
Use cases
- tag named entities in text
- run named entity recognition on tokenized sentences
- train a custom NER model on CoNLL-formatted data
- recognize entities in English, Spanish, German, or Dutch
- evaluate NER models on CoNLL datasets
When to choose
- you need a pretrained NER tagger for CoNLL languages without language-specific resources
- you want to train and tune an LSTM-CRF NER model on your own IOB-formatted data
When to avoid
- you need a maintained tool or modern framework support (requires Python 2.7 and Theano)
- you need NER for languages outside the four pretrained ones and lack training data
- you want transformer-based or GPU-accelerated modern NER models
Facets
library · maturity abandoned
nlp machine-learning deep-learning machine-learning python named-entity-recognition ner lstm-crf theano pretrained-models conll natural-language-processing linux macos
1 source
- readme: https://github.com/glample/tagger · fetched 2026-08-28 · 1604f786d93d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| glample/tagger | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem