Skip to content

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

License

Notifications You must be signed in to change notification settings

semeer37/Unscramble_Jumbles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages