Skip to content

Hyphen Breaking

Compare
Choose a tag to compare
@jamestomasino jamestomasino released this 09 Jan 13:57
· 119 commits to master since this release
v1.8.1

Version 1.8.1 will split hyphenated words only if the word exceeds the Maximum Word Length setting. When a long word is found it first splits on any hyphens found. If any of the remaining parts, or the word itself, is still too long it will use the word parts to break up the word by common prefixes and suffixes. Finally, if all else fails, we use common vowel/consonant patterns to try and break it somewhere that's not too bad.