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
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
I was looking for a process function which would return the best x matches above a certain score cutoff. After some amount of searching and scrolling through the source code, I found extractBests which (almost) does what I want it to.
Is there a specific reason why extractBests is not mentioned in the documentation?