4 <title>Further work
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8"/>
6 <style type=
"text/css">
15 h1 { font-size:
3em; }
16 h2 { font-size:
2em; }
17 h3 { font-size:
1.6em; }
19 text-decoration: none;
22 -moz-border-radius:
5px;
23 -web-border-radius:
5px;
31 text-shadow:
0 0 20px #
333;
37 text-shadow:
0 0 20px #
333;
51 <textarea id=
"source">
56 .indexlink[[Index](index.html)]
70 * Picking letters to maximise score
72 * Read the
"Functional Pearl"
76 * Letter probabilities based on each word occurring once in the dictionary
77 * Set of candidate words filtered by length, letters guessed
82 ### Full Enigma and Bombe
85 * (and all the turnover logic)
91 * Read some text, find the n-grams, generate more text from that.
95 ### Spelling correction
96 * Suggest the most likely correct word, given the probability of these errors.
102 <script src=
"http://gnab.github.io/remark/downloads/remark-0.6.0.min.js" type=
"text/javascript">
105 <script type=
"text/javascript"
106 src=
"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&delayStartupUntil=configured"></script>
108 <script type=
"text/javascript">
109 var slideshow = remark.create({ ratio:
"16:9" });
114 skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
117 MathJax.Hub.Queue(function() {
118 $(MathJax.Hub.getAllJax()).map(function(index, elem) {
119 return(elem.SourceElement());
120 }).parent().addClass('has-jax');
122 MathJax.Hub.Configured();