Skip to content

Commit 6a9b342

Browse files
committed
Add trigrams and quadrigrams for english and german
1 parent 5cd8927 commit 6a9b342

10 files changed

+79194
-1
lines changed

caesar-break.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
alphabet = alphabets.GERMAN
99

10-
fitness = NGramScore('de.txt')
10+
fitness = NGramScore('freq/de-2.txt')
1111
cipher = Caesar()
1212

1313
def crack(ctext):

de.txt freq/de-2.txt

File renamed without changes.

0 commit comments

Comments
 (0)