Word Boundary detection #156
Labels
🛠 Enhancement
New feature or request
👨🏻🎓 Good First Issue
Good for newcomers
🆘 Help Wanted
Extra attention is needed
Methods like
Words()
are supposed to be splitting... words. But they don't. They split on spaces, which isn't necessarily the only boundary. Also,Words()
should be removing non word components, but it's not.In order to do this, a proper implementation of word boundary detection is required. UAX 21.4 describes this.
The text was updated successfully, but these errors were encountered: