jiaulislam
adding pre-commit hooks for the repository
cb15d3a
raw
history blame
162 Bytes
from deep_translator import LingueeTranslator
res = LingueeTranslator(source="german", target="english").translate(
"laufen", return_all=False
)
print(res)