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

atpaino/deep-text-corrector

Deep learning models trained to correct input errors in short, message-like text observed · 2026-08-28

github.com/atpaino/deep-text-corrector · 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3586
  • days_rel: n/a
  • days_push: 2681
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1235 stars · 258 forks observed · 2026-08-28

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

A TensorFlow research project that trains sequence-to-sequence deep learning models to correct small grammatical errors in short conversational English text, such as SMS messages. It builds training pairs by randomly injecting errors into grammatically correct corpora (e.g., the Cornell Movie-Dialogs Corpus) so the model learns to restore the original text.

Use cases

  • correct grammar mistakes in short text messages
  • fix missing articles in learner English writing
  • train a sequence-to-sequence model for text correction
  • generate synthetic training data for grammatical error correction
  • build an autocorrect that catches grammatical errors spell-check misses
  • experiment with seq2seq models for text normalization

When to choose

  • You want a reference implementation of seq2seq grammar correction with TensorFlow
  • You are studying synthetic error-injection techniques for generating NLP training data
  • You are reproducing or extending the accompanying blog post / CoNLL-style grammatical error correction experiments

When to avoid

  • You need a maintained, production-ready grammar checker — the project has had no releases since 2019
  • You need to correct long-form or formal text — models were trained only on short conversational sentences with a limited set of error types
  • You want modern transformer- or LLM-based correction — this uses older RNN-based seq2seq architectures
  • You need general-purpose spell-checking or context-sensitive autocorrection

Facets

library · maturity abandoned

machine-learning deep-learning nlp data-generation machine-learning deep-learning python grammar-correction sequence-to-sequence seq2seq tensorflow text-correction synthetic-data conversational-text research-code natural-language-processing gpu

1 source

Member repositories

RepositoryRoleHealth v2
atpaino/deep-text-correctormain32

For agents

markdown · JSON · MCP: product_card(name="atpaino/deep-text-corrector")

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