Questions tagged [aspell]

GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell. It can either be used as a library or as an independent spell checker.

From aspell.net:

GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell. It can either be used as a library or as an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for a misspelled word than just about any other spell checker out there for the English language. Unlike Ispell, Aspell can also easily check documents in UTF-8 without having to use a special dictionary. Aspell will also do its best to respect the current locale setting. Other advantages over Ispell include support for using multiple dictionaries at once and intelligently handling personal dictionaries when more than one Aspell process is open at once.

154 questions
0
votes
3 answers

Source code spellcheckers is there an open-source solution or should I make my own?

I need a source code spell-checker. Of course there is a closed source ones but I'm looking for an open source solution, That can spell check html files, php source codes any further types would be better. I also thought about making my own since…
Omar Al-Ithawi
  • 4,988
  • 5
  • 36
  • 47
0
votes
1 answer

enchant_broker_init() performance issue

I have a web site which uses enchant enchant_broker_init(). I`m not sure why but enchant_broker_init() takes something like 19~ seconds to load the page. Once I remove this function page loads right away. anyone has an idea why this is? or how can I…
0
votes
1 answer

Installing Text::Aspell on windows XP

I've installed Aspell-0-50-3-3-Setup.exe and the dictionary Aspell-en- 0.50-2-3.exe from http://aspell.net/win32/ I've included this folder in my environment variable PATH : C:\Program Files\Aspell\bin but I still can't install Text::Aspell. My…
Daniel Rusev
  • 1,331
  • 2
  • 16
  • 35
-1
votes
1 answer

Where can I get ispell dictionaries for PostgreSQL?

How or where, on debian based platforms, I can get ispell dictionaries for PostgreSQL (for tsearch)?
1 2 3
10
11