Abstract
Modern Arabic language processing research aims to find efficient solutions to important problems such as adding diacritics to undiacritized text and correcting spelling mistakes. Some previous machine learning solutions solve these problems as one-to-one sequence transcription problems, which imposes restrictions on the type of errors that can be corrected. This work investigates transformer and encoder-decoder recurrent neural network models taking these two problems as case studies. These models solve sequence to sequence transcription problems without restrictions on the input and output lengths. We investigated several alternatives and evaluated them on two benchmark datasets. We recommend an encoder-decoder model that provides excellent accuracy. The encoder part has an embedding layer and a long short-term memory (LSTM) layer. The decoder part has an embedding layer, an LSTM layer, Luong attention between the two parts, and a dense output layer with softmax activation.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.