Five-letter clue filter · ENABLE1
Every five-letter word your clues leave standing
A solver for Wordle-style puzzles. Say which letters are locked to a square, which are in the word but somewhere else, and which are ruled out; every five-letter word in a named, public-domain dictionary consistent with all three comes back ranked.
Five squares; use _ for one you know nothing about. A gray letter that is also yellow still goes in Ruled out: it is read as a count, not a ban.
The five-letter shard is not loaded yet. The index ships as 14 plain-text shards, one per word length, totalling 3,204,287 bytes; this filter reaches only shard-05.txt, and the bytes pulled appear here after a filter.
What is measured, how it is kept, and what it cannot tell you
What is measured. One thing: which five-letter entries of a named word list are still consistent with the clues you gave. A locked letter fixes a square, a misplaced letter says the word holds that letter but not there, and a ruled-out letter says it holds no more copies than the other two account for. Every word in the slice is tested against all three, and the readout count is the surviving set's size, not a sample. The starting-words guide ranks openers on this same list.
How it is kept. The list ships as a file, wordlist/enable1.txt, precomputed into a length-sharded index. A positional question cannot be answered from the anagram keys that index is built on — sorting a word's letters throws its positions away — so this page reads the five-letter shard and tests each word. That is a scan, bounded by 8,636 words rather than 172,820, and the page prints the figure. The ranking is recomputed the same way, over the survivors.
What it cannot tell you. Which word a particular puzzle chose. Nothing here is connected to a running game, no answer list is shipped or fetched, and the ranking is a frequency count rather than a guess at a solution. Nor can it speak for words outside ENABLE1 — proper nouns, hyphenations and recent coinages are absent — or say whether a candidate is one your puzzle accepts.