My Twitter

Thursday, March 26, 2009

My Final Year Project

These days i'm working on my final year project to complete my Software Engineering degree @ APIIT.

The topic of my FYP is "A Universal Translator for Mobile Phones". As soon as you here about the topic you may remember Start Wars because in those films there were inter-galactic translators to communicate with each aliens.

Ok, if i get back to my FYP, it will work as Speech -> Speech translator. It will be helpfull when you are in abroad and you can't speak or understand the local language.

Let's assume that you are in France and you only know how to speak/understand English but you need to talk with a French guy. So all you have to do is,
  1. Install my application in a mobile phone.
  2. Talk to the phone in 'English'.
  3. Then the phone will recognize what you spoke by using it's Speech Recognition Engine.
  4. So the sentence you spoke will be in text format.
  5. Then the phone will translate that sentence into 'French'.
  6. After that the translated text will be spoken by the phone in 'French' by using it's Text-to-Speech engine, so that the other guy can understand.
  7. This can be done vise-versa too so that you can understand French in English.
I think now you have a slight idea that it functions like,
Speech Recognition ==> Language Translation ==> Text to Speech.

There are many challenges I have to face in developing this,
  • I'm building the application to work in an average mobile phone which is still not done yet. All the available solutions are for PDA's which runs Windows Mobile OS and has higher hardware specifications.
  • Homophone Detection - A homophone is a word that is pronounced the same but differs in meaning (Eg. to,too,two) The speech recognition engine is not able to detect those errors. Eg. It may recognition "I need to go home" as "I need two go home" which is incorrect. So I came up with a 'Homophone Detection and Correction' algorithm which is AI based and use 'part of speech' tagging.
  • Sentence recognition - Current speech recognition API's are only capable of recognizing a single word (a command). So i have to enhance the speech recognition to recognize sentences.
  • Pronunciation modeling - A person can understand a sentence only if it is pronounced correctly. But still there are gaps in pronouncing (Text to Speech) in mobile computing. So I have to come up with a better and user understandable pronunciation mechanism.

Currently I have finished the research part and now in the design phase. Hope I'll complete it successfully.

Monday, March 02, 2009

Google Translate API for JavaME

I have created a JavaME (J2ME) client API to use Google Translate
in a mobile phone.

This project provides a simple API to use Google Translate in JavaME (J2ME) platform.
It uses the Google AJAX Language API to do the translation via a HTTP connection.

link: http://code.google.com/p/google-api-translate-javame/

The project is open source and under GPL v2 license.

Features: 40 supported languages , unicode support
Requirements: CLDC-1.1 MIDP-1.0











.




Sunday, March 01, 2009

Google Maps updated for Sri Lanka

I was blaming Google maps alot for not mapping the roads correctly in Sri Lanka. Only 'A' category roads was mapped previously and that mapping was horrible. A very interesting part was that A3 road was running over our home.

But now google seems to start mapping Sri Lanka correctly. Now All the 'A' and 'B' roads are mapped correctly at almost 100% accuracy. Rails tracks are also mapped correctly.

The important part is the Google even has mapped and named the minor roads in Colombo. Almost all the roads are mapped it seems, even roads length around 100m (the roads in Galle Road to sea side).

Most popular landmarks like schools, hospitals, parks, shopping malls, bus stands, company buildings and etc are also marked correctly in Colombo and in some parts of the country.


The only lacking part is that getting directions from Google Maps, which is still not available. Hope google will add it too. Then it'll be a great news for all the GPS enabled mobile phone users (including me) to get directions. And it will be a bad news for Dialog's SatNav Digital Navigator which costs around Rs. 110, 000/- (excluding taxes).


Great work Goolge......