User:Assim.deodia: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{{User student | Under Graduate | Information Technology at [http://en.wikipedia.org/wiki/Netaji_Subhas_Institute_of_Technology Netaji Subhas Institute of Technology]
{{User student | Under Graduate | Information Technology at [http://en.wikipedia.org/wiki/Netaji_Subhas_Institute_of_Technology Netaji Subhas Institute of Technology]
}}
}}
{{userboxbottom}}
{{userboxbottom}}


== Listen and Spell ==
== Listen and Spell ==
Line 9: Line 9:
I am working on [[Listen_and_Spell]] actvity as a part of my GSoC project under the mentor ship of Dafydd Harris. This section maintain the updates and the discussion regarding the project.
I am working on [[Listen_and_Spell]] actvity as a part of my GSoC project under the mentor ship of Dafydd Harris. This section maintain the updates and the discussion regarding the project.


git Repository of the project : [[http://dev.laptop.org/git/projects/listen-spell git Repository]]
git Repository: [[http://dev.laptop.org/git/projects/listen-spell git Repository]]<br />
Project Page: [[http://code.google.com/soc/2008/olpc/appinfo.html?csaid=F042B0319BC16F53 GSoC page]]
Project Page: [[http://code.google.com/soc/2008/olpc/appinfo.html?csaid=F042B0319BC16F53 GSoC page]]


== Weekly Updates ==
== Weekly Updates ==


May 24th - May 31st
===May 24th - May 31st ===


Initial discussion with daf on the project design which finalized
Discussed with
* Using ElementTree module of python as the parser for XML dictionary files.
* Using SQLite as a temporary storage space for the parsed dictionary so that it is easy to access data without parsing the XML again.

*Work Details
** Started the work using a small sized dictionary file from gcide and making a basic class which initially only parsed the file and display its content in more readable form.

** Modified the XMl file to remove all the

Revision as of 11:32, 14 June 2008

Assim Deodia
@ assim.deodia at gmail.com
{{{2}}}
Nuvola apps edu miscellaneous.png This user is a Under Graduate student– Information Technology at Netaji Subhas Institute of Technology

Listen and Spell

I am working on Listen_and_Spell actvity as a part of my GSoC project under the mentor ship of Dafydd Harris. This section maintain the updates and the discussion regarding the project.

git Repository: [git Repository]
Project Page: [GSoC page]

Weekly Updates

May 24th - May 31st

Initial discussion with daf on the project design which finalized

  • Using ElementTree module of python as the parser for XML dictionary files.
  • Using SQLite as a temporary storage space for the parsed dictionary so that it is easy to access data without parsing the XML again.
  • Work Details
    • Started the work using a small sized dictionary file from gcide and making a basic class which initially only parsed the file and display its content in more readable form.
    • Modified the XMl file to remove all the