Open reikdas opened 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
decrypt()
A good starting point would be trying to create a list with words from both nltk.words and nltk.wordnet.
Fixed by Nilan Saha
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.
Figure out a way to create a more comprehensive list of words to check - by the intelligent
decrypt()
function of caesar.pyA good starting point would be trying to create a list with words from both nltk.words and nltk.wordnet.