X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=docs%2Fszyfrow%2Flanguage_model_files%2Findex.html;fp=docs%2Fszyfrow%2Flanguage_model_files%2Findex.html;h=c9a62074fb05ed6c07f06add62ca9bbe0a1a0f21;hb=b535d9d75e69cc395e8de28c99e38564655e5ac9;hp=0000000000000000000000000000000000000000;hpb=f19a021eabb3222709b9d513839a14c01cfdfd38;p=szyfrow.git diff --git a/docs/szyfrow/language_model_files/index.html b/docs/szyfrow/language_model_files/index.html new file mode 100644 index 0000000..c9a6207 --- /dev/null +++ b/docs/szyfrow/language_model_files/index.html @@ -0,0 +1,84 @@ + + + + + + +szyfrow.language_model_files API documentation + + + + + + + + + + + +
+
+
+

Module szyfrow.language_model_files

+
+
+

Descriptions of English, used for building language models.

+

Language models are for understanding what English looks like, for help with +cipher breaking.

+
    +
  • count_1l.txt: counts of single letters
  • +
  • count_2l.txt: counts of pairs letters, bigrams
  • +
  • count_3l.txt: counts of triples of letters, triagrams
  • +
  • words.txt: a dictionary of words, used for keyword-based cipher breaking. +These words should only contain characters cointained in +string.ascii_letters.
  • +
+

See szyfrow/language_models for how these files are used.

+
+ +Expand source code + +
"""Descriptions of English, used for building language models. 
+
+Language models are for understanding what English looks like, for help with 
+cipher breaking.
+
+* `count_1l.txt`: counts of single letters
+* `count_2l.txt`: counts of pairs letters, bigrams
+* `count_3l.txt`: counts of triples of letters, triagrams
+* `words.txt`: a dictionary of words, used for keyword-based cipher breaking.
+  These words should only contain characters cointained in 
+  `string.ascii_letters`.
+
+See [`szyfrow/language_models`](../support/language_models.html) for how these files are used.
+"""
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + + \ No newline at end of file