Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add convenient scripts to check spelling.
authorArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 22 Aug 2013 11:27:41 +0000 (13:27 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 22 Aug 2013 11:27:41 +0000 (13:27 +0200)
commit95ca0f216e08c8be42e39fb4a487237da7cb3479
tree28a4fab9073a2c9b82d2dd7d422f6108f1194ee3
parentb7726f2e9e252f8442b008a34bca31716c3b6c6b
Add convenient scripts to check spelling.

I stole them from http://www.kegel.com/kerspell/ and updated them to "modernity" (aspell did not work as expected so I switched to ispell).
Simply sh tools/spell/spell.sh and it will spit a list of dubious words.
Note that it ignores all the dubious words listed in tools/spell/sg_stopwords.txt and that I only checked the A's in there so far.
tools/spell/lspell.pl [new file with mode: 0644]
tools/spell/lspell2.pl [new file with mode: 0644]
tools/spell/sg_stopwords.txt [new file with mode: 0644]
tools/spell/spell.sh [new file with mode: 0644]