reikdas / Small-Scripts

Collection of beginner level scripts
The Unlicense
1 stars 3 forks source link

Add more words to database for Caesar Cipher(caesar.py) #1

Open reikdas opened 6 years ago

reikdas commented 6 years ago

Figure out a way to create a more comprehensive list of words to check - by the intelligent decrypt() function of caesar.py

A good starting point would be trying to create a list with words from both nltk.words and nltk.wordnet.

reikdas commented 6 years ago

Fixed by Nilan Saha

reikdas commented 6 years ago

Need a more comprehensible word list. The word 'jumps' does not exist in the word list being used currently. Other languages using the English script support also needs to be added.