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
Instead of using a regular expression for splitting the input text into words (called Tokenizer::word_split) we could write a custom parser, thereby getting rid of the dependency on the regex crate, and also maybe improving performance slightly.
The text was updated successfully, but these errors were encountered:
Instead of using a regular expression for splitting the input text into words (called
Tokenizer::word_split
) we could write a custom parser, thereby getting rid of the dependency on theregex
crate, and also maybe improving performance slightly.The text was updated successfully, but these errors were encountered: