We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
min_word_length
This should count by actual "characters" https://github.com/isaackd/wcloud-dev/blob/e368d53dd4d6fb7fcef084ed98225dc54a054a29/src/tokenizer.rs#L46-L48 From https://doc.rust-lang.org/std/primitive.str.html#method.len:
This length is in bytes, not chars or graphemes. In other words, it might not be what a human considers the length of the string.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This should count by actual "characters"
https://github.com/isaackd/wcloud-dev/blob/e368d53dd4d6fb7fcef084ed98225dc54a054a29/src/tokenizer.rs#L46-L48
From https://doc.rust-lang.org/std/primitive.str.html#method.len:
The text was updated successfully, but these errors were encountered: