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

Hironsan/anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on. observed · 2026-08-28

github.com/Hironsan/anago · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 3355
  • days_rel: n/a
  • days_push: 1365
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1482 stars · 359 forks observed · 2026-08-28

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

anaGo is a Python library for sequence labeling tasks such as named entity recognition, part-of-speech tagging, and semantic role labeling, built on Keras with BiLSTM-CRF and ELMo support. It is language-independent, requiring no hand-crafted language-specific features, and includes pre-trained models and a simple fit/score/analyze API.

Use cases

  • extract named entities from text
  • train a custom NER model in Python
  • part-of-speech tagging with deep learning
  • sequence labeling for any language
  • semantic role labeling
  • use ELMo embeddings for NER

When to choose

  • you need a Keras-based NER or POS tagging model trainable on your own data
  • you want language-independent sequence labeling without feature engineering
  • you want a simple high-level API with pre-trained models

When to avoid

  • you need actively maintained state-of-the-art transformer-based NER (e.g. spaCy, Hugging Face)
  • you don't work in the Keras/TensorFlow ecosystem
  • you need production support or recent updates

Facets

library · maturity maintenance

nlp machine-learning deep-learning machine-learning deep-learning python named-entity-recognition pos-tagging sequence-labeling keras elmo lstm-crf natural-language-processing

2 sources

Member repositories

RepositoryRoleHealth v2
Hironsan/anagomain23

For agents

markdown · JSON · MCP: product_card(name="Hironsan/anago")

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