Skip to content

Split by linesΒ #5

@xpert13

Description

@xpert13

Add support for sentence splitting. Currently text is sent to the LLM as-is, but longer texts (like documents) should be split into chunks, translated and merged back.

I propose to do what DeepL (or even Google Translate) does - break it down into lines. They translate each line separately, and if you send 20 lines for translation, you will always have 20 lines as a result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions