1 / 13

A mid-Term Presentation on NEPALI UNICODE Messenger

Presented By: Aakash Sahani(2008/BCT/501) Kunwar Chandra Pal(2008/BCT/517) Sandeep Neuapne(2008/BCT/537) Suraj Anand(2008/BCT/548). A mid-Term Presentation on NEPALI UNICODE Messenger. Feature of our application Language Processing i.e. Conversion from English to Devnagari font.

Télécharger la présentation

A mid-Term Presentation on NEPALI UNICODE Messenger

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Presented By: Aakash Sahani(2008/BCT/501) KunwarChandra Pal(2008/BCT/517) Sandeep Neuapne(2008/BCT/537) Suraj Anand(2008/BCT/548) A mid-Term Presentation onNEPALIUNICODE Messenger

  2. Feature of our application • Language Processing i.e. Conversion from English to Devnagari font. • Communication in Devnagari Language. • Easy to understand and easy to implement. Further Scope plan for implementation: • Creating a chat group. • Creating Hash map for typical Devnagari words . • Sign up forms for the user. Overview of the application

  3. System Architecture

  4. Hash map: It is used to map the value of Unicode to its corresponding key in English alphabet. For examples: Suppose: For conversion of english alphabet “aakash” into “आकाश” Here , aa= आ ka=का sh=श Where, aa is the key and आ is the correponding value. Core Logic Implemented

  5. public static void main(String args[]) { HashMaphm = new HashMap(); // Put elements to the map hm.put("ka", "\u0915"); hm.put("kha", "\u0916"); hm.put("ga", "\u0917"); hm.put("gha", "\u0918"); hm.put("Nga", "\u0919"); hm.put("cha", "\u091A"); hm.put("chha", "\u091B"); hm.put("ja", "\u091C"); hm.put("jha", "\u091D"); hm.put("Nya", "\u091E"); hm.put("Ta", "\u091F"); hm.put("Tha", "\u0920"); hm.put("Da", "\u0921"); hm.put("Dha", "\u0922"); hm.put("nA", "\u0923"); // etc…………… Algorithm implemented

  6. Login Page. Verification of user with respective passwords. Addition of “menu items” in “menu bar”. Hash Map from क to ज्ञ along with conversion of some basic English alphabet into Devnagari font format Completed Activities

  7. Future Model of our Developing IM

  8. During client and server connection. During creating Hash map. During threading. To solve errors during coding nearly killed our brain. Challenges faced

  9. Voice and Video Chat. Conference Chat Running application both in online and offline mode. Animated smileys will be included. Future Enhancements

  10. Work Breakdown St ructure

  11. There might be some changes during the development phase Of Our Nepali Unicode Messenger

  12. Please Be Patience This Messenger will be launched soon.

  13. Thank You

More Related