compenguy / ngrammatic

A rust crate providing fuzzy search/string matching using N-grams
MIT License
25 stars 7 forks source link

Words smaller than arity are not supported #2

Closed Hugo-C closed 2 years ago

Hugo-C commented 2 years ago

Currently searching for a word smaller than arity cause: thread 'main' panicked at 'attempt to subtract with overflow'. This fix modify count_allgrams to handle the case gracefully. Let me know if any changes are needed or if this case should be handled differently

compenguy commented 2 years ago

Neat! Thanks!

compenguy commented 2 years ago

Published as 0.3.3