You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using decoding feature (alternative at position) of ctranslate2 pretrain model and i want to use the metric like TER to get the difference between the translation. I am trying to run tercom library but getting the following mentioned error.
Could you please help me how I can get rid of this error.
After run this command java -jar tercom.jar -r sample-data\ref.txt -h sample-data\hyp.txt -n sample-data\output_prefix.txt, getting an error that
'java' is not recognized as an internal or external command, operable program or batch file.
Eventhough, I tried to run without 'java' and -jar but still the error is same that '-jar' is not recognized as an internal or external command, operable program or batch file.
Thank you
The text was updated successfully, but these errors were encountered:
Hi
I am using decoding feature (alternative at position) of ctranslate2 pretrain model and i want to use the metric like TER to get the difference between the translation. I am trying to run tercom library but getting the following mentioned error.
Could you please help me how I can get rid of this error.
After run this command java -jar tercom.jar -r sample-data\ref.txt -h sample-data\hyp.txt -n sample-data\output_prefix.txt, getting an error that
'java' is not recognized as an internal or external command, operable program or batch file.
Eventhough, I tried to run without 'java' and -jar but still the error is same that
'-jar' is not recognized as an internal or external command, operable program or batch file.
Thank you
The text was updated successfully, but these errors were encountered: