Activities/Listen Spell: Difference between revisions
m moved Walter is a wanker 7/Listen Spell to Activities/Listen Spell over redirect: revert |
|||
| (10 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>{{TOCright}} | |||
[[Category:Activities|Listen Spell]]</noinclude> | |||
== Idea == | == Idea == | ||
The idea is to develop an activity which would help children to learn new words, improve their vocabulary and pronunciation of words. The activity would speak out a randomly selected word from a list of words and the user is expected to spell the word correctly. For voice synthesis activity would be using Speech-Dispatcher and for the list of words it will have a custom dictionary. This activity is an extension of TalknType (http://wiki.laptop.org/go/Talkntype) | The idea is to develop an activity which would help children to learn new words, improve their vocabulary and pronunciation of words. The activity would speak out a randomly selected word from a list of words and the user is expected to spell the word correctly. For voice synthesis activity would be using Speech-Dispatcher and for the list of words it will have a custom dictionary. This activity is an extension of TalknType (http://wiki.laptop.org/go/Talkntype) | ||
| Line 78: | Line 79: | ||
== Code == | == Code == | ||
Code can be found | Source Code can be found [http://git.sugarlabs.org/projects/listen-spell here] | ||
XO package can be found [http://code.google.com/p/google-summer-of-code-2008-olpc/downloads/detail?name=Assim_Deodia.tar.gz&can=2&q=#makechanges here] | |||
==== Dependency ==== | ==== Dependency ==== | ||
* Speech Dispatcher is required | * Speech Dispatcher dependency has been removed. clone from git to get the latest version. | ||
* For XO package hosted on Google, Speech Dispatcher is required. Its link can be found below | |||
==== File information ==== | ==== File information ==== | ||
* Dict.py – A wrapper class for dictionary | * Dict.py – A wrapper class for dictionary | ||