An open API service indexing awesome lists of open source software.

https://github.com/mohdali/arabic-phonetic-dictionary

Arabic Phonetic Dictionary Generator Tool for Automatic Speech Recognition Applications
https://github.com/mohdali/arabic-phonetic-dictionary

java phonetic-dictionaries speech-recognition sphinx4-speech

Last synced: about 1 year ago
JSON representation

Arabic Phonetic Dictionary Generator Tool for Automatic Speech Recognition Applications

Awesome Lists containing this project

README

          

# Arabic Phonetic Dictionary

Use this utility to generate [Phonetic Dictionaries](https://cmusphinx.github.io/wiki/tutorialdict/) for [Modern Standard Arabic](https://en.wikipedia.org/wiki/Modern_Standard_Arabic) language for the purpose of Speech Recognition.

The dictionary is designed to work mainly with the [CMUSphinx](https://cmusphinx.github.io/) platform.

Use Below command to build the jar file.

```
mvn clean compile assembly:single
```
Then execute the built jar file from the target directory.

```
java -jar .\target\ArabicPhoneticDictionary-0.5.jar
```

**Note:** The tool was developed in Java back in 2006 as part of academic research.
Releasing the code to the public domain due to the renewed interest in the subject.
Updates are for maintenance purpose only. No current plans to add more features.

**Acknowledgment:** Thanks for [Dr. Moustafa ElShafei](http://www.ccse.kfupm.edu.sa/~elshafei/) for his continuous guidance and support.