SlideShare a Scribd company logo
1 of 5
Download to read offline
Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10
www.ijera.com 6 | P a g e
Punjabi to Hindi Transliteration System for Proper Nouns Using
Hybrid Approach
Er.Sahil Malhan , Er.Jasdeep Mann
Department Of Compter Science And Engineering, Bhai Maha Singh College of Engineering,Sri Muktsar
Sahib, PUNJAB
Abstract
The language is an effective medium for the communication that conveys the ideas and expression of the human
mind. There are more than 5000 languages in the world for the communication. To know all these languages is
not a solution for problems due to the language barrier in communication. In this multilingual world with the
huge amount of information exchanged between various regions and in different languages in digitized format,
it has become necessary to find an automated process to convert from one language to another. Natural
Language Processing (NLP) is one of the hot areas of research that explores how computers can be utilizing to
understand and manipulate natural language text or speech. In the Proposed system a Hybrid approach to
transliterate the proper nouns from Punjabi to Hindi is developed. Hybrid approach in the proposed system is a
combination of Direct Mapping, Rule based approach and Statistical Machine Translation approach (SMT).
Proposed system is tested on various proper nouns from different domains and accuracy of the proposed system
is very good.
Keywords: Rule based approach. Dictionary Lookup approach, Statistical Machine Translation approach
(SMT), Transliteration, Natural Language Processing (NLP).
I. Introduction
Machine Translation is the process of enabling a
computer to translate nouns or sentences from one
language to another. There is a lot of research going
on this area of machine translation at present. Many
works are concentrated on translating Indian regional
languages to Hindi. It is also important for many
applications. In India and in foreign, most of the
population is not so familiar with Punjabi. Where
Hindi is a national language and one of the popular
spoken languages in India. The translation of the
Punjabi language into a commonly used language is
essential for many applications like instant message
systems and for all communication systems. The
thesis proposes a translation system which translates
Punjabi nouns into its corresponding Hindi word.
Transliteration and Translation are both
different. Transliteration maps the letters of source
script to letters of pronounced similarly in target
script. Transliteration is particularly used to translate
proper names and technical terms from languages.
Transliteration is particularly used to translate proper
names and technical terms from languages.
Translation is the action of interpretation of the
meaning of a text and subsequent production of an
equivalent text. Translation is a process that
communicates the same message in another language.
One instance of transliteration is the use of a
Hindi computer keyboard to type in a language that
uses a different alphabet, such as in Russian. While
the first usage of the word implies seeking the best
way to render foreign words into a particular
language, the typing transliteration is a purely
pragmatic process of inputting text in a particular
language. Transliteration from Hindi letters is
particularly important for users who are only familiar
with Hindi keyboard layout, and hence could not type
quickly in a different alphabet even if their software
would actually support a keyboard layout for another
language. If relation between sounds and letters are
similar in both the languages, then transliteration may
be same as transcription. There are also some mixed
transliteration systems that transliterate a part of
original script and transcribe the rest. Greeklish is an
example of such a mixture. Punjabi language is
written from left to right using Gurumukhi script and
Punjabi language consist of consonants, vowels,
halant, punctuation and numerals. Similarly Hindi
language is written from left to right using Roman
Script and Hindi language also consist of consonants,
vowels, and punctuation. Transliteration between
Punjabi and Hindi is required for proper names.
II. Approaches to MT
There are four approaches to Machine
transliteration. These are discussed as follows:
III. Direct Based Approach
A direct based machine transliteration system
carries out word by word translation with the help of
RESEARCH ARTICLE OPEN ACCESS
Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10
www.ijera.com 7 | P a g e
a bilingual dictionary, usually followed by some
syntactic rearrangement.
IV. Rule Based Approach
A rule based machine transliteration system
parses the source text and produces an intermediate
representation, which may be a parse tree or some
abstract representation.
V. Corpus Based Approach
Corpus based Machine transliteration requires
sentence aligned parallel text for each language pair.
The corpus based approach is further classified into
statistical and example based machine translation
approaches.
VI. Knowledge Based Approach
Early machine systems are characterized by the
syntax. Semantic features are attached to the
syntactic structures and semantic processing occurs
only after syntactic processing. Semantic based
approaches to language analysis have been
introduced by AI researchers. The approached require
a large knowledge base that includes both ontological
and lexical knowledge.
VII. Statistical Machine Translation
(SMT) Approach
The statistical Machine Translation (SMT) is
part of corpus based machine translation.SMT
requires less human effort to undertake
translation.SMT is a machine transliteration
paradigm where translation are generated on the basis
of statistical models .These statistical models
parameters are derived from the analysis of bilingual
text corpora.
Literature Survey
Pankaj kumar and Er.Vinod kumar (2013) has
developed Statistical Machine Translation based
Punjabi to English Transliteration System for
nouns.The process is performed into two parts
Segmentation Phase in which words of the source
language are segmented into units and the Assembly
phase in which segmented characters are mapped to
the characters of target language with the help of
rules.The overall system works in two phases
Training phase and Translation phase. The overall
accuracy of the system comes out to be 97%.
Kamaldeep and Dr. Vishal Goyal (2011) have
developed hybrid approach for Punjabi to English
transliteration system. The system has been
developed with the mixture of rule based and direct
mapping approach. The system has three layers. First
one is tokenization in which Punjabi words are taken
as input and break into the individual characters.
Second one is rule based and direct mapping
approach in which rules are applied. Third one is
compression with dictionary in which a dictionary is
created that contains the spelling of names that are
commonly used in real life. The overall accuracy of
the system comes out to be 90% with rules and direct
mapping and compare with dictionary approach
comes with 95.23%.
Kamaljeet kaur batra and G S lehal (2010) has
developed rule based machine translation of Punjabi
to English. The system has analysis, translation and
synthesis component. The steps involved are pre
processing, tagging, ambiguity, resolution, translation
and synthesis of words in target language. The
accuracy is calculated for each step and the overall
accuracy of the system is calculated to be about 85%
for a particular type of noun phrases. After training
the system with about 2000 phrases, testing is
performed with 500 sentences and accuracy at
different levels are calculated.
VIII. Proposed Methodology (Hybrid
Approach)
There are various approaches with which
transliteration can be performed from Gurumukhi
Script to Devnagri Script. These techniques are as
follows:
Direct Mapping:
This is a simplest approach to perform
transliteration in which proper nouns in Gurumukhi
Script along with their equivalent meaning in Hindi
language. Direct mapping is performed from the
database for the source noun.
The accuracy depends on the number of proper nouns
stored in the database.
IX. Rule Based Approach
In this approach rule based approach various rules are
created according to the phonetic equivalence of both
source and target language. In this approach direct
character to character mapping along with
transliteration rules are used to obtain the results.
The accuracy of the rule based system is highly
depends on the created rules for transliteration.
X. Statistical Machine Translation
(SMT)
Statistical Machine translation system makes use
of a parallel corpus of source and target language
pairs. This parallel corpus is necessary requirement
before undertaking training in Statistical Machine
Translation. The system has used parallel corpus of
Punjabi and Hindi names. A parallel corpus of
15000+ names has been developed. We use
Statistical Machine translation System to transliterate
Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10
www.ijera.com 8 | P a g e
proper nouns written in the Gurumukhi script. The
system is implemented with .Net using C# language.
The transliteration system implementation goes
through two stages. First is Training phase and other
one is Transliteration phase.
XI. Training phase
In system training phase training is given to the
system on the basis of names stored into the database
and generate the tables as shown above we store
more than 15000 names to which the system is
trained. We use algorithms to give training to the
system. Training is given with the help of names
stored in the database for different tables. In
Enhanced N-Gram approach we have used unigram,
bi-gram, tri-gram, four-gram, five-gram and six-gram
for transliteration purpose. We store the unigrams in
database manually and system is proposed to extract
bi-gram, tri-gram, four-gram, five-gram and six-gram
and then store it into the database along with their
frequency of occurrence. These all grams are then
stored into the database for transliteration purpose.
XII. Transliteration phase
In transliteration phase system tries to find the
word directly into the database and if word is found
then system gives output otherwise with the help of
above generated tables system can transliterate new
word..In N-Gram approach we have used uni-gram,
bi-gram, tri-gram, four-gram, five-gram, six-gram for
transliteration purpose. We store the uni-grams in
database manually and system is proposed to extract
bi-gram, tri-gram, four-gram, five-gram and six-gram
and then store it into the database. When system try
to transliterate a new word, it first try to find the
same word from the database and if proper name is
not in the database then with the help of bi-gram, tri-
gram, four-gram, five-gram and six-gram created,
system tries to transliterate the proper noun. A proper
name is transliterated with the help of the seven
tables mentioned in the training phase. In very first
stage the system try to find the name directly from
the tables which contain the names for training and if
name found then transliteration is completed and
result is given to the user but if name does not present
in the database in direct manner then system split the
proper name in various grams in all the possible
combination and tries to find the combinations.
Proposed work use more than 15000 names in
the database. Training is given to these names.
Different types of tables are used for N-gram
extraction. These N-gram tables contain 50000 N-
gram entities.
Start
Input the source word
Apply dictionary lookup approach
Result
Found
Apply SMT approach
Output the target result
Apply Rule based approach
Result
found
Stop
Yes
Yes
No
No
Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10
www.ijera.com 9 | P a g e
Set No. of Examples
Names Entity 16000+
N-Gram Extracted 50000+
Result Accuracy 94%
Statistics of dataset
XIII. Evaluation Metrics
In this thesis manual evaluation has been done
on the bases of following parameters.
XIV. Transliteration Accuracy Rate
TAR (Transliteration Accuracy Rate) is used for
evaluation to capture the performance at word level.
Accuracy Rate is the percentage of correct
transliteration from the total generated transliterations
by the system.
Number of correct Transliteration
Accuracy Rate= ----------------------------------- * 100
Total No. of Generated Transliteration
XV. Results
We have 16000+ entries in our database for
Punjabi words. And we have tested our software on
3000 Punjabi names. Test cases developed and their
results are shown in following sections. The system
has been test thoroughly using test cases designed for
number of various domains like proper names, City
names, State names, color names etc. The system has
been tested to convert a doc file containing Punjabi
names into its Hindi equivalent. The system has
option to upload doc file containing Punjabi names. It
transliterates those names into Hindi. System is tested
by taking names from magazines, telephone
directories, newspaper etc. The system is also tested
on different color names and state names.TAR for
color names, State names and Person names shown
below:
Domains TAR
Person Name 92%
Color Name 91%
State Name 96%
River Name 87%
City Name 88%
TARS for Domains
Graph for TAR for Different Domains
The following graph shows the Comparison
between Existing System and Proposed System.
TAR for Existing and Proposed System
Results Generated by our system
Punjabi Hindi
ਨਵਪ ੀ੍ਤ नवप ी्त
ਅਮਰਪ ੀ੍ਤ अमरप ी्त
ਅਮਨ अमन
ਨਾਜ ਆ नाजीआ
ਬਠ ਿੰ ਡਾ बठ िंडा
ਪਠਿਆਲਾ पटियाला
ਬਿੰਗਾਲ बिंगाल
ਜਿੰਮੂ जम्मू
ਕਸ਼ਮ ਰ कश्म र
ਲਾਲ लाल
ਨ ਲਾ नीला
ਪ ਲਾ पीला
XVI. Conclusion
In this thesis, Punjabi to Hindi machine
transliteration system has been developed. The SMT
is a part of corpus based MT system which requires
parallel corpus. Before undertaking transliteration
parallel corpus of 15000 Punjabi and Hindi noun was
used to train the system. The SMT system developed
accepts Punjabi as input and generates corresponding
transliteration in Hindi. The translation was tested on
different domains like person name, city name, and
state name etc. using human evaluation method.
80
85
90
95
100
Person
Name
Color
Name
State
Name
River
Name
City
Name
0
50
100
TAR Rate.
TAR Rate
Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10
www.ijera.com 10 | P a g e
On the parameter of Transliteration accuracy rate
the overall accuracy of the system comes 94%.The
quality of the transliterated noun can be depends
upon the size of corpus.
XVII. Future Scope
This system is giving promising results and this
can be further used by the researchers working on
Punjabi and Hindi Natural Language Processing
tasks. State govt. Punjabi Documents, Punjabi
Literature and other documents in Punjabi of one’s
interest can be transliterated into Hindi for use on the
click on a button.
There can be following futures directions for Punjabi
to Hindi SMT system.
 The work can be extended to include
multilingual corpus of different languages in the
source-target pair. The target and source
languages can be increased from present one
language.
 The system can also be put in the web based
portal to translate content of one web page in
Punjabi to Hindi.
 A mobile application can also be developed in
which message containing Punjabi noun is sent
to the client in Hindi language.
 The corpus can be processed to change its clause
structure for improving quality of transliteration.
References
[1] Vijaya,VP, Shivapratap and KP CEN(2009)
“English to Tamil Transliteration using
WEKA system” International Journal of
Recent Trends in Engineering, May 2009,
Vol. 1, No. 1, pp: 498-500.
[2] Haque,Dandapat,Srivastava,Naskar and
Way(2009) “English—Hindi Transliteration
Using Context-Informed PB-SMT: the DCU
System for NEWS 2009” Proceedings of the
2009 Named Entities Workshop, ACL-
IJCNLP 2009, pages 104–107,Suntec,
Singapore, 7 August 2009. ACL and
AFNLP.
[3] Jia, Zhu, and Yu(2009), ”Noisy Channel
Model for Grapheme-based Machine
Transliteration”, Proceedings of the 2009
Named Entities Workshop, ACL-IJCNLP
2009, pages 88–91.
[4] Lehal and Singh (2008) “Shahmukhi to
Gurumukhi Transliteration System: A
Corpus based Approach” proceeding of
Advanced Centre for Technical
Development of Punjabi Language,
Literature & Culture,Punjabi University,
Patiala 147 002, Punjab, India,
pp-151-162.
[5] Malik (2006) “Punjabi Machine
Transliteration System”: In Proceedings of
the 21st
International Conference on
Computational Linguistics and 44th
Annual
Meeting of the ACL (2006) 1137-1144.
[6] Verma(2006) “A Roman-Gurumukhi
Transliteration system” proceeding of the
Department of Computer Science, Punjabi
University, Patiala, 2006.
[7] UzZaman , Zaheenand ,Khan(2009) “A
Comprehensive Roman (English)-To-Bangla
Transliteration Scheme” A Comprehensive
Roman (English) to Bangla Transliteration
Scheme, Proc. International Conference on
Computer Processing on Bangla (ICCPB-
2006), 17 February, 2006, Dhaka,
Bangladesh.
[8] Knight, Graehl (2005) “English-Japanese
Transliteration system”Computational
Linguistics, Volume 24,Number 4, pp.599-
612.
[9] Sato (2009) “Web-Based Transliteration of
Person Names” IEEE/WIC/ACM
International Conference on Web
Intelligence and Intelligent Agent
Technology –Workshops, pp-273-278
[10] Malik, Besacier, Boitet, Bhattacharyya(2009
) “A Hybrid Model for Urdu Hindi
Transliteration” Proceedings of the 2009
Named Entities Workshop, ACL-IJCNLP
2009, pages 177–185,Suntec, Singapore, 7
August 2009ACL and AFNLP.
[11] Ali and Ijaz(2009), “English to Urdu
Transliteration System”, Proceedings of the
Conference on Language & Technology
2009., pp: 15-23.

More Related Content

What's hot

Hindi –tamil text translation
Hindi –tamil text translationHindi –tamil text translation
Hindi –tamil text translationVaibhav Agarwal
 
A tutorial on Machine Translation
A tutorial on Machine TranslationA tutorial on Machine Translation
A tutorial on Machine TranslationJaganadh Gopinadhan
 
Tamil Morphological Analysis
Tamil Morphological AnalysisTamil Morphological Analysis
Tamil Morphological AnalysisKarthik Sankar
 
Design and Development of a Malayalam to English Translator- A Transfer Based...
Design and Development of a Malayalam to English Translator- A Transfer Based...Design and Development of a Malayalam to English Translator- A Transfer Based...
Design and Development of a Malayalam to English Translator- A Transfer Based...Waqas Tariq
 
Tamil-English Document Translation Using Statistical Machine Translation Appr...
Tamil-English Document Translation Using Statistical Machine Translation Appr...Tamil-English Document Translation Using Statistical Machine Translation Appr...
Tamil-English Document Translation Using Statistical Machine Translation Appr...baskaran_md
 
Error Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation OutputsError Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation OutputsParisa Niksefat
 
HANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISH
HANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISHHANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISH
HANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISHijnlc
 
Machine translation with statistical approach
Machine translation with statistical approachMachine translation with statistical approach
Machine translation with statistical approachvini89
 
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATIONA ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATIONkevig
 
MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...
MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...
MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...kevig
 
Experiments with Different Models of Statistcial Machine Translation
Experiments with Different Models of Statistcial Machine TranslationExperiments with Different Models of Statistcial Machine Translation
Experiments with Different Models of Statistcial Machine Translationkhyati gupta
 
Machine Translation Approaches and Design Aspects
Machine Translation Approaches and Design AspectsMachine Translation Approaches and Design Aspects
Machine Translation Approaches and Design AspectsIOSR Journals
 
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...IJERA Editor
 
Script to Sentiment : on future of Language TechnologyMysore latest
Script to Sentiment : on future of Language TechnologyMysore latestScript to Sentiment : on future of Language TechnologyMysore latest
Script to Sentiment : on future of Language TechnologyMysore latestJaganadh Gopinadhan
 
INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...
INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...
INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...kevig
 

What's hot (18)

**JUNK** (no subject)
**JUNK** (no subject)**JUNK** (no subject)
**JUNK** (no subject)
 
Hindi –tamil text translation
Hindi –tamil text translationHindi –tamil text translation
Hindi –tamil text translation
 
A tutorial on Machine Translation
A tutorial on Machine TranslationA tutorial on Machine Translation
A tutorial on Machine Translation
 
Tamil Morphological Analysis
Tamil Morphological AnalysisTamil Morphological Analysis
Tamil Morphological Analysis
 
Design and Development of a Malayalam to English Translator- A Transfer Based...
Design and Development of a Malayalam to English Translator- A Transfer Based...Design and Development of a Malayalam to English Translator- A Transfer Based...
Design and Development of a Malayalam to English Translator- A Transfer Based...
 
Tamil-English Document Translation Using Statistical Machine Translation Appr...
Tamil-English Document Translation Using Statistical Machine Translation Appr...Tamil-English Document Translation Using Statistical Machine Translation Appr...
Tamil-English Document Translation Using Statistical Machine Translation Appr...
 
Error Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation OutputsError Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation Outputs
 
HANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISH
HANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISHHANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISH
HANDLING CHALLENGES IN RULE BASED MACHINE TRANSLATION FROM MARATHI TO ENGLISH
 
Machine translation with statistical approach
Machine translation with statistical approachMachine translation with statistical approach
Machine translation with statistical approach
 
SMT3
SMT3SMT3
SMT3
 
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATIONA ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
 
MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...
MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...
MORPHOLOGICAL ANALYZER USING THE BILSTM MODEL ONLY FOR JAPANESE HIRAGANA SENT...
 
Ijetcas14 444
Ijetcas14 444Ijetcas14 444
Ijetcas14 444
 
Experiments with Different Models of Statistcial Machine Translation
Experiments with Different Models of Statistcial Machine TranslationExperiments with Different Models of Statistcial Machine Translation
Experiments with Different Models of Statistcial Machine Translation
 
Machine Translation Approaches and Design Aspects
Machine Translation Approaches and Design AspectsMachine Translation Approaches and Design Aspects
Machine Translation Approaches and Design Aspects
 
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
 
Script to Sentiment : on future of Language TechnologyMysore latest
Script to Sentiment : on future of Language TechnologyMysore latestScript to Sentiment : on future of Language TechnologyMysore latest
Script to Sentiment : on future of Language TechnologyMysore latest
 
INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...
INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...
INTEGRATION OF PHONOTACTIC FEATURES FOR LANGUAGE IDENTIFICATION ON CODE-SWITC...
 

Viewers also liked

Dynamics of Motivation strategies for Knowledgeworker
Dynamics of Motivation strategies for KnowledgeworkerDynamics of Motivation strategies for Knowledgeworker
Dynamics of Motivation strategies for KnowledgeworkerIJERA Editor
 
Dimensional and Constructional Details of Components, Fundamentals of TNM Met...
Dimensional and Constructional Details of Components, Fundamentals of TNM Met...Dimensional and Constructional Details of Components, Fundamentals of TNM Met...
Dimensional and Constructional Details of Components, Fundamentals of TNM Met...IJERA Editor
 
Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...
Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...
Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...IJERA Editor
 
Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...
Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...
Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...IJERA Editor
 
Optimization of Combined Conductive and Convective Heat Transfer Model of Col...
Optimization of Combined Conductive and Convective Heat Transfer Model of Col...Optimization of Combined Conductive and Convective Heat Transfer Model of Col...
Optimization of Combined Conductive and Convective Heat Transfer Model of Col...IJERA Editor
 
Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...
Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...
Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...IJERA Editor
 
FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...
FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...
FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...IJERA Editor
 
Performance of water and diluted ethylene glycol as coolants for electronic c...
Performance of water and diluted ethylene glycol as coolants for electronic c...Performance of water and diluted ethylene glycol as coolants for electronic c...
Performance of water and diluted ethylene glycol as coolants for electronic c...IJERA Editor
 
Research on Linking between Bridges and Existing Road Network of Mountainous ...
Research on Linking between Bridges and Existing Road Network of Mountainous ...Research on Linking between Bridges and Existing Road Network of Mountainous ...
Research on Linking between Bridges and Existing Road Network of Mountainous ...IJERA Editor
 
Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...
Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...
Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...IJERA Editor
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...IJERA Editor
 
A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...
A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...
A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...IJERA Editor
 
Hardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded systemHardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded systemIJERA Editor
 
Doroyeyeva yu ur-4_formuvannya_mk_2ppt
Doroyeyeva yu ur-4_formuvannya_mk_2pptDoroyeyeva yu ur-4_formuvannya_mk_2ppt
Doroyeyeva yu ur-4_formuvannya_mk_2pptshinshilla
 
Possibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure TheoryPossibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure TheoryIJERA Editor
 
Present E-waste Handling and Disposal Scenario in India: Planning for Future ...
Present E-waste Handling and Disposal Scenario in India: Planning for Future ...Present E-waste Handling and Disposal Scenario in India: Planning for Future ...
Present E-waste Handling and Disposal Scenario in India: Planning for Future ...IJERA Editor
 
Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...
Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...
Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...IJERA Editor
 
Dyagel n ur4_dopovid
Dyagel n ur4_dopovidDyagel n ur4_dopovid
Dyagel n ur4_dopovidshinshilla
 

Viewers also liked (20)

Dynamics of Motivation strategies for Knowledgeworker
Dynamics of Motivation strategies for KnowledgeworkerDynamics of Motivation strategies for Knowledgeworker
Dynamics of Motivation strategies for Knowledgeworker
 
Dimensional and Constructional Details of Components, Fundamentals of TNM Met...
Dimensional and Constructional Details of Components, Fundamentals of TNM Met...Dimensional and Constructional Details of Components, Fundamentals of TNM Met...
Dimensional and Constructional Details of Components, Fundamentals of TNM Met...
 
Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...
Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...
Analysis of Variable MLI Based BLDC Motor Drive with PFC for Reduced Torque R...
 
Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...
Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...
Leachate Monitoring In The Extractive Industry: A Case Study Of Nigerian Liqu...
 
Optimization of Combined Conductive and Convective Heat Transfer Model of Col...
Optimization of Combined Conductive and Convective Heat Transfer Model of Col...Optimization of Combined Conductive and Convective Heat Transfer Model of Col...
Optimization of Combined Conductive and Convective Heat Transfer Model of Col...
 
Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...
Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...
Electronic bands structure and gap in mid-infrared detector InAs/GaSb type II...
 
FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...
FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...
FPGA based Real-time Automatic Number Plate Recognition System for Modern Lic...
 
Performance of water and diluted ethylene glycol as coolants for electronic c...
Performance of water and diluted ethylene glycol as coolants for electronic c...Performance of water and diluted ethylene glycol as coolants for electronic c...
Performance of water and diluted ethylene glycol as coolants for electronic c...
 
Research on Linking between Bridges and Existing Road Network of Mountainous ...
Research on Linking between Bridges and Existing Road Network of Mountainous ...Research on Linking between Bridges and Existing Road Network of Mountainous ...
Research on Linking between Bridges and Existing Road Network of Mountainous ...
 
Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...
Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...
Cost Comparative Study On Steel Frame Folded Plate Roofing System Vs Conventi...
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
 
A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...
A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...
A Study on Repair Materials and Mesh Bonding Techniques Used To Repair Concre...
 
Hardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded systemHardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded system
 
Planificador
PlanificadorPlanificador
Planificador
 
Doroyeyeva yu ur-4_formuvannya_mk_2ppt
Doroyeyeva yu ur-4_formuvannya_mk_2pptDoroyeyeva yu ur-4_formuvannya_mk_2ppt
Doroyeyeva yu ur-4_formuvannya_mk_2ppt
 
Berezova ua 4
Berezova ua 4Berezova ua 4
Berezova ua 4
 
Possibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure TheoryPossibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure Theory
 
Present E-waste Handling and Disposal Scenario in India: Planning for Future ...
Present E-waste Handling and Disposal Scenario in India: Planning for Future ...Present E-waste Handling and Disposal Scenario in India: Planning for Future ...
Present E-waste Handling and Disposal Scenario in India: Planning for Future ...
 
Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...
Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...
Numerical Investigation of Single Stage of an Axial Flow Compressor for Effec...
 
Dyagel n ur4_dopovid
Dyagel n ur4_dopovidDyagel n ur4_dopovid
Dyagel n ur4_dopovid
 

Similar to Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach

A Review on a web based Punjabi to English Machine Transliteration System
A Review on a web based Punjabi to English Machine Transliteration SystemA Review on a web based Punjabi to English Machine Transliteration System
A Review on a web based Punjabi to English Machine Transliteration SystemEditor IJCATR
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathiaciijournal
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathiaciijournal
 
IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...
IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...
IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...ijnlc
 
Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...
Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...
Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...IJERA Editor
 
Cross language information retrieval in indian
Cross language information retrieval in indianCross language information retrieval in indian
Cross language information retrieval in indianeSAT Publishing House
 
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...Syeful Islam
 
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...iosrjce
 
Improvement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A ReviewImprovement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A Reviewinscit2006
 
A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES
A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES
A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES ijnlc
 
S URVEY O N M ACHINE T RANSLITERATION A ND M ACHINE L EARNING M ODELS
S URVEY  O N M ACHINE  T RANSLITERATION A ND  M ACHINE L EARNING M ODELSS URVEY  O N M ACHINE  T RANSLITERATION A ND  M ACHINE L EARNING M ODELS
S URVEY O N M ACHINE T RANSLITERATION A ND M ACHINE L EARNING M ODELSijnlc
 
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorDynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorWaqas Tariq
 
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language ModelsIRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language ModelsIRJET Journal
 
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...cscpconf
 
Machine Translation System: Chhattisgarhi to Hindi
Machine Translation System: Chhattisgarhi to HindiMachine Translation System: Chhattisgarhi to Hindi
Machine Translation System: Chhattisgarhi to HindiPadma Metta
 
Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...
Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...
Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...TELKOMNIKA JOURNAL
 
Improving the role of language model in statistical machine translation (Indo...
Improving the role of language model in statistical machine translation (Indo...Improving the role of language model in statistical machine translation (Indo...
Improving the role of language model in statistical machine translation (Indo...IJECEIAES
 

Similar to Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach (20)

A Review on a web based Punjabi to English Machine Transliteration System
A Review on a web based Punjabi to English Machine Transliteration SystemA Review on a web based Punjabi to English Machine Transliteration System
A Review on a web based Punjabi to English Machine Transliteration System
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathi
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathi
 
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
 
IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...
IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...
IMPROVING THE QUALITY OF GUJARATI-HINDI MACHINE TRANSLATION THROUGH PART-OF-S...
 
Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...
Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...
Approach To Build A Marathi Text-To-Speech System Using Concatenative Synthes...
 
Cross language information retrieval in indian
Cross language information retrieval in indianCross language information retrieval in indian
Cross language information retrieval in indian
 
Translationusing moses1
Translationusing moses1Translationusing moses1
Translationusing moses1
 
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
 
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesi...
 
Improvement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A ReviewImprovement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A Review
 
A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES
A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES
A COMPREHENSIVE ANALYSIS OF STEMMERS AVAILABLE FOR INDIC LANGUAGES
 
S URVEY O N M ACHINE T RANSLITERATION A ND M ACHINE L EARNING M ODELS
S URVEY  O N M ACHINE  T RANSLITERATION A ND  M ACHINE L EARNING M ODELSS URVEY  O N M ACHINE  T RANSLITERATION A ND  M ACHINE L EARNING M ODELS
S URVEY O N M ACHINE T RANSLITERATION A ND M ACHINE L EARNING M ODELS
 
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorDynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
 
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language ModelsIRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
 
An Application for Performing Real Time Speech Translation in Mobile Environment
An Application for Performing Real Time Speech Translation in Mobile EnvironmentAn Application for Performing Real Time Speech Translation in Mobile Environment
An Application for Performing Real Time Speech Translation in Mobile Environment
 
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
 
Machine Translation System: Chhattisgarhi to Hindi
Machine Translation System: Chhattisgarhi to HindiMachine Translation System: Chhattisgarhi to Hindi
Machine Translation System: Chhattisgarhi to Hindi
 
Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...
Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...
Quality Translation Enhancement Using Sequence Knowledge and Pruning in Stati...
 
Improving the role of language model in statistical machine translation (Indo...
Improving the role of language model in statistical machine translation (Indo...Improving the role of language model in statistical machine translation (Indo...
Improving the role of language model in statistical machine translation (Indo...
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 

Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach

  • 1. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10 www.ijera.com 6 | P a g e Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach Er.Sahil Malhan , Er.Jasdeep Mann Department Of Compter Science And Engineering, Bhai Maha Singh College of Engineering,Sri Muktsar Sahib, PUNJAB Abstract The language is an effective medium for the communication that conveys the ideas and expression of the human mind. There are more than 5000 languages in the world for the communication. To know all these languages is not a solution for problems due to the language barrier in communication. In this multilingual world with the huge amount of information exchanged between various regions and in different languages in digitized format, it has become necessary to find an automated process to convert from one language to another. Natural Language Processing (NLP) is one of the hot areas of research that explores how computers can be utilizing to understand and manipulate natural language text or speech. In the Proposed system a Hybrid approach to transliterate the proper nouns from Punjabi to Hindi is developed. Hybrid approach in the proposed system is a combination of Direct Mapping, Rule based approach and Statistical Machine Translation approach (SMT). Proposed system is tested on various proper nouns from different domains and accuracy of the proposed system is very good. Keywords: Rule based approach. Dictionary Lookup approach, Statistical Machine Translation approach (SMT), Transliteration, Natural Language Processing (NLP). I. Introduction Machine Translation is the process of enabling a computer to translate nouns or sentences from one language to another. There is a lot of research going on this area of machine translation at present. Many works are concentrated on translating Indian regional languages to Hindi. It is also important for many applications. In India and in foreign, most of the population is not so familiar with Punjabi. Where Hindi is a national language and one of the popular spoken languages in India. The translation of the Punjabi language into a commonly used language is essential for many applications like instant message systems and for all communication systems. The thesis proposes a translation system which translates Punjabi nouns into its corresponding Hindi word. Transliteration and Translation are both different. Transliteration maps the letters of source script to letters of pronounced similarly in target script. Transliteration is particularly used to translate proper names and technical terms from languages. Transliteration is particularly used to translate proper names and technical terms from languages. Translation is the action of interpretation of the meaning of a text and subsequent production of an equivalent text. Translation is a process that communicates the same message in another language. One instance of transliteration is the use of a Hindi computer keyboard to type in a language that uses a different alphabet, such as in Russian. While the first usage of the word implies seeking the best way to render foreign words into a particular language, the typing transliteration is a purely pragmatic process of inputting text in a particular language. Transliteration from Hindi letters is particularly important for users who are only familiar with Hindi keyboard layout, and hence could not type quickly in a different alphabet even if their software would actually support a keyboard layout for another language. If relation between sounds and letters are similar in both the languages, then transliteration may be same as transcription. There are also some mixed transliteration systems that transliterate a part of original script and transcribe the rest. Greeklish is an example of such a mixture. Punjabi language is written from left to right using Gurumukhi script and Punjabi language consist of consonants, vowels, halant, punctuation and numerals. Similarly Hindi language is written from left to right using Roman Script and Hindi language also consist of consonants, vowels, and punctuation. Transliteration between Punjabi and Hindi is required for proper names. II. Approaches to MT There are four approaches to Machine transliteration. These are discussed as follows: III. Direct Based Approach A direct based machine transliteration system carries out word by word translation with the help of RESEARCH ARTICLE OPEN ACCESS
  • 2. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10 www.ijera.com 7 | P a g e a bilingual dictionary, usually followed by some syntactic rearrangement. IV. Rule Based Approach A rule based machine transliteration system parses the source text and produces an intermediate representation, which may be a parse tree or some abstract representation. V. Corpus Based Approach Corpus based Machine transliteration requires sentence aligned parallel text for each language pair. The corpus based approach is further classified into statistical and example based machine translation approaches. VI. Knowledge Based Approach Early machine systems are characterized by the syntax. Semantic features are attached to the syntactic structures and semantic processing occurs only after syntactic processing. Semantic based approaches to language analysis have been introduced by AI researchers. The approached require a large knowledge base that includes both ontological and lexical knowledge. VII. Statistical Machine Translation (SMT) Approach The statistical Machine Translation (SMT) is part of corpus based machine translation.SMT requires less human effort to undertake translation.SMT is a machine transliteration paradigm where translation are generated on the basis of statistical models .These statistical models parameters are derived from the analysis of bilingual text corpora. Literature Survey Pankaj kumar and Er.Vinod kumar (2013) has developed Statistical Machine Translation based Punjabi to English Transliteration System for nouns.The process is performed into two parts Segmentation Phase in which words of the source language are segmented into units and the Assembly phase in which segmented characters are mapped to the characters of target language with the help of rules.The overall system works in two phases Training phase and Translation phase. The overall accuracy of the system comes out to be 97%. Kamaldeep and Dr. Vishal Goyal (2011) have developed hybrid approach for Punjabi to English transliteration system. The system has been developed with the mixture of rule based and direct mapping approach. The system has three layers. First one is tokenization in which Punjabi words are taken as input and break into the individual characters. Second one is rule based and direct mapping approach in which rules are applied. Third one is compression with dictionary in which a dictionary is created that contains the spelling of names that are commonly used in real life. The overall accuracy of the system comes out to be 90% with rules and direct mapping and compare with dictionary approach comes with 95.23%. Kamaljeet kaur batra and G S lehal (2010) has developed rule based machine translation of Punjabi to English. The system has analysis, translation and synthesis component. The steps involved are pre processing, tagging, ambiguity, resolution, translation and synthesis of words in target language. The accuracy is calculated for each step and the overall accuracy of the system is calculated to be about 85% for a particular type of noun phrases. After training the system with about 2000 phrases, testing is performed with 500 sentences and accuracy at different levels are calculated. VIII. Proposed Methodology (Hybrid Approach) There are various approaches with which transliteration can be performed from Gurumukhi Script to Devnagri Script. These techniques are as follows: Direct Mapping: This is a simplest approach to perform transliteration in which proper nouns in Gurumukhi Script along with their equivalent meaning in Hindi language. Direct mapping is performed from the database for the source noun. The accuracy depends on the number of proper nouns stored in the database. IX. Rule Based Approach In this approach rule based approach various rules are created according to the phonetic equivalence of both source and target language. In this approach direct character to character mapping along with transliteration rules are used to obtain the results. The accuracy of the rule based system is highly depends on the created rules for transliteration. X. Statistical Machine Translation (SMT) Statistical Machine translation system makes use of a parallel corpus of source and target language pairs. This parallel corpus is necessary requirement before undertaking training in Statistical Machine Translation. The system has used parallel corpus of Punjabi and Hindi names. A parallel corpus of 15000+ names has been developed. We use Statistical Machine translation System to transliterate
  • 3. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10 www.ijera.com 8 | P a g e proper nouns written in the Gurumukhi script. The system is implemented with .Net using C# language. The transliteration system implementation goes through two stages. First is Training phase and other one is Transliteration phase. XI. Training phase In system training phase training is given to the system on the basis of names stored into the database and generate the tables as shown above we store more than 15000 names to which the system is trained. We use algorithms to give training to the system. Training is given with the help of names stored in the database for different tables. In Enhanced N-Gram approach we have used unigram, bi-gram, tri-gram, four-gram, five-gram and six-gram for transliteration purpose. We store the unigrams in database manually and system is proposed to extract bi-gram, tri-gram, four-gram, five-gram and six-gram and then store it into the database along with their frequency of occurrence. These all grams are then stored into the database for transliteration purpose. XII. Transliteration phase In transliteration phase system tries to find the word directly into the database and if word is found then system gives output otherwise with the help of above generated tables system can transliterate new word..In N-Gram approach we have used uni-gram, bi-gram, tri-gram, four-gram, five-gram, six-gram for transliteration purpose. We store the uni-grams in database manually and system is proposed to extract bi-gram, tri-gram, four-gram, five-gram and six-gram and then store it into the database. When system try to transliterate a new word, it first try to find the same word from the database and if proper name is not in the database then with the help of bi-gram, tri- gram, four-gram, five-gram and six-gram created, system tries to transliterate the proper noun. A proper name is transliterated with the help of the seven tables mentioned in the training phase. In very first stage the system try to find the name directly from the tables which contain the names for training and if name found then transliteration is completed and result is given to the user but if name does not present in the database in direct manner then system split the proper name in various grams in all the possible combination and tries to find the combinations. Proposed work use more than 15000 names in the database. Training is given to these names. Different types of tables are used for N-gram extraction. These N-gram tables contain 50000 N- gram entities. Start Input the source word Apply dictionary lookup approach Result Found Apply SMT approach Output the target result Apply Rule based approach Result found Stop Yes Yes No No
  • 4. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10 www.ijera.com 9 | P a g e Set No. of Examples Names Entity 16000+ N-Gram Extracted 50000+ Result Accuracy 94% Statistics of dataset XIII. Evaluation Metrics In this thesis manual evaluation has been done on the bases of following parameters. XIV. Transliteration Accuracy Rate TAR (Transliteration Accuracy Rate) is used for evaluation to capture the performance at word level. Accuracy Rate is the percentage of correct transliteration from the total generated transliterations by the system. Number of correct Transliteration Accuracy Rate= ----------------------------------- * 100 Total No. of Generated Transliteration XV. Results We have 16000+ entries in our database for Punjabi words. And we have tested our software on 3000 Punjabi names. Test cases developed and their results are shown in following sections. The system has been test thoroughly using test cases designed for number of various domains like proper names, City names, State names, color names etc. The system has been tested to convert a doc file containing Punjabi names into its Hindi equivalent. The system has option to upload doc file containing Punjabi names. It transliterates those names into Hindi. System is tested by taking names from magazines, telephone directories, newspaper etc. The system is also tested on different color names and state names.TAR for color names, State names and Person names shown below: Domains TAR Person Name 92% Color Name 91% State Name 96% River Name 87% City Name 88% TARS for Domains Graph for TAR for Different Domains The following graph shows the Comparison between Existing System and Proposed System. TAR for Existing and Proposed System Results Generated by our system Punjabi Hindi ਨਵਪ ੀ੍ਤ नवप ी्त ਅਮਰਪ ੀ੍ਤ अमरप ी्त ਅਮਨ अमन ਨਾਜ ਆ नाजीआ ਬਠ ਿੰ ਡਾ बठ िंडा ਪਠਿਆਲਾ पटियाला ਬਿੰਗਾਲ बिंगाल ਜਿੰਮੂ जम्मू ਕਸ਼ਮ ਰ कश्म र ਲਾਲ लाल ਨ ਲਾ नीला ਪ ਲਾ पीला XVI. Conclusion In this thesis, Punjabi to Hindi machine transliteration system has been developed. The SMT is a part of corpus based MT system which requires parallel corpus. Before undertaking transliteration parallel corpus of 15000 Punjabi and Hindi noun was used to train the system. The SMT system developed accepts Punjabi as input and generates corresponding transliteration in Hindi. The translation was tested on different domains like person name, city name, and state name etc. using human evaluation method. 80 85 90 95 100 Person Name Color Name State Name River Name City Name 0 50 100 TAR Rate. TAR Rate
  • 5. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 11, (Part - 4) November 2015, pp.06-10 www.ijera.com 10 | P a g e On the parameter of Transliteration accuracy rate the overall accuracy of the system comes 94%.The quality of the transliterated noun can be depends upon the size of corpus. XVII. Future Scope This system is giving promising results and this can be further used by the researchers working on Punjabi and Hindi Natural Language Processing tasks. State govt. Punjabi Documents, Punjabi Literature and other documents in Punjabi of one’s interest can be transliterated into Hindi for use on the click on a button. There can be following futures directions for Punjabi to Hindi SMT system.  The work can be extended to include multilingual corpus of different languages in the source-target pair. The target and source languages can be increased from present one language.  The system can also be put in the web based portal to translate content of one web page in Punjabi to Hindi.  A mobile application can also be developed in which message containing Punjabi noun is sent to the client in Hindi language.  The corpus can be processed to change its clause structure for improving quality of transliteration. References [1] Vijaya,VP, Shivapratap and KP CEN(2009) “English to Tamil Transliteration using WEKA system” International Journal of Recent Trends in Engineering, May 2009, Vol. 1, No. 1, pp: 498-500. [2] Haque,Dandapat,Srivastava,Naskar and Way(2009) “English—Hindi Transliteration Using Context-Informed PB-SMT: the DCU System for NEWS 2009” Proceedings of the 2009 Named Entities Workshop, ACL- IJCNLP 2009, pages 104–107,Suntec, Singapore, 7 August 2009. ACL and AFNLP. [3] Jia, Zhu, and Yu(2009), ”Noisy Channel Model for Grapheme-based Machine Transliteration”, Proceedings of the 2009 Named Entities Workshop, ACL-IJCNLP 2009, pages 88–91. [4] Lehal and Singh (2008) “Shahmukhi to Gurumukhi Transliteration System: A Corpus based Approach” proceeding of Advanced Centre for Technical Development of Punjabi Language, Literature & Culture,Punjabi University, Patiala 147 002, Punjab, India, pp-151-162. [5] Malik (2006) “Punjabi Machine Transliteration System”: In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the ACL (2006) 1137-1144. [6] Verma(2006) “A Roman-Gurumukhi Transliteration system” proceeding of the Department of Computer Science, Punjabi University, Patiala, 2006. [7] UzZaman , Zaheenand ,Khan(2009) “A Comprehensive Roman (English)-To-Bangla Transliteration Scheme” A Comprehensive Roman (English) to Bangla Transliteration Scheme, Proc. International Conference on Computer Processing on Bangla (ICCPB- 2006), 17 February, 2006, Dhaka, Bangladesh. [8] Knight, Graehl (2005) “English-Japanese Transliteration system”Computational Linguistics, Volume 24,Number 4, pp.599- 612. [9] Sato (2009) “Web-Based Transliteration of Person Names” IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology –Workshops, pp-273-278 [10] Malik, Besacier, Boitet, Bhattacharyya(2009 ) “A Hybrid Model for Urdu Hindi Transliteration” Proceedings of the 2009 Named Entities Workshop, ACL-IJCNLP 2009, pages 177–185,Suntec, Singapore, 7 August 2009ACL and AFNLP. [11] Ali and Ijaz(2009), “English to Urdu Transliteration System”, Proceedings of the Conference on Language & Technology 2009., pp: 15-23.