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

Wall of text reformatter #38

Open
Jack5079 opened this issue Aug 25, 2024 · 0 comments
Open

Wall of text reformatter #38

Jack5079 opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels
feature New feature

Comments

@Jack5079
Copy link
Member

Jack5079 commented Aug 25, 2024

Maybe an LLM could separate walls of text into sentences and paragraphs?

Since all it would be doing is adding newlines and punctuation we should check the output and reject it if it does anything else like removing or adding text

This feels like something even a very small LLM can do, so we can keep it local

Example post I found hard to read: https://www.reddit.com/r/youtube/comments/1esgv5a/noticed_a_trend_of_more_youtubers_doing_multiple/
Example comment I found hard to read: https://www.reddit.com/r/youtube/comments/1esgv5a/comment/li62qt8/

There are extensions that do this but they just split paragraphs after x sentences, I want this to preserve semantics and also to work with run-on sentences

@Jack5079 Jack5079 added the feature New feature label Aug 25, 2024
@Jack5079 Jack5079 self-assigned this Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant