Evan Farrar | 3 Jun 07:22

[PATCH] Massive speeling correcton.

Sorry for all the traffic on this list today,

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.

CAVEAT: I edited all comments without discrimination, not specifically
comments that are parsed by RDoc. If this is a problem I would be
perfectly willing to eliminate everything but the documentation
changes from my diff.

I would like to thank Evan Weaver for the (updated) raspell library!
Good Night
Yukihiro Matsumoto | 4 Jun 11:52

Re: [PATCH] Massive speeling correcton.

Hi,

In message "Re: [PATCH] Massive speeling correcton."
    on Tue, 3 Jun 2008 00:24:54 -0500, "Evan Farrar" <evanfarrar <at> gmail.com> writes:

|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.

Thank you for the patch.  I applied both patches.

							matz.

Dana Merrick | 24 Jun 20:51

Re: [PATCH] Massive speeling correcton.

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
617.621.0060 x112 - http://www.ics.com

Evan Farrar | 24 Jun 21:24

Re: [PATCH] Massive speeling correcton.

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)

Dana Merrick | 24 Jun 22:47

Re: [PATCH] Massive speeling correcton.

Thank you very much for your prompt reply. You're the best!

-Dana

--

-- 
Dana Merrick - System Administrator
Integrated Computer Solutions, Inc.
54B Middlesex Tpke, Bedford, MA 01730
617.621.0060 x112 - http://www.ics.com


Gmane