jason-chao / wordle-solver

A tool that helps people who struggle with vocabulary enjoy the famous game of WORDLE.
https://solvewordle.games/
MIT License
112 stars 22 forks source link

Needs not in word list #6

Closed DaCuteRaccoon closed 2 years ago

DaCuteRaccoon commented 2 years ago

Add the word needs to the word list

jason-chao commented 2 years ago

This question has been answered in https://github.com/jason-chao/wordle-solver/issues/2

All plurals are not loaded into the solver by default. The word needs is on the word lists though it is considered the plural form of the noun need.

If you really want to include plurals in your search, please check the include plurals box in the web UI or pass --plurals True in the argument to the CLI.

DaCuteRaccoon commented 2 years ago

This question has been answered in #2

All plurals are not loaded into the solver by default. The word needs is on the word lists though it is considered the plural form of the noun need.

If you really want to include plurals in your search, please check the include plurals box in the web UI or pass --plurals True in the argument to the CLI.

But I was using the web version of the solver, as I don't have python, so it doesn't work... Maybe I'll fork it

jason-chao commented 2 years ago

@DaCuteRaccoon In the web version, the include plurals checkbox is in the top right corner. I hope it helps.