Use this utility to generate Phonetic Dictionaries for Modern Standard Arabic language for the purpose of Speech Recognition.
The dictionary is designed to work mainly with the CMUSphinx 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 for his continuous guidance and support.