Mini Project

(Eng-Hindi Transliteration with Predictive Typing)
Name:  Chinmay Vaishampayan (09305918)
Email: § chinmay (à†) cse.iitb.ac.in   §  csvs........@gmail.com




PROBLEM STATEMENT

Description:

   This will be a webpage for English to Hindi Transliteration along with Predictive typing. Prediction will be based upon the frequency of words, that is - more the number of times a word is used more will be its frequency. Frequencies will be stored in database.

Input:

   User will type in english. For searching in database, program will wait till atleast 3 letters have been typed so that too many words in database do not satisfy search criteria. Then it will send the query to database.

Sample Input: Computer Science and Engineering

Output:

   As the user starts typing letters, transliterated letters (in Hindi) will appear and also a list will appear with possible completions of word. User can select desired word from list.

Sample Output: कंप्यूटर साइंस एंड इंजीनियरिंग

Input_Output.gif


Goals (Guaranteed):

   It will atleast do english to hindi transliteration and also show the list of possible auto-completion words as user types.

Goals (Not Guaranteed):

  • I Will try to provide a login, so that user can personalize the dictionary by adding his own words to it. This will require MySQL to store the words and AJAX to asynchronously fetch data from database.
  • Mouse based input, i.e. on screen keyboard for Hindi Language