Hi eveyone,
Currently, I am using decoding feature(alternative at position) of ctranslate2 model. After getting the translation from ctranslate, I want to calculate the TER (translation edit rate) score by compare the resulted translations. For this purpose, I am using Pyter library and it is working fine but the response is very long e.g when translation contains very long sentence then it takes long time (aroud 5-7 mints).
Could anyboday suggest how i can get rid of this problem. I search a lot but did not find the solution of this problem.
I am would be thankful.
Thank you.