Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/highb/wordle-goggles
Wordle Analyzer/Solver that uses NLTK to eliminate uncommon words
https://github.com/highb/wordle-goggles
Last synced: about 1 month ago
JSON representation
Wordle Analyzer/Solver that uses NLTK to eliminate uncommon words
- Host: GitHub
- URL: https://github.com/highb/wordle-goggles
- Owner: highb
- License: apache-2.0
- Created: 2022-01-27T21:07:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:36:45.000Z (7 months ago)
- Last Synced: 2024-05-03T21:47:04.485Z (7 months ago)
- Language: Python
- Size: 276 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
<<<<<<< Updated upstream
# wordle-goggles
Wordle Analyzer/Solver that uses NLTK to eliminate uncommon wordsWARNING: This code is currently broken and needs some work.
## Setup
```
pip install nltk==3.5
```When running the script, NLTK will pop up a downloader. You'll need to download the `reuters` corpus.
## Usage
```
python wordle-goggles.py
```
=======
# wordle-goggles
Wordle Analyzer/Solver that uses NLTK to eliminate uncommon words## Setup
```
pip install nltk==3.5
```When running the script, NLTK will pop up a downloader. You'll need to download the `reuters` corpus.
## Usage
```
python wordle-goggles.py
```
>>>>>>> Stashed changes