GuessNudge β€” smarter guesses, better results

Data sources

Independently sourced and processed general English word data.

What the dataset is

GuessNudge uses an openly licensed general English word list, filtered down to five-letter entries and processed independently. It is not an official Wordle answer list, and we do not scrape or extract data from The New York Times or from competing solver websites.

How it is cleaned

  • Only entries with exactly five alphabetic English letters are kept.
  • Casing is normalised internally.
  • Duplicates and malformed entries are removed.
  • Clearly offensive terms are filtered where reasonable.
  • The result is bundled for fast, fully client-side use.

Ranking

GuessNudge applies its own filtering and ranking algorithms on top of this data. A word appearing in our list is never a guarantee that it is the answer to your puzzle.

Third-party attribution

Source word list: darkermango/5-Letter-words, used under the MIT License.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.