MySpell

From Wikipedia, the free encyclopedia
Revision as of 12:34, 13 December 2024 by imported>Rq~ltwiki
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Script error: No such module "Infobox".Template:Template otherScript error: No such module "Check for unknown parameters".Template:Main other MySpell is a free spell checker, written to explore how affix compression could be implemented.

It used to be included with the OpenOffice.org office suite and Mozilla client software, and was replaced with the more powerful Hunspell library between 2006 and 2008.[1][2]

MySpell license is based on the 2-clause BSD license, but has an additional clause requiring to explicitly mark any modified versions.

Background

MySpell was started by Kevin Hendricks in an attempt to integrate various open-source spelling checkers into the OpenOffice.org build. With a little prodding from Kevin Atkinson, the author of Pspell and Aspell, a new spelling checker (MySpell) was written in C++ that supported affix compression, based on Ispell.Script error: No such module "Unsubst".

Locale (language) files

Every locale (language for a specific territory) can have files for spelling, hyphenation and a thesaurus. These files will be all found together in one folder. The spell checking is done using the .aff file for the locale together with the .dic file. The .dic file is a list of words along with a group of letters which refer to the affixes found in the .aff file. This saves space because instead of having to include all forms of a word, like jump (jumping, jumps, jumped), the .dic file will include the word once and the references to the affixes in the .aff file allow the construction of all the other forms.

It is not enough to copy the files for a locale into the folder. As there are multiple locales, automatic loading of all dictionaries would cause a considerable overhead. Hence, only those locales listed in dictionary.lst are accessible. Dictionary.lst can be edited with a simple text editor, but front ends provide a more user-friendly way of adding new locales.

MySpell with other programs

MySpell also is or has been used by other programs:

  • AbiWordScript error: No such module "Unsubst".
  • Aegisub 2.0 can use a dictionary created for MySpell by adding AFF and DIC files to the Dictionary folder.Script error: No such module "Unsubst".
  • Template:Ill NXT, a CAT suite from the Swiss firm Template:Ill, can optionally use MySpell dictionaries for spell-checking.Script error: No such module "Unsubst".

Aspell and Vim 7 can now use a dictionary created for MySpell.Script error: No such module "Unsubst".

See also

Script error: No such module "Portal".

References

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".

External links