paper-with-me

Papers

Multi-components System for Automatic Arabic Diacritization

2020-04-08 · Hamza Abbad, Shengwu Xiong

In this paper, we propose an approach to tackle the problem of the automatic restoration of Arabic diacritics that includes three components stacked in a pipeline: a deep learning model which is a multi-layer recurrent neural network with LSTM and Dense layers, a character-level rule-based corrector which applies deterministic operations to prevent some errors, and a word-level statistical corrector which uses the context and the distance information to fix some diacritization issues. This approach is novel in a way that combines methods of different types and adds edit distance based corrections. We used a large public dataset containing raw diacritized Arabic text (Tashkeela) for training and testing our system after cleaning and normalizing it. On a newly-released benchmark test set, our system outperformed all the tested systems by achieving DER of 3.39% and WER of 9.94% when taking all Arabic letters into account, DER of 2.61% and WER of 5.83% when ignoring the diacritization of the last letter of every word.

📄 PDF Abstract BibTeX

Code (1)

Hamza5/Pipeline-diacritizer 공식 구현 tf

Tasks

Arabic Text Diacritization

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Diacritic Recognition Performance in Arabic ASR

2023-02-27 · Hanan Aldarmaki, Ahmad Ghannam

We present an analysis of diacritic recognition performance in Arabic Automatic Speech Recognition (ASR) systems. As most existing Arabic speech corpora do not contain all diacritical marks, which represent short vowels …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

A Layered Language Model based Hybrid Approach to Automatic Full Diacritization of Arabic

2017-04-01 · WS 2017 4 · Mohamed Al-Badrashiny, Abdelati Hawwari, Mona Diab

In this paper we present a system for automatic Arabic text diacritization using three levels of analysis granularity in a layered back off manner. We build and exploit diacritized language models (LM) for each of three …

Arabic Text DiacritizationFormLanguage ModelingLanguage Modelling+4

More Data, Fewer Diacritics: Scaling Arabic TTS

2026-03-02 · Ahmed Musleh, Yifan Zhang, Kareem Darwish arxiv

Arabic Text-to-Speech (TTS) research has been hindered by the availability of both publicly available training data and accurate Arabic diacritization models. In this paper, we address the limitation by exploring Arabic …

Speech RecognitionActivity Detection

Diacritization of Maghrebi Arabic Sub-Dialects

2018-10-15 · Ahmed Abdelali, Mohammed Attia, Younes Samih, Kareem Darwish 외

Diacritization process attempt to restore the short vowels in Arabic written text; which typically are omitted. This process is essential for applications such as Text-to-Speech (TTS). While diacritization of Modern Stan…

text-to-speechText to Speech

Arabic Text Diacritization In The Age Of Transfer Learning: Token Classification Is All You Need

2024-01-09 · Abderrahman Skiredj, Ismail Berrada

Automatic diacritization of Arabic text involves adding diacritical marks (diacritics) to the text. This task poses a significant challenge with noteworthy implications for computational processing and comprehension. In …

AllArabic Text Diacritizationtoken-classificationToken Classification+1