abc123 / hack /get-english-dataset.py
vimalk78's picture
feat(crossword): generated crosswords with clues
486eff6
raw
history blame
203 Bytes
#!/usr/bin/env python3
import kagglehub
# Download latest version
path = kagglehub.dataset_download("anthonytherrien/dictionary-of-english-words-and-definitions")
print("Path to dataset files:", path)