working of artificially intelligent language translator?
I want to do a paper presentation and want to know how a speech recognisation and translation system works. And also guide me in writing the abstract and the paper.
Machine translation is still at a pretty basic state. If you want to have fun some time, try Babelfish or other translation site and translate something from one language to another and then back. Or for real giggles, translate to a third language before returning to the first.
Translation is a very, very difficult problem.
It is also a very large topic. You are going to have to select some more specific piece of it to report on.
Speech recognition has come along better than translation. One interesting aspect of speech recognition that you might consider for your report is dynamic time warping, a method used to stretch or shrink utterances to match patterns for recognition. Two people could say the same sentence – or even the same word – and one might say it much more slowly than the other. How do you take those two different inputs and match them both to the same target pattern? That’s where dynamic time warping comes in (and "dynamic time warping" just sounds cool, too).
Whether you report on speech recognition or translation, I think you would do well to restrict your topic much more. Either that, or present only a broad overview of the challenges presented by these fields of study.