From 288d157f2539f582648a0dd92a2582bc799f7e8b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 7 Aug 2024 15:07:59 +0200 Subject: [PATCH] docs(readme): make wordlist attributions clearer --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6039a95..b97dc6a 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,6 @@ have to guess words by slowly guessing the letters contained in it. Included in this repository are the following wordlists: -* [3Blue1Brown Top English words](./data/wordlists/german_SUBTLEX-DE.json) --- [`./data/wordlists/en_US_3b1b_freq_map.json`](https://github.com/3b1b/videos/tree/master/_2022/wordle/data) -* [~33.000 Common German Words](./data/wordlists/german_SUBTLEX-DE.json) --- [SUBTLEX-DE](https://osf.io/py9ba/files/osfstorage) +* [`./data/wordlists/en_US_3b1b_freq_map.json`](./data/wordlists/german_SUBTLEX-DE.json) --- [3Blue1Brown Top English words](https://github.com/3b1b/videos/tree/master/_2022/wordle/data) +* [./data/wordlists/german_SUBTLEX-DE-full.json](./data/wordlists/german_SUBTLEX-DE-full.json) --- [SUBTLEX-DE ~33.000 Common German Words](https://osf.io/py9ba/files/osfstorage) +* [./data/wordlists/german_SUBTLEX-DE-small.json](./data/wordlists/german_SUBTLEX-DE-small.json) --- [SUBTLEX-DE ~33.000 Common German Words (reduced to most common)](https://osf.io/py9ba/files/osfstorage)