Text Processing
Remove zero-width and invisible characters from text
zero-width-removerText Processing
Run explainable local tokenization, sentence splitting, stopword, lemma, stem, entity and n-gram annotation with JSONL or CoNLL export.
text-nlp-annotation-workbenchText Processing
Run a portable text-cleaning recipe and inspect every step, diff, timing, and character change.
text-pipeline-builderText Processing
Deterministically analyze, replace, remove, or duplicate English vowels and consonants with position statistics and an audit trail.
vowel-consonant-processorText Processing
Compute MD5, SHA-1, SHA-256, SHA-512, and CRC-32 hashes of any text in one shot. Get both hex and Base64 digests over the UTF-8 encoding.
text-hash-generatorText Processing
Inspect text encoding, BOM, newline style and mojibake symptoms, then produce a scored local repair candidate.
text-encoding-forensics-and-repairText Processing
Pad text to a fixed width and align it left, right, center, or justified, with a chosen pad character.
text-padText Processing
Unscramble letters into every valid English word. A Scrabble/anagram solver that respects letter counts and filters by length.
word-unscramblerText Processing
Convert English number-words into digits. Handles magnitudes, "and", decimals via "point", and hyphens, replacing the number-run in place.
words-to-numberText Processing
Convert text to Unicode small capitals (ʜᴇʟʟᴏ). Uses Phonetic Extensions small-cap glyphs; letters without a dedicated glyph fall back to lowercase.
small-caps-converterText Processing
Fetch an RSS or Atom feed by URL (or paste raw XML), parse it, sort items by publish date, deduplicate, apply a time window, and output a clean Markdown summary
rss-feed-markdown-summarizerText Processing
Compare resume text against a job description, normalize keyword variants, and highlight coverage gaps
resume-job-description-matcher