Jumble solver · ENABLE1, 172,820 words
Four jumbled words in, four answers out — each one solved on its own
A jumbled word is an anagram with one extra rule: the answer is exactly as long as the jumble. The paper techniques behind it are in the unscrambling guide. Each box is looked up by itself as you type, so a fifth letter in box three cannot disturb the answer already in box one.
? blanks — a jumble uses every letter it gives you.
The word index is not loaded yet. It ships as 14 plain-text shards, one per word length; each box pulls the single shard for its own length, and the figure for the jumbles you type appears here.
What is measured, how it is kept, and what it cannot tell you
What is measured. One question, asked up to four times over: which entries of a named word list use exactly the letters in that box — every letter, none more or fewer times than you typed it — so an answer is always as long as the jumble it came from. There is no clue and no opinion about which answer a puzzle wants; a word is in the list or it is not. The strip counts the boxes holding letters, the boxes that produced a word, the answers, and the sizes of those searches added together.
How it is kept. The list ships as a file, wordlist/enable1.txt, precomputed at build time into an anagram-key index: each word's letters sorted, used as the key to every word sharing them. A jumble sorted is therefore already a key, so a box is one lookup rather than a walk through 168,548 words — TIFDR sorts to dfirt, which maps straight to its answer. The index is split by length, so a box pulls the slice for its own length, and four boxes of one length share one file.
What it cannot tell you. Which answer the puzzle wants when the letters spell more than one word — that is what the clue beside it is for. What the circled letters spell, a final answer normally being a phrase. And anything outside ENABLE1: proper nouns, hyphenations, and the 4,272 entries of 16 letters or more, in the shipped file but outside the index.
“Jumble”, in the ordinary sense
The word is used here as ordinary English — letters printed out of order. This page is not connected to any newspaper, syndicate or puzzle publisher, it reproduces no puzzle and holds no answer key: it reads what you type and looks it up in a public-domain word list you can download and check.