nidhaloff / deep-translator

A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
https://deep-translator.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
1.61k stars 185 forks source link

Can you add spell correct feature of google translate #230

Closed ILG2021 closed 1 year ago

ILG2021 commented 1 year ago

Nowdays, I am developing a speech translate software. The asr result contains many misspelling of homonyms. Train a better grammar correct model is not that easy. So I want to use the spell correct by google translate.

nidhaloff commented 1 year ago

Hi, this is not possible since deep-translator is relying on scraping to grab the translations, so it is not using the official google api