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

feat(lib): splitting text based on length #18

Merged
merged 3 commits into from
Feb 5, 2023
Merged

feat(lib): splitting text based on length #18

merged 3 commits into from
Feb 5, 2023

Conversation

jeertmans
Copy link
Owner

This features allows to split text into fragments so that, hopefully, each fragment has a length lower than a given value.

This is especially useful since the LT api limits the # of characters to 1500 for online usage.

@jeertmans jeertmans added the enhancement New feature or request label Aug 29, 2022
@github-actions
Copy link

github-actions bot commented Aug 29, 2022

Thank you for updating CHANGELOG.md! Always feel free to edit it.
See Keep A Changelog for more details.

@jeertmans jeertmans added the library Relate to the library (i.e., crate) label Feb 5, 2023
@jeertmans jeertmans marked this pull request as ready for review February 5, 2023 09:48
@jeertmans jeertmans merged commit be3aaa7 into main Feb 5, 2023
@jeertmans jeertmans deleted the split-text branch February 5, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request library Relate to the library (i.e., crate)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant