Srinivas Pradeep

Results 8 comments of Srinivas Pradeep

Thank you so much @nreimers . Really helpful. However i landed up in another issue may be not related to library but got this one if you can help. I...

Also i am running the code like this hope this is correct. from easynmt import EasyNMT model = EasyNMT('opus-mt') #Translate a single sentence to German print(model.translate('This is a sentence we...

thank you very much. But do you really need fast text? If we going to specify the language in case? Just a thought. Also one more question how can I...

Thank you @nreimers if i provide (source_lang=) then how will be the structure of the code like what changes i need to make below to include 1) source_lang = 2)...

Thank you @nreimers . I could run it with your examples. Please find below i am trying to upload a csv with a column needs to be translated. how should...

Thank you @nreimers . very helpful. Do you need GPU to run it? I am running the translation on 10k rows of data. With each row has varying line length...

Thank you @nreimers :). sure i will check in with Google Colab. But not sure if we are allowed to use Google Colab for official purpose.

@nreimers thank you . Is there a possibility of extending this to convert word doc? or lengthy contracts please?