Activities/Listen Spell: Difference between revisions

Assim (talk | contribs)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Listen Spell ==
<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 here
Source Code can be found [http://git.sugarlabs.org/projects/listen-spell here]
* [http://seeta.in/wiki/downloads/listen-spell.xo XO Package]
 
* [http://seeta.in/wiki/downloads/listen-spell.zip Zip]
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 for this activity to run. Its link can be found below
* 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