SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
Rupak Bhattacharyya et al. (Eds) : ACER 2013,
pp. 01–09, 2013. © CS & IT-CSCP 2013 DOI : 10.5121/csit.2013.3201
AN ADVANCED APPROACH FOR RULE BASED
ENGLISH TO BENGALI MACHINE
TRANSLATION
Chandranath Adak
Dept. of CSE, University of Kalyani, West Bengal-741235, India
adak32@gmail.com
ABSTRACT
This paper introduces an advanced, efficient approach for rule based English to Bengali (E2B)
machine translation (MT), where Penn-Treebank parts of speech (PoS) tags, HMM (Hidden
Markov Model) Tagger is used. Fuzzy-If-Then-Rule approach is used to select the lemma from
rule-based-knowledge. The proposed E2B-MT has been tested through F-Score measurement,
and the accuracy is more than eighty percent.
KEYWORDS
F-Score Measurement, Machine Translation, Rule Based Machine Translator
1. INTRODUCTION
‘Machine Translation’[1-4]is the conversion procedure from one natural language to another.
Now a days, it is a very challenging problem in the field of computational linguistics[5-6] and
Natural Language Processing(NLP)[7]. There are thousands of languages throughout the world,
and it is quite tough to know all the languages, but using machine translation, one can easily
convert the unknown language information to the known one to him. For these reason, this
research field has the sky-scraping demand.
We are taking two natural languages: English and Bengali [8](bi-linguistic model[9]) for rule
based machine translation. Thoughthere are more than 230 millions speakers of Bengali language
all over the world (mainly, Bangladesh and north-eastern part of India including West Bengal,
Tripura, Assam, Bihar, and Orissa), there are limited number of resources for these language.
Here, an advanced approach of machine translation from English to Bengali language is proposed
which is based on some prior knowledge based rules; and these rules are applied using fuzzy-if-
then-rule approach.
2. PROPOSED METHODOLOGY
The approach for rule based E2B machine translation is as follows:
2.1. Corpus
A raw corpus is needed for any multilingual Machine Translation (MT). Here we have collected
the most common Bengali words and their English term and made the aligned parallel
multilingual corpus.
2 Computer Science & Information Technology (CS & IT)
2.2. Tag sets for English
We have used Penn Treebank part of speech (POS) tags[7,10-11], eg. {Noun, Pronoun,
Adjective, Verb, Adverb, Preposition, Conjunction, Interjection, Auxiliary, Determiner}≡ {NN,
PP, JJ, VB, RB, IN, CC, UH, AUX, DT }. In slash notation, a sentence is like this:I/PP need/VB
a/DT pen/NN.
2.3. Simple N-grams
A complete word string is {w1, w2,w3, ... ,wn} or ‫ݓ‬ଵ
௡
. The probability of occurrence of each word
(considered as independent event) in its correct location:
ܲሺwଵ , wଶ , wଷ , … , w୬ ሻ = ܲሺ‫ݓ‬ଵ
௡ሻ
= ܲሺ‫ݓ‬ଵሻܲሺ‫ݓ‬ଶ|‫ݓ‬ଵሻܲሺ‫ݓ‬ଷห‫ݓ‬ଵ
ଶሻ … ܲሺ‫ݓ‬௡ห‫ݓ‬ଵ
௡ିଵሻ
= ∏ ܲ൫‫ݓ‬௞ห‫ݓ‬ଵ
௞ିଵ
൯௡
௞ୀଵ
The generalized N-gram approximation:ܲሺ‫ݓ‬௡ห‫ݓ‬ଵ
୬ିଵሻ ≋ ܲ൫‫ݓ‬௡ห‫ݓ‬୬ି୒ାଵ
௡ିଵ
൯
For bi-gram: ܲሺ‫ݓ‬ଵ
௡
ሻ ≋ ∏ ܲሺ‫ݓ‬௞|‫ݓ‬௞ିଵሻ௡
௞ୀଵ
We can train N-gram model by counting and normalizing:
ܲ൫‫ݓ‬௡ห‫ݓ‬୬ି୒ାଵ
௡ିଵ
൯ =
େሺ୵౤షొశభ
౤షభ
୵౤ሻ
େሺ୵౤షొశభ
౤షభ ሻ
, where c = count
For bi-gram: P∗ሺ‫ݓ‬௡|w୬ିଵሻ =
େሺ୵౤షభ୵౤ሻ
େሺ୵౤షభሻ
2.4. Smoothing
We have used the simple smoothing technique, i.e. add-one smoothing[7,12].
For N-gram: P∗
൫‫ݓ‬௡ห‫ݓ‬୬ି୒ାଵ
௡ିଵ
൯ =
େ൫୵౤షొశభ
౤షభ
୵౤൯ାଵ
େ൫୵౤షొశభ
౤షభ
൯ା୚
, where v =vocabulary
For bi-gram : P∗ሺ‫ݓ‬௡|w୬ିଵሻ =
େሺ୵౤షభ୵౤ሻାଵ
େሺ୵౤షభሻା୚
2.5. Stochastic PoSTagging : HMM Tagger
HMM (Hidden Markov Model) Tagger[7,13] follows a particular stochastic tagging algorithm,
i.e. “pick most-likely tag” approach.
CHMM = max ( P(w | t) * P( t | prevn tag) ) ,
where CHMM : HMM Tagger Choice, w: word, t: tag, prevn tag : previous n tags.
T={t1, t2,t3,... ,tn} is the set of probable sequence of Tags in the sequence of words W.
According to the probabilistic chain rule:
Computer Science & Information Technology (CS & IT) 3
ܲሺܶሻܲሺܹ|ܶሻ = ෑ ܲሺ‫ݓ‬௜|‫ݓ‬ଵ‫ݐ‬ଵ … ‫ݓ‬௜ିଵ‫ݐ‬௜ିଵ‫ݐ‬௜ሻ
௡
௜ୀଵ
| ܲሺ‫ݐ‬௜|‫ݓ‬ଵ‫ݐ‬ଵ … ‫ݓ‬௜ିଵ‫ݐ‬௜ିଵሻ
Using most recent two tags approximation :
ܲሺ‫ݐ‬௜|‫ݓ‬ଵ‫ݐ‬ଵ … ‫ݓ‬௜ିଵ‫ݐ‬௜ିଵሻ = ܲሺ‫ݐ‬௜|‫ݐ‬௜ିଶ‫ݐ‬௜ିଵሻ
We have to choose the tag sequence that maximizes:
ܲሺ‫ݐ‬ଵሻܲሺ‫ݐ‬ଶ|‫ݐ‬ଵሻ ෑ ܲሺ‫ݐ‬௜|‫ݐ‬௜ିଶ‫ݐ‬௜ିଵሻ
௡
௜ୀଷ
൤ෑ ܲሺ‫ݓ‬௜|‫ݐ‬௜ሻ
௡
௜ୀଵ
൨
2.6. Rule-Based Model
Fig.1: Proposed Rule Based Model
The English sentence is fed as input; the morphological analyzer analyzes that sentence and
extracts the morphemes (smaller meaning bearing units). The morphemes are categorized in two
classes :stems and affixes. Each stem is tagged with respect to tag-set of tag library (POS
tagging). Now, for E2B translation, the morphemes are checked through simple N-grams and
smoothing technique; the morphemes are re-ordered as and when required using knowledge based
lemma and fuzzy if-then rules. Each English morpheme is converted into Bengali morpheme
using our previously made corpus,these Bengali morphemes are combined together using the
prior knowledge based rule to produce correct Bengali sentences as output.
4 Computer Science & Information Technology (CS & IT)
2.6.1. Knowledge Based Rules
Some examples of knowledge based rules, which are used in prescribed method are as follows:
• the boy the/DT + boy/NN boy/NN + the/DT +
i.e. DT + NN NN + DT
• after morning after/IN + morning/NN morning/NN + After/IN +
+ -e +
eg. before evening, under table etc. , i.e. IN + NN NN + IN
• I have a pen I/PP + have/VB+ a/DT + pen/NN + + e + +
+ e + + e + +
• give me a book give/VB + me/PP + a/DT + book/NN me/PP + a/DT + book/NN +
give/VB + e + i + o + e + i + o
• I want a toy I/PP + want/VB + a/DT + toy/NN + o + e + +
i + e + + e + + i
• I eat rice I/PP + eat/VB + rice/NN I/PP + rice/NN + eat/VB + +
o + + i
eg. I play cricket, She drinks water etc. , i.e. PP + VB + NN PP + NN + VB
• What is your name? What/WP + is/AUX + your/PP + name/NN + ?/SP your/PP +
name/NN + What/WP + is/AUX + ?/SP + + + + ? + +
+ + ? + + + ?
[SP is Sentence-final Punctuation ].
• Where are you going? Where/WRB + are/AUX + you/PP + going/VB-ing + ? /SP
you/PP + Where/WRB + are/AUX + going/VB-ing + ? /SP + + য o -i +
? + + য c + ?
3. EXPERIMENTAL RESULTS
The followings( fig.2(a)-(b) ) are the screenshots of the SQL database table:
Fig.2(a): Table ‘taglib’, which stores the English word and its equivalent PoS Tag
Computer Science & Information Technology (CS & IT) 5
Fig.2(b): Table ‘corpus’ stores the English and its equivalent Bengali words
We are usingJAVAX-Swing for implementing our E2B Machine Translator(MT).The packages
and classes are shown in fig.3.
Fig.3:Packages and classes of Proposed E2B MT using JAVAX Swing
6 Computer Science & Information Technology (CS & IT)
Some GUI screenshots of E2B MT are as follows ( fig.4(a) – (e) ):
Fig.4(a) : English to Bengali Translation in E2B MT
Fig.4(b) : Bengali to English Translation (An Extended part of E2B MT),
Computer Science & Information Technology (CS & IT) 7
AVRO-Keyboard is used for Bengali letter typing
Fig.4(c) :PoS Tag Set for English Words
Fig.4(d) : Some extended features (eg. save, search, solve, analysis of English and Bengali sentences) of
E2B MT
8 Computer Science & Information Technology (CS & IT)
Fig.4(e) : Extended feature of E2B MT : file equivalency checking
4. ACCURACY MEASUREMENT
To test the accuracy our proposed E2B MT, we are taking help of F-measure
technique.Precision(Pr) = tp / (tp+fp) , Recall(Re) = tp / (tp+fn) , Where tp= true positive, fp=
false positive, fn=false negative.
F-Score = (2*Pr*Re) / (Pr+Re)
Table 1. F-Score Measurement
Measurement Precision(Pr) Recall(Re) F-Score
M1 0.78 0.91 0.84
M2 0.73 0.87 0.79
Avg=(M1+M2)/2 0.755 0.89 0.815
So, our E2B machine translator has approx 81.5%F-Score Measure accuracy.
5. CONCLUSIONS AND FUTURE WORKS
The proposed E2B-MT produces fairly good results for different English to Bengali sentence
translations and the F-Score is more than eighty-one percent. But the main problem of this system
is limited corpus. There are only near about two thousand words has been stored in the corpus.
For this type of machine translation, we need all possible word stock. The huge amount of corpus
gives the scope of good testing and then accuracy will be increasing. So our next venture of the
E2B machine translation is to make the corpus more powerful and increasing the accuracy; And
make the system genetic algorithm[14] and neural network[15] base, so the global optimality can
be reached, and achieved a fast machine translator.
ACKNOWLEDGEMENTS
I would like to heartily thank Ms. SoumiChattopadhyay, Indian Statistical Institute, Kolkata-
700108, India, for discussion various aspects of this paper.
Computer Science & Information Technology (CS & IT) 9
REFERENCES
[1] P.F. Brown, S. A. Della Pietra, V.J. Della Pietra and R.L. Mercer ,The Mathematics of Statistical
Machine Translation: Parameter Estimation, 19(2):263-311,1993.
[2] P.F. Brown, J. Cocke, S. A. Della Pietra, V.J. Della PietraF.Jelinek, J.C.Lai and R.L. Mercer ,Method
and System for Natural Language Translation,1995.
[3] P.Koehn, Pharaoh : A Beam Search Decoder for Phrase Base Statistical Machine Translational
Models, Proc. AMTA,2004.
[4] G. Doddington, Automatic Evaluation of Machine Translation Quality Using N-gram Co-occurrence
Statistics.Proc. 2nd
Int. Conf.On Human Language Technology Research, 2002.
[5] K.Knight and J. Graehl. Machine Transliteration ,Computational Linguistics, 24(4):599-612, 1997.
[6] J.Wiebe, T.Wilson, R.Bruce, M.Bell, and M.Martin, Learning subjective language, Computational
Linguistics, vol. 30, pp. 277–308 (2004).
[7] D. Jurafsky, J. H. Martin, Speech and Language Processing, An Introduction to Natural Language
Processing, Computational Linguistics, and Speech Recognition, Pearson, ISBN : 978-81-317-1672-4
[8] SajibDasgupta, Abu Wasif, S. Azam, An Optimal Way Towards Machine Translation from English to
Bengali, Proc. 7th
Int. Conf. On Comp.And Inf. Tech. (ICCIT), 2004.
[9] F.J. Och. , An Efficient Method for Determining Bilingual Word Classes, In Proc. European Chap. of
the Association for Computational Linguistics (EACL), 1999.
[10] Brill, E. (1997). Unsupervised Learning of Disambiguation Rules for Part of Speech Tagging, In:
Natural Language Processing Using Very Large Corpora, Kluwer Academic Press.
[11] Brill, E. (1992). A Simple Rule-Based Part of Speech Tagger. In: Proceeding of the Third Conference
onApplied Natural Language Processing, ACL, Trento, Italy.
[12] Bill MacCartney, NLP Lunch Tutorial: Smoothing, 21 April 2005,
Website :http://nlp.stanford.edu/~wcmac/papers/20050421-smoothing-tutorial.pdf .
[13] MuntsaPadr´o and Llu´ısPadr´o ,Developing Competitive HMM PoS Taggers Using Small Training
Corpora, TALP Research Center, UniversitatPolit`ecnica de Catalunya, February 2004, Website :
http://nlp.lsi.upc.edu/papers/padro04b.pdf .
[14] D. E. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning, Addison-
Wesley Publishing Company, Inc. , ISBN: 0-201-15767-5 .
[15] J.S. Jang, C.T. Sun, E. Mizutani, Neuro-Fuzzy and Soft Computing, A Computational Approach to
Learning and Machine Intelligence, PHI, ISBN : 978-81-203-2243-1 .
AUTHOR
Mr. Chandranath Adak, Student Member, IEEE, is with the Department of Computer
Science and Engineering, University of Kalyani, West Bengal- 741235, India.

Más contenido relacionado

La actualidad más candente

7. Trevor Cohn (usfd) Statistical Machine Translation
7. Trevor Cohn (usfd) Statistical Machine Translation7. Trevor Cohn (usfd) Statistical Machine Translation
7. Trevor Cohn (usfd) Statistical Machine TranslationRIILP
 
1909 BERT: why-and-how (CODE SEMINAR)
1909 BERT: why-and-how (CODE SEMINAR)1909 BERT: why-and-how (CODE SEMINAR)
1909 BERT: why-and-how (CODE SEMINAR)WarNik Chow
 
INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...
INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...
INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...cscpconf
 
DETERMINING CUSTOMER SATISFACTION IN-ECOMMERCE
DETERMINING CUSTOMER SATISFACTION IN-ECOMMERCEDETERMINING CUSTOMER SATISFACTION IN-ECOMMERCE
DETERMINING CUSTOMER SATISFACTION IN-ECOMMERCEAbdurrahimDerric
 
An introduction to the Transformers architecture and BERT
An introduction to the Transformers architecture and BERTAn introduction to the Transformers architecture and BERT
An introduction to the Transformers architecture and BERTSuman Debnath
 
Chunking in manipuri using crf
Chunking in manipuri using crfChunking in manipuri using crf
Chunking in manipuri using crfijnlc
 
6. Khalil Sima'an (UVA) Statistical Machine Translation
6. Khalil Sima'an (UVA) Statistical Machine Translation6. Khalil Sima'an (UVA) Statistical Machine Translation
6. Khalil Sima'an (UVA) Statistical Machine TranslationRIILP
 
13. Constantin Orasan (UoW) Natural Language Processing for Translation
13. Constantin Orasan (UoW) Natural Language Processing for Translation13. Constantin Orasan (UoW) Natural Language Processing for Translation
13. Constantin Orasan (UoW) Natural Language Processing for TranslationRIILP
 
Hindi digits recognition system on speech data collected in different natural...
Hindi digits recognition system on speech data collected in different natural...Hindi digits recognition system on speech data collected in different natural...
Hindi digits recognition system on speech data collected in different natural...csandit
 
A Marathi Hidden-Markov Model Based Speech Synthesis System
A Marathi Hidden-Markov Model Based Speech Synthesis SystemA Marathi Hidden-Markov Model Based Speech Synthesis System
A Marathi Hidden-Markov Model Based Speech Synthesis Systemiosrjce
 
Understanding Natural Languange with Corpora-based Generation of Dependency G...
Understanding Natural Languange with Corpora-based Generation of Dependency G...Understanding Natural Languange with Corpora-based Generation of Dependency G...
Understanding Natural Languange with Corpora-based Generation of Dependency G...Edmond Lepedus
 
A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems IJECEIAES
 
Moore_slides.ppt
Moore_slides.pptMoore_slides.ppt
Moore_slides.pptbutest
 
Phonetic distance based accent
Phonetic distance based accentPhonetic distance based accent
Phonetic distance based accentsipij
 
BERT - Part 2 Learning Notes
BERT - Part 2 Learning NotesBERT - Part 2 Learning Notes
BERT - Part 2 Learning NotesSenthil Kumar M
 
Verb based manipuri sentiment analysis
Verb based manipuri sentiment analysisVerb based manipuri sentiment analysis
Verb based manipuri sentiment analysisijnlc
 
HMM BASED POS TAGGER FOR HINDI
HMM BASED POS TAGGER FOR HINDIHMM BASED POS TAGGER FOR HINDI
HMM BASED POS TAGGER FOR HINDIcscpconf
 
text summarization using amr
text summarization using amrtext summarization using amr
text summarization using amramit nagarkoti
 

La actualidad más candente (20)

7. Trevor Cohn (usfd) Statistical Machine Translation
7. Trevor Cohn (usfd) Statistical Machine Translation7. Trevor Cohn (usfd) Statistical Machine Translation
7. Trevor Cohn (usfd) Statistical Machine Translation
 
1909 BERT: why-and-how (CODE SEMINAR)
1909 BERT: why-and-how (CODE SEMINAR)1909 BERT: why-and-how (CODE SEMINAR)
1909 BERT: why-and-how (CODE SEMINAR)
 
INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...
INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...
INFORMATIZED CAPTION ENHANCEMENT BASED ON IBM WATSON API AND SPEAKER PRONUNCI...
 
DETERMINING CUSTOMER SATISFACTION IN-ECOMMERCE
DETERMINING CUSTOMER SATISFACTION IN-ECOMMERCEDETERMINING CUSTOMER SATISFACTION IN-ECOMMERCE
DETERMINING CUSTOMER SATISFACTION IN-ECOMMERCE
 
An introduction to the Transformers architecture and BERT
An introduction to the Transformers architecture and BERTAn introduction to the Transformers architecture and BERT
An introduction to the Transformers architecture and BERT
 
BERT
BERTBERT
BERT
 
Chunking in manipuri using crf
Chunking in manipuri using crfChunking in manipuri using crf
Chunking in manipuri using crf
 
6. Khalil Sima'an (UVA) Statistical Machine Translation
6. Khalil Sima'an (UVA) Statistical Machine Translation6. Khalil Sima'an (UVA) Statistical Machine Translation
6. Khalil Sima'an (UVA) Statistical Machine Translation
 
13. Constantin Orasan (UoW) Natural Language Processing for Translation
13. Constantin Orasan (UoW) Natural Language Processing for Translation13. Constantin Orasan (UoW) Natural Language Processing for Translation
13. Constantin Orasan (UoW) Natural Language Processing for Translation
 
Hindi digits recognition system on speech data collected in different natural...
Hindi digits recognition system on speech data collected in different natural...Hindi digits recognition system on speech data collected in different natural...
Hindi digits recognition system on speech data collected in different natural...
 
A Marathi Hidden-Markov Model Based Speech Synthesis System
A Marathi Hidden-Markov Model Based Speech Synthesis SystemA Marathi Hidden-Markov Model Based Speech Synthesis System
A Marathi Hidden-Markov Model Based Speech Synthesis System
 
Understanding Natural Languange with Corpora-based Generation of Dependency G...
Understanding Natural Languange with Corpora-based Generation of Dependency G...Understanding Natural Languange with Corpora-based Generation of Dependency G...
Understanding Natural Languange with Corpora-based Generation of Dependency G...
 
A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems
 
Moore_slides.ppt
Moore_slides.pptMoore_slides.ppt
Moore_slides.ppt
 
Phonetic distance based accent
Phonetic distance based accentPhonetic distance based accent
Phonetic distance based accent
 
BERT - Part 2 Learning Notes
BERT - Part 2 Learning NotesBERT - Part 2 Learning Notes
BERT - Part 2 Learning Notes
 
Verb based manipuri sentiment analysis
Verb based manipuri sentiment analysisVerb based manipuri sentiment analysis
Verb based manipuri sentiment analysis
 
HMM BASED POS TAGGER FOR HINDI
HMM BASED POS TAGGER FOR HINDIHMM BASED POS TAGGER FOR HINDI
HMM BASED POS TAGGER FOR HINDI
 
text summarization using amr
text summarization using amrtext summarization using amr
text summarization using amr
 
Word embedding
Word embedding Word embedding
Word embedding
 

Similar a AN ADVANCED APPROACH FOR RULE BASED ENGLISH TO BENGALI MACHINE TRANSLATION

Fast and Accurate Preordering for SMT using Neural Networks
Fast and Accurate Preordering for SMT using Neural NetworksFast and Accurate Preordering for SMT using Neural Networks
Fast and Accurate Preordering for SMT using Neural NetworksSDL
 
Real-time DirectTranslation System for Sinhala and Tamil Languages.
Real-time DirectTranslation System for Sinhala and Tamil Languages.Real-time DirectTranslation System for Sinhala and Tamil Languages.
Real-time DirectTranslation System for Sinhala and Tamil Languages.Sheeyam Shellvacumar
 
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
 
An exploratory research on grammar checking of Bangla sentences using statist...
An exploratory research on grammar checking of Bangla sentences using statist...An exploratory research on grammar checking of Bangla sentences using statist...
An exploratory research on grammar checking of Bangla sentences using statist...IJECEIAES
 
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
 
2015ht13439 final presentation
2015ht13439 final presentation2015ht13439 final presentation
2015ht13439 final presentationAshutosh Kumar
 
ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...
ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...
ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...Lifeng (Aaron) Han
 
Designing A Syntax Based Retrieval System03
Designing A Syntax Based Retrieval System03Designing A Syntax Based Retrieval System03
Designing A Syntax Based Retrieval System03Avelin Huo
 
EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...
EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...
EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...ijnlc
 
Evaluation of hindi english mt systems, challenges and solutions
Evaluation of hindi english mt systems, challenges and solutionsEvaluation of hindi english mt systems, challenges and solutions
Evaluation of hindi english mt systems, challenges and solutionsSajeed Mahaboob
 
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...ijnlc
 
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIO...
ANALYZING ARCHITECTURES FOR NEURAL  MACHINE TRANSLATION USING LOW  COMPUTATIO...ANALYZING ARCHITECTURES FOR NEURAL  MACHINE TRANSLATION USING LOW  COMPUTATIO...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIO...kevig
 
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...kevig
 
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
 
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
 
MULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLE
MULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLEMULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLE
MULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLEIRJET Journal
 

Similar a AN ADVANCED APPROACH FOR RULE BASED ENGLISH TO BENGALI MACHINE TRANSLATION (20)

Fast and Accurate Preordering for SMT using Neural Networks
Fast and Accurate Preordering for SMT using Neural NetworksFast and Accurate Preordering for SMT using Neural Networks
Fast and Accurate Preordering for SMT using Neural Networks
 
Real-time DirectTranslation System for Sinhala and Tamil Languages.
Real-time DirectTranslation System for Sinhala and Tamil Languages.Real-time DirectTranslation System for Sinhala and Tamil Languages.
Real-time DirectTranslation System for Sinhala and Tamil Languages.
 
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...
 
An exploratory research on grammar checking of Bangla sentences using statist...
An exploratory research on grammar checking of Bangla sentences using statist...An exploratory research on grammar checking of Bangla sentences using statist...
An exploratory research on grammar checking of Bangla sentences using statist...
 
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...
 
Hyoung-Gyu Lee - 2015 - NAVER Machine Translation System for WAT 2015
Hyoung-Gyu Lee - 2015 - NAVER Machine Translation System for WAT 2015Hyoung-Gyu Lee - 2015 - NAVER Machine Translation System for WAT 2015
Hyoung-Gyu Lee - 2015 - NAVER Machine Translation System for WAT 2015
 
2015ht13439 final presentation
2015ht13439 final presentation2015ht13439 final presentation
2015ht13439 final presentation
 
Translationusing moses1
Translationusing moses1Translationusing moses1
Translationusing moses1
 
ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...
ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...
ACL-WMT2013.Quality Estimation for Machine Translation Using the Joint Method...
 
Designing A Syntax Based Retrieval System03
Designing A Syntax Based Retrieval System03Designing A Syntax Based Retrieval System03
Designing A Syntax Based Retrieval System03
 
EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...
EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...
EMPLOYING PIVOT LANGUAGE TECHNIQUE THROUGH STATISTICAL AND NEURAL MACHINE TRA...
 
Evaluation of hindi english mt systems, challenges and solutions
Evaluation of hindi english mt systems, challenges and solutionsEvaluation of hindi english mt systems, challenges and solutions
Evaluation of hindi english mt systems, challenges and solutions
 
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
 
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIO...
ANALYZING ARCHITECTURES FOR NEURAL  MACHINE TRANSLATION USING LOW  COMPUTATIO...ANALYZING ARCHITECTURES FOR NEURAL  MACHINE TRANSLATION USING LOW  COMPUTATIO...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIO...
 
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
ANALYZING ARCHITECTURES FOR NEURAL MACHINE TRANSLATION USING LOW COMPUTATIONA...
 
D2 anandkumar
D2 anandkumarD2 anandkumar
D2 anandkumar
 
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
 
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
 
MULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLE
MULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLEMULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLE
MULTILINGUAL SPEECH TO TEXT CONVERSION USING HUGGING FACE FOR DEAF PEOPLE
 

Más de cscpconf

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIEScscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICcscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICcscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINcscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMcscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWcscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKcscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAcscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHcscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGEcscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTcscpconf
 

Más de cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Último

Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Último (20)

Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

AN ADVANCED APPROACH FOR RULE BASED ENGLISH TO BENGALI MACHINE TRANSLATION

  • 1. Rupak Bhattacharyya et al. (Eds) : ACER 2013, pp. 01–09, 2013. © CS & IT-CSCP 2013 DOI : 10.5121/csit.2013.3201 AN ADVANCED APPROACH FOR RULE BASED ENGLISH TO BENGALI MACHINE TRANSLATION Chandranath Adak Dept. of CSE, University of Kalyani, West Bengal-741235, India adak32@gmail.com ABSTRACT This paper introduces an advanced, efficient approach for rule based English to Bengali (E2B) machine translation (MT), where Penn-Treebank parts of speech (PoS) tags, HMM (Hidden Markov Model) Tagger is used. Fuzzy-If-Then-Rule approach is used to select the lemma from rule-based-knowledge. The proposed E2B-MT has been tested through F-Score measurement, and the accuracy is more than eighty percent. KEYWORDS F-Score Measurement, Machine Translation, Rule Based Machine Translator 1. INTRODUCTION ‘Machine Translation’[1-4]is the conversion procedure from one natural language to another. Now a days, it is a very challenging problem in the field of computational linguistics[5-6] and Natural Language Processing(NLP)[7]. There are thousands of languages throughout the world, and it is quite tough to know all the languages, but using machine translation, one can easily convert the unknown language information to the known one to him. For these reason, this research field has the sky-scraping demand. We are taking two natural languages: English and Bengali [8](bi-linguistic model[9]) for rule based machine translation. Thoughthere are more than 230 millions speakers of Bengali language all over the world (mainly, Bangladesh and north-eastern part of India including West Bengal, Tripura, Assam, Bihar, and Orissa), there are limited number of resources for these language. Here, an advanced approach of machine translation from English to Bengali language is proposed which is based on some prior knowledge based rules; and these rules are applied using fuzzy-if- then-rule approach. 2. PROPOSED METHODOLOGY The approach for rule based E2B machine translation is as follows: 2.1. Corpus A raw corpus is needed for any multilingual Machine Translation (MT). Here we have collected the most common Bengali words and their English term and made the aligned parallel multilingual corpus.
  • 2. 2 Computer Science & Information Technology (CS & IT) 2.2. Tag sets for English We have used Penn Treebank part of speech (POS) tags[7,10-11], eg. {Noun, Pronoun, Adjective, Verb, Adverb, Preposition, Conjunction, Interjection, Auxiliary, Determiner}≡ {NN, PP, JJ, VB, RB, IN, CC, UH, AUX, DT }. In slash notation, a sentence is like this:I/PP need/VB a/DT pen/NN. 2.3. Simple N-grams A complete word string is {w1, w2,w3, ... ,wn} or ‫ݓ‬ଵ ௡ . The probability of occurrence of each word (considered as independent event) in its correct location: ܲሺwଵ , wଶ , wଷ , … , w୬ ሻ = ܲሺ‫ݓ‬ଵ ௡ሻ = ܲሺ‫ݓ‬ଵሻܲሺ‫ݓ‬ଶ|‫ݓ‬ଵሻܲሺ‫ݓ‬ଷห‫ݓ‬ଵ ଶሻ … ܲሺ‫ݓ‬௡ห‫ݓ‬ଵ ௡ିଵሻ = ∏ ܲ൫‫ݓ‬௞ห‫ݓ‬ଵ ௞ିଵ ൯௡ ௞ୀଵ The generalized N-gram approximation:ܲሺ‫ݓ‬௡ห‫ݓ‬ଵ ୬ିଵሻ ≋ ܲ൫‫ݓ‬௡ห‫ݓ‬୬ି୒ାଵ ௡ିଵ ൯ For bi-gram: ܲሺ‫ݓ‬ଵ ௡ ሻ ≋ ∏ ܲሺ‫ݓ‬௞|‫ݓ‬௞ିଵሻ௡ ௞ୀଵ We can train N-gram model by counting and normalizing: ܲ൫‫ݓ‬௡ห‫ݓ‬୬ି୒ାଵ ௡ିଵ ൯ = େሺ୵౤షొశభ ౤షభ ୵౤ሻ େሺ୵౤షొశభ ౤షభ ሻ , where c = count For bi-gram: P∗ሺ‫ݓ‬௡|w୬ିଵሻ = େሺ୵౤షభ୵౤ሻ େሺ୵౤షభሻ 2.4. Smoothing We have used the simple smoothing technique, i.e. add-one smoothing[7,12]. For N-gram: P∗ ൫‫ݓ‬௡ห‫ݓ‬୬ି୒ାଵ ௡ିଵ ൯ = େ൫୵౤షొశభ ౤షభ ୵౤൯ାଵ େ൫୵౤షొశభ ౤షభ ൯ା୚ , where v =vocabulary For bi-gram : P∗ሺ‫ݓ‬௡|w୬ିଵሻ = େሺ୵౤షభ୵౤ሻାଵ େሺ୵౤షభሻା୚ 2.5. Stochastic PoSTagging : HMM Tagger HMM (Hidden Markov Model) Tagger[7,13] follows a particular stochastic tagging algorithm, i.e. “pick most-likely tag” approach. CHMM = max ( P(w | t) * P( t | prevn tag) ) , where CHMM : HMM Tagger Choice, w: word, t: tag, prevn tag : previous n tags. T={t1, t2,t3,... ,tn} is the set of probable sequence of Tags in the sequence of words W. According to the probabilistic chain rule:
  • 3. Computer Science & Information Technology (CS & IT) 3 ܲሺܶሻܲሺܹ|ܶሻ = ෑ ܲሺ‫ݓ‬௜|‫ݓ‬ଵ‫ݐ‬ଵ … ‫ݓ‬௜ିଵ‫ݐ‬௜ିଵ‫ݐ‬௜ሻ ௡ ௜ୀଵ | ܲሺ‫ݐ‬௜|‫ݓ‬ଵ‫ݐ‬ଵ … ‫ݓ‬௜ିଵ‫ݐ‬௜ିଵሻ Using most recent two tags approximation : ܲሺ‫ݐ‬௜|‫ݓ‬ଵ‫ݐ‬ଵ … ‫ݓ‬௜ିଵ‫ݐ‬௜ିଵሻ = ܲሺ‫ݐ‬௜|‫ݐ‬௜ିଶ‫ݐ‬௜ିଵሻ We have to choose the tag sequence that maximizes: ܲሺ‫ݐ‬ଵሻܲሺ‫ݐ‬ଶ|‫ݐ‬ଵሻ ෑ ܲሺ‫ݐ‬௜|‫ݐ‬௜ିଶ‫ݐ‬௜ିଵሻ ௡ ௜ୀଷ ൤ෑ ܲሺ‫ݓ‬௜|‫ݐ‬௜ሻ ௡ ௜ୀଵ ൨ 2.6. Rule-Based Model Fig.1: Proposed Rule Based Model The English sentence is fed as input; the morphological analyzer analyzes that sentence and extracts the morphemes (smaller meaning bearing units). The morphemes are categorized in two classes :stems and affixes. Each stem is tagged with respect to tag-set of tag library (POS tagging). Now, for E2B translation, the morphemes are checked through simple N-grams and smoothing technique; the morphemes are re-ordered as and when required using knowledge based lemma and fuzzy if-then rules. Each English morpheme is converted into Bengali morpheme using our previously made corpus,these Bengali morphemes are combined together using the prior knowledge based rule to produce correct Bengali sentences as output.
  • 4. 4 Computer Science & Information Technology (CS & IT) 2.6.1. Knowledge Based Rules Some examples of knowledge based rules, which are used in prescribed method are as follows: • the boy the/DT + boy/NN boy/NN + the/DT + i.e. DT + NN NN + DT • after morning after/IN + morning/NN morning/NN + After/IN + + -e + eg. before evening, under table etc. , i.e. IN + NN NN + IN • I have a pen I/PP + have/VB+ a/DT + pen/NN + + e + + + e + + e + + • give me a book give/VB + me/PP + a/DT + book/NN me/PP + a/DT + book/NN + give/VB + e + i + o + e + i + o • I want a toy I/PP + want/VB + a/DT + toy/NN + o + e + + i + e + + e + + i • I eat rice I/PP + eat/VB + rice/NN I/PP + rice/NN + eat/VB + + o + + i eg. I play cricket, She drinks water etc. , i.e. PP + VB + NN PP + NN + VB • What is your name? What/WP + is/AUX + your/PP + name/NN + ?/SP your/PP + name/NN + What/WP + is/AUX + ?/SP + + + + ? + + + + ? + + + ? [SP is Sentence-final Punctuation ]. • Where are you going? Where/WRB + are/AUX + you/PP + going/VB-ing + ? /SP you/PP + Where/WRB + are/AUX + going/VB-ing + ? /SP + + য o -i + ? + + য c + ? 3. EXPERIMENTAL RESULTS The followings( fig.2(a)-(b) ) are the screenshots of the SQL database table: Fig.2(a): Table ‘taglib’, which stores the English word and its equivalent PoS Tag
  • 5. Computer Science & Information Technology (CS & IT) 5 Fig.2(b): Table ‘corpus’ stores the English and its equivalent Bengali words We are usingJAVAX-Swing for implementing our E2B Machine Translator(MT).The packages and classes are shown in fig.3. Fig.3:Packages and classes of Proposed E2B MT using JAVAX Swing
  • 6. 6 Computer Science & Information Technology (CS & IT) Some GUI screenshots of E2B MT are as follows ( fig.4(a) – (e) ): Fig.4(a) : English to Bengali Translation in E2B MT Fig.4(b) : Bengali to English Translation (An Extended part of E2B MT),
  • 7. Computer Science & Information Technology (CS & IT) 7 AVRO-Keyboard is used for Bengali letter typing Fig.4(c) :PoS Tag Set for English Words Fig.4(d) : Some extended features (eg. save, search, solve, analysis of English and Bengali sentences) of E2B MT
  • 8. 8 Computer Science & Information Technology (CS & IT) Fig.4(e) : Extended feature of E2B MT : file equivalency checking 4. ACCURACY MEASUREMENT To test the accuracy our proposed E2B MT, we are taking help of F-measure technique.Precision(Pr) = tp / (tp+fp) , Recall(Re) = tp / (tp+fn) , Where tp= true positive, fp= false positive, fn=false negative. F-Score = (2*Pr*Re) / (Pr+Re) Table 1. F-Score Measurement Measurement Precision(Pr) Recall(Re) F-Score M1 0.78 0.91 0.84 M2 0.73 0.87 0.79 Avg=(M1+M2)/2 0.755 0.89 0.815 So, our E2B machine translator has approx 81.5%F-Score Measure accuracy. 5. CONCLUSIONS AND FUTURE WORKS The proposed E2B-MT produces fairly good results for different English to Bengali sentence translations and the F-Score is more than eighty-one percent. But the main problem of this system is limited corpus. There are only near about two thousand words has been stored in the corpus. For this type of machine translation, we need all possible word stock. The huge amount of corpus gives the scope of good testing and then accuracy will be increasing. So our next venture of the E2B machine translation is to make the corpus more powerful and increasing the accuracy; And make the system genetic algorithm[14] and neural network[15] base, so the global optimality can be reached, and achieved a fast machine translator. ACKNOWLEDGEMENTS I would like to heartily thank Ms. SoumiChattopadhyay, Indian Statistical Institute, Kolkata- 700108, India, for discussion various aspects of this paper.
  • 9. Computer Science & Information Technology (CS & IT) 9 REFERENCES [1] P.F. Brown, S. A. Della Pietra, V.J. Della Pietra and R.L. Mercer ,The Mathematics of Statistical Machine Translation: Parameter Estimation, 19(2):263-311,1993. [2] P.F. Brown, J. Cocke, S. A. Della Pietra, V.J. Della PietraF.Jelinek, J.C.Lai and R.L. Mercer ,Method and System for Natural Language Translation,1995. [3] P.Koehn, Pharaoh : A Beam Search Decoder for Phrase Base Statistical Machine Translational Models, Proc. AMTA,2004. [4] G. Doddington, Automatic Evaluation of Machine Translation Quality Using N-gram Co-occurrence Statistics.Proc. 2nd Int. Conf.On Human Language Technology Research, 2002. [5] K.Knight and J. Graehl. Machine Transliteration ,Computational Linguistics, 24(4):599-612, 1997. [6] J.Wiebe, T.Wilson, R.Bruce, M.Bell, and M.Martin, Learning subjective language, Computational Linguistics, vol. 30, pp. 277–308 (2004). [7] D. Jurafsky, J. H. Martin, Speech and Language Processing, An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition, Pearson, ISBN : 978-81-317-1672-4 [8] SajibDasgupta, Abu Wasif, S. Azam, An Optimal Way Towards Machine Translation from English to Bengali, Proc. 7th Int. Conf. On Comp.And Inf. Tech. (ICCIT), 2004. [9] F.J. Och. , An Efficient Method for Determining Bilingual Word Classes, In Proc. European Chap. of the Association for Computational Linguistics (EACL), 1999. [10] Brill, E. (1997). Unsupervised Learning of Disambiguation Rules for Part of Speech Tagging, In: Natural Language Processing Using Very Large Corpora, Kluwer Academic Press. [11] Brill, E. (1992). A Simple Rule-Based Part of Speech Tagger. In: Proceeding of the Third Conference onApplied Natural Language Processing, ACL, Trento, Italy. [12] Bill MacCartney, NLP Lunch Tutorial: Smoothing, 21 April 2005, Website :http://nlp.stanford.edu/~wcmac/papers/20050421-smoothing-tutorial.pdf . [13] MuntsaPadr´o and Llu´ısPadr´o ,Developing Competitive HMM PoS Taggers Using Small Training Corpora, TALP Research Center, UniversitatPolit`ecnica de Catalunya, February 2004, Website : http://nlp.lsi.upc.edu/papers/padro04b.pdf . [14] D. E. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning, Addison- Wesley Publishing Company, Inc. , ISBN: 0-201-15767-5 . [15] J.S. Jang, C.T. Sun, E. Mizutani, Neuro-Fuzzy and Soft Computing, A Computational Approach to Learning and Machine Intelligence, PHI, ISBN : 978-81-203-2243-1 . AUTHOR Mr. Chandranath Adak, Student Member, IEEE, is with the Department of Computer Science and Engineering, University of Kalyani, West Bengal- 741235, India.