compenguy / ngrammatic

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

Reason for truncating at 10 #9

Closed LucaCappelletti94 closed 1 month ago

LucaCappelletti94 commented 5 months ago

Hi! Great crate!

I was wondering whether there was any particular reason for choosing to truncate to 10 here instead of accepting an input limit parameter.

If no, happy to do a quick pull request.

Luca