Dumpling is a crossword clue search tool. It's similar to Wordplays.com or Crossword Solver.
It uses a the CrosswordQA dataset of 6.8 million clues prepared by Albert Xu.
Pull requests welcome!
python3.7 -m pip install -U poetry
make setup
# Generate clue database
make db
# Run debug server (bound to INET_ANY & with reloading)
make serve