rahul2699's picture
Added test cases and support for translate_batch and translate_file
50c16a8
raw
history blame
125 Bytes
from deep_translator import LibreTranslator
res = LibreTranslator(source='de', target='en').translate('laufen')
print(res)