I need to convert my website's pages from English to the Urdu language. For this I was using Google's Translation API, but Google translate API is not returning the correct translation of the pages.
What should I to use to get 99% accurate results when translating pages from English Language to Urdu Language?
There are only few parameters that you can specify when using Google Translate API and that can make a difference to your results: source
and model
parameters:
nmt
model will be used. You can try to use base
model, however the nmt
one is supposed to "provide improved translation for longer and more complex content". Maybe expecting the model to get 99% accuracy is expecting it to be almost perfect.