Added experiment for checking which metrics work best for using unigram frequency...
authorNeil Smith <neil.github@njae.me.uk>
Sun, 6 Oct 2013 17:09:49 +0000 (18:09 +0100)
committerNeil Smith <neil.github@njae.me.uk>
Sun, 6 Oct 2013 17:09:49 +0000 (18:09 +0100)
commit26d9d2228e47a6ff8b8696d37c0a8d6d6b906c67
tree2c138053778cf6f72d32ebfa2be2d1c1fd57fc15
parent26f5de0a23dd94ded412f6f507910ac5e26ea2b6
Added experiment for checking which metrics work best for using unigram frequency analysis for breaking Caesar ciphers
.gitignore [new file with mode: 0644]
__pycache__/cipher.cpython-33.pyc [new file with mode: 0644]
caesar_break_parameter_trials.csv [new file with mode: 0644]
find_best_caesar_break_parameters.py [new file with mode: 0644]
norms.py
norms.pyc [new file with mode: 0644]