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

Be able to split sentences #83

Open
jecarr opened this issue Nov 2, 2023 · 0 comments
Open

Be able to split sentences #83

jecarr opened this issue Nov 2, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@jecarr
Copy link
Member

jecarr commented Nov 2, 2023

Sometimes a single sentence in Thread is actually multiple sentences. We should be able to allow the user to specify a point where to split a sentence and create a new sentence object from that index/position.

Given a sentence, x, "This is my single Thread sentence. Look how there's actually another sentence."

I should be able to split at position 34, trim both strings and now have

x1 = "This is my single Thread sentence."
x2 = "Look how there's actually another sentence."

All sentence-index values beyond x's are then incremented by 1.

If x originally had TTPs mapped to it, it should be duplicated and saved against x1 and x2. Same with an IoC.

@jecarr jecarr added the feature request New feature or request label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant