jchen42703 / translator-app

Web app for editing machine translations efficiently. [WIP]
Apache License 2.0
1 stars 0 forks source link

Translation Optimizations? #19

Open jchen42703 opened 3 years ago

jchen42703 commented 3 years ago

Since the availability of the google-translate-api (the paid version) depends on the number of characters translated, how can we reduce the number of characters translated at a time?

jchen42703 commented 3 years ago

Irrelevant to memoizing the individual DisplayBlocks because the number of characters during each POST request doesn't actually decrease. Only the memory consumed would decrease.