ConsolidateSpellingLibs

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-10-31 16:57:46
Size: 1401
Editor: 187_220_103_66-WIFI_HOTSPOTS
Comment: new page
Revision 7 as of 2006-11-06 20:54:01
Size: 3159
Editor: 207
Comment: update for feisty
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
Replace three of the spelling libraries by one implementation and use that one for all applications supported in main. Currently up to four implementations are in use: Reduce the number of spelling libraries used in main; modify / extend applications currently not using the "system spellchecker" to use the system spell checker as well. Currently up to four implementations are in use:
Line 12: Line 12:
 * ispell: still used by some applications, its getting replaced by aspell.  * ispell: still used by some applications, its getting replaced by aspell (no application in main using it anymore).
Line 14: Line 14:
 * aspell: ispell replacement, biggest users in main are gnome and KDE  * aspell: ispell replacement, biggest users in main are Gnome and KDE
Line 16: Line 16:
 * myspell: ispell replacement, currently used by thunderbird, mozilla, openoffice.  * myspell: ispell replacement, currently used by thunderbird, mozilla.
Line 18: Line 18:
 * hunspell: fork/replacement for myspell, dictionaries beeing compatible with aspell.

Dictionarie
s are currently packaged either separately for each spelling checker, or in some cases, derived from one common dictionary source.
 * hunspell: fork/replacement for myspell, dictionaries beeing compatible with myspell, used by openoffice.
Line 24: Line 22:
Dictionary support is splitted out in its own spec ConsolidateDictionaries.
Line 26: Line 26:
Support only one implementation in the long term, and more importantly, only support the dictionaries for on spelling library. Support only one implementation in the long term, and more importantly, only support one source for dictionaries for one spelling library.
Line 29: Line 29:

Jane wonders why some words, she writes in Gaim, are marked wrong, although they aren't marked wrong in OpenOffice.

Asdf Qwert worries about the fact that no program knows his name. He is very depressed, because there is no easy way to teach all programs his name.

Karl from Germany, who knows that Thunderbird uses ispell, wonders why Thunderbird isn't able to spellcheck his emails using a German dictionary, although he has installed ingerman and iogerman. He also wonders why OpenOffice finds his dictionaries and Thunderbird doesn't. (TB uses an older version of ispell and dictionaries are installed via xpis.)
Line 35: Line 41:

The system spellchecker used in both Gnome and KDE is aspell. Two applications are not yet using aspell:

=== Firefox ===

=== OpenOffice.org ===
Line 43: Line 56:

It would be universally cool if we could somehow tie in Rosetta, language packs and this unified spellchecking library. This way translators and users would be using the same defacto list and translators could on the fly correct the list if there happened to be a problem. This would definately make my life as a translator just a tad easier.

It should be easy to switch between languages for spell checking. People have a local language set but often need to use other languages to engage on line (like I'm doing here). (I'm thinking of programs like Xchat/gaim/firefox that only check the local system language.) Spell checking should be enabled throughout the system for all languages selected in "language support". There should be a standard way to switch between languages in applications, but perhaps it is even possible to detect what language is being used in a particular field. - finalbeta

----
CategorySpec

Summary

Reduce the number of spelling libraries used in main; modify / extend applications currently not using the "system spellchecker" to use the system spell checker as well. Currently up to four implementations are in use:

  • ispell: still used by some applications, its getting replaced by aspell (no application in main using it anymore).
  • aspell: ispell replacement, biggest users in main are Gnome and KDE
  • myspell: ispell replacement, currently used by thunderbird, mozilla.
  • hunspell: fork/replacement for myspell, dictionaries beeing compatible with myspell, used by openoffice.

ispell and aspell do provide a C interface, myspell and hunspell do provide a C++ interface.

Dictionary support is splitted out in its own spec ConsolidateDictionaries.

Rationale

Support only one implementation in the long term, and more importantly, only support one source for dictionaries for one spelling library.

Use cases

Jane wonders why some words, she writes in Gaim, are marked wrong, although they aren't marked wrong in OpenOffice.

Asdf Qwert worries about the fact that no program knows his name. He is very depressed, because there is no easy way to teach all programs his name.

Karl from Germany, who knows that Thunderbird uses ispell, wonders why Thunderbird isn't able to spellcheck his emails using a German dictionary, although he has installed ingerman and iogerman. He also wonders why OpenOffice finds his dictionaries and Thunderbird doesn't. (TB uses an older version of ispell and dictionaries are installed via xpis.)

Scope

Design

Implementation

The system spellchecker used in both Gnome and KDE is aspell. Two applications are not yet using aspell:

Firefox

OpenOffice.org

Code

Data preservation and migration

Outstanding issues

BoF agenda and discussion

It would be universally cool if we could somehow tie in Rosetta, language packs and this unified spellchecking library. This way translators and users would be using the same defacto list and translators could on the fly correct the list if there happened to be a problem. This would definately make my life as a translator just a tad easier.

It should be easy to switch between languages for spell checking. People have a local language set but often need to use other languages to engage on line (like I'm doing here). (I'm thinking of programs like Xchat/gaim/firefox that only check the local system language.) Spell checking should be enabled throughout the system for all languages selected in "language support". There should be a standard way to switch between languages in applications, but perhaps it is even possible to detect what language is being used in a particular field. - finalbeta


CategorySpec

ConsolidateSpellingLibs (last edited 2008-08-06 16:16:08 by localhost)