The frequency analysis values are currently hardcoded in cryptanalib/frequency.py.
I think if we use nltk instead of hardcoding, we will:
-gain in code lisibility
-be able to get frequency for more languages
-but also to compare brute forced decrypted text to check if the clear text correspond to an existing language
I need your opinion. If you agree, I can implement it.
The frequency analysis values are currently hardcoded in cryptanalib/frequency.py.
I think if we use nltk instead of hardcoding, we will:
-gain in code lisibility
-be able to get frequency for more languages
-but also to compare brute forced decrypted text to check if the clear text correspond to an existing language
I need your opinion. If you agree, I can implement it.