Re: Checking spelling with Perl

2001-09-06 Thread smoot
> Dan Grossman <[EMAIL PROTECTED]> said: > Since I'm on Unix, I could just use something like `spell` to spit out > all the misspelled words in a more or less reasonable amount of time, > but getting the _correctly_ spelled words seems to be a more difficult > task (unless there's some command li

Re: Checking spelling with Perl

2001-09-06 Thread Andrea Holstein
Dan Grossman wrote: > > Hi, > > I have a file of several million words, 80% of which are misspelled > (i.e. non-words) and 20% of which are spelled correctly. I would like > to write a short script to read in this file and output only the > correctly spelled words. > > Since I'm on Unix, I cou

Checking spelling with Perl

2001-09-05 Thread Dan Grossman
Hi, I have a file of several million words, 80% of which are misspelled (i.e. non-words) and 20% of which are spelled correctly. I would like to write a short script to read in this file and output only the correctly spelled words. Since I'm on Unix, I could just use something like `spell` to