Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.09 KB

Unscramble_Jumbles

This Python script allows you to unscramble jumbled words and provides their possible meanings using NLTK and WordNet.

How to Use

  1. Clone this repository to your local machine.
git clone https://github.com/semeer37/Unscramble_Jumbles.git
  1. Install the required dependencies listed in the requirements.txt file:
pip install -r requirements.txt
  1. Install the required dependencies (NLTK and WordNet):
pip install nltk
python -m nltk.downloader words
python -m nltk.downloader wordnet
  1. Run the script:
python unscramble_words.py
  1. Enter single or comma-separated jumbled words when prompted. For example:
Enter single or comma-separated jumbled words (or type 'q' to quit): cimt, olve, saple
  1. The script will provide you with possible unscrambled words for each input along with their meanings.

Requirements

  • Python 3.x
  • NLTK library

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to contribute by opening issues or pull requests!