Re: [PATCH] Massive speeling correcton.
Evan Farrar <evanfarrar <at> gmail.com>
2008-06-24 19:24:14 GMT
Of course you can! It's quite ugly though, I basically just compiled
the list of misspelled words, and then scanned through, grepping for
any words that piqued my interest. There will be a lot of false
positives. With a codebase this large I was only trying to cast a wide
net, not a fine-toothed comb.
You could probably come up with something prettier after glancing at
the raspell docs:
http://blog.evanweaver.com/files/doc/fauna/raspell/files/README.html
Cheers!
On Tue, Jun 24, 2008 at 1:51 PM, Dana Merrick <dmerrick <at> ics.com> wrote:
> Evan Farrar wrote:
>> I went through trunk and found a large number of misspellings by using
>> a script. Only about half of the files I changed exist on ruby 1_8_7,
>> so I have attached a smaller diff for 1_8_7.
>
> I have a similar project where I have to check spelling on a bunch of source
> code files before we launch; is there any chance I could get a copy of you
> spellcheck app?
>
> Thanks in advance,
> -Dana
>
>
> --
> Dana Merrick - System Administrator
> Integrated Computer Solutions, Inc.
> 54B Middlesex Tpke, Bedford, MA 01730
(Continue reading)