add source for words_alpha.txt

This commit is contained in:
Zafir Stojanovski
2025-02-06 10:12:38 +01:00
parent 5cc45d6939
commit 6ec6876221

View File

@@ -42,6 +42,7 @@
}
],
"source": [
"# The file `words_alpha.txt` has been obtained from https://github.com/dwyl/english-words \n",
"with open(\"./reasoning_gym/data/words_alpha.txt\") as f:\n",
" words = f.read().splitlines()\n",
"print(len(words))"