Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

<<<<<<< Updated upstream
# wordle-goggles
Wordle Analyzer/Solver that uses NLTK to eliminate uncommon words

WARNING: 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