linuxscout / mishkal

Mishkal is an arabic text vocalization software
GNU General Public License v3.0
275 stars 66 forks source link

Testing Mishkal using command line #47

Closed alaanousir closed 3 years ago

alaanousir commented 3 years ago

When I try to run this command to test Mishkal:

python3 mishkal/bin/mishkal-console.py -t "السلام عليكم"

I get the following error:

Traceback (most recent call last): File "mishkal/bin/mishkal-console.py", line 349, in test() File "mishkal/bin/mishkal-console.py", line 236, in test if compare and filename2 : UnboundLocalError: local variable 'compare' referenced before assignment

I cannot find an appropriate command that would make me test Mishkal using the command line.

linuxscout commented 3 years ago

Salam, I fixed it, can you confirm? thanks

alaanousir commented 3 years ago

Thank you. It works now but the sentence gets printed twice. Is there a way to avoid that?

linuxscout commented 3 years ago

Thanks for your feedback, I fixed it also.