Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

Don't use reserved SeparatorReturn state #50

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

Using a single separator return state causes issues for separators that are substrings of other separators. These should instead be added like any other path.

Most cases will be optimized back to a single separator return state anyway when #40 is completed, so this won't cause issues spatially.