130 likes | 253 Vues
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.
E N D
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
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
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
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
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
During client and server connection. During creating Hash map. During threading. To solve errors during coding nearly killed our brain. Challenges faced
Voice and Video Chat. Conference Chat Running application both in online and offline mode. Animated smileys will be included. Future Enhancements
There might be some changes during the development phase Of Our Nepali Unicode Messenger
Please Be Patience This Messenger will be launched soon.