Difference between revisions of "How to have spell-checking in Write Activity on Sugar 0.96.2"

From Sugar Labs
Jump to navigation Jump to search
m (moved How to have spellchecking in Write Activity on Sugar 0.96.2 to How to have spell-checking in Write Activity on Sugar 0.96.2: The spell-checker warned me that "spellchecking" should be written "spell-checking" ;-))
m
 
Line 1: Line 1:
= What is spell-checking good for =
+
== What is spell-checking good for ==
  
 
Spell-checking can help children with writing disabilities/dyslexia improve their writing speed.
 
Spell-checking can help children with writing disabilities/dyslexia improve their writing speed.
Line 5: Line 5:
 
Since there is a minimum speed that children need to have to follow the meaning within the writing, spell-checking can make the difference between writing-without-understanding and writing-and-understanding.
 
Since there is a minimum speed that children need to have to follow the meaning within the writing, spell-checking can make the difference between writing-without-understanding and writing-and-understanding.
  
= Spell-checking in the DEFAULT language of Sugar =
+
== Spell-checking in the DEFAULT language of Sugar ==
 
To enable spell-checking in Write for the a document in a language that IS the DEFAULT language of Sugar, install (as suggested at http://forums.fedoraforum.org/archive/index.php/t-247039.html, and choosing Aspell as a spell-checker) the packages
 
To enable spell-checking in Write for the a document in a language that IS the DEFAULT language of Sugar, install (as suggested at http://forums.fedoraforum.org/archive/index.php/t-247039.html, and choosing Aspell as a spell-checker) the packages
  
Line 16: Line 16:
 
     # yum install aspell aspell-<the code of the default language on your Sugar> enchant-aspell
 
     # yum install aspell aspell-<the code of the default language on your Sugar> enchant-aspell
  
= Spell-checking in the rest of the languages =
+
== Spell-checking in the rest of the languages ==
  
 
To enable spell-checking in Write for the a document in a language that IS NOT the DEFAULT language of Sugar, follow the instructions at
 
To enable spell-checking in Write for the a document in a language that IS NOT the DEFAULT language of Sugar, follow the instructions at
Line 30: Line 30:
 
Then restart the Write Activity for that document, and spell-checking should start working in the non-default language.
 
Then restart the Write Activity for that document, and spell-checking should start working in the non-default language.
  
= Getting help from the Spell-checker =
+
== Getting help from the Spell-checker ==
  
 
When a word is marked as incorrect, right-click (if your device allows it) on the word marked as incorrect to get help.
 
When a word is marked as incorrect, right-click (if your device allows it) on the word marked as incorrect to get help.

Latest revision as of 16:17, 31 October 2012

What is spell-checking good for

Spell-checking can help children with writing disabilities/dyslexia improve their writing speed.

Since there is a minimum speed that children need to have to follow the meaning within the writing, spell-checking can make the difference between writing-without-understanding and writing-and-understanding.

Spell-checking in the DEFAULT language of Sugar

To enable spell-checking in Write for the a document in a language that IS the DEFAULT language of Sugar, install (as suggested at http://forums.fedoraforum.org/archive/index.php/t-247039.html, and choosing Aspell as a spell-checker) the packages

  1. aspell,
  2. aspell-<your language code>, AND also
  3. enchant-aspell, that is necessary for Abiword to use aspell.

In practice, do in a terminal (as root, or with sudo, and being connected to the Internet)

    # yum install aspell aspell-<the code of the default language on your Sugar> enchant-aspell

Spell-checking in the rest of the languages

To enable spell-checking in Write for the a document in a language that IS NOT the DEFAULT language of Sugar, follow the instructions at http://www.olpcnews.com/software/sugar/hacking_sugars_write_activity_to_support_spellchecking.html and use the right-click (if your device allows it) to select the language of the document.

The language of the document can then be spell-checked if the spell-checker package corresponding to that language is installed.

In practice, do in a terminal (as root, or with sudo, and being connected to the Internet)

    # yum install aspell-<the code of the language of the document>

Then restart the Write Activity for that document, and spell-checking should start working in the non-default language.

Getting help from the Spell-checker

When a word is marked as incorrect, right-click (if your device allows it) on the word marked as incorrect to get help. If this does not work, follow - if you haven't already done so - the instructions at http://www.olpcnews.com/software/sugar/hacking_sugars_write_activity_to_support_spellchecking.html and try again.