Skip to content

Smart splitting if "Split on Punctuation" and "Split at n words" are enabled at the same time #180

Open
@VijoPlays

Description

@VijoPlays

Is your feature request related to a problem? Please describe.

Right now, if you split after n words AND enable split on punctuation, the split will split at n words, and if there's 1 word left afterwards it will create a new segment with just this 1 word:

The quick brown fox

jumps.

Describe the solution you'd like

It would be nice if there was a "Smart Splitting" option, where StoryToolkit will break a sentence up if it's 1 word too long.

So we'd either have 2 smaller segments:

The quick brown

fox jumps.

Or 1 longer segment:

The quick brown fox jumps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions