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

tensorflow/text

Making text a first-class citizen in TensorFlow. observed · 2026-08-28

github.com/tensorflow/text · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 99
  • Release rhythm 74
  • 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: 108
  • age_days: 2653
  • days_rel: 12
  • days_push: 8
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1293 stars · 378 forks observed · 2026-08-28

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

TensorFlow Text is a library of text-processing classes and ops for TensorFlow 2.x, providing tokenization, Unicode normalization, n-grams, and other sequence-modeling preprocessing that runs inside the TensorFlow graph. It ensures preprocessing is identical between training and inference and underpins higher-level libraries like KerasNLP.

Use cases

  • tokenize text for tensorflow models
  • unicode normalization and script segmentation in a tf graph
  • preprocess text for bert fine-tuning
  • build n-grams and sliding windows for sequence models
  • avoid train/inference tokenization mismatch
  • wordshape feature extraction in tensorflow

When to choose

  • you need low-level text ops inside the TensorFlow graph
  • you must guarantee identical preprocessing at training and serving time
  • KerasNLP abstractions are too high-level for your needs

When to avoid

  • you use PyTorch or JAX instead of TensorFlow
  • you just want pretrained NLP models - use KerasNLP or Hugging Face instead
  • you need general-purpose NLP outside a TensorFlow pipeline

Facets

library · maturity maintenance

nlp machine-learning parser serialization machine-learning deep-learning python windows tokenization unicode tensorflow text-preprocessing keras natural-language-processing linux macos gpu

8 sources

Member repositories

RepositoryRoleHealth v2
tensorflow/textmain90

For agents

markdown · JSON · MCP: product_card(name="tensorflow/text")

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