You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new WordCountEngine iterates through the specified String
char-by-char. This method makes it
- faster than the old regex split method by at least 75.8% according to
benchmarks
- deeply configurable
- more accurate (for instance, words separated by an em dash are no
longer considered one word)
These statistics could include:
The text was updated successfully, but these errors were encountered: