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
- Host: GitHub
- URL: https://github.com/mohdali/arabic-phonetic-dictionary
- Owner: mohdali
- License: mit
- Created: 2018-02-24T07:15:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T17:46:45.000Z (over 4 years ago)
- Last Synced: 2025-03-25T03:51:16.043Z (over 1 year ago)
- Topics: java, phonetic-dictionaries, speech-recognition, sphinx4-speech
- Language: Java
- Size: 51.8 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.