The primary goal of this project is to translate the regional language text into the English or Hindi language text using machine learning algorithm.
Document-level neural machine translation (DocNMT) delivers coherent translations by incorporating cross-sentence context. However, for most language pairs there’s a shortage of parallel documents, although parallel sentences are readily available. In this paper, we study whether and how contextual modeling in DocNMT is transferable from sentences to documents in a zero-shot fashion (i.e. no parallel documents for student languages) through multilingual modeling. Using simple concatenation-based DocNMT, we explore the effect of 3 factors on multilingual transfer: the number of document-supervised teacher languages, the data schedule for parallel documents at training, and the data condition of parallel documents (genuine vs. backtranslated). Our experiments on Europarl-7 and IWSLT-10 datasets show the feasibility of multilingual transfer for DocNMT, particularly on document-specific metrics. We observe that more teacher languages and adequate data schedule both contribute to better transfer quality. Surprisingly, the transfer is less sensitive to the data condition and multilingual DocNMT achieves comparable performance with both back-translated and genuine document pairs.
Neural machine translation or NMT is a new proposed defined approach to the machine translation. Unlike the traditional SMT i.e. statistical machine translation, NMT focuses on constructing a single neural network that can be jointly aligned to maximize the performance, translation and efficiency. The models that are proposed for NMT belongs to a group of encoders and decoders and encode a source text or sentence into a vector of fixed length from which a decoder generates an appropriate translation.
NOTE: Without the concern of our team, please don't submit to the college. This Abstract varies based on student requirements.

Hardware:
Software:
· About Classification in machine learning.
· About preprocessing techniques.
· About Random Forest Classifier.
· About Decision Tree Classifier.
· Knowledge on PyCharm Editor.