GNU Aspell

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
GNU Aspell
Heckert GNU white.svg
Developer(s)GNU Aspell developers
Stable release
0.60.6.1 / 4 July 2011; 7 years ago (2011-07-04)
Preview release
0.60.7-rc1 / 29 January 2017; 2 years ago (2017-01-29)
Repository Edit this at Wikidata
Operating systemCross-platform
TypeSpell checker
LicenseGNU LGPL
Websiteaspell.net

GNU Aspell, usually called just Aspell, is a free software spell checker designed to replace Ispell. It is the standard spell checker for the GNU operating system. It also compiles for other Unix-like operating systems and Windows. The main program is licensed under the GNU Lesser General Public License (GNU LGPL), the documentation under the GNU Free Documentation License (GNU FDL). Dictionaries for it are available for about 70 languages.[1] The primary maintainer is Kevin Atkinson.

Comparison to Ispell[edit]

Unlike Ispell, Aspell can easily check UTF-8 documents 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. However, Ispell follows the Unix convention of being a command applied to a file, e.g., ispell text-file-with-spelling-errors, whereas Aspell requires other command-line options, and the "--help" option is more comprehensive. Sample uses include:

  • Interactively run through the text_file checking the spelling (aspell check text_file).
  • Allow typing a word (followed by newline and Ctrl-D) to find words that sound the same (aspell soundslike).

Windows ports[edit]

As of July 2017, the latest official Windows port of GNU Aspell was still 32-bit version 0.50.3 (Dec 2002), with dictionaries of similar age.[2] The developer says he has "no time and very little interest in maintaining a Windows port", and has been looking for somebody to maintain it.[3] However, the LyX project maintains a separate fork of Aspell for Windows and dictionaries, and says "the LyX project has long solved the Windows packaging problem by forking Aspell."[citation needed] LyX is being maintained and as of March 2018 the latest version is 2.3.0, dated 16 March 2018.[4]

The regularly updated Cygwin port of aspell can also be used in Windows.

Integration[edit]

Aspell has been integrated into software such as Gajim,[5] LyX, Notepad++, Claws Mail and previously Pidgin,[6] Opera,[7][8] gedit and AbiWord.

See also[edit]

Notes and references[edit]

  1. ^ GNU Aspell supported languages
  2. ^ Aspell Windows port page
  3. ^ "Need Someone to Maintain Aspell Windows Port". Retrieved 2008-07-06.
  4. ^ "LyX News". Retrieved 2018-03-21.
  5. ^ Gajim and Aspell: "Gajim SpellerHelp". Retrieved 2011-09-12.
  6. ^ "Versions older than 2.7.0 use Aspell". Retrieved 2012-09-29.
  7. ^ Opera 10 now uses Hunspell: "Opera Desktop Team Blog". Archived from the original on 2011-10-12. Retrieved 2009-04-20.
  8. ^ "Spell-checking With Opera". Archived from the original on 2008-05-15. Retrieved 2006-02-06.

External links[edit]