Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 [REQUEST] - Automating the translation of large text files. #6

Open
pablocorezzola opened this issue May 23, 2023 · 1 comment
Assignees
Labels
feat New feature or request

Comments

@pablocorezzola
Copy link

Summary

Would it be possible to split a text file into multiple smaller queries and have the results of all those parts merged back together to create a final translated file? Currently, if a document has a lot of text, we have to do this task manually, and when there are many parts, it becomes a really burdensome task.

Implementation PR

No response

Reference Issues

No response

Basic Example

No response

Drawbacks

No response

@pablocorezzola pablocorezzola added the feat New feature or request label May 23, 2023
@pablocorezzola pablocorezzola changed the title 💡 [REQUEST] - <title> 💡 [REQUEST] - Automating the translation of large text files. May 23, 2023
@FabrizioCafolla FabrizioCafolla self-assigned this May 23, 2023
@FabrizioCafolla
Copy link
Owner

FabrizioCafolla commented May 25, 2023

The criticality I find is only one, namely:

  • Splitting the file into chunks is feasible, but the problem is that it cannot be split by several characters or bytes because it might truncate words or sentences and thus alter the translation

So you would have to create rules to split the file, but I can't think of anything now, if you have ideas we can discuss it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants