I've got the .jar package that I've downloaded from here: http://sourceforge.net/projects/arabisc/
It comes as a zip file named Dialog.zip which has 2 folders lib, and bin.
In the lib folder i found the following packages:
an4.jar jsapi.jar sphinx4.jar
So i included the above packages, the .gram files, and the dialog.config.xml that found in bin folder in eclipse, then i edited the .gram files to have my own commands that i would like the engine to recognize but i get an error.
So my code is right and nothing is bad with it, the thing that I'm having problem with is that when i run my program my whole computer freezes i think that's because of not finding the commands on the dialog.config.xml maybe or something like that.
So when that i started looking at the files that i included to see if I'm missing something and i found those 2 file inside the an4.dict package it has all arabic letters:
an4.dic an4.filler
And inside the package an4.etc 3 files:
an4.1000.mdef an4.5000.mdef an4.ci.mdef
Any idea how can i add my own commands?