This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Preface ### | |
| # This is a translation to LiveScript of Peter's Norvig script | |
| # for correcting the misspelled words: http://norvig.com/spell-correct.html | |
| # I was trying to minimize the line count, while preserving a relative readability. | |
| # The variable names are analogous to those in the original snippet, as of 2018-02-06. | |
| # All of the code works in LiveScript v1.5. | |
| # Copyright (c) 2018 Marek Pepke | |
| # MIT license: www.opensource.org/licenses/mit-license.php |