[EMAIL PROTECTED] wrote:
> I used to use Snakespell from scriptfoundry to do spellchecking on my
> website (www.peterbe.com/search?q=pyton) but now that I've moved server
> and wiped the old machine I forgot to take with me the Snakespell code.
>
> www.scriptfoundry.com where it used to live seem
[posted & e-mailed -- prefer response by posting]
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>I used to use Snakespell from scriptfoundry to do spellchecking on my
>website (www.peterbe.com/search?q=pyton) but now that I've moved server
>and wiped the old machin
Tried that. They don't store the .tar.gz file. It becomes a blank page.
--
http://mail.python.org/mailman/listinfo/python-list
peter> I used to use Snakespell from scriptfoundry to do spellchecking
peter> on my website (www.peterbe.com/search?q=pyton) but now that I've
peter> moved server and wiped the old machine I forgot to take with me
peter> the Snakespell code.
peter> www.scriptfoundry.com where
Jarek Zgoda wrote:
> Fuzzyman wrote:
>
> > I'm looking to implement a plugin spell checker.
> >
> > I'm probably going to go with PyEnchant, as it looks to be the most
> > promising currently maintained spell checker.
> >
> > I just wondered if anyone knew what happened to snakespell and
myspell.
Fuzzyman wrote:
I'm looking to implement a plugin spell checker.
I'm probably going to go with PyEnchant, as it looks to be the most
promising currently maintained spell checker.
I just wondered if anyone knew what happened to snakespell and myspell.
Both seem to have dissapeared from the net. Peop
vincent wehren wrote:
Fuzzyman wrote:
I'm looking to implement a plugin spell checker.
I'm probably going to go with PyEnchant, as it looks to be the most
promising currently maintained spell checker.
What I would like to know about PyEnchant is how to handle non-ascii
input. Through trial & erro