Enchant (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kriomet (talk | contribs) at 12:00, 16 January 2021 (update supported backends). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Enchant
Original author(s)AbiWord developers
Developer(s)Enchant developers
Stable release
2.7.3[1] / 4 May 2024; 20 days ago (4 May 2024)
Repository
Written inC
Operating systemLinux, BSDs, Mac OS X, Windows
TypeSpell checker
LicenseVariant of LGPL[2]
Websiteabiword.github.io/enchant/[3]

Enchant is a free software project developed as part of the AbiWord word processor with the aim of unifying access to the various existing spell-checker software. Enchant wraps a common set of functionality present in a variety of existing products/libraries, and exposes a stable API/ABI for doing so. Where a library doesn't implement some specific functionality, Enchant will emulate it.

Enchant is capable of having multiple backends loaded at once. As of January 2021 it has support for 7 backends:

GNOME LaTeX and gedit rely on the gspell library, which uses Enchant.[4][5][6]

Enchant is currently licensed under GNU Lesser General Public License (LGPL), with an additional permission notice saying that any plugin backend can be loaded and used by Enchant. This ensures that it can use the native spell checkers on various platforms (Mac OS X, Microsoft Office, Amazon Kindle, etc.), and users can use their favorite third-party product to do the job.

References

  1. ^ "Release 2.7.3". 4 May 2024. Retrieved 22 May 2024.
  2. ^ "Enchant's license".
  3. ^ http://abisource.com/projects/enchant/
  4. ^ "gspell website".
  5. ^ "gspell alongside GNOME 3.18". 2015-11-20.
  6. ^ "gspell alongside GNOME 3.20". 2016-03-09.

External links